Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4091/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

9 tests failed.
FAILED:  
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter

Error Message:
Collection not found: withShardField

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
        at 
__randomizedtesting.SeedInfo.seed([6CC078B02ABB1E9C:399090228642D16C]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1153)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:836)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
        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.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection

Error Message:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/data_driven_schema_configs/conf
 not found!

Stack Trace:
java.lang.AssertionError: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/data_driven_schema_configs/conf
 not found!
        at 
__randomizedtesting.SeedInfo.seed([6CC078B02ABB1E9C:7FA34ADF1BD4A73A]: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.request.TestRemoteStreaming.testStreamUrl

Error Message:
Server returned HTTP response code: 400 for URL: 
http://127.0.0.1:49614/solr/collection1/debug/dump?wt=xml&stream.url=http%3A%2F%2F127.0.0.1%3A49614%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:49614/solr/collection1/debug/dump?wt=xml&stream.url=http%3A%2F%2F127.0.0.1%3A49614%2Fsolr%2Fcollection1%2Fselect%3Fq%3D*%3A*%26fl%3Did%26wt%3Dcsv
        at 
__randomizedtesting.SeedInfo.seed([6CC078B02ABB1E9C:41D5DC227C42E776]: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([6CC078B02ABB1E9C:BC660F2C0A8507AD]: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.testStreamURL

Error Message:
Remote Streaming is disabled.

Stack Trace:
org.apache.solr.common.SolrException: Remote Streaming is disabled.
        at 
__randomizedtesting.SeedInfo.seed([6CC078B02ABB1E9C:35F546A35E99D3A9]: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.servlet.SolrRequestParserTest.testStreamFile

Error Message:
Remote Streaming is disabled.

Stack Trace:
org.apache.solr.common.SolrException: Remote Streaming is disabled.
        at 
__randomizedtesting.SeedInfo.seed([6CC078B02ABB1E9C:F309897AD4A6797B]: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.util.TestSolrCLIRunExample.testSchemalessExample

Error Message:
it should be ok org.apache.solr.util.SolrCLI$RunExampleTool@6016bad7 [-e, 
schemaless, -serverDir, 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server, -exampleDir, 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_6CC078B02ABB1E9C-001/tempDir-002,
 -p, 56729] expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: it should be ok 
org.apache.solr.util.SolrCLI$RunExampleTool@6016bad7 [-e, schemaless, 
-serverDir, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server, 
-exampleDir, 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_6CC078B02ABB1E9C-001/tempDir-002,
 -p, 56729] expected:<0> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([6CC078B02ABB1E9C:918D635CC2890F1B]: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:  
org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample

Error Message:
After running Solr cloud example, test collection 'testCloudExamplePrompt' not 
found in Solr at: http://localhost:56858/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 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_6CC078B02ABB1E9C-001/tempDir-004/cloud/node1/solr
  Starting up Solr on port 56858 using command: 
"/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/bin/solr" start -cloud 
-p 56858 -s 
"temp/solr.util.TestSolrCLIRunExample_6CC078B02ABB1E9C-001/tempDir-004/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:56858/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 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_6CC078B02ABB1E9C-001/tempDir-004/cloud/node1/solr

Starting up Solr on port 56858 using command:
"/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/bin/solr" start -cloud 
-p 56858 -s 
"temp/solr.util.TestSolrCLIRunExample_6CC078B02ABB1E9C-001/tempDir-004/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([6CC078B02ABB1E9C:B7B1987A1DCEDBFA]: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:  
junit.framework.TestSuite.org.apache.solr.client.solrj.SolrSchemalessExampleTest

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

Stack Trace:
java.io.FileNotFoundException: Source 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/data_driven_schema_configs/conf'
 does not exist
        at __randomizedtesting.SeedInfo.seed([2CFDF2EFEB046A66]: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 11014 lines...]
   [junit4] Suite: org.apache.solr.request.TestRemoteStreaming
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_6CC078B02ABB1E9C-001/init-core-data-001
   [junit4]   2> 249165 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 249166 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None) w/ MAC_OS_X supressed 
clientAuth
   [junit4]   2> 249188 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 249188 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 249188 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_6CC078B02ABB1E9C-001/tempDir-001/cores/core
   [junit4]   2> 249189 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 249191 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15a9b379{/solr,null,AVAILABLE}
   [junit4]   2> 249194 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@62e05fb6{HTTP/1.1,[http/1.1]}{127.0.0.1:49614}
   [junit4]   2> 249194 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.e.j.s.Server Started @253554ms
   [junit4]   2> 249194 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49614, 
configSetBaseDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_6CC078B02ABB1E9C-001/TestRemoteStreaming-001,
 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_6CC078B02ABB1E9C-001/tempDir-001/cores}
   [junit4]   2> 249194 ERROR 
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 249194 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 249195 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 249195 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 249195 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T18:21:41.213Z
   [junit4]   2> 249195 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_6CC078B02ABB1E9C-001/TestRemoteStreaming-001/solr.xml
   [junit4]   2> 249200 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78d2828b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 249282 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78d2828b
   [junit4]   2> 249287 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78d2828b
   [junit4]   2> 249287 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78d2828b
   [junit4]   2> 249290 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_6CC078B02ABB1E9C-001/tempDir-001/cores
   [junit4]   2> 249291 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 249332 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 249354 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 249472 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 249485 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_6CC078B02ABB1E9C-001/TestRemoteStreaming-001/collection1,
 trusted=true
   [junit4]   2> 249486 INFO  (coreLoadExecutor-972-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@78d2828b
   [junit4]   2> 249486 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 249486 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_6CC078B02ABB1E9C-001/TestRemoteStreaming-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_6CC078B02ABB1E9C-001/tempDir-001/cores/core/data/]
   [junit4]   2> 249508 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=671626544, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 249627 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 249627 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 249629 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 249629 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 249630 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2120634632, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 249630 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a40034f[collection1] main]
   [junit4]   2> 249631 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 249636 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 249695 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 249695 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 249696 INFO  (coreLoadExecutor-972-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1570748919147659264
   [junit4]   2> 249698 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 249698 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 249698 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 249703 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 249704 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 249704 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 249705 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 249705 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 249706 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1a40034f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 249833 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrJettyTestBase Jetty Assigned Port#49614
   [junit4]   2> 249886 INFO  
(TEST-TestRemoteStreaming.testMakeDeleteAllUrl-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMakeDeleteAllUrl
   [junit4]   2> 249901 INFO  (qtp535419638-2403) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1234 (1570748919356325888)]} 0 6
   [junit4]   2> 249903 INFO  (qtp535419638-2404) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570748919364714496,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 249903 INFO  (qtp535419638-2404) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7e6a0bfa 
commitCommandVersion:1570748919364714496
   [junit4]   2> 249917 INFO  (qtp535419638-2404) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@28405c3a[collection1] main]
   [junit4]   2> 249917 INFO  (qtp535419638-2404) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 249920 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@28405c3a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 249920 INFO  (qtp535419638-2404) [    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 17
   [junit4]   2> 249922 INFO  (qtp535419638-2405) [    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> 249961 INFO  (qtp535419638-2407) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5905b76f[collection1] realtime]
   [junit4]   2> 249961 INFO  (qtp535419638-2407) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570748919425531904,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 249962 INFO  (qtp535419638-2407) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7e6a0bfa 
commitCommandVersion:1570748919425531904
   [junit4]   2> 249964 INFO  (qtp535419638-2407) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@14df66bb[collection1] main]
   [junit4]   2> 249965 INFO  (qtp535419638-2407) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 249967 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@14df66bb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 249967 INFO  (qtp535419638-2407) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<delete><query>*:*</query></delete>&commit=true}{deleteByQuery=*:*
 (-1570748919422386176),commit=} 0 9
   [junit4]   2> 250015 INFO  (qtp535419638-2408) [    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> 250017 INFO  
(TEST-TestRemoteStreaming.testMakeDeleteAllUrl-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMakeDeleteAllUrl
   [junit4]   2> 250024 INFO  
(TEST-TestRemoteStreaming.testQtUpdateFails-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQtUpdateFails
   [junit4]   2> 250029 INFO  (qtp535419638-2406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1234 (1570748919494737920)]} 0 2
   [junit4]   2> 250030 INFO  (qtp535419638-2405) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570748919497883648,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 250030 INFO  (qtp535419638-2405) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7e6a0bfa 
commitCommandVersion:1570748919497883648
   [junit4]   2> 250035 INFO  (qtp535419638-2405) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6a507ccc[collection1] main]
   [junit4]   2> 250036 INFO  (qtp535419638-2405) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 250037 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6a507ccc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 250037 INFO  (qtp535419638-2405) [    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 7
   [junit4]   2> 250038 INFO  (qtp535419638-2407) [    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> 250040 INFO  
(TEST-TestRemoteStreaming.testQtUpdateFails-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQtUpdateFails
   [junit4]   2> 250045 INFO  
(TEST-TestRemoteStreaming.testStreamUrl-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testStreamUrl
   [junit4]   2> 250053 INFO  (qtp535419638-2406) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1234 (1570748919515709440)]} 0 5
   [junit4]   2> 250053 INFO  (qtp535419638-2405) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570748919522000896,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 250054 INFO  (qtp535419638-2405) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7e6a0bfa 
commitCommandVersion:1570748919522000896
   [junit4]   2> 250057 INFO  (qtp535419638-2405) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3792aff1[collection1] main]
   [junit4]   2> 250057 INFO  (qtp535419638-2405) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 250059 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3792aff1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):c1)))}
   [junit4]   2> 250061 INFO  (qtp535419638-2405) [    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 7
   [junit4]   2> 250062 INFO  (qtp535419638-2407) [    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> 250065 INFO  
(TEST-TestRemoteStreaming.testStreamUrl-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testStreamUrl
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRemoteStreaming 
-Dtests.method=testStreamUrl -Dtests.seed=6CC078B02ABB1E9C -Dtests.slow=true 
-Dtests.locale=cs-CZ -Dtests.timezone=Asia/Thimphu -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.03s J0 | TestRemoteStreaming.testStreamUrl <<<
   [junit4]    > Throwable #1: java.io.IOException: Server returned HTTP 
response code: 400 for URL: 
http://127.0.0.1:49614/solr/collection1/debug/dump?wt=xml&stream.url=http%3A%2F%2F127.0.0.1%3A49614%2Fsolr%2Fcollection1%2Fselect%3Fq%3D*%3A*%26fl%3Did%26wt%3Dcsv
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6CC078B02ABB1E9C:41D5DC227C42E776]: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> 250083 INFO  
(TEST-TestRemoteStreaming.testNoUrlAccess-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNoUrlAccess
   [junit4]   2> 250100 INFO  (qtp535419638-2404) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1234 (1570748919555555328)]} 0 14
   [junit4]   2> 250101 INFO  (qtp535419638-2406) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570748919572332544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 250101 INFO  (qtp535419638-2406) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7e6a0bfa 
commitCommandVersion:1570748919572332544
   [junit4]   2> 250128 INFO  (qtp535419638-2406) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@777cb2f1[collection1] main]
   [junit4]   2> 250129 INFO  (qtp535419638-2406) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 250131 INFO  
(searcherExecutor-973-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@777cb2f1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):c1)))}
   [junit4]   2> 250134 INFO  (qtp535419638-2406) [    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 33
   [junit4]   2> 250135 INFO  (qtp535419638-2405) [    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> 250146 INFO  
(TEST-TestRemoteStreaming.testNoUrlAccess-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testNoUrlAccess
   [junit4]   2> 250148 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@62e05fb6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 250148 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=575693582
   [junit4]   2> 250148 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 250150 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 250151 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 250151 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 250152 INFO  (coreCloseExecutor-978-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5477a28c
   [junit4]   2> 250153 INFO  (coreCloseExecutor-978-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1417126540
   [junit4]   2> 250168 INFO  
(SUITE-TestRemoteStreaming-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15a9b379{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_6CC078B02ABB1E9C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=Lucene50(blocksize=128), id_i1=PostingsFormat(name=Memory), 
id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
range_facet_l=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1083, 
maxMBSortInHeap=5.860556877026155, sim=RandomSimilarity(queryNorm=false): {}, 
locale=cs-CZ, timezone=Asia/Thimphu
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=451990656,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestLRUStatsCache, 
TestConfigSetImmutable, TestSurroundQueryParser, SolrCLIZkUtilsTest, 
TestInitQParser, MergeStrategyTest, ResponseHeaderTest, 
UnloadDistributedZkTest, SimpleMLTQParserTest, MissingSegmentRecoveryTest, 
StatelessScriptUpdateProcessorFactoryTest, DistributedDebugComponentTest, 
TestManagedSchemaThreadSafety, TestDynamicFieldCollectionResource, 
TestPseudoReturnFields, SegmentsInfoRequestHandlerTest, 
OverseerCollectionConfigSetProcessorTest, TestRandomFlRTGCloud, 
DistributedQueryComponentCustomSortTest, BlockJoinFacetSimpleTest, 
TestSolrCloudWithSecureImpersonation, TestMacroExpander, 
TestClassNameShortening, LeaderElectionTest, ConfigSetsAPITest, 
PathHierarchyTokenizerFactoryTest, CdcrBootstrapTest, 
TestPostingsSolrHighlighter, PrimitiveFieldTypeTest, AddBlockUpdateTest, 
TestSort, TestSchemaNameResource, DocExpirationUpdateProcessorFactoryTest, 
DocValuesTest, ResourceLoaderTest, TestRemoteStreaming]
   [junit4] Completed [56/725 (1!)] on J0 in 1.02s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 727 lines...]
   [junit4] Suite: org.apache.solr.servlet.CacheHeaderTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.servlet.CacheHeaderTest_6CC078B02ABB1E9C-001/init-core-data-001
   [junit4]   2> 832129 WARN  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 832129 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 832133 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 832147 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 832147 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 832148 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.servlet.CacheHeaderTest_6CC078B02ABB1E9C-001/tempDir-002/cores/core
   [junit4]   2> 832151 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 832153 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4e1c12b8{/solr,null,AVAILABLE}
   [junit4]   2> 832154 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2eedca5e{HTTP/1.1,[http/1.1]}{127.0.0.1:53650}
   [junit4]   2> 832154 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] o.e.j.s.Server 
Started @838260ms
   [junit4]   2> 832154 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53650, 
configSetBaseDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.servlet.CacheHeaderTest_6CC078B02ABB1E9C-001/tempDir-001,
 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.servlet.CacheHeaderTest_6CC078B02ABB1E9C-001/tempDir-002/cores}
   [junit4]   2> 832155 ERROR 
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 832155 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 832155 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 832155 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 832155 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T18:31:25.914Z
   [junit4]   2> 832156 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.servlet.CacheHeaderTest_6CC078B02ABB1E9C-001/tempDir-001/solr.xml
   [junit4]   2> 832164 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c80ab3f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 832227 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c80ab3f
   [junit4]   2> 832232 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c80ab3f
   [junit4]   2> 832232 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c80ab3f
   [junit4]   2> 832234 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.servlet.CacheHeaderTest_6CC078B02ABB1E9C-001/tempDir-002/cores
   [junit4]   2> 832234 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 832262 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 832288 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 832472 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 832495 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.servlet.CacheHeaderTest_6CC078B02ABB1E9C-001/tempDir-001/collection1,
 trusted=true
   [junit4]   2> 832495 INFO  (coreLoadExecutor-3247-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@c80ab3f
   [junit4]   2> 832502 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 832502 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.servlet.CacheHeaderTest_6CC078B02ABB1E9C-001/tempDir-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.servlet.CacheHeaderTest_6CC078B02ABB1E9C-001/tempDir-002/cores/core/data/]
   [junit4]   2> 832504 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 832664 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 832664 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 832665 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 832665 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 832666 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=19.7724609375, 
floorSegmentMB=0.2734375, forceMergeDeletesPctAllowed=16.067140209644503, 
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 832685 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5d6d228e[collection1] main]
   [junit4]   2> 832686 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 832699 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 832739 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 832739 INFO  
(searcherExecutor-3248-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 832739 INFO  (coreLoadExecutor-3247-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1570749532338126848
   [junit4]   2> 832742 INFO  
(searcherExecutor-3248-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 832742 INFO  
(searcherExecutor-3248-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 832742 INFO  
(searcherExecutor-3248-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 832743 INFO  
(searcherExecutor-3248-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 832745 INFO  
(searcherExecutor-3248-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 832746 INFO  
(searcherExecutor-3248-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 832756 INFO  
(searcherExecutor-3248-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 832756 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.SolrJettyTestBase Jetty Assigned Port#53650
   [junit4]   2> 832757 INFO  
(searcherExecutor-3248-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 832762 INFO  
(searcherExecutor-3248-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5d6d228e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 832762 INFO  
(TEST-CacheHeaderTest.testCacheControl-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCacheControl
   [junit4]   2> 832771 INFO  (qtp1161594643-10388) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832772 INFO  (qtp1161594643-10389) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832773 ERROR (qtp1161594643-10390) [    x:collection1] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Bad 
contentType for search handler :null request={q=solr&qt=standard}
   [junit4]   2>        at 
org.apache.solr.request.json.RequestUtil.processParams(RequestUtil.java:73)
   [junit4]   2>        at 
org.apache.solr.util.SolrPluginUtils.setDefaults(SolrPluginUtils.java:177)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:175)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2487)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:318)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 832773 INFO  (qtp1161594643-10390) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} status=400 QTime=0
   [junit4]   2> 832774 INFO  
(TEST-CacheHeaderTest.testCacheControl-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCacheControl
   [junit4]   2> 832780 INFO  
(TEST-CacheHeaderTest.testLastModified-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLastModified
   [junit4]   2> 832783 INFO  (qtp1161594643-10391) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832794 INFO  (qtp1161594643-10388) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832797 INFO  (qtp1161594643-10390) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832798 INFO  (qtp1161594643-10392) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832801 INFO  (qtp1161594643-10391) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832803 INFO  (qtp1161594643-10388) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832803 INFO  
(TEST-CacheHeaderTest.testLastModified-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testLastModified
   [junit4]   2> 832810 INFO  
(TEST-CacheHeaderTest.testEtag-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testEtag
   [junit4]   2> 832812 INFO  (qtp1161594643-10392) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832814 INFO  (qtp1161594643-10393) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832817 INFO  (qtp1161594643-10390) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832818 INFO  (qtp1161594643-10389) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832818 INFO  (qtp1161594643-10392) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832819 INFO  (qtp1161594643-10393) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832821 INFO  (qtp1161594643-10390) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832822 INFO  (qtp1161594643-10389) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=0
   [junit4]   2> 832822 INFO  
(TEST-CacheHeaderTest.testEtag-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testEtag
   [junit4]   2> 832829 INFO  
(TEST-CacheHeaderTest.testCacheVetoHandler-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCacheVetoHandler
   [junit4]   2> 832833 INFO  
(TEST-CacheHeaderTest.testCacheVetoHandler-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCacheVetoHandler
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CacheHeaderTest 
-Dtests.method=testCacheVetoHandler -Dtests.seed=6CC078B02ABB1E9C 
-Dtests.slow=true -Dtests.locale=is -Dtests.timezone=Pacific/Easter 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J1 | CacheHeaderTest.testCacheVetoHandler <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but 
was:<400>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6CC078B02ABB1E9C:BC660F2C0A8507AD]:0)
   [junit4]    >        at 
org.apache.solr.servlet.CacheHeaderTest.testCacheVetoHandler(CacheHeaderTest.java:67)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 832848 INFO  
(TEST-CacheHeaderTest.testCacheVetoException-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCacheVetoException
   [junit4]   2> 832850 INFO  (qtp1161594643-10390) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
   [junit4]   2> 832850 INFO  (qtp1161594643-10390) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=xyz_ignore_exception:solr&qt=standard} status=400 QTime=0
   [junit4]   2> 832851 INFO  
(TEST-CacheHeaderTest.testCacheVetoException-seed#[6CC078B02ABB1E9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCacheVetoException
   [junit4]   2> 832852 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@2eedca5e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 832852 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1890043200
   [junit4]   2> 832852 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 832853 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 832854 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 832855 INFO  
(SUITE-CacheHeaderTest-seed#[6CC078B02ABB1E9C]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 832855 INFO  (coreCloseExecutor-

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

InPlaceUpdatesDistrib, TestQueryUtils, TestAnalyzedSuggestions, 
PeerSyncReplicationTest, ReplicaListTransformerTest, BaseCdcrDistributedZkTest, 
ZkStateWriterTest, TestRawResponseWriter, TestCollectionAPIs, 
TestPHPSerializedResponseWriter, RequestHandlersTest, OverseerStatusTest, 
CachingDirectoryFactoryTest, CloudMLTQParserTest, AnalysisErrorHandlingTest, 
TestJavabinTupleStreamParser, NoCacheHeaderTest, 
TestSha256AuthenticationProvider, CoreAdminCreateDiscoverTest, 
TestExclusionRuleCollectionAccess, CdcrRequestHandlerTest, 
HdfsBasicDistributedZkTest, TestUniqueKeyFieldResource, TestLRUCache, 
TestRestoreCore, TestAnalyzeInfixSuggestions, TestFilteredDocIdSet, 
FileBasedSpellCheckerTest, FacetPivotSmallTest, UpdateParamsTest, 
DocValuesMissingTest, TemplateUpdateProcessorTest, TestCrossCoreJoin, 
HdfsDirectoryTest, MetricUtilsTest, ConjunctionSolrSpellCheckerTest, 
TestLegacyFieldReuse, TestUseDocValuesAsStored2, 
TestLMJelinekMercerSimilarityFactory, SignatureUpdateProcessorFactoryTest, 
UtilsToolTest, LoggingHandlerTest, TestStressLiveNodes, 
TestGeoJSONResponseWriter, ClassificationUpdateProcessorIntegrationTest, 
TestComponentsName, PrimUtilsTest, DistributedExpandComponentTest, 
TestReversedWildcardFilterFactory, TestRecoveryHdfs, TestHalfAndHalfDocValues, 
MigrateRouteKeyTest, TestCustomDocTransformer, CollectionStateFormat2Test, 
URLClassifyProcessorTest, TestRangeQuery, TestPivotHelperCode, TestDistribIDF, 
ReturnFieldsTest, TestFieldCacheWithThreads, IndexSchemaTest, 
TestSolrCoreParser, NotRequiredUniqueKeyTest, ChaosMonkeySafeLeaderTest, 
TestBadConfig, ConcurrentDeleteAndCreateCollectionTest, 
TestAtomicUpdateErrorCases, TestSQLHandlerNonCloud, TestNRTOpen, 
TestManagedSynonymFilterFactory, CoreAdminHandlerTest, TestHashQParserPlugin, 
TestCloudRecovery, AtomicUpdatesTest, TestObjectReleaseTracker, 
SaslZkACLProviderTest, TestSolrDeletionPolicy2, TestCoreAdminApis, 
TestTolerantUpdateProcessorCloud, SortByFunctionTest, BlockDirectoryTest, 
NodeMutatorTest, ShowFileRequestHandlerTest, BasicAuthIntegrationTest, 
TestFastWriter, TestAuthenticationFramework, TestNoOpRegenerator, 
TestCustomSort, TestReplicationHandlerBackup, ConvertedLegacyTest, 
TestImpersonationWithHadoopAuth, SliceStateTest, TestRandomFaceting, 
TestReload, TestValueSourceCache, CloudExitableDirectoryReaderTest, 
DistributedIntervalFacetingTest, DistributedQueueTest, 
FullSolrCloudDistribCmdsTest, LeaderFailoverAfterPartitionTest, LargeFieldTest, 
CacheHeaderTest, OverseerModifyCollectionTest, TestRecovery, 
SharedFSAutoReplicaFailoverTest, LeaderElectionIntegrationTest, RankQueryTest, 
TestDFRSimilarityFactory, StatsReloadRaceTest, TestCoreDiscovery, 
SolrCoreMetricManagerTest, BadCopyFieldTest, TestSimpleTrackingShardHandler, 
TestComplexPhraseLeadingWildcard, TestInfoStreamLogging, TestSolrQueryParser, 
TestFieldCacheReopen, PKIAuthenticationIntegrationTest, 
TestAddFieldRealTimeGet, SuggesterTest, TestTrieFacet, 
CurrencyFieldOpenExchangeTest, TestLeaderElectionWithEmptyReplica, 
SolrCmdDistributorTest, DistributedFacetPivotWhiteBoxTest, HdfsRecoveryZkTest, 
HttpPartitionTest, TestCloudSchemaless, FieldAnalysisRequestHandlerTest, 
LukeRequestHandlerTest, DataDrivenBlockJoinTest, MetricsHandlerTest, 
TestLeaderInitiatedRecoveryThread, TestClusterStateMutator, 
TestClassicSimilarityFactory, DistributedFacetPivotLargeTest, 
PreAnalyzedUpdateProcessorTest, TestOnReconnectListenerSupport, 
TestUnifiedSolrHighlighter, TestFileDictionaryLookup, HLLUtilTest, 
BasicDistributedZk2Test, TestHighFrequencyDictionaryFactory, 
TestPullReplicaErrorHandling, DistanceFunctionTest, 
TestSizeLimitedDistributedMap, DeleteLastCustomShardedReplicaTest, 
StatsComponentTest, CollectionsAPIAsyncDistributedZkTest, QueryParsingTest, 
TestNestedDocsSort, ChaosMonkeyNothingIsSafeTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestSolrCLIRunExample, 
CloneFieldUpdateProcessorFactoryTest, 
DistributedQueryComponentOptimizationTest, TestSolrCoreProperties, 
TestSchemalessBufferedUpdates, SolrIndexSplitterTest, TestExpandComponent, 
WordBreakSolrSpellCheckerTest, CollectionsAPIDistributedZkTest, SyncSliceTest, 
BasicZkTest, RecoveryZkTest, TestReplicationHandler, 
TermVectorComponentDistributedTest, TestJoin, TestCoreContainer, 
SimpleFacetsTest, TestSolr4Spatial, SpellCheckComponentTest, TestFunctionQuery, 
TestLazyCores, DistributedQueryElevationComponentTest, 
CurrencyFieldXmlFileTest, TestExtendedDismaxParser, SpellCheckCollatorTest, 
SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, 
TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, 
TestCSVLoader, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, 
TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, 
DefaultValueUpdateProcessorTest, TestSolrDeletionPolicy1, DebugComponentTest, 
IndexBasedSpellCheckerTest, StandardRequestHandlerTest, TestWriterPerf, 
DocumentBuilderTest, TestIndexingPerformance, IndexSchemaRuntimeFieldTest, 
TestJmxIntegration, JsonLoaderTest, PingRequestHandlerTest, 
TestQuerySenderListener, TestSolrIndexConfig, ResponseLogComponentTest, 
TestStressRecovery, CursorPagingTest, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, 
CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, 
CdcrVersionReplicationTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
CollectionTooManyReplicasTest, CustomCollectionTest, DeleteStatusTest, 
DistribJoinFromCollectionTest, DistributedVersionInfoTest, 
LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MoveReplicaTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, 
RemoteQueryErrorTest, ReplaceNodeTest, ReplicationFactorTest, 
RestartWhileUpdatingTest, RollingRestartTest, SimpleCollectionCreateDeleteTest, 
SolrCloudExampleTest]
   [junit4] Completed [526/725 (6!)] on J1 in 16.94s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1248 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.SolrSchemalessExampleTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrSchemalessExampleTest_2CFDF2EFEB046A66-001/init-core-data-001
   [junit4]   2> 99402 WARN  
(SUITE-SolrSchemalessExampleTest-seed#[2CFDF2EFEB046A66]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 99402 INFO  
(SUITE-SolrSchemalessExampleTest-seed#[2CFDF2EFEB046A66]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 99404 INFO  
(SUITE-SolrSchemalessExampleTest-seed#[2CFDF2EFEB046A66]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 99406 INFO  
(SUITE-SolrSchemalessExampleTest-seed#[2CFDF2EFEB046A66]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=148, maxMBSortInHeap=5.98403561248792, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-LB, 
timezone=Africa/Addis_Ababa
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=365213264,total=449839104
   [junit4]   2> NOTE: All tests run in this JVM: [JsonValidatorTest, 
HyperbolicSineEvaluatorTest, TestCloudSolrClientConnections, CommonParamsTest, 
TestPolicy, TestZkConfigManager, TestSolrProperties, 
CloudSolrClientBuilderTest, UuidEvaluatorTest, TestBatchUpdate, 
SquareRootEvaluatorTest, TestHash, ConcatOperationTest, RoundEvaluatorTest, 
TestDocumentObjectBinder, MultiplyEvaluatorTest, SchemaTest, 
NoOpResponseParserTest, TestDelegationTokenResponse, SolrZkClientTest, 
HttpSolrClientBuilderTest, HttpSolrClientSSLAuthConPoolTest, 
FloorEvaluatorTest, CloudSolrClientMultiConstructorTest, LengthEvaluatorTest, 
ArcTangentEvaluatorTest, NotEvaluatorTest, TestPathTrie, 
GreaterThanEvaluatorTest, TestValidatingJsonMap, TestUpdateRequestCodec, 
TestDelegationTokenRequest, TangentEvaluatorTest, SolrExampleStreamingTest, 
SolrExampleStreamingBinaryTest, SolrExampleXMLTest, SolrExampleJettyTest, 
SolrExampleEmbeddedTest, JettyWebappTest, LargeVolumeEmbeddedTest, 
TestSpellCheckResponse, TermsResponseTest, TestEmbeddedSolrServer, 
TestCoreAdmin, TestJavaBinCodec, SolrQueryTest, ContentStreamTest, 
ModifiableSolrParamsTest, TestXMLEscaping, SolrDocumentTest, 
FieldAnalysisResponseTest, NamedListTest, AnlysisResponseBaseTest, 
CollectionAdminRequestRequiredParamsTest, GetByIdTest, 
SolrSchemalessExampleTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrSchemalessExampleTest -Dtests.seed=2CFDF2EFEB046A66 
-Dtests.slow=true -Dtests.locale=ar-LB -Dtests.timezone=Africa/Addis_Ababa 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | SolrSchemalessExampleTest (suite) <<<
   [junit4]    > Throwable #1: java.io.FileNotFoundException: Source 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/data_driven_schema_configs/conf'
 does not exist
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2CFDF2EFEB046A66]: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 [57/135 (1!)] on J0 in 0.05s, 0 tests, 1 error <<< 
FAILURES!

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

Reply via email to