Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1384/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

9 tests failed.
FAILED:  
org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection

Error Message:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/solr/configsets/data_driven_schema_configs/conf
 not found!

Stack Trace:
java.lang.AssertionError: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/solr/configsets/data_driven_schema_configs/conf
 not found!
        at 
__randomizedtesting.SeedInfo.seed([3AF14B61C1FBF440:2992790EF0944DE6]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection(SolrCloudExampleTest.java:77)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testPolicyAndPreferences

Error Message:
Adding a policy with 'cores' attribute should not have succeeded.

Stack Trace:
java.lang.AssertionError: Adding a policy with 'cores' attribute should not 
have succeeded.
        at 
__randomizedtesting.SeedInfo.seed([3AF14B61C1FBF440:9B391548B8BDF24E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testPolicyAndPreferences(AutoScalingHandlerTest.java:83)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.request.TestRemoteStreaming.testStreamUrl

Error Message:
Server returned HTTP response code: 400 for URL: 
http://127.0.0.1:59936/solr/collection1/debug/dump?wt=xml&stream.url=http%3A%2F%2F127.0.0.1%3A59936%2Fsolr%2Fcollection1%2Fselect%3Fq%3D*%3A*%26fl%3Did%26wt%3Dcsv

Stack Trace:
java.io.IOException: Server returned HTTP response code: 400 for URL: 
http://127.0.0.1:59936/solr/collection1/debug/dump?wt=xml&stream.url=http%3A%2F%2F127.0.0.1%3A59936%2Fsolr%2Fcollection1%2Fselect%3Fq%3D*%3A*%26fl%3Did%26wt%3Dcsv
        at 
__randomizedtesting.SeedInfo.seed([3AF14B61C1FBF440:17E4EFF397020DAA]:0)
        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876)
        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
        at java.net.URLConnection.getContent(URLConnection.java:739)
        at java.net.URL.getContent(URL.java:1059)
        at 
org.apache.solr.request.TestRemoteStreaming.getUrlForString(TestRemoteStreaming.java:96)
        at 
org.apache.solr.request.TestRemoteStreaming.testStreamUrl(TestRemoteStreaming.java:90)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.servlet.CacheHeaderTest.testCacheVetoHandler

Error Message:
expected:<200> but was:<400>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<400>
        at 
__randomizedtesting.SeedInfo.seed([3AF14B61C1FBF440:EA573CFDE1C5ED71]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.servlet.CacheHeaderTest.testCacheVetoHandler(CacheHeaderTest.java:67)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.servlet.SolrRequestParserTest.testStreamFile

Error Message:
Remote Streaming is disabled.

Stack Trace:
org.apache.solr.common.SolrException: Remote Streaming is disabled.
        at 
__randomizedtesting.SeedInfo.seed([3AF14B61C1FBF440:A538BAAB3FE693A7]:0)
        at 
org.apache.solr.servlet.SolrRequestParsers.buildRequestFrom(SolrRequestParsers.java:205)
        at 
org.apache.solr.servlet.SolrRequestParsers.buildRequestFrom(SolrRequestParsers.java:178)
        at 
org.apache.solr.servlet.SolrRequestParserTest.testStreamFile(SolrRequestParserTest.java:162)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.servlet.SolrRequestParserTest.testStreamURL

Error Message:
Remote Streaming is disabled.

Stack Trace:
org.apache.solr.common.SolrException: Remote Streaming is disabled.
        at 
__randomizedtesting.SeedInfo.seed([3AF14B61C1FBF440:63C47572B5D93975]:0)
        at 
org.apache.solr.servlet.SolrRequestParsers.buildRequestFrom(SolrRequestParsers.java:190)
        at 
org.apache.solr.servlet.SolrRequestParsers.buildRequestFrom(SolrRequestParsers.java:178)
        at 
org.apache.solr.servlet.SolrRequestParserTest.testStreamURL(SolrRequestParserTest.java:140)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample

Error Message:
After running Solr cloud example, test collection 'testCloudExamplePrompt' not 
found in Solr at: http://localhost:36321/solr; tool output:  Welcome to the 
SolrCloud example!  This interactive session will help you launch a SolrCloud 
cluster on your local workstation. To begin, how many Solr nodes would you like 
to run in your local cluster? (specify 1-4 nodes) [2]:  Ok, let's start up 1 
Solr nodes for your example SolrCloud cluster. Please enter the port for node1 
[8983]:  Creating Solr home directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_3AF14B61C1FBF440-001/tempDir-001/cloud/node1/solr
  Starting up Solr on port 36321 using command: 
"/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/bin/solr" start 
-cloud -p 36321 -s 
"temp/solr.util.TestSolrCLIRunExample_3AF14B61C1FBF440-001/tempDir-001/cloud/node1/solr"
   Now let's create a new collection for indexing documents in your 1-node 
cluster. Please provide a name for your new collection: [gettingstarted]  How 
many shards would you like to split testCloudExamplePrompt into? [2] How many 
replicas per shard would you like to create? [2]  Please choose a configuration 
for the testCloudExamplePrompt collection, available options are: 
basic_configs, data_driven_schema_configs, or sample_techproducts_configs 
[data_driven_schema_configs]  data_driven_schema_configs is not a valid 
configuration directory! Please choose a configuration for the 
testCloudExamplePrompt collection, available options are: basic_configs, 
data_driven_schema_configs, or sample_techproducts_configs 
[data_driven_schema_configs]  

Stack Trace:
java.lang.AssertionError: After running Solr cloud example, test collection 
'testCloudExamplePrompt' not found in Solr at: http://localhost:36321/solr; 
tool output: 
Welcome to the SolrCloud example!

This interactive session will help you launch a SolrCloud cluster on your local 
workstation.
To begin, how many Solr nodes would you like to run in your local cluster? 
(specify 1-4 nodes) [2]: 
Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
Please enter the port for node1 [8983]: 
Creating Solr home directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_3AF14B61C1FBF440-001/tempDir-001/cloud/node1/solr

Starting up Solr on port 36321 using command:
"/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/bin/solr" start 
-cloud -p 36321 -s 
"temp/solr.util.TestSolrCLIRunExample_3AF14B61C1FBF440-001/tempDir-001/cloud/node1/solr"


Now let's create a new collection for indexing documents in your 1-node cluster.
Please provide a name for your new collection: [gettingstarted] 
How many shards would you like to split testCloudExamplePrompt into? [2]
How many replicas per shard would you like to create? [2] 
Please choose a configuration for the testCloudExamplePrompt collection, 
available options are:
basic_configs, data_driven_schema_configs, or sample_techproducts_configs 
[data_driven_schema_configs] 
data_driven_schema_configs is not a valid configuration directory! Please 
choose a configuration for the testCloudExamplePrompt collection, available 
options are:
basic_configs, data_driven_schema_configs, or sample_techproducts_configs 
[data_driven_schema_configs] 

        at 
__randomizedtesting.SeedInfo.seed([3AF14B61C1FBF440:E180ABABF68E3126]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:448)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.util.TestSolrCLIRunExample.testSchemalessExample

Error Message:
it should be ok org.apache.solr.util.SolrCLI$RunExampleTool@893e100 [-e, 
schemaless, -serverDir, 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server, 
-exampleDir, 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_3AF14B61C1FBF440-001/tempDir-003,
 -p, 34918] expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: it should be ok 
org.apache.solr.util.SolrCLI$RunExampleTool@893e100 [-e, schemaless, 
-serverDir, 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server, 
-exampleDir, 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_3AF14B61C1FBF440-001/tempDir-003,
 -p, 34918] expected:<0> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([3AF14B61C1FBF440:C7BC508D29C9E5C7]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.util.TestSolrCLIRunExample.testExample(TestSolrCLIRunExample.java:345)
        at 
org.apache.solr.util.TestSolrCLIRunExample.testSchemalessExample(TestSolrCLIRunExample.java:307)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.SolrSchemalessExampleTest

Error Message:
Source 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/solr/configsets/data_driven_schema_configs/conf'
 does not exist

Stack Trace:
java.io.FileNotFoundException: Source 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/solr/configsets/data_driven_schema_configs/conf'
 does not exist
        at __randomizedtesting.SeedInfo.seed([7F57E29A07F8FEC7]:0)
        at 
org.apache.commons.io.FileUtils.checkFileRequirements(FileUtils.java:1405)
        at org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:1368)
        at org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:1268)
        at 
org.apache.commons.io.FileUtils.copyDirectoryToDirectory(FileUtils.java:1209)
        at 
org.apache.solr.client.solrj.SolrSchemalessExampleTest.beforeClass(SolrSchemalessExampleTest.java:54)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 10981 lines...]
   [junit4] Suite: org.apache.solr.request.TestRemoteStreaming
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_3AF14B61C1FBF440-001/init-core-data-001
   [junit4]   2> 120352 WARN  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 120352 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 120353 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 120358 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 120358 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 120358 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_3AF14B61C1FBF440-001/tempDir-001/cores/core
   [junit4]   2> 120360 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 120360 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@22d464ea{/solr,null,AVAILABLE}
   [junit4]   2> 120363 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5a93408c{HTTP/1.1,[http/1.1]}{127.0.0.1:59936}
   [junit4]   2> 120363 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.e.j.s.Server Started @122539ms
   [junit4]   2> 120363 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59936, 
configSetBaseDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_3AF14B61C1FBF440-001/TestRemoteStreaming-001,
 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_3AF14B61C1FBF440-001/tempDir-001/cores}
   [junit4]   2> 120363 ERROR 
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 120363 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 120363 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 120363 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 120363 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T11:59:21.375Z
   [junit4]   2> 120363 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_3AF14B61C1FBF440-001/TestRemoteStreaming-001/solr.xml
   [junit4]   2> 120372 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f9035d1, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 120400 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f9035d1
   [junit4]   2> 120402 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f9035d1
   [junit4]   2> 120402 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f9035d1
   [junit4]   2> 120403 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_3AF14B61C1FBF440-001/tempDir-001/cores
   [junit4]   2> 120403 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 120415 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 120428 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 120523 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 120533 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_3AF14B61C1FBF440-001/TestRemoteStreaming-001/collection1,
 trusted=true
   [junit4]   2> 120533 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f9035d1
   [junit4]   2> 120533 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 120533 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_3AF14B61C1FBF440-001/TestRemoteStreaming-001/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_3AF14B61C1FBF440-001/tempDir-001/cores/core/data/]
   [junit4]   2> 120534 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=80.361328125, 
