Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19918/
Java: 32bit/jdk-9-ea+173 -client -XX:+UseParallelGC

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

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

Stack Trace:
java.io.FileNotFoundException: Source 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/data_driven_schema_configs/conf'
 does not exist
        at __randomizedtesting.SeedInfo.seed([F6E0676C69D3EF73]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection

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

Stack Trace:
java.lang.AssertionError: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/data_driven_schema_configs/conf
 not found!
        at 
__randomizedtesting.SeedInfo.seed([9CA7D2A6C8BC40D1:8FC4E0C9F9D3F977]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
Server returned HTTP response code: 400 for URL: 
http://127.0.0.1:40823/solr/collection1/debug/dump?wt=xml&stream.url=http%3A%2F%2F127.0.0.1%3A40823%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:40823/solr/collection1/debug/dump?wt=xml&stream.url=http%3A%2F%2F127.0.0.1%3A40823%2Fsolr%2Fcollection1%2Fselect%3Fq%3D*%3A*%26fl%3Did%26wt%3Dcsv
        at 
__randomizedtesting.SeedInfo.seed([9CA7D2A6C8BC40D1:B1B276349E45B93B]:0)
        at 
java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1895)
        at 
java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1491)
        at java.base/java.net.URLConnection.getContent(URLConnection.java:764)
        at java.base/java.net.URL.getContent(URL.java:1131)
        at 
org.apache.solr.request.TestRemoteStreaming.getUrlForString(TestRemoteStreaming.java:96)
        at 
org.apache.solr.request.TestRemoteStreaming.testStreamUrl(TestRemoteStreaming.java:90)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


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([9CA7D2A6C8BC40D1:4C01A53AE88259E0]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


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([9CA7D2A6C8BC40D1:C592ECB5BC9E8DE4]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


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([9CA7D2A6C8BC40D1:36E236C36A12736]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
it should be ok org.apache.solr.util.SolrCLI$RunExampleTool@1197ccb [-e, 
schemaless, -serverDir, 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server, -exampleDir, 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_9CA7D2A6C8BC40D1-001/tempDir-002,
 -p, 44179] expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: it should be ok 
org.apache.solr.util.SolrCLI$RunExampleTool@1197ccb [-e, schemaless, 
-serverDir, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server, 
-exampleDir, 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_9CA7D2A6C8BC40D1-001/tempDir-002,
 -p, 44179] expected:<0> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([9CA7D2A6C8BC40D1:61EAC94A208E5156]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


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

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

Starting up Solr on port 33945 using command:
"/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/bin/solr" start -cloud 
-p 33945 -s 
"temp/solr.util.TestSolrCLIRunExample_9CA7D2A6C8BC40D1-001/tempDir-003/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([9CA7D2A6C8BC40D1:47D6326CFFC985B7]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:448)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 10937 lines...]
   [junit4] Suite: org.apache.solr.request.TestRemoteStreaming
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_9CA7D2A6C8BC40D1-001/init-core-data-001
   [junit4]   2> 48964 WARN  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 48965 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 48965 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 48971 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 48971 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 48972 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_9CA7D2A6C8BC40D1-001/tempDir-001/cores/core
   [junit4]   2> 48974 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 48979 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9773fb{/solr,null,AVAILABLE}
   [junit4]   2> 48981 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@692531{HTTP/1.1,[http/1.1]}{127.0.0.1:40823}
   [junit4]   2> 48981 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.e.j.s.Server Started @50216ms
   [junit4]   2> 48981 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_9CA7D2A6C8BC40D1-001/TestRemoteStreaming-001,
 hostPort=40823, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_9CA7D2A6C8BC40D1-001/tempDir-001/cores}
   [junit4]   2> 48981 ERROR 
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 48981 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 48981 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 48982 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 48982 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T18:53:27.953018Z
   [junit4]   2> 48982 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_9CA7D2A6C8BC40D1-001/TestRemoteStreaming-001/solr.xml
   [junit4]   2> 48987 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 49010 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4
   [junit4]   2> 49014 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4
   [junit4]   2> 49014 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4
   [junit4]   2> 49016 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_9CA7D2A6C8BC40D1-001/tempDir-001/cores
   [junit4]   2> 49016 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 49040 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 49070 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 49118 WARN  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.WordDelimiterFilterFactory]. Please consult documentation how to replace 
it accordingly.
   [junit4]   2> 49181 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 49192 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_9CA7D2A6C8BC40D1-001/TestRemoteStreaming-001/collection1,
 trusted=true
   [junit4]   2> 49193 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4
   [junit4]   2> 49193 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 49193 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_9CA7D2A6C8BC40D1-001/TestRemoteStreaming-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_9CA7D2A6C8BC40D1-001/tempDir-001/cores/core/data/]
   [junit4]   2> 49195 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 49233 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 49233 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 49233 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 49233 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 49234 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=13.75390625, 
floorSegmentMB=0.7255859375, forceMergeDeletesPctAllowed=2.97833825105113, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3477912847682588
   [junit4]   2> 49235 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@141165e[collection1] main]
   [junit4]   2> 49235 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 49253 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 49353 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 49353 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 49354 INFO  (coreLoadExecutor-147-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570750918374195200
   [junit4]   2> 49354 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 49354 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 49354 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 49354 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 49354 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 49354 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 49355 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 49355 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 49356 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@141165e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 49530 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrJettyTestBase Jetty Assigned Port#40823
   [junit4]   2> 49533 INFO  
(TEST-TestRemoteStreaming.testMakeDeleteAllUrl-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMakeDeleteAllUrl
   [junit4]   2> 49550 INFO  (qtp24102242-513) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1234 (1570750918567133184)]} 0 13
   [junit4]   2> 49552 INFO  (qtp24102242-514) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570750918581813248,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 49552 INFO  (qtp24102242-514) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1470f08 
