Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6665/
Java: 64bit/jdk1.8.0_131 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\data_driven_schema_configs\conf
 not found!

Stack Trace:
java.lang.AssertionError: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\data_driven_schema_configs\conf
 not found!
        at 
__randomizedtesting.SeedInfo.seed([8FD675A129796297:9CB547CE1816DB31]: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.core.DirectoryFactoryTest.testGetDataHome

Error Message:
expected:<[/tmp/inst1/]data> but was:<[C:\tmp\inst1\]data>

Stack Trace:
org.junit.ComparisonFailure: expected:<[/tmp/inst1/]data> but 
was:<[C:\tmp\inst1\]data>
        at 
__randomizedtesting.SeedInfo.seed([8FD675A129796297:13B0A97A71F165D4]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.core.DirectoryFactoryTest.testGetDataHome(DirectoryFactoryTest.java:58)
        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.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 
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:53270/solr/collection1/debug/dump?wt=xml&stream.url=http%3A%2F%2F127.0.0.1%3A53270%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:53270/solr/collection1/debug/dump?wt=xml&stream.url=http%3A%2F%2F127.0.0.1%3A53270%2Fsolr%2Fcollection1%2Fselect%3Fq%3D*%3A*%26fl%3Did%26wt%3Dcsv
        at 
__randomizedtesting.SeedInfo.seed([8FD675A129796297:A2C3D1337F809B7D]: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([8FD675A129796297:5F70023D09477BA6]: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([8FD675A129796297:D6E34BB25D5BAFA2]: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([8FD675A129796297:101F846BD7640570]: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.testInteractiveSolrCloudExample

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

Starting up Solr on port 50075 using command:
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\bin\solr" start 
-cloud -p 50075 -s 
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\tempDir-002\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([8FD675A129796297:54A7956B1E0CA7F1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:448)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
it should be ok org.apache.solr.util.SolrCLI$RunExampleTool@64a4988b [-e, 
schemaless, -serverDir, 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server, -exampleDir, 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\tempDir-004,
 -p, 50120] expected:<0> but was:<1>

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


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

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

Stack Trace:
java.io.FileNotFoundException: Source 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\data_driven_schema_configs\conf'
 does not exist
        at __randomizedtesting.SeedInfo.seed([CE0A046416706E57]: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 11442 lines...]
   [junit4] Suite: org.apache.solr.servlet.CacheHeaderTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.CacheHeaderTest_8FD675A129796297-001\init-core-data-001
   [junit4]   2> 561336 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 561338 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 561377 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 561377 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 561380 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.CacheHeaderTest_8FD675A129796297-001\tempDir-002\cores\core
   [junit4]   2> 561389 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 561390 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@674b9445{/solr,null,AVAILABLE}
   [junit4]   2> 561392 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6e6b7cf7{SSL,[ssl, 
http/1.1]}{127.0.0.1:63252}
   [junit4]   2> 561392 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] o.e.j.s.Server 
Started @565340ms
   [junit4]   2> 561392 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63252, 
configSetBaseDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.CacheHeaderTest_8FD675A129796297-001\tempDir-001,
 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.CacheHeaderTest_8FD675A129796297-001\tempDir-002\cores}
   [junit4]   2> 561393 ERROR 
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 561394 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 561394 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 561394 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 561394 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T15:38:04.343Z
   [junit4]   2> 561396 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.CacheHeaderTest_8FD675A129796297-001\tempDir-001\solr.xml
   [junit4]   2> 561410 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21f5773d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 561557 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21f5773d
   [junit4]   2> 561562 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21f5773d
   [junit4]   2> 561562 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21f5773d
   [junit4]   2> 561567 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.CacheHeaderTest_8FD675A129796297-001\tempDir-002\cores
   [junit4]   2> 561567 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 561633 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 561664 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 561788 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 561799 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.CacheHeaderTest_8FD675A129796297-001\tempDir-001\collection1,
 trusted=true
   [junit4]   2> 561800 INFO  (coreLoadExecutor-2383-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@21f5773d
   [junit4]   2> 561800 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 561800 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.CacheHeaderTest_8FD675A129796297-001\tempDir-001\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.CacheHeaderTest_8FD675A129796297-001\tempDir-002\cores\core\data\]
   [junit4]   2> 561808 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 561961 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 561961 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 561963 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 561963 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 561964 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 561965 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@70585a54[collection1] main]
   [junit4]   2> 561968 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 561992 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 562190 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 562194 INFO  
(searcherExecutor-2384-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 562195 INFO  (coreLoadExecutor-2383-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1570738625727954944
   [junit4]   2> 562198 INFO  
(searcherExecutor-2384-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 562198 INFO  
(searcherExecutor-2384-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 562198 INFO  
(searcherExecutor-2384-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 562205 INFO  
(searcherExecutor-2384-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 562214 INFO  
(searcherExecutor-2384-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 562214 INFO  
(searcherExecutor-2384-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 562214 INFO  
(searcherExecutor-2384-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 562214 INFO  
(searcherExecutor-2384-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 562219 INFO  
(searcherExecutor-2384-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@70585a54[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 562637 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.SolrJettyTestBase Jetty Assigned Port#63252
   [junit4]   2> 562640 INFO  
(TEST-CacheHeaderTest.testCacheVetoHandler-seed#[8FD675A129796297]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCacheVetoHandler
   [junit4]   2> 562698 INFO  
(TEST-CacheHeaderTest.testCacheVetoHandler-seed#[8FD675A129796297]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCacheVetoHandler
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CacheHeaderTest 
-Dtests.method=testCacheVetoHandler -Dtests.seed=8FD675A129796297 
-Dtests.slow=true -Dtests.locale=en-SG -Dtests.timezone=Pacific/Pohnpei 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J1 | CacheHeaderTest.testCacheVetoHandler <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but 
was:<400>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8FD675A129796297:5F70023D09477BA6]:0)
   [junit4]    >        at 
org.apache.solr.servlet.CacheHeaderTest.testCacheVetoHandler(CacheHeaderTest.java:67)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 562724 INFO  
(TEST-CacheHeaderTest.testCacheVetoException-seed#[8FD675A129796297]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCacheVetoException
   [junit4]   2> 562731 INFO  (qtp777752341-4848) [    x:collection1] 
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
   [junit4]   2> 562731 INFO  (qtp777752341-4848) [    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> 562732 INFO  
(TEST-CacheHeaderTest.testCacheVetoException-seed#[8FD675A129796297]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCacheVetoException
   [junit4]   2> 562742 INFO  
(TEST-CacheHeaderTest.testCacheControl-seed#[8FD675A129796297]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCacheControl
   [junit4]   2> 562790 INFO  (qtp777752341-4848) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} hits=0 status=0 QTime=2
   [junit4]   2> 562790 INFO  (qtp777752341-4848) [    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> 562790 ERROR (qtp777752341-4848) [    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.ssl.SslConnection.onFillable(SslConnection.java:202)
   [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.execute(ExecuteProduceConsume.java:100)
   [junit4]   2>        at 
org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)
   [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> 562795 INFO  (qtp777752341-4848) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=solr&qt=standard} status=400 QTime=0
   [junit4]   2> 562795 INFO  
(TEST-CacheHeaderTest.testCacheControl-seed#[8FD675A129796297]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCacheControl
   [junit4]   2> 562934 INFO  
(TEST-CacheHeaderTest.testLastModified-seed#[8FD675A129796297]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLastModified
   [junit4]   2> 562940 INFO  (qtp777752341-4848) [    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> 562958 INFO  (qtp777752341-4848) [    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> 562967 INFO  (qtp777752341-4848) [    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> 562968 INFO  (qtp777752341-4848) [    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> 562971 INFO  (qtp777752341-4848) [    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> 562974 INFO  (qtp777752341-4848) [    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> 562975 INFO  
(TEST-CacheHeaderTest.testLastModified-seed#[8FD675A129796297]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testLastModified
   [junit4]   2> 563009 INFO  
(TEST-CacheHeaderTest.testEtag-seed#[8FD675A129796297]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testEtag
   [junit4]   2> 563014 INFO  (qtp777752341-4848) [    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> 563018 INFO  (qtp777752341-4848) [    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> 563030 INFO  (qtp777752341-4848) [    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> 563031 INFO  (qtp777752341-4848) [    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> 563032 INFO  (qtp777752341-4848) [    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> 563033 INFO  (qtp777752341-4848) [    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> 563037 INFO  (qtp777752341-4848) [    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> 563038 INFO  (qtp777752341-4848) [    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> 563039 INFO  
(TEST-CacheHeaderTest.testEtag-seed#[8FD675A129796297]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testEtag
   [junit4]   2> 563056 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6e6b7cf7{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 563056 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1250915234
   [junit4]   2> 563057 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 563058 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 563059 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 563060 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 563067 INFO  (coreCloseExecutor-2389-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@61c691
   [junit4]   2> 563069 INFO  (coreCloseExecutor-2389-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=6407825
   [junit4]   2> 563074 INFO  
(SUITE-CacheHeaderTest-seed#[8FD675A129796297]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@674b9445{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.servlet.CacheHeaderTest_8FD675A129796297-001
   [junit4]   2> Jun 20, 2017 3:38:06 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-SG, 
timezone=Pacific/Pohnpei
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=66049832,total=294887424
   [junit4]   2> NOTE: All tests run in this JVM: [TestLuceneMatchVersion, 
HdfsTlogReplayBufferedWhileIndexingTest, TestConfigReload, TestJoin, 
MigrateRouteKeyTest, TestCloudManagedSchema, DefaultValueUpdateProcessorTest, 
TestEmbeddedSolrServerConstructors, DeleteReplicaTest, TestCollectionAPIs, 
FacetPivotSmallTest, TestSimpleTrackingShardHandler, TestZkChroot, 
TestLeaderElectionWithEmptyReplica, TestRecoveryHdfs, CdcrRequestHandlerTest, 
TestMissingGroups, SolrIndexSplitterTest, DistanceUnitsTest, 
SolrCoreMetricManagerTest, TestCollectionAPI, TestIndexSearcher, 
DistribDocExpirationUpdateProcessorTest, TestConfigOverlay, 
TestPivotHelperCode, ChaosMonkeyNothingIsSafeTest, SecurityConfHandlerTest, 
HdfsSyncSliceTest, TestFieldTypeResource, CoreMergeIndexesAdminHandlerTest, 
TestCustomDocTransformer, TestPKIAuthenticationPlugin, 
DistributedTermsComponentTest, EchoParamsTest, TestReload, 
CloudExitableDirectoryReaderTest, TestNumericRangeQuery32, 
LeaderElectionIntegrationTest, TestScoreJoinQPScore, TestLRUCache, 
TestTolerantUpdateProcessorCloud, SpellCheckComponentTest, 
TestUseDocValuesAsStored2, TermVectorComponentTest, SliceStateTest, 
OpenCloseCoreStressTest, TestGeoJSONResponseWriter, TestFastWriter, 
TestSolrCloudWithKerberosAlt, LukeRequestHandlerTest, V2ApiIntegrationTest, 
TestCodecSupport, TestSearchPerf, TestJavabinTupleStreamParser, 
TestReplicationHandlerBackup, DOMUtilTest, TestFiltering, 
SimpleCollectionCreateDeleteTest, TestImpersonationWithHadoopAuth, 
PreAnalyzedFieldTest, TestLeaderInitiatedRecoveryThread, MetricsHandlerTest, 
DistributedIntervalFacetingTest, BadIndexSchemaTest, 
TestHighFrequencyDictionaryFactory, TestIndexingPerformance, BasicZkTest, 
DeleteStatusTest, FieldAnalysisRequestHandlerTest, TestNRTOpen, 
SuggesterWFSTTest, TestCoreAdminApis, TestExceedMaxTermLength, FullHLLTest, 
TestUniqueKeyFieldResource, TestDistribDocBasedVersion, ConnectionManagerTest, 
TestSolrConfigHandler, NodeMutatorTest, BadComponentTest, 
SharedFSAutoReplicaFailoverTest, TestFilteredDocIdSet, CheckHdfsIndexTest, 
AssignTest, TlogReplayBufferedWhileIndexingTest, CacheHeaderTest]
   [junit4] Completed [158/725 (1!)] on J1 in 2.11s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 503 lines...]
   [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\init-core-data-001
   [junit4]   2> 1184984 WARN  
(SUITE-TestSolrCLIRunExample-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1184984 INFO  
(SUITE-TestSolrCLIRunExample-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1184988 INFO  
(SUITE-TestSolrCLIRunExample-seed#[8FD675A129796297]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1184990 INFO  
(TEST-TestSolrCLIRunExample.testFailExecuteScript-seed#[8FD675A129796297]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testFailExecuteScript
   [junit4]   2> 
   [junit4]   2> ERROR: Failed to start Solr using command: 
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\tempDir-001\failExecuteScript"
 start -p 50057 -s 
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\tempDir-001\techproducts\solr"
 Exception : org.apache.commons.exec.ExecuteException: Execution failed (Exit 
value: -559038737. Caused by java.io.IOException: Cannot run program 
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\tempDir-001\failExecuteScript"
 (in directory "."): CreateProcess error=193, %1 is not a valid Win32 
application)
   [junit4]   2> 
   [junit4]   2> 1186188 INFO  
(TEST-TestSolrCLIRunExample.testFailExecuteScript-seed#[8FD675A129796297]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testFailExecuteScript
   [junit4]   2> 1186190 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8FD675A129796297])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testInteractiveSolrCloudExample
   [junit4]   2> 1188216 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8FD675A129796297])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\tempDir-003
   [junit4]   2> 1188216 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8FD675A129796297])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1188217 INFO  (Thread-2082) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1188217 INFO  (Thread-2082) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1188224 ERROR (Thread-2082) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1188317 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8FD675A129796297])
 [    ] o.a.s.c.ZkTestServer start zk server on port:50092
   [junit4]   2> 1188329 INFO  (jetty-launcher-1488-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1188330 INFO  (jetty-launcher-1488-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3ada6fde{/solr,null,AVAILABLE}
   [junit4]   2> 1188331 INFO  (jetty-launcher-1488-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@37b29b2f{HTTP/1.1,[http/1.1]}{127.0.0.1:50075}
   [junit4]   2> 1188331 INFO  (jetty-launcher-1488-thread-1) [    ] 
o.e.j.s.Server Started @1192279ms
   [junit4]   2> 1188331 INFO  (jetty-launcher-1488-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50075}
   [junit4]   2> 1188331 ERROR (jetty-launcher-1488-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1188331 INFO  (jetty-launcher-1488-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1188331 INFO  (jetty-launcher-1488-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
50075
   [junit4]   2> 1188331 INFO  (jetty-launcher-1488-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1188331 INFO  (jetty-launcher-1488-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T15:48:31.280Z
   [junit4]   2> 1188346 INFO  (jetty-launcher-1488-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1188355 INFO  (jetty-launcher-1488-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21f5773d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1188360 INFO  (jetty-launcher-1488-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50092/solr
   [junit4]   2> 1188382 INFO  (jetty-launcher-1488-thread-1) 
[n:localhost:50075_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1188382 INFO  (jetty-launcher-1488-thread-1) 
[n:localhost:50075_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader localhost:50075_solr
   [junit4]   2> 1188383 INFO  (jetty-launcher-1488-thread-1) 
[n:localhost:50075_solr    ] o.a.s.c.Overseer Overseer 
(id=98171205135433731-localhost:50075_solr-n_0000000000) starting
   [junit4]   2> 1188389 INFO  (jetty-launcher-1488-thread-1) 
[n:localhost:50075_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/localhost:50075_solr
   [junit4]   2> 1188396 INFO  
(zkCallback-1495-thread-1-processing-n:localhost:50075_solr) 
[n:localhost:50075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1188477 INFO  (jetty-launcher-1488-thread-1) 
[n:localhost:50075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21f5773d
   [junit4]   2> 1188479 INFO  (jetty-launcher-1488-thread-1) 
[n:localhost:50075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21f5773d
   [junit4]   2> 1188479 INFO  (jetty-launcher-1488-thread-1) 
[n:localhost:50075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21f5773d
   [junit4]   2> 1188480 INFO  (jetty-launcher-1488-thread-1) 
[n:localhost:50075_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\tempDir-003\node1
   [junit4]   2> 1188498 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc630e1450004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1191577 INFO  (qtp1367268678-8742) [n:localhost:50075_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system 
params={wt=json} status=0 QTime=23
   [junit4]   2> 1191580 INFO  (qtp1367268678-8738) [n:localhost:50075_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1191582 INFO  (qtp1367268678-8738) [n:localhost:50075_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=json} status=0 QTime=1
   [junit4]   2> 1191593 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8FD675A129796297])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1191596 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8FD675A129796297])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:50092/solr ready
   [junit4]   2> 1191601 INFO  (qtp1367268678-8735) [n:localhost:50075_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=list&wt=json and sendToOCPQueue=true
   [junit4]   2> 1191601 INFO  (qtp1367268678-8735) [n:localhost:50075_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=list&wt=json} status=0 QTime=0
   [junit4]   2> 
   [junit4]   2> ERROR: No line found
   [junit4]   2> 
   [junit4]   2> 1191607 INFO  (qtp1367268678-8744) [n:localhost:50075_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=list&wt=json and sendToOCPQueue=true
   [junit4]   2> 1191607 INFO  (qtp1367268678-8744) [n:localhost:50075_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=list&wt=json} status=0 QTime=0
   [junit4]   2> 1191608 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8FD675A129796297])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testInteractiveSolrCloudExample
   [junit4]   2> 1191609 INFO  (jetty-closer-1489-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@37b29b2f{HTTP/1.1,[http/1.1]}{127.0.0.1:50075}
   [junit4]   2> 1191610 INFO  (jetty-closer-1489-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=969440356
   [junit4]   2> 1191610 INFO  (jetty-closer-1489-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1191612 INFO  (jetty-closer-1489-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1191613 INFO  (jetty-closer-1489-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1191615 INFO  (jetty-closer-1489-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1191615 INFO  (jetty-closer-1489-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1191615 INFO  (jetty-closer-1489-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98171205135433731-localhost:50075_solr-n_0000000000) closing
   [junit4]   2> 1191616 INFO  
(OverseerStateUpdate-98171205135433731-localhost:50075_solr-n_0000000000) 
[n:localhost:50075_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
localhost:50075_solr
   [junit4]   2> 1191618 WARN  
(zkCallback-1495-thread-1-processing-n:localhost:50075_solr) 
[n:localhost:50075_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1191619 INFO  (jetty-closer-1489-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3ada6fde{/solr,null,UNAVAILABLE}
   [junit4]   2> 1191620 ERROR 
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8FD675A129796297])
 [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so 
ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1191621 INFO  
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[8FD675A129796297])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50092 50092
   [junit4]   2> 1191622 INFO  (Thread-2082) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:50092 50092
   [junit4]   2> 1191623 WARN  (Thread-2082) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCLIRunExample -Dtests.method=testInteractiveSolrCloudExample 
-Dtests.seed=8FD675A129796297 -Dtests.slow=true -Dtests.locale=ar 
-Dtests.timezone=America/Boise -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 5.44s J1 | 
TestSolrCLIRunExample.testInteractiveSolrCloudExample <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: After running Solr 
cloud example, test collection 'testCloudExamplePrompt' not found in Solr at: 
http://localhost:50075/solr; tool output: 
   [junit4]    > Welcome to the SolrCloud example!
   [junit4]    > This interactive session will help you launch a SolrCloud 
cluster on your local workstation.
   [junit4]    > To begin, how many Solr nodes would you like to run in your 
local cluster? (specify 1-4 nodes) [2]: 
   [junit4]    > Ok, let's start up 1 Solr nodes for your example SolrCloud 
cluster.
   [junit4]    > Please enter the port for node1 [8983]: 
   [junit4]    > Creating Solr home directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\tempDir-002\cloud\node1\solr
   [junit4]    > Starting up Solr on port 50075 using command:
   [junit4]    > 
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\bin\solr" start 
-cloud -p 50075 -s 
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\tempDir-002\cloud\node1\solr"
   [junit4]    > Now let's create a new collection for indexing documents in 
your 1-node cluster.
   [junit4]    > Please provide a name for your new collection: 
[gettingstarted] 
   [junit4]    > How many shards would you like to split testCloudExamplePrompt 
into? [2]
   [junit4]    > How many replicas per shard would you like to create? [2] 
   [junit4]    > Please choose a configuration for the testCloudExamplePrompt 
collection, available options are:
   [junit4]    > basic_configs, data_driven_schema_configs, or 
sample_techproducts_configs [data_driven_schema_configs] 
   [junit4]    > data_driven_schema_configs is not a valid configuration 
directory! Please choose a configuration for the testCloudExamplePrompt 
collection, available options are:
   [junit4]    > basic_configs, data_driven_schema_configs, or 
sample_techproducts_configs [data_driven_schema_configs] 
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8FD675A129796297:54A7956B1E0CA7F1]:0)
   [junit4]    >        at 
org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:448)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1191626 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8FD675A129796297]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testSchemalessExample
   [junit4]   2> 1191628 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8FD675A129796297]) [    
] o.a.s.u.TestSolrCLIRunExample Selected port 50120 to start schemaless example 
Solr instance on ...
   [junit4]   2> 1192635 INFO  (Thread-2096) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1192639 INFO  (Thread-2096) [    ] o.e.j.s.h.ContextHandler 
Started o.e.j.s.ServletContextHandler@579f4ba7{/solr,null,AVAILABLE}
   [junit4]   2> 1192641 INFO  (Thread-2096) [    ] o.e.j.s.AbstractConnector 
Started ServerConnector@76123519{HTTP/1.1,[http/1.1]}{127.0.0.1:50120}
   [junit4]   2> 1192641 INFO  (Thread-2096) [    ] o.e.j.s.Server Started 
@1196589ms
   [junit4]   2> 1192641 INFO  (Thread-2096) [    ] o.a.s.c.s.e.JettySolrRunner 
Jetty properties: {hostContext=/solr, hostPort=50120}
   [junit4]   2> 1192641 ERROR (Thread-2096) [    ] o.a.s.s.StartupLoggingUtils 
Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1192641 INFO  (Thread-2096) [    ] o.a.s.s.SolrDispatchFilter  
___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1192641 INFO  (Thread-2096) [    ] o.a.s.s.SolrDispatchFilter 
/ __| ___| |_ _   Starting in standalone mode on port 50120
   [junit4]   2> 1192641 INFO  (Thread-2096) [    ] o.a.s.s.SolrDispatchFilter 
\__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1192641 INFO  (Thread-2096) [    ] o.a.s.s.SolrDispatchFilter 
|___/\___/_|_|    Start time: 2017-06-20T15:48:35.590Z
   [junit4]   2> 1192642 INFO  (Thread-2096) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\tempDir-004\schemaless\solr\solr.xml
   [junit4]   2> 1192652 INFO  (Thread-2096) [    ] o.a.s.c.SolrXmlConfig MBean 
server found: com.sun.jmx.mbeanserver.JmxMBeanServer@21f5773d, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 1192716 INFO  (Thread-2096) [    ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21f5773d
   [junit4]   2> 1192717 INFO  (Thread-2096) [    ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21f5773d
   [junit4]   2> 1192717 INFO  (Thread-2096) [    ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21f5773d
   [junit4]   2> 1192718 INFO  (Thread-2096) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\tempDir-004\schemaless\solr
   [junit4]   2> 1195685 INFO  (qtp1243985197-8777) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=9
   [junit4]   2> 1195689 INFO  (qtp1243985197-8781) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1195689 INFO  (qtp1243985197-8781) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0
   [junit4]   2> 1195710 INFO  (qtp1243985197-8781) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=8
   [junit4]   2> 
   [junit4]   2> ERROR: Specified config directory data_driven_schema_configs 
not found in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets
   [junit4]   2> 
   [junit4]   2> 
   [junit4]   2> ERROR: Failed to create gettingstarted using command: [-name, 
gettingstarted, -shards, 1, -replicationFactor, 1, -confname, gettingstarted, 
-confdir, data_driven_schema_configs, -configsetsDir, 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets,
 -solrUrl, http://localhost:50120/solr]
   [junit4]   2> 
   [junit4]   2> 1195713 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8FD675A129796297]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testSchemalessExample
   [junit4]   2> 1195719 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8FD675A129796297]) [    
] o.e.j.s.AbstractConnector Stopped 
ServerConnector@76123519{HTTP/1.1,[http/1.1]}{127.0.0.1:50120}
   [junit4]   2> 1195719 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8FD675A129796297]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=576039581
   [junit4]   2> 1195719 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8FD675A129796297]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1195720 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8FD675A129796297]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1195722 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8FD675A129796297]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1195728 INFO  
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[8FD675A129796297]) [    
] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@579f4ba7{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCLIRunExample -Dtests.method=testSchemalessExample 
-Dtests.seed=8FD675A129796297 -Dtests.slow=true -Dtests.locale=ar 
-Dtests.timezone=America/Boise -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 4.11s J1 | TestSolrCLIRunExample.testSchemalessExample <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: it should be ok 
org.apache.solr.util.SolrCLI$RunExampleTool@64a4988b [-e, schemaless, 
-serverDir, C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server, 
-exampleDir, 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_8FD675A129796297-001\tempDir-004,
 -p, 50120] expected:<0> but was:<1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8FD675A129796297:729B6E4DC14B7310]:0)
   [junit4]    >        at 
org.apache.solr.util.TestSolrCLIRunExample.testExample(TestSolrCLIRunExample.java:345)
   [junit4]    >        at 
org.apache.solr.util.TestSolrCLIRunExample.testSchemalessExample(TestSolrCLIRunExample.java:307)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [juni

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

, CdcrRequestHandlerTest, TestMissingGroups, SolrIndexSplitterTest, 
DistanceUnitsTest, SolrCoreMetricManagerTest, TestCollectionAPI, 
TestIndexSearcher, DistribDocExpirationUpdateProcessorTest, TestConfigOverlay, 
TestPivotHelperCode, ChaosMonkeyNothingIsSafeTest, SecurityConfHandlerTest, 
HdfsSyncSliceTest, TestFieldTypeResource, CoreMergeIndexesAdminHandlerTest, 
TestCustomDocTransformer, TestPKIAuthenticationPlugin, 
DistributedTermsComponentTest, EchoParamsTest, TestReload, 
CloudExitableDirectoryReaderTest, TestNumericRangeQuery32, 
LeaderElectionIntegrationTest, TestScoreJoinQPScore, TestLRUCache, 
TestTolerantUpdateProcessorCloud, SpellCheckComponentTest, 
TestUseDocValuesAsStored2, TermVectorComponentTest, SliceStateTest, 
OpenCloseCoreStressTest, TestGeoJSONResponseWriter, TestFastWriter, 
TestSolrCloudWithKerberosAlt, LukeRequestHandlerTest, V2ApiIntegrationTest, 
TestCodecSupport, TestSearchPerf, TestJavabinTupleStreamParser, 
TestReplicationHandlerBackup, DOMUtilTest, TestFiltering, 
SimpleCollectionCreateDeleteTest, TestImpersonationWithHadoopAuth, 
PreAnalyzedFieldTest, TestLeaderInitiatedRecoveryThread, MetricsHandlerTest, 
DistributedIntervalFacetingTest, BadIndexSchemaTest, 
TestHighFrequencyDictionaryFactory, TestIndexingPerformance, BasicZkTest, 
DeleteStatusTest, FieldAnalysisRequestHandlerTest, TestNRTOpen, 
SuggesterWFSTTest, TestCoreAdminApis, TestExceedMaxTermLength, FullHLLTest, 
TestUniqueKeyFieldResource, TestDistribDocBasedVersion, ConnectionManagerTest, 
TestSolrConfigHandler, NodeMutatorTest, BadComponentTest, 
SharedFSAutoReplicaFailoverTest, TestFilteredDocIdSet, CheckHdfsIndexTest, 
AssignTest, TlogReplayBufferedWhileIndexingTest, CacheHeaderTest, 
ReturnFieldsTest, TestDocumentBuilder, AutoCommitTest, TestConfig, 
DataDrivenBlockJoinTest, SpellPossibilityIteratorTest, 
DistributedFacetPivotLargeTest, FullSolrCloudDistribCmdsTest, 
TestNumericTerms32, StatsReloadRaceTest, TestAtomicUpdateErrorCases, 
TestCryptoKeys, TestCorePropertiesReload, TestAnalyzedSuggestions, 
ConvertedLegacyTest, TestSmileRequest, TestSolrCoreParser, 
HdfsWriteToMultipleCollectionsTest, TestUnifiedSolrHighlighter, 
TestFuzzyAnalyzedSuggestions, TestLMDirichletSimilarityFactory, 
TestAuthenticationFramework, VMParamsZkACLAndCredentialsProvidersTest, 
SuggestComponentTest, TestSolrQueryParser, TestSegmentSorting, 
TestPHPSerializedResponseWriter, WordBreakSolrSpellCheckerTest, 
ChaosMonkeySafeLeaderTest, TestBadConfig, RuleEngineTest, 
TestSizeLimitedDistributedMap, UpdateLogTest, SortByFunctionTest, 
TestSubQueryTransformer, SolrInfoBeanTest, TestCloudPivotFacet, 
DistributedQueryComponentOptimizationTest, BasicFunctionalityTest, 
TestClusterStateMutator, ShowFileRequestHandlerTest, TestQuerySenderListener, 
TestQueryWrapperFilter, BlobRepositoryCloudTest, TestStandardQParsers, 
DistributedFacetPivotWhiteBoxTest, TestValueSourceCache, 
TestDFRSimilarityFactory, BitVectorTest, UUIDFieldTest, 
TestCopyFieldCollectionResource, TermVectorComponentDistributedTest, 
HdfsChaosMonkeySafeLeaderTest, HLLUtilTest, PKIAuthenticationIntegrationTest, 
TestFieldCacheWithThreads, SpatialRPTFieldTypeTest, 
DirectUpdateHandlerOptimizeTest, ConcurrentDeleteAndCreateCollectionTest, 
ExitableDirectoryReaderTest, TestSolrCLIRunExample, TestCrossCoreJoin, 
TestFoldingMultitermQuery, TestAnalyzeInfixSuggestions, SolrCmdDistributorTest, 
TestPullReplicaErrorHandling, DebugComponentTest, AtomicUpdatesTest, 
HighlighterConfigTest, UninvertDocValuesMergePolicyTest, ActionThrottleTest, 
SolrJmxReporterTest, TestTrie, TestLegacyFieldReuse, 
CollectionsAPIAsyncDistributedZkTest, QueryParsingTest, TestDocSet, 
RequestLoggingTest, TestClassicSimilarityFactory, LargeFieldTest, 
DistributedExpandComponentTest, ClassificationUpdateProcessorIntegrationTest, 
DistributedFacetPivotSmallAdvancedTest, SpellCheckCollatorTest, 
TestXmlQParserPlugin, MetricUtilsTest, CoreAdminCreateDiscoverTest, 
TestUninvertingReader, TestJettySolrRunner, HttpPartitionTest, 
SignatureUpdateProcessorFactoryTest, BasicDistributedZk2Test, 
CollectionsAPIDistributedZkTest, ClusterStateUpdateTest, ZkSolrClientTest, 
TestDistributedGrouping, TestRealTimeGet, TestStressVersions, 
HardAutoCommitTest, TestSolr4Spatial, TestGroupingSearch, TestSort, 
TestFunctionQuery, TestLazyCores, SoftAutoCommitTest, CurrencyFieldXmlFileTest, 
AnalysisAfterCoreReloadTest, CoreAdminHandlerTest, SuggesterTSTTest, 
SuggesterTest, TestCSVLoader, NoCacheHeaderTest, 
SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, 
TestWordDelimiterFilterFactory, TestRemoteStreaming, 
IndexBasedSpellCheckerTest, TestQueryUtils, DirectSolrSpellCheckerTest, 
TestReversedWildcardFilterFactory, TestOmitPositions, 
XmlUpdateRequestHandlerTest, DocumentBuilderTest, RequiredFieldsTest, 
LoggingHandlerTest, SolrPluginUtilsTest, TestJmxIntegration, 
TestCollationField, TestCSVResponseWriter, BinaryUpdateRequestHandlerTest, 
PingRequestHandlerTest, SOLR749Test, UpdateParamsTest, AlternateDirectoryTest, 
TestSolrIndexConfig, ResponseLogComponentTest, SolrIndexConfigTest, 
MultiTermTest, MinimalSchemaTest, TestSolrCoreProperties, 
DirectSolrConnectionTest, TestPhraseSuggestions, 
TestSweetSpotSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, 
PluginInfoTest, PrimUtilsTest, SpellingQueryConverterTest, ClusterStateTest, 
SystemInfoHandlerTest, CircularListTest, CursorPagingTest, ConnectionReuseTest, 
BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, 
CdcrVersionReplicationTest, CollectionStateFormat2Test, ConfigSetsAPITest, 
CreateCollectionCleanupTest, CustomCollectionTest, DeleteInactiveReplicaTest, 
DeleteNodeTest, DistribCursorPagingTest, LeaderInitiatedRecoveryOnCommitTest, 
MoveReplicaTest, OverseerStatusTest, PeerSyncReplicationTest, 
RecoveryAfterSoftCommitTest, ReplicationFactorTest, RollingRestartTest, 
SolrCLIZkUtilsTest, SolrCloudExampleTest, SolrXmlInZkTest, 
TestCloudInspectUtil, TestCloudRecovery, TestConfigSetsAPI, 
TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, 
TestDeleteCollectionOnDownNodes, TestDownShardTolerantSearch, 
TestExclusionRuleCollectionAccess, TestLocalFSCloudBackupRestore, TestLockTree, 
TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport, 
TestRandomFlRTGCloud, TestRandomRequestDistribution, 
TestRequestStatusCollectionAPI, TestTolerantUpdateProcessorRandomCloud, 
TestPolicyCloud, HdfsBasicDistributedZkTest, HdfsNNFailoverTest, 
HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, StressHdfsTest, 
ZkStateReaderTest, ZkStateWriterTest, ImplicitSnitchTest, 
CachingDirectoryFactoryTest, ConfigureRecoveryStrategyTest, CoreSorterTest, 
DirectoryFactoryTest]
   [junit4] Completed [559/725 (6!)] on J1 in 0.02s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 942 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.SolrSchemalessExampleTest
   [junit4]   2> SLF4J: Class path contains multiple SLF4J bindings.
   [junit4]   2> SLF4J: Found binding in 
[jar:file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/solrj/test-lib/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [junit4]   2> SLF4J: Found binding in 
[jar:file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/lib/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [junit4]   2> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings 
for an explanation.
   [junit4]   2> SLF4J: Actual binding is of type 
[org.slf4j.impl.Log4jLoggerFactory]
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.SolrSchemalessExampleTest_CE0A046416706E57-001\init-core-data-001
   [junit4]   2> 0    INFO  
(SUITE-SolrSchemalessExampleTest-seed#[CE0A046416706E57]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 66   INFO  
(SUITE-SolrSchemalessExampleTest-seed#[CE0A046416706E57]-worker) [    ] 
o.e.j.u.log Logging initialized @3077ms
   [junit4]   2> 79   INFO  
(SUITE-SolrSchemalessExampleTest-seed#[CE0A046416706E57]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 412  INFO  
(SUITE-SolrSchemalessExampleTest-seed#[CE0A046416706E57]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=fr-FR, 
timezone=Indian/Mauritius
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=71718920,total=97320960
   [junit4]   2> NOTE: All tests run in this JVM: [ArcTangentEvaluatorTest, 
SolrSchemalessExampleTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrSchemalessExampleTest -Dtests.seed=CE0A046416706E57 
-Dtests.slow=true -Dtests.locale=fr-FR -Dtests.timezone=Indian/Mauritius 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | SolrSchemalessExampleTest (suite) <<<
   [junit4]    > Throwable #1: java.io.FileNotFoundException: Source 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\data_driven_schema_configs\conf'
 does not exist
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CE0A046416706E57]: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 [3/135 (1!)] on J0 in 1.12s, 0 tests, 1 error <<< 
FAILURES!

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

Reply via email to