floorSegmentMB=1.623046875, forceMergeDeletesPctAllowed=15.450293808611328, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3748664870988119
   [junit4]   2> 120588 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 120588 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 120588 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 120588 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 120589 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6229450687763542]
   [junit4]   2> 120589 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4aa9e2ad[collection1] main]
   [junit4]   2> 120590 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 120593 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 120607 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 120607 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 120607 INFO  (coreLoadExecutor-401-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1570724864714604544
   [junit4]   2> 120607 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 120607 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 120607 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 120608 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 120608 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 120608 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 120608 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 120609 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 120610 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4aa9e2ad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 120912 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.SolrJettyTestBase Jetty Assigned Port#59936
   [junit4]   2> 120917 INFO  
(TEST-TestRemoteStreaming.testNoUrlAccess-seed#[3AF14B61C1FBF440]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNoUrlAccess
   [junit4]   2> 120926 INFO  (qtp307791297-1486) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1234 (1570724865044905984)]} 0 4
   [junit4]   2> 120928 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570724865051197440,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 120928 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6260b690 
commitCommandVersion:1570724865051197440
   [junit4]   2> 120936 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@57e6a127[collection1] main]
   [junit4]   2> 120937 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 120939 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@57e6a127[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 120939 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 11
   [junit4]   2> 120942 INFO  (qtp307791297-1481) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=1 status=0 QTime=1
   [junit4]   2> 120946 INFO  
(TEST-TestRemoteStreaming.testNoUrlAccess-seed#[3AF14B61C1FBF440]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testNoUrlAccess
   [junit4]   2> 120950 INFO  
(TEST-TestRemoteStreaming.testQtUpdateFails-seed#[3AF14B61C1FBF440]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQtUpdateFails
   [junit4]   2> 120954 INFO  (qtp307791297-1486) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1234 (1570724865077411840)]} 0 1
   [junit4]   2> 120956 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570724865080557568,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 120956 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6260b690 
commitCommandVersion:1570724865080557568
   [junit4]   2> 120959 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@21d8b58b[collection1] main]
   [junit4]   2> 120960 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 120962 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@21d8b58b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)))}
   [junit4]   2> 120962 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 6
   [junit4]   2> 120963 INFO  (qtp307791297-1481) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 120966 INFO  
(TEST-TestRemoteStreaming.testQtUpdateFails-seed#[3AF14B61C1FBF440]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQtUpdateFails
   [junit4]   2> 120975 INFO  
(TEST-TestRemoteStreaming.testStreamUrl-seed#[3AF14B61C1FBF440]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testStreamUrl
   [junit4]   2> 120981 INFO  (qtp307791297-1481) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1234 (1570724865104674816)]} 0 2
   [junit4]   2> 120982 INFO  (qtp307791297-1486) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570724865107820544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 120984 INFO  (qtp307791297-1486) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6260b690 
commitCommandVersion:1570724865107820544
   [junit4]   2> 120988 INFO  (qtp307791297-1486) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@21b74a8a[collection1] main]
   [junit4]   2> 120989 INFO  (qtp307791297-1486) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 120991 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@21b74a8a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C1)))}
   [junit4]   2> 120991 INFO  (qtp307791297-1486) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 8
   [junit4]   2> 120993 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 120997 INFO  
(TEST-TestRemoteStreaming.testStreamUrl-seed#[3AF14B61C1FBF440]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testStreamUrl
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRemoteStreaming 
-Dtests.method=testStreamUrl -Dtests.seed=3AF14B61C1FBF440 -Dtests.slow=true 
-Dtests.locale=es-VE -Dtests.timezone=Europe/Oslo -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.04s J0 | TestRemoteStreaming.testStreamUrl <<<
   [junit4]    > Throwable #1: java.io.IOException: Server returned HTTP 
response code: 400 for URL: 
http://127.0.0.1:59936/solr/collection1/debug/dump?wt=xml&stream.url=http%3A%2F%2F127.0.0.1%3A59936%2Fsolr%2Fcollection1%2Fselect%3Fq%3D*%3A*%26fl%3Did%26wt%3Dcsv
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3AF14B61C1FBF440:17E4EFF397020DAA]:0)
   [junit4]    >        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876)
   [junit4]    >        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
   [junit4]    >        at 
java.net.URLConnection.getContent(URLConnection.java:739)
   [junit4]    >        at java.net.URL.getContent(URL.java:1059)
   [junit4]    >        at 
org.apache.solr.request.TestRemoteStreaming.getUrlForString(TestRemoteStreaming.java:96)
   [junit4]    >        at 
org.apache.solr.request.TestRemoteStreaming.testStreamUrl(TestRemoteStreaming.java:90)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 121006 INFO  
(TEST-TestRemoteStreaming.testMakeDeleteAllUrl-seed#[3AF14B61C1FBF440]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMakeDeleteAllUrl
   [junit4]   2> 121013 INFO  (qtp307791297-1482) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1234 (1570724865139277824)]} 0 2
   [junit4]   2> 121014 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570724865141374976,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 121014 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6260b690 