commitCommandVersion:1570750918581813248
   [junit4]   2> 49572 INFO  (qtp24102242-514) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@17364d3[collection1] main]
   [junit4]   2> 49573 INFO  (qtp24102242-514) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 49574 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17364d3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 49574 INFO  (qtp24102242-514) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 22
   [junit4]   2> 49582 INFO  (qtp24102242-515) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=1 status=0 QTime=6
   [junit4]   2> 49641 INFO  (qtp24102242-509) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@fdb3bb[collection1] realtime]
   [junit4]   2> 49641 INFO  (qtp24102242-509) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570750918675136512,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 49642 INFO  (qtp24102242-509) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1470f08 
commitCommandVersion:1570750918675136512
   [junit4]   2> 49642 INFO  (qtp24102242-509) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@9b982[collection1] main]
   [junit4]   2> 49642 INFO  (qtp24102242-509) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 49643 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@9b982[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 49643 INFO  (qtp24102242-509) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<delete><query>*:*</query></delete>&commit=true}{deleteByQuery=*:*
 (-1570750918669893632),commit=} 0 36
   [junit4]   2> 49650 INFO  (qtp24102242-508) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 49650 INFO  
(TEST-TestRemoteStreaming.testMakeDeleteAllUrl-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMakeDeleteAllUrl
   [junit4]   2> 49653 INFO  
(TEST-TestRemoteStreaming.testQtUpdateFails-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQtUpdateFails
   [junit4]   2> 49656 INFO  (qtp24102242-509) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1234 (1570750918689816576)]} 0 1
   [junit4]   2> 49663 INFO  (qtp24102242-508) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570750918698205184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 49664 INFO  (qtp24102242-508) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1470f08 
commitCommandVersion:1570750918698205184
   [junit4]   2> 49668 INFO  (qtp24102242-508) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@d9e86c[collection1] main]
   [junit4]   2> 49669 INFO  (qtp24102242-508) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 49671 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@d9e86c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 49671 INFO  (qtp24102242-508) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 7
   [junit4]   2> 49672 INFO  (qtp24102242-513) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 49674 INFO  
(TEST-TestRemoteStreaming.testQtUpdateFails-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQtUpdateFails
   [junit4]   2> 49676 INFO  
(TEST-TestRemoteStreaming.testNoUrlAccess-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNoUrlAccess
   [junit4]   2> 49679 INFO  (qtp24102242-511) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1234 (1570750918713933824)]} 0 0
   [junit4]   2> 49680 INFO  (qtp24102242-511) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570750918716030976,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 49680 INFO  (qtp24102242-511) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1470f08 
commitCommandVersion:1570750918716030976
   [junit4]   2> 49682 INFO  (qtp24102242-511) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@96e40c[collection1] main]
   [junit4]   2> 49682 INFO  (qtp24102242-511) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 49684 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@96e40c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):c1)))}
   [junit4]   2> 49684 INFO  (qtp24102242-511) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 49685 INFO  (qtp24102242-508) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 49686 INFO  
(TEST-TestRemoteStreaming.testNoUrlAccess-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testNoUrlAccess
   [junit4]   2> 49689 INFO  
(TEST-TestRemoteStreaming.testStreamUrl-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testStreamUrl
   [junit4]   2> 49691 INFO  (qtp24102242-510) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1234 (1570750918726516736)]} 0 1
   [junit4]   2> 49692 INFO  (qtp24102242-509) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570750918728613888,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 49692 INFO  (qtp24102242-509) [    ] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1470f08 
commitCommandVersion:1570750918728613888
   [junit4]   2> 49694 INFO  (qtp24102242-509) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@758f21[collection1] main]
   [junit4]   2> 49697 INFO  (qtp24102242-509) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 49697 INFO  (searcherExecutor-148-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@758f21[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):c1)))}
   [junit4]   2> 49697 INFO  (qtp24102242-509) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 49699 INFO  (qtp24102242-508) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select 
params={q=id:1234&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 49700 INFO  
(TEST-TestRemoteStreaming.testStreamUrl-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testStreamUrl
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRemoteStreaming 
-Dtests.method=testStreamUrl -Dtests.seed=9CA7D2A6C8BC40D1 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=en-SH -Dtests.timezone=Europe/Kaliningrad 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.02s J0 | TestRemoteStreaming.testStreamUrl <<<
   [junit4]    > Throwable #1: java.io.IOException: Server returned HTTP 
response code: 400 for URL: 
http://127.0.0.1:40823/solr/collection1/debug/dump?wt=xml&stream.url=http%3A%2F%2F127.0.0.1%3A40823%2Fsolr%2Fcollection1%2Fselect%3Fq%3D*%3A*%26fl%3Did%26wt%3Dcsv
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9CA7D2A6C8BC40D1:B1B276349E45B93B]:0)
   [junit4]    >        at 
java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1895)
   [junit4]    >        at 
java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1491)
   [junit4]    >        at 
java.base/java.net.URLConnection.getContent(URLConnection.java:764)
   [junit4]    >        at java.base/java.net.URL.getContent(URL.java:1131)
   [junit4]    >        at 
org.apache.solr.request.TestRemoteStreaming.getUrlForString(TestRemoteStreaming.java:96)
   [junit4]    >        at 
org.apache.solr.request.TestRemoteStreaming.testStreamUrl(TestRemoteStreaming.java:90)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 49703 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@692531{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 49703 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=10017264
   [junit4]   2> 49703 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 49705 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 49706 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 49706 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 49706 INFO  (coreCloseExecutor-153-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1bd5a83
   [junit4]   2> 49707 INFO  (coreCloseExecutor-153-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=29186691
   [junit4]   2> 49711 INFO  
(SUITE-TestRemoteStreaming-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@9773fb{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.TestRemoteStreaming_9CA7D2A6C8BC40D1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-SH, 
timezone=Europe/Kaliningrad
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=8,threads=1,free=163139992,total=264241152
   [junit4]   2> NOTE: All tests run in this JVM: [BlockJoinFacetDistribTest, 
TestAnalyzedSuggestions, DeleteLastCustomShardedReplicaTest, 
TestRandomFlRTGCloud, RegexBoostProcessorTest, TestRemoteStreaming]
   [junit4] Completed [9/725 (1!)] on J0 in 0.76s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 24 lines...]
   [junit4] Suite: org.apache.solr.servlet.CacheHeaderTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.servlet.CacheHeaderTest_9CA7D2A6C8BC40D1-001/init-core-data-001
   [junit4]   2> 54745 WARN  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 54745 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 54746 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 54750 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 54750 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 54751 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.servlet.CacheHeaderTest_9CA7D2A6C8BC40D1-001/tempDir-002/cores/core
   [junit4]   2> 54752 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 54753 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@387394{/solr,null,AVAILABLE}
   [junit4]   2> 54754 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6d0bc7{SSL,[ssl, 
http/1.1]}{127.0.0.1:43035}
   [junit4]   2> 54754 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] o.e.j.s.Server 
Started @55989ms
   [junit4]   2> 54754 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.servlet.CacheHeaderTest_9CA7D2A6C8BC40D1-001/tempDir-001,
 hostPort=43035, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.servlet.CacheHeaderTest_9CA7D2A6C8BC40D1-001/tempDir-002/cores}
   [junit4]   2> 54754 ERROR 
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 54754 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 54754 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 54754 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 54754 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T18:53:33.725446Z
   [junit4]   2> 54754 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.servlet.CacheHeaderTest_9CA7D2A6C8BC40D1-001/tempDir-001/solr.xml
   [junit4]   2> 54758 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 54775 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4
   [junit4]   2> 54777 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4
   [junit4]   2> 54777 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4
   [junit4]   2> 54778 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.servlet.CacheHeaderTest_9CA7D2A6C8BC40D1-001/tempDir-002/cores
   [junit4]   2> 54778 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 54797 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 54822 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 54881 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 54886 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.servlet.CacheHeaderTest_9CA7D2A6C8BC40D1-001/tempDir-001/collection1,
 trusted=true
   [junit4]   2> 54886 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4
   [junit4]   2> 54886 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 54886 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.servlet.CacheHeaderTest_9CA7D2A6C8BC40D1-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.servlet.CacheHeaderTest_9CA7D2A6C8BC40D1-001/tempDir-002/cores/core/data/]
   [junit4]   2> 54888 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=1.390625, 
floorSegmentMB=1.7353515625, forceMergeDeletesPctAllowed=27.230080241067885, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 54922 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 54922 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 54923 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 54923 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 54923 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=34.5302734375, 
floorSegmentMB=2.1923828125, forceMergeDeletesPctAllowed=4.484229433503588, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 54923 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@13d8abb[collection1] main]
   [junit4]   2> 54924 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 54944 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 55002 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 55002 INFO  (searcherExecutor-223-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 55002 INFO  (coreLoadExecutor-222-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570750924296552448
   [junit4]   2> 55003 INFO  (searcherExecutor-223-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 55003 INFO  (searcherExecutor-223-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 55003 INFO  (searcherExecutor-223-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 55003 INFO  (searcherExecutor-223-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 55003 INFO  (searcherExecutor-223-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 55003 INFO  (searcherExecutor-223-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 55003 INFO  (searcherExecutor-223-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 55003 INFO  (searcherExecutor-223-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 55005 INFO  (searcherExecutor-223-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@13d8abb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 55285 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrJettyTestBase Jetty Assigned Port#43035
   [junit4]   2> 55288 INFO  
(TEST-CacheHeaderTest.testCacheControl-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCacheControl
   [junit4]   2> 55372 INFO  (qtp20816372-607) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=1
   [junit4]   2> 55385 INFO  (qtp20816372-607) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55396 ERROR (qtp20816372-607) [    ] 
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.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 55396 INFO  (qtp20816372-607) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} status=400 
QTime=0
   [junit4]   2> 55401 INFO  
(TEST-CacheHeaderTest.testCacheControl-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCacheControl
   [junit4]   2> 55404 INFO  
(TEST-CacheHeaderTest.testCacheVetoHandler-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCacheVetoHandler
   [junit4]   2> 55412 INFO  
(TEST-CacheHeaderTest.testCacheVetoHandler-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCacheVetoHandler
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CacheHeaderTest 
-Dtests.method=testCacheVetoHandler -Dtests.seed=9CA7D2A6C8BC40D1 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pa 
-Dtests.timezone=America/St_Johns -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J0 | CacheHeaderTest.testCacheVetoHandler <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but 
was:<400>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9CA7D2A6C8BC40D1:4C01A53AE88259E0]:0)
   [junit4]    >        at 
org.apache.solr.servlet.CacheHeaderTest.testCacheVetoHandler(CacheHeaderTest.java:67)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 55415 INFO  
(TEST-CacheHeaderTest.testEtag-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testEtag
   [junit4]   2> 55423 INFO  (qtp20816372-601) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55435 INFO  (qtp20816372-603) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55461 INFO  (qtp20816372-606) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55465 INFO  (qtp20816372-606) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55470 INFO  (qtp20816372-607) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55474 INFO  (qtp20816372-605) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55496 INFO  (qtp20816372-605) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55500 INFO  (qtp20816372-606) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55508 INFO  
(TEST-CacheHeaderTest.testEtag-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testEtag
   [junit4]   2> 55510 INFO  
(TEST-CacheHeaderTest.testCacheVetoException-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCacheVetoException
   [junit4]   2> 55515 INFO  (qtp20816372-603) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
   [junit4]   2> 55515 INFO  (qtp20816372-603) [    ] 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> 55525 INFO  
(TEST-CacheHeaderTest.testCacheVetoException-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCacheVetoException
   [junit4]   2> 55527 INFO  
(TEST-CacheHeaderTest.testLastModified-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLastModified
   [junit4]   2> 55532 INFO  (qtp20816372-620) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55552 INFO  (qtp20816372-601) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55562 INFO  (qtp20816372-607) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55566 INFO  (qtp20816372-621) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55574 INFO  (qtp20816372-607) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55583 INFO  (qtp20816372-601) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/solr path=/select params={q=solr&qt=standard} hits=0 
status=0 QTime=0
   [junit4]   2> 55586 INFO  
(TEST-CacheHeaderTest.testLastModified-seed#[9CA7D2A6C8BC40D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testLastModified
   [junit4]   2> 55598 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6d0bc7{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 55599 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=89935
   [junit4]   2> 55599 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 55601 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 55603 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 55603 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 55603 INFO  (coreCloseExecutor-228-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@12382d2
   [junit4]   2> 55606 INFO  (coreCloseExecutor-228-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=19104466
   [junit4]   2> 55611 INFO  
(SUITE-CacheHeaderTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@387394{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.servlet.CacheHeaderTest_9CA7D2A6C8BC40D1-001
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=6440, maxDocsPerChunk=382, blockSize=313), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=6440, blockSize=313)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=pa, timezone=America/St_Johns
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=8,threads=1,free=182077552,total=270008320
   [junit4]   2> NOTE: All tests run in this JVM: [BlockJoinFacetDistribTest, 
TestAnalyzedSuggestions, DeleteLastCustomShardedReplicaTest, 
TestRandomFlRTGCloud, RegexBoostProcessorTest, TestRemoteStreaming, 
QueryEqualityTest, TestJmxIntegration, ChangedSchemaMergeTest, 
HdfsBasicDistributedZk2Test, AnalysisErrorHandlingTest, 
TestNumericRangeQuery32, TestGraphMLResponseWriter, CacheHeaderTest]
   [junit4] Completed [17/725 (2!)] on J0 in 0.88s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 392 lines...]
   [junit4] Suite: org.apache.solr.servlet.SolrRequestParserTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.servlet.SolrRequestParserTest_9CA7D2A6C8BC40D1-001/init-core-data-001
   [junit4]   2> 347234 WARN  
(SUITE-SolrRequestParserTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 347234 INFO  
(SUITE-SolrRequestParserTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 347235 INFO  
(SUITE-SolrRequestParserTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 347235 INFO  
(SUITE-SolrRequestParserTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 347235 INFO  
(SUITE-SolrRequestParserTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 347266 INFO  
(SUITE-SolrRequestParserTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 347300 INFO  
(SUITE-SolrRequestParserTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 347381 INFO  
(SUITE-SolrRequestParserTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 347402 INFO  
(SUITE-SolrRequestParserTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4
   [junit4]   2> 347404 INFO  
(SUITE-SolrRequestParserTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4
   [junit4]   2> 347404 INFO  
(SUITE-SolrRequestParserTest-seed#[9CA7D2A6C8BC40D1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4
   [junit4]   2> 347406 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 347419 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 347442 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 347489 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 347494 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 347494 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9addc4
   [junit4]   2> 347494 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 347494 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.servlet.SolrRequestParserTest_9CA7D2A6C8BC40D1-001/init-core-data-001/]
   [junit4]   2> 347496 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=45.7421875, 
floorSegmentMB=1.962890625, forceMergeDeletesPctAllowed=2.035539782924091, 
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 347545 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 347545 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 347545 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 347546 INFO  (coreLoadExecutor-2335-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 347546 INFO  (coreLoadExecutor-2335-threa

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

-5884-thread-1]: rollback: done finish merges
   [junit4]   2> 2220832 INFO  (coreCloseExecutor-5884-thread-1) [    ] 
o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-5884-thread-1]: abort
   [junit4]   2> 2220832 INFO  (coreCloseExecutor-5884-thread-1) [    ] 
o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-5884-thread-1]: done abort 
success=true
   [junit4]   2> 2220832 INFO  (coreCloseExecutor-5884-thread-1) [    ] 
o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-5884-thread-1]: rollback: 
infos=_0(7.0.0):C32
   [junit4]   2> 2220832 INFO  (coreCloseExecutor-5884-thread-1) [    ] 
o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-5884-thread-1]: now 
checkpoint "_0(7.0.0):C32" [1 segments ; isCommit = false]
   [junit4]   2> 2220832 INFO  (coreCloseExecutor-5884-thread-1) [    ] 
o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-5884-thread-1]: delete []
   [junit4]   2> 2220832 INFO  (coreCloseExecutor-5884-thread-1) [    ] 
o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-5884-thread-1]: 0 msec to 
checkpoint
   [junit4]   2> 2220832 INFO  (coreCloseExecutor-5884-thread-1) [    ] 
o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-5884-thread-1]: delete []
   [junit4]   2> 2220832 INFO  (coreCloseExecutor-5884-thread-1) [    ] 
o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-5884-thread-1]: delete []
   [junit4]   2> 2220833 INFO  (coreCloseExecutor-5884-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.techproducts, tag=18086393
   [junit4]   2> 2220836 INFO  
(TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[9CA7D2A6C8BC40D1]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c3f97f{/solr,null,UNAVAILABLE}
   [junit4]   2> 2220838 INFO  
(TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[9CA7D2A6C8BC40D1]) [  
  ] o.a.s.u.TestSolrCLIRunExample Stopped standalone Solr instance running on 
port 35895
   [junit4]   2> 2220838 INFO  
(TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[9CA7D2A6C8BC40D1]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testTechproductsExample
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_9CA7D2A6C8BC40D1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=877, maxMBSortInHeap=7.725782495089778, 
sim=RandomSimilarity(queryNorm=false): {}, locale=sah, timezone=Asia/Kashgar
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=8,threads=1,free=158863616,total=362020864
   [junit4]   2> NOTE: All tests run in this JVM: [BlockJoinFacetDistribTest, 
TestAnalyzedSuggestions, DeleteLastCustomShardedReplicaTest, 
TestRandomFlRTGCloud, RegexBoostProcessorTest, TestRemoteStreaming, 
QueryEqualityTest, TestJmxIntegration, ChangedSchemaMergeTest, 
HdfsBasicDistributedZk2Test, AnalysisErrorHandlingTest, 
TestNumericRangeQuery32, TestGraphMLResponseWriter, CacheHeaderTest, 
TestRestManager, HdfsChaosMonkeySafeLeaderTest, TestCodecSupport, 
SpatialRPTFieldTypeTest, TestSolrCoreSnapshots, LeaderElectionIntegrationTest, 
ConjunctionSolrSpellCheckerTest, TestFieldSortValues, FacetPivotSmallTest, 
SyncSliceTest, CloudMLTQParserTest, TestReplicationHandler, 
TestCloudInspectUtil, SignatureUpdateProcessorFactoryTest, 
TestExceedMaxTermLength, VMParamsZkACLAndCredentialsProvidersTest, 
TestSha256AuthenticationProvider, ConfigureRecoveryStrategyTest, TestOrdValues, 
AnalysisAfterCoreReloadTest, TestCrossCoreJoin, RequiredFieldsTest, 
CdcrRequestHandlerTest, MinimalSchemaTest, JavabinLoaderTest, 
TestDistributedSearch, DistributedFacetExistsSmallTest, 
TestExactSharedStatsCache, NotRequiredUniqueKeyTest, 
HdfsUnloadDistributedZkTest, SpellingQueryConverterTest, 
DefaultValueUpdateProcessorTest, TestReqParamsAPI, TestHdfsCloudBackupRestore, 
BasicZkTest, ImplicitSnitchTest, AnalyticsMergeStrategyTest, 
TestAuthorizationFramework, JSONWriterTest, TestCoreAdminApis, 
TestCustomDocTransformer, NumericFieldsTest, PingRequestHandlerTest, 
TestOmitPositions, TestDistribDocBasedVersion, SolrRequestParserTest, 
PeerSyncReplicationTest, TestTestInjection, TestFieldCacheWithThreads, 
TestCustomStream, AssignTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
ShufflingReplicaListTransformerTest, PeerSyncTest, TestHttpShardHandlerFactory, 
RollingRestartTest, TestMiniSolrCloudCluster, TestBlendedInfixSuggestions, 
TestManagedSynonymGraphFilterFactory, TestStressLiveNodes, TestDocTermOrds, 
TestSSLRandomization, BasicDistributedZkTest, ZkNodePropsTest, 
TestOnReconnectListenerSupport, TestHighFrequencyDictionaryFactory, 
TestManagedSchemaThreadSafety, TestInfoStreamLogging, CdcrBootstrapTest, 
TestDFISimilarityFactory, TestFieldCollectionResource, 
TestSuggestSpellingConverter, TestRandomDVFaceting, 
TestEmbeddedSolrServerConstructors, ConcurrentDeleteAndCreateCollectionTest, 
TestFunctionQuery, DistribDocExpirationUpdateProcessorTest, 
TestNoOpRegenerator, PreAnalyzedFieldTest, TestSubQueryTransformerDistrib, 
CloudExitableDirectoryReaderTest, MigrateRouteKeyTest, 
TestTolerantUpdateProcessorRandomCloud, SolrMetricsIntegrationTest, 
OverseerRolesTest, ExplicitHLLTest, TestValueSourceCache, 
TestPseudoReturnFields, SolrCoreMetricManagerTest, TestSmileRequest, 
TestInPlaceUpdatesStandalone, TemplateUpdateProcessorTest, 
DisMaxRequestHandlerTest, SortSpecParsingTest, EnumFieldTest, 
DistributedSpellCheckComponentTest, TestLegacyNumericUtils, TestRangeQuery, 
InfoHandlerTest, CoreAdminCreateDiscoverTest, TestHashQParserPlugin, 
DistributedQueryComponentCustomSortTest, TestBackupRepositoryFactory, 
TestJsonRequest, TestLRUStatsCache, TestPKIAuthenticationPlugin, 
TestRuleBasedAuthorizationPlugin, TestSolrCloudWithHadoopAuthPlugin, 
ResponseHeaderTest, SpellCheckCollatorWithCollapseTest, 
TestAnalyzeInfixSuggestions, TestFileDictionaryLookup, BlockCacheTest, 
TestFieldCacheSort, TestFieldCacheSortRandom, TestNumericTerms32, 
TestUninvertingReader, CdcrUpdateLogTest, 
PeerSyncWithIndexFingerprintCachingTest, TestHdfsUpdateLog, 
AddSchemaFieldsUpdateProcessorFactoryTest, 
ClassificationUpdateProcessorFactoryTest, CloneFieldUpdateProcessorFactoryTest, 
TolerantUpdateProcessorTest, TestMaxTokenLenTokenizer, TestSolrCLIRunExample]
   [junit4] Completed [725/725 (5!)] on J0 in 16.81s, 4 tests, 2 failures <<< 
FAILURES!

[...truncated 588 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.SolrSchemalessExampleTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.SolrSchemalessExampleTest_F6E0676C69D3EF73-001/init-core-data-001
   [junit4]   2> 33785 WARN  
(SUITE-SolrSchemalessExampleTest-seed#[F6E0676C69D3EF73]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=38 numCloses=38
   [junit4]   2> 33785 INFO  
(SUITE-SolrSchemalessExampleTest-seed#[F6E0676C69D3EF73]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 33786 INFO  
(SUITE-SolrSchemalessExampleTest-seed#[F6E0676C69D3EF73]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 33788 INFO  
(SUITE-SolrSchemalessExampleTest-seed#[F6E0676C69D3EF73]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1072, maxMBSortInHeap=6.49320367341742, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-LY, 
timezone=Europe/Ulyanovsk
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=8,threads=1,free=142709784,total=263454720
   [junit4]   2> NOTE: All tests run in this JVM: [SolrExampleXMLTest, 
RoundEvaluatorTest, HyperbolicSineEvaluatorTest, JsonValidatorTest, 
CubedRootEvaluatorTest, GreaterThanEqualToEvaluatorTest, 
AbsoluteValueEvaluatorTest, JettyWebappTest, SubtractEvaluatorTest, 
TestSuggesterResponse, MultiplyEvaluatorTest, JDBCStreamTest, 
SolrExampleBinaryTest, TestBatchUpdate, TestCoreAdmin, ArcCosineEvaluatorTest, 
StreamExpressionToExpessionTest, OperationsTest, SolrSchemalessExampleTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrSchemalessExampleTest -Dtests.seed=F6E0676C69D3EF73 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-LY 
-Dtests.timezone=Europe/Ulyanovsk -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | SolrSchemalessExampleTest (suite) <<<
   [junit4]    > Throwable #1: java.io.FileNotFoundException: Source 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/data_driven_schema_configs/conf'
 does not exist
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F6E0676C69D3EF73]: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.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [57/135 (1!)] on J2 in 0.09s, 0 tests, 1 error <<< 
FAILURES!

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

Reply via email to