commitCommandVersion:1570724865141374976
   [junit4]   2> 121023 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@63743d6e[collection1] main]
   [junit4]   2> 121024 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 121026 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@63743d6e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):C1)))}
   [junit4]   2> 121026 INFO  (qtp307791297-1487) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 12
   [junit4]   2> 121028 INFO  (qtp307791297-1485) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 121033 INFO  (qtp307791297-1480) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@228ef25f[collection1] realtime]
   [junit4]   2> 121034 INFO  (qtp307791297-1480) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570724865162346496,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 121034 INFO  (qtp307791297-1480) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6260b690 
commitCommandVersion:1570724865162346496
   [junit4]   2> 121034 INFO  (qtp307791297-1480) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@14c9ba9a[collection1] main]
   [junit4]   2> 121035 INFO  (qtp307791297-1480) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 121037 INFO  
(searcherExecutor-402-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@14c9ba9a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 121038 INFO  (qtp307791297-1480) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<delete><query>*:*</query></delete>&commit=true}{deleteByQuery=*:*
 (-1570724865159200768),commit=} 0 6
   [junit4]   2> 121042 INFO  (qtp307791297-1480) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 121043 INFO  
(TEST-TestRemoteStreaming.testMakeDeleteAllUrl-seed#[3AF14B61C1FBF440]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMakeDeleteAllUrl
   [junit4]   2> 121044 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@5a93408c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 121044 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1460540084
   [junit4]   2> 121045 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 121047 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 121048 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 121048 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 121050 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@550e06a0
   [junit4]   2> 121051 INFO  (coreCloseExecutor-407-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1426982560
   [junit4]   2> 121057 INFO  
(SUITE-TestRemoteStreaming-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@22d464ea{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_3AF14B61C1FBF440-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=PostingsFormat(name=Direct), 
multiDefault=PostingsFormat(name=MockRandom), 
intDefault=PostingsFormat(name=Memory), id_i1=PostingsFormat(name=MockRandom), 
id=PostingsFormat(name=Direct), range_facet_i_dv=PostingsFormat(name=Memory), 
range_facet_l=PostingsFormat(name=Memory), 
timestamp=PostingsFormat(name=Memory)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
_version_=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
intDvoDefault=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=2029, 
maxMBSortInHeap=6.67033505575516, sim=RandomSimilarity(queryNorm=false): {}, 
locale=es-VE, timezone=Europe/Oslo
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=137081496,total=325058560
   [junit4]   2> NOTE: All tests run in this JVM: [ConnectionReuseTest, 
MoreLikeThisHandlerTest, TestConfigSetImmutable, TestInitParams, 
AsyncCallRequestStatusResponseTest, TestXmlQParser, 
TestMultiValuedNumericRangeQuery, TestSolrFieldCacheBean, 
DisMaxRequestHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, 
V2StandaloneTest, TestTolerantSearch, HighlighterTest, MetricsConfigTest, 
SolrCLIZkUtilsTest, BigEndianAscendingWordSerializerTest, TestRestManager, 
HdfsDirectoryFactoryTest, ClusterStateUpdateTest, TestHdfsCloudBackupRestore, 
TestRawTransformer, TestBackupRepositoryFactory, DocValuesTest, 
TestCloudNestedDocsSort, TestCollationFieldDocValues, TestRemoteStreaming]
   [junit4] Completed [49/725 (1!)] on J0 in 0.72s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 71 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_3AF14B61C1FBF440-001/init-core-data-001
   [junit4]   2> 178796 WARN  
(SUITE-AutoScalingHandlerTest-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=147 numCloses=147
   [junit4]   2> 178796 INFO  
(SUITE-AutoScalingHandlerTest-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 178797 INFO  
(SUITE-AutoScalingHandlerTest-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 178798 INFO  
(SUITE-AutoScalingHandlerTest-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_3AF14B61C1FBF440-001/tempDir-001
   [junit4]   2> 178798 INFO  
(SUITE-AutoScalingHandlerTest-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 178798 INFO  (Thread-721) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 178798 INFO  (Thread-721) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 178800 ERROR (Thread-721) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 178898 INFO  
(SUITE-AutoScalingHandlerTest-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40760
   [junit4]   2> 178905 INFO  (jetty-launcher-1102-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 178905 INFO  (jetty-launcher-1102-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 178907 INFO  (jetty-launcher-1102-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@46782b30{/solr,null,AVAILABLE}
   [junit4]   2> 178907 INFO  (jetty-launcher-1102-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@eb2c87b{/solr,null,AVAILABLE}
   [junit4]   2> 178908 INFO  (jetty-launcher-1102-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2b0b14c7{HTTP/1.1,[http/1.1]}{127.0.0.1:34444}
   [junit4]   2> 178908 INFO  (jetty-launcher-1102-thread-2) [    ] 
o.e.j.s.Server Started @181102ms
   [junit4]   2> 178908 INFO  (jetty-launcher-1102-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34444}
   [junit4]   2> 178909 ERROR (jetty-launcher-1102-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 178909 INFO  (jetty-launcher-1102-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@153e6cfc{HTTP/1.1,[http/1.1]}{127.0.0.1:58500}
   [junit4]   2> 178909 INFO  (jetty-launcher-1102-thread-1) [    ] 
o.e.j.s.Server Started @181103ms
   [junit4]   2> 178909 INFO  (jetty-launcher-1102-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58500}
   [junit4]   2> 178909 INFO  (jetty-launcher-1102-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 178910 INFO  (jetty-launcher-1102-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 178910 INFO  (jetty-launcher-1102-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 178910 INFO  (jetty-launcher-1102-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T12:00:19.922Z
   [junit4]   2> 178910 ERROR (jetty-launcher-1102-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 178910 INFO  (jetty-launcher-1102-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 178910 INFO  (jetty-launcher-1102-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 178910 INFO  (jetty-launcher-1102-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 178910 INFO  (jetty-launcher-1102-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T12:00:19.922Z
   [junit4]   2> 178954 INFO  (jetty-launcher-1102-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 178961 INFO  (jetty-launcher-1102-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 178969 INFO  (jetty-launcher-1102-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40760/solr
   [junit4]   2> 178970 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc55ff7630002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 178982 INFO  (jetty-launcher-1102-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40760/solr
   [junit4]   2> 178986 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc55ff7630005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 179017 INFO  (jetty-launcher-1102-thread-2) 
[n:127.0.0.1:34444_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 179017 INFO  (jetty-launcher-1102-thread-1) 
[n:127.0.0.1:58500_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 179018 INFO  (jetty-launcher-1102-thread-2) 
[n:127.0.0.1:34444_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34444_solr
   [junit4]   2> 179018 INFO  (jetty-launcher-1102-thread-1) 
[n:127.0.0.1:58500_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58500_solr
   [junit4]   2> 179019 INFO  (jetty-launcher-1102-thread-2) 
[n:127.0.0.1:34444_solr    ] o.a.s.c.Overseer Overseer 
(id=98170307858333700-127.0.0.1:34444_solr-n_0000000000) starting
   [junit4]   2> 179025 INFO  (jetty-launcher-1102-thread-2) 
[n:127.0.0.1:34444_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34444_solr
   [junit4]   2> 179045 INFO  
(zkCallback-1114-thread-1-processing-n:127.0.0.1:58500_solr) 
[n:127.0.0.1:58500_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 179046 INFO  
(zkCallback-1114-thread-1-processing-n:127.0.0.1:58500_solr) 
[n:127.0.0.1:58500_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 179048 INFO  
(OverseerStateUpdate-98170307858333700-127.0.0.1:34444_solr-n_0000000000) 
[n:127.0.0.1:34444_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 179144 INFO  (jetty-launcher-1102-thread-1) 
[n:127.0.0.1:58500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58500.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f9035d1
   [junit4]   2> 179146 INFO  (jetty-launcher-1102-thread-1) 
[n:127.0.0.1:58500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58500.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f9035d1
   [junit4]   2> 179146 INFO  (jetty-launcher-1102-thread-1) 
[n:127.0.0.1:58500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58500.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f9035d1
   [junit4]   2> 179147 INFO  (jetty-launcher-1102-thread-1) 
[n:127.0.0.1:58500_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_3AF14B61C1FBF440-001/tempDir-001/node1/.
   [junit4]   2> 179183 INFO  (jetty-launcher-1102-thread-2) 
[n:127.0.0.1:34444_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34444.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f9035d1
   [junit4]   2> 179198 INFO  (jetty-launcher-1102-thread-2) 
[n:127.0.0.1:34444_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34444.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f9035d1
   [junit4]   2> 179198 INFO  (jetty-launcher-1102-thread-2) 
[n:127.0.0.1:34444_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34444.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f9035d1
   [junit4]   2> 179199 INFO  (jetty-launcher-1102-thread-2) 
[n:127.0.0.1:34444_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_3AF14B61C1FBF440-001/tempDir-001/node2/.
   [junit4]   2> 179285 INFO  
(SUITE-AutoScalingHandlerTest-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 179286 INFO  
(SUITE-AutoScalingHandlerTest-seed#[3AF14B61C1FBF440]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40760/solr ready
   [junit4]   2> 179299 INFO  
(TEST-AutoScalingHandlerTest.testReadApi-seed#[3AF14B61C1FBF440]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReadApi
   [junit4]   2> 179332 INFO  (qtp1222357989-3405) [n:127.0.0.1:34444_solr    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 179333 INFO  (qtp1222357989-3405) [n:127.0.0.1:34444_solr    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40760/solr ready
   [junit4]   2> 179347 INFO  (qtp1222357989-3407) [n:127.0.0.1:34444_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=4
   [junit4]   2> 179350 INFO  (qtp904987402-3404) [n:127.0.0.1:58500_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=0
   [junit4]   2> 179353 INFO  (qtp1222357989-3405) [n:127.0.0.1:34444_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=48
   [junit4]   2> 179357 INFO  (qtp1222357989-3408) [n:127.0.0.1:34444_solr    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 179358 INFO  (qtp1222357989-3408) [n:127.0.0.1:34444_solr    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40760/solr ready
   [junit4]   2> 179364 INFO  (qtp1222357989-3409) [n:127.0.0.1:34444_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core}
 status=0 QTime=5
   [junit4]   2> 179373 INFO  (qtp904987402-3412) [n:127.0.0.1:58500_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 179374 INFO  (qtp1222357989-3408) [n:127.0.0.1:34444_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 179382 INFO  (qtp1222357989-3410) [n:127.0.0.1:34444_solr    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 179382 INFO  (qtp1222357989-3410) [n:127.0.0.1:34444_solr    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40760/solr ready
   [junit4]   2> 179384 INFO  (qtp1222357989-3401) [n:127.0.0.1:34444_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 179385 INFO  (qtp904987402-3413) [n:127.0.0.1:58500_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 179387 INFO  (qtp1222357989-3410) [n:127.0.0.1:34444_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 179388 INFO  (qtp1222357989-3406) [n:127.0.0.1:34444_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 179394 INFO  (qtp1222357989-3407) [n:127.0.0.1:34444_solr    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 179395 INFO  (qtp1222357989-3407) [n:127.0.0.1:34444_solr    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40760/solr ready
   [junit4]   2> 179396 INFO  (qtp1222357989-3405) [n:127.0.0.1:34444_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 179398 INFO  (qtp904987402-3415) [n:127.0.0.1:58500_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 179399 INFO  (qtp1222357989-3407) [n:127.0.0.1:34444_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling/diagnostics 
params={wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 179400 INFO  (qtp1222357989-3409) [n:127.0.0.1:34444_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=6&maxShardsPerNode=10&name=readApiTestViolations&nrtReplicas=6&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 179402 INFO  
(OverseerThreadFactory-700-thread-1-processing-n:127.0.0.1:34444_solr) 
[n:127.0.0.1:34444_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
readApiTestViolations
   [junit4]   2> 179403 INFO  
(OverseerThreadFactory-700-thread-1-processing-n:127.0.0.1:34444_solr) 
[n:127.0.0.1:34444_solr    ] o.a.s.c.CreateCollectionCmd Only one config set 
found in zk - using it:conf
   [junit4]   2> 179403 WARN  
(OverseerThreadFactory-700-thread-1-processing-n:127.0.0.1:34444_solr) 
[n:127.0.0.1:34444_solr    ] o.a.s.c.CreateCollectionCmd Specified number of 
replicas of 6 on collection readApiTestViolations is higher than the number of 
Solr instances currently live or live and part of your createNodeSet(2). It's 
unusual to run two replica of the same slice on the same Solr-instance.
   [junit4]   2> 179510 INFO  (qtp1222357989-3408) [n:127.0.0.1:34444_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n1&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 179510 INFO  (qtp904987402-3416) [n:127.0.0.1:58500_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n6&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 179510 INFO  (qtp1222357989-3408) [n:127.0.0.1:34444_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 179510 INFO  (qtp904987402-3416) [n:127.0.0.1:58500_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 179510 INFO  (qtp1222357989-3401) [n:127.0.0.1:34444_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n5&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 179511 INFO  (qtp904987402-3402) [n:127.0.0.1:58500_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n4&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 179516 INFO  (qtp1222357989-3410) [n:127.0.0.1:34444_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n3&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 179516 INFO  (qtp904987402-3400) [n:127.0.0.1:58500_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n2&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 179628 INFO  
(zkCallback-1113-thread-1-processing-n:127.0.0.1:34444_solr) 
[n:127.0.0.1:34444_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/readApiTestViolations/state.json] for collection 
[readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 179628 INFO  
(zkCallback-1114-thread-1-processing-n:127.0.0.1:58500_solr) 
[n:127.0.0.1:58500_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/readApiTestViolations/state.json] for collection 
[readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 180544 INFO  (qtp1222357989-3410) [n:127.0.0.1:34444_solr 
c:readApiTestViolations s:shard1  x:readApiTestViolations_shard1_replica_n3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 180546 INFO  (qtp1222357989-3408) [n:127.0.0.1:34444_solr 
c:readApiTestViolations s:shard1  x:readApiTestViolations_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 180549 INFO  (qtp904987402-3416) [n:127.0.0.1:58500_solr 
c:readApiTestViolations s:shard1  x:readApiTestViolations_shard1_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 180560 INFO  (qtp1222357989-3401) [n:127.0.0.1:34444_solr 
c:readApiTestViolations s:shard1  x:readApiTestViolations_shard1_replica_n5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 180561 INFO  (qtp1222357989-3410) [n:127.0.0.1:34444_solr 
c:readApiTestViolations s:shard1  x:readApiTestViolations_shard1_replica_n3] 
o.a.s.s.IndexSchema [readApiTestViolations_shard1_replica_n3] Schema 
name=minimal
   [junit4]   2> 180581 INFO  (qtp904987402-3400) [n:127.0.0.1:58500_solr 
c:readApiTestViolations s:shard1  x:readApiTestViolations_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 180583 INFO  (qtp1222357989-3410) [n:127.0.0.1:34444_solr 
c:readApiTestViolations s:shard1  x:readApiTestViolations_shard1_replica_n3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 180583 INFO  (qtp1222357989-3410) [n:127.0.0.1:34444_solr 
c:readApiTestViolations s:shard1  x:readApiTestViolations_shard1_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore 
'readApiTestViolations_shard1_replica_n3' using configuration from collection 
readApiTestViolations, trusted=true
   [junit4]   2> 180583 INFO  (qtp1222357989-3410) [n:127.0.0.1:34444_solr 
c:readApiTestViolations s:shard1  x:readApiTestViolations_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34444.solr.core.readApiTestViolations.shard1.replica_n3' (registry 
'solr.core.readApiTestViolations.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f9035d1
   [junit4]   2> 180583

[...truncated too long message...]

ed=3AF14B61C1FBF440 -Dtests.slow=true -Dtests.locale=lt 
-Dtests.timezone=America/Vancouver -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 15.8s J0 | 
SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/solr/configsets/data_driven_schema_configs/conf
 not found!
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3AF14B61C1FBF440:2992790EF0944DE6]:0)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection(SolrCloudExampleTest.java:77)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.SolrCloudExampleTest_3AF14B61C1FBF440-001
   [junit4]   2> Jun 20, 2017 12:35:51 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1577, maxMBSortInHeap=7.221808966609538, 
sim=RandomSimilarity(queryNorm=false): {}, locale=lt, timezone=America/Vancouver
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=187060032,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [ConnectionReuseTest, 
MoreLikeThisHandlerTest, TestConfigSetImmutable, TestInitParams, 
AsyncCallRequestStatusResponseTest, TestXmlQParser, 
TestMultiValuedNumericRangeQuery, TestSolrFieldCacheBean, 
DisMaxRequestHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, 
V2StandaloneTest, TestTolerantSearch, HighlighterTest, MetricsConfigTest, 
SolrCLIZkUtilsTest, BigEndianAscendingWordSerializerTest, TestRestManager, 
HdfsDirectoryFactoryTest, ClusterStateUpdateTest, TestHdfsCloudBackupRestore, 
TestRawTransformer, TestBackupRepositoryFactory, DocValuesTest, 
TestCloudNestedDocsSort, TestCollationFieldDocValues, TestRemoteStreaming, 
TestCursorMarkWithoutUniqueKey, TestLegacyFieldCache, 
LeaderElectionContextKeyTest, TestIBSimilarityFactory, 
OverseerCollectionConfigSetProcessorTest, TestSQLHandler, EnumFieldTest, 
TestDeleteCollectionOnDownNodes, TestStressVersions, HLLSerializationTest, 
AutoScalingHandlerTest, ReplaceNodeTest, TestDistributedSearch, 
DocValuesMultiTest, TestSolrCloudWithHadoopAuthPlugin, TestDefaultStatsCache, 
RAMDirectoryFactoryTest, HdfsUnloadDistributedZkTest, 
TestHdfsBackupRestoreCore, TestPushWriter, LeaderFailureAfterFreshStartTest, 
DirectoryFactoryTest, MissingSegmentRecoveryTest, RecoveryAfterSoftCommitTest, 
PropertiesRequestHandlerTest, TestBinaryField, DocumentBuilderTest, 
SolrXmlInZkTest, ShardSplitTest, TestHighlightDedupGrouping, 
BasicAuthStandaloneTest, DirectSolrConnectionTest, TestNumericTerms64, 
SyncSliceTest, AliasIntegrationTest, TestManagedSynonymGraphFilterFactory, 
BufferStoreTest, DistributedMLTComponentTest, HdfsBasicDistributedZk2Test, 
TestStressInPlaceUpdates, TestRTimerTree, TestHdfsUpdateLog, 
TestScoreJoinQPNoScore, LeaderElectionTest, SoftAutoCommitTest, 
SchemaVersionSpecificBehaviorTest, CursorMarkTest, 
AtomicUpdateProcessorFactoryTest, TestReloadAndDeleteDocs, 
PingRequestHandlerTest, TestCloudDeleteByQuery, TestJmxIntegration, 
TestPerFieldSimilarity, TestConfigSetsAPI, HdfsRecoverLeaseTest, 
TestRandomFlRTGCloud, TestCustomStream, TestMiniSolrCloudCluster, 
TestLazyCores, SolrTestCaseJ4Test, RulesTest, TestRebalanceLeaders, 
SuggesterFSTTest, DistributedQueryElevationComponentTest, SortSpecParsingTest, 
SolrShardReporterTest, TestJsonFacetRefinement, TestFieldCollectionResource, 
DistribJoinFromCollectionTest, TestSuggestSpellingConverter, 
TestGraphMLResponseWriter, AddBlockUpdateTest, TestUtils, 
TestShortCircuitedRequests, TestClassNameShortening, SSLMigrationTest, 
TestRuleBasedAuthorizationPlugin, UUIDUpdateProcessorFallbackTest, 
PrimitiveFieldTypeTest, SolrMetricManagerTest, TestSort, CdcrBootstrapTest, 
UniqFieldsUpdateProcessorFactoryTest, TestFieldCache, 
TestConfigSetsAPIZkFailure, PreAnalyzedFieldManagedSchemaCloudTest, 
DateRangeFieldTest, TestComplexPhraseQParserPlugin, TestConfigsApi, 
PolyFieldTest, ForceLeaderTest, TestXIncludeConfig, ImplicitSnitchTest, 
TestDelegationWithHadoopAuth, TestStressReorder, SolrMetricsIntegrationTest, 
IndexBasedSpellCheckerTest, TestPostingsSolrHighlighter, 
TestDocBasedVersionConstraints, TestConfigSets, TriLevelCompositeIdRoutingTest, 
TestExtendedDismaxParser, FileUtilsTest, ResponseHeaderTest, 
HdfsLockFactoryTest, DirectSolrSpellCheckerTest, FastVectorHighlighterTest, 
SOLR749Test, TestAuthorizationFramework, CleanupOldIndexTest, 
TestReloadDeadlock, TestBM25SimilarityFactory, TestSolr4Spatial2, 
SolrSlf4jReporterTest, CollectionsAPISolrJTest, TestManagedSchema, 
TestBulkSchemaConcurrent, TestSystemCollAutoCreate, SolrGraphiteReporterTest, 
PeerSyncTest, TestCSVResponseWriter, IndexSchemaRuntimeFieldTest, 
ConfigSetsAPITest, StandardRequestHandlerTest, SparseHLLTest, 
TestBinaryResponseWriter, TestFunctionQuery, BasicDistributedZkTest, 
ShufflingReplicaListTransformerTest, ConfigureRecoveryStrategyTest, 
TestHashPartitioner, TestSlowCompositeReaderWrapper, 
TestCloudPseudoReturnFields, BlockJoinFacetDistribTest, MergeStrategyTest, 
TestElisionMultitermQuery, ResourceLoaderTest, TestFaceting, 
SegmentsInfoRequestHandlerTest, TestFieldTypeCollectionResource, 
TestLeaderElectionZkExpiry, TestFieldCacheVsDocValues, TestCoreContainer, 
TestNumericRangeQuery64, TestBlendedInfixSuggestions, MultiTermTest, 
SharedFSAutoReplicaFailoverUtilsTest, SolrIndexConfigTest, 
DistributedFacetExistsSmallTest, TestDownShardTolerantSearch, 
ConcurrentDeleteAndCreateCollectionTest, CreateCollectionCleanupTest, 
DeleteInactiveReplicaTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, 
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, 
LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, 
OverseerStatusTest, OverseerTaskQueueTest, ReplicationFactorTest, 
RestartWhileUpdatingTest, SaslZkACLProviderTest, SolrCloudExampleTest]
   [junit4] Completed [532/725 (6!)] on J0 in 16.60s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1211 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.SolrSchemalessExampleTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest_7F57E29A07F8FEC7-001/init-core-data-001
   [junit4]   2> 52948 WARN  
(SUITE-SolrSchemalessExampleTest-seed#[7F57E29A07F8FEC7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 52948 INFO  
(SUITE-SolrSchemalessExampleTest-seed#[7F57E29A07F8FEC7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 52950 INFO  
(SUITE-SolrSchemalessExampleTest-seed#[7F57E29A07F8FEC7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 52951 INFO  
(SUITE-SolrSchemalessExampleTest-seed#[7F57E29A07F8FEC7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=352, maxMBSortInHeap=5.171936820938138, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-KW, timezone=Pacific/Guam
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=129007952,total=312475648
   [junit4]   2> NOTE: All tests run in this JVM: [HyperbolicSineEvaluatorTest, 
SolrDocumentTest, ExclusiveOrEvaluatorTest, NamedListTest, CommonParamsTest, 
LessThanEvaluatorTest, SolrExampleEmbeddedTest, AddEvaluatorTest, 
TestCloudSolrClientConnections, HttpSolrClientSSLAuthConPoolTest, 
TestBatchUpdate, CloudSolrClientMultiConstructorTest, TestSolrProperties, 
SolrExampleStreamingTest, StreamExpressionToExpessionTest, 
ConcurrentUpdateSolrClientBuilderTest, TestXMLEscaping, FloorEvaluatorTest, 
TestValidatingJsonMap, TestCollectionAdminRequest, JettyWebappTest, 
UuidEvaluatorTest, TestSolrJErrorHandling, SolrSchemalessExampleTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrSchemalessExampleTest -Dtests.seed=7F57E29A07F8FEC7 
-Dtests.slow=true -Dtests.locale=ar-KW -Dtests.timezone=Pacific/Guam 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | SolrSchemalessExampleTest (suite) <<<
   [junit4]    > Throwable #1: java.io.FileNotFoundException: Source 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/solr/configsets/data_driven_schema_configs/conf'
 does not exist
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7F57E29A07F8FEC7]:0)
   [junit4]    >        at 
org.apache.commons.io.FileUtils.checkFileRequirements(FileUtils.java:1405)
   [junit4]    >        at 
org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:1368)
   [junit4]    >        at 
org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:1268)
   [junit4]    >        at 
org.apache.commons.io.FileUtils.copyDirectoryToDirectory(FileUtils.java:1209)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrSchemalessExampleTest.beforeClass(SolrSchemalessExampleTest.java:54)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [44/135 (1!)] on J0 in 0.03s, 0 tests, 1 error <<< 
FAILURES!

[...truncated 42721 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to