Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22566/
Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseSerialGC

5 tests failed.
FAILED:  org.apache.solr.cloud.TestWithCollection.testMoveReplicaWithCollection

Error Message:
Expected moving a replica of 'withCollection': 
testMoveReplicaWithCollection_abc to fail

Stack Trace:
java.lang.AssertionError: Expected moving a replica of 'withCollection': 
testMoveReplicaWithCollection_abc to fail
        at 
__randomizedtesting.SeedInfo.seed([5F4F9F96CAC8C099:1058A63559BA09EF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.TestWithCollection.testMoveReplicaWithCollection(TestWithCollection.java:389)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream

Error Message:
java.lang.NullPointerException

Stack Trace:
java.io.IOException: java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([40C00CC69858766B:E20FCE5AA88CE440]:0)
        at 
org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:341)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:2471)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream(StreamExpressionTest.java:2301)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)
Caused by: java.lang.NullPointerException
        at 
org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:294)
        ... 40 more


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream

Error Message:
java.lang.NullPointerException

Stack Trace:
java.io.IOException: java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([40C00CC69858766B:E20FCE5AA88CE440]:0)
        at 
org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:341)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:2471)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream(StreamExpressionTest.java:2301)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)
Caused by: java.lang.NullPointerException
        at 
org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:294)
        ... 40 more


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream

Error Message:
java.lang.NullPointerException

Stack Trace:
java.io.IOException: java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([40C00CC69858766B:E20FCE5AA88CE440]:0)
        at 
org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:341)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:2471)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream(StreamExpressionTest.java:2301)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)
Caused by: java.lang.NullPointerException
        at 
org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:294)
        ... 40 more


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream

Error Message:
java.lang.NullPointerException

Stack Trace:
java.io.IOException: java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([40C00CC69858766B:E20FCE5AA88CE440]:0)
        at 
org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:341)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:2471)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream(StreamExpressionTest.java:2301)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)
Caused by: java.lang.NullPointerException
        at 
org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:294)
        ... 40 more




Build Log:
[...truncated 12983 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/init-core-data-001
   [junit4]   2> 534450 WARN  
(SUITE-TestWithCollection-seed#[5F4F9F96CAC8C099]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 534451 INFO  
(SUITE-TestWithCollection-seed#[5F4F9F96CAC8C099]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 534451 INFO  
(SUITE-TestWithCollection-seed#[5F4F9F96CAC8C099]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 534451 INFO  
(SUITE-TestWithCollection-seed#[5F4F9F96CAC8C099]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 534452 INFO  
(SUITE-TestWithCollection-seed#[5F4F9F96CAC8C099]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001
   [junit4]   2> 534452 INFO  
(SUITE-TestWithCollection-seed#[5F4F9F96CAC8C099]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 534452 INFO  (Thread-2770) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 534452 INFO  (Thread-2770) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 534459 ERROR (Thread-2770) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 534552 INFO  
(SUITE-TestWithCollection-seed#[5F4F9F96CAC8C099]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38639
   [junit4]   2> 534553 INFO  (zkConnectionManagerCallback-3656-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534556 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 534556 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 534563 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 534563 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 534563 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 534563 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 534563 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 534563 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 534564 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@76ad6918{/solr,null,AVAILABLE}
   [junit4]   2> 534564 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ffd413{/solr,null,AVAILABLE}
   [junit4]   2> 534564 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2a8cced0{HTTP/1.1,[http/1.1]}{127.0.0.1:36655}
   [junit4]   2> 534564 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@19780a95{HTTP/1.1,[http/1.1]}{127.0.0.1:37759}
   [junit4]   2> 534564 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.e.j.s.Server Started @534596ms
   [junit4]   2> 534564 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.e.j.s.Server Started @534596ms
   [junit4]   2> 534564 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37759}
   [junit4]   2> 534564 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36655}
   [junit4]   2> 534564 ERROR (jetty-launcher-3653-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 534564 ERROR (jetty-launcher-3653-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 534564 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 534564 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 534565 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 534565 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 534565 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 534565 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 534565 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 534565 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 534565 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-31T05:05:35.546117Z
   [junit4]   2> 534565 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-31T05:05:35.546124Z
   [junit4]   2> 534567 INFO  (zkConnectionManagerCallback-3659-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534567 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 534567 INFO  (zkConnectionManagerCallback-3660-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534570 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 534679 INFO  (jetty-launcher-3653-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38639/solr
   [junit4]   2> 534680 INFO  (zkConnectionManagerCallback-3664-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534681 INFO  (zkConnectionManagerCallback-3666-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534686 INFO  (jetty-launcher-3653-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38639/solr
   [junit4]   2> 534687 INFO  (zkConnectionManagerCallback-3672-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534688 INFO  (zkConnectionManagerCallback-3674-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534693 INFO  (jetty-launcher-3653-thread-1) 
[n:127.0.0.1:36655_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36655_solr
   [junit4]   2> 534693 INFO  (jetty-launcher-3653-thread-1) 
[n:127.0.0.1:36655_solr    ] o.a.s.c.Overseer Overseer 
(id=72078291637174278-127.0.0.1:36655_solr-n_0000000000) starting
   [junit4]   2> 534697 INFO  (zkConnectionManagerCallback-3681-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534698 INFO  (jetty-launcher-3653-thread-1) 
[n:127.0.0.1:36655_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38639/solr ready
   [junit4]   2> 534698 INFO  
(OverseerStateUpdate-72078291637174278-127.0.0.1:36655_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36655_solr
   [junit4]   2> 534699 INFO  (jetty-launcher-3653-thread-1) 
[n:127.0.0.1:36655_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36655_solr
   [junit4]   2> 534699 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 534700 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 534700 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 534700 INFO  (zkCallback-3673-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 534700 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 534700 INFO  (zkCallback-3680-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 534702 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:36655_solr]
   [junit4]   2> 534702 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 534703 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 534703 DEBUG (ScheduledTrigger-2302-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1
   [junit4]   2> 534709 INFO  (jetty-launcher-3653-thread-1) 
[n:127.0.0.1:36655_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 534721 INFO  (jetty-launcher-3653-thread-1) 
[n:127.0.0.1:36655_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36655.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 534726 INFO  (jetty-launcher-3653-thread-2) 
[n:127.0.0.1:37759_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 534728 INFO  (jetty-launcher-3653-thread-1) 
[n:127.0.0.1:36655_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36655.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 534728 INFO  (jetty-launcher-3653-thread-1) 
[n:127.0.0.1:36655_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36655.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 534729 INFO  (jetty-launcher-3653-thread-1) 
[n:127.0.0.1:36655_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/.
   [junit4]   2> 534735 INFO  (jetty-launcher-3653-thread-2) 
[n:127.0.0.1:37759_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 534735 INFO  (jetty-launcher-3653-thread-2) 
[n:127.0.0.1:37759_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37759_solr
   [junit4]   2> 534736 INFO  (zkCallback-3680-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 534736 INFO  (zkCallback-3673-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 534753 INFO  (zkCallback-3665-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 534760 INFO  (zkConnectionManagerCallback-3687-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534760 INFO  (jetty-launcher-3653-thread-2) 
[n:127.0.0.1:37759_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 534761 INFO  (jetty-launcher-3653-thread-2) 
[n:127.0.0.1:37759_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38639/solr ready
   [junit4]   2> 534761 INFO  (jetty-launcher-3653-thread-2) 
[n:127.0.0.1:37759_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 534774 INFO  (jetty-launcher-3653-thread-2) 
[n:127.0.0.1:37759_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37759.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 534780 INFO  (jetty-launcher-3653-thread-2) 
[n:127.0.0.1:37759_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37759.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 534780 INFO  (jetty-launcher-3653-thread-2) 
[n:127.0.0.1:37759_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37759.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 534781 INFO  (jetty-launcher-3653-thread-2) 
[n:127.0.0.1:37759_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node2/.
   [junit4]   2> 534799 INFO  (zkConnectionManagerCallback-3690-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534801 INFO  (zkConnectionManagerCallback-3695-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534802 INFO  
(SUITE-TestWithCollection-seed#[5F4F9F96CAC8C099]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 534802 INFO  
(SUITE-TestWithCollection-seed#[5F4F9F96CAC8C099]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38639/solr ready
   [junit4]   2> 534812 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testMultipleWithCollections
   [junit4]   2> 534813 DEBUG (zkCallback-3680-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 534813 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 534813 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 534814 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 534814 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 534815 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 534815 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; 
git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 534833 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 534833 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 534833 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 534833 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@659c5ad9{/solr,null,AVAILABLE}
   [junit4]   2> 534834 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@5fec087{HTTP/1.1,[http/1.1]}{127.0.0.1:33425}
   [junit4]   2> 534834 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.Server Started @534865ms
   [junit4]   2> 534834 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33425}
   [junit4]   2> 534834 ERROR 
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 534834 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 534834 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 534834 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 534834 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 534834 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-31T05:05:35.815744Z
   [junit4]   2> 534835 INFO  (zkConnectionManagerCallback-3699-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534836 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 534958 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38639/solr
   [junit4]   2> 534959 INFO  (zkConnectionManagerCallback-3703-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534960 INFO  (zkConnectionManagerCallback-3705-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534962 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:33425_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 534963 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:33425_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 534964 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:33425_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33425_solr
   [junit4]   2> 534964 INFO  (zkCallback-3680-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 534964 INFO  (zkCallback-3673-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 534964 INFO  (zkCallback-3694-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 534968 INFO  (zkCallback-3694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 534968 INFO  (zkCallback-3704-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 534968 INFO  (zkCallback-3686-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 534968 INFO  (zkCallback-3665-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 534975 INFO  (zkConnectionManagerCallback-3712-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534975 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:33425_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 534976 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:33425_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38639/solr ready
   [junit4]   2> 534976 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:33425_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 534986 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:33425_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33425.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 534992 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:33425_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33425.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 534992 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:33425_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33425.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 534993 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:33425_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node3/.
   [junit4]   2> 535013 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; 
git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 535014 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 535014 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 535014 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 535014 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@79217b5b{/solr,null,AVAILABLE}
   [junit4]   2> 535014 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@1f36f216{HTTP/1.1,[http/1.1]}{127.0.0.1:37545}
   [junit4]   2> 535014 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.e.j.s.Server Started @535046ms
   [junit4]   2> 535014 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37545}
   [junit4]   2> 535015 ERROR 
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 535015 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 535015 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 535015 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 535015 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 535015 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-31T05:05:35.996886Z
   [junit4]   2> 535016 INFO  (zkConnectionManagerCallback-3715-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535017 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 535079 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38639/solr
   [junit4]   2> 535080 INFO  (zkConnectionManagerCallback-3719-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535082 INFO  (zkConnectionManagerCallback-3721-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535085 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:37545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 535086 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:37545_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 535086 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:37545_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37545_solr
   [junit4]   2> 535086 INFO  (zkCallback-3680-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 535086 INFO  (zkCallback-3686-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 535086 INFO  (zkCallback-3694-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 535086 INFO  (zkCallback-3665-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 535086 INFO  (zkCallback-3673-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 535086 INFO  (zkCallback-3694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 535087 INFO  (zkCallback-3704-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 535087 INFO  (zkCallback-3711-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 535087 INFO  (zkCallback-3720-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 535106 INFO  (zkConnectionManagerCallback-3728-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535107 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:37545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 535107 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:37545_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38639/solr ready
   [junit4]   2> 535107 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:37545_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 535122 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:37545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37545.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 535131 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:37545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37545.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 535131 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:37545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37545.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 535132 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) 
[n:127.0.0.1:37545_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node4/.
   [junit4]   2> 535161 INFO  (zkConnectionManagerCallback-3731-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 535165 INFO  (qtp381134542-9084) [n:127.0.0.1:33425_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 535167 INFO  (qtp551947292-9000) [n:127.0.0.1:36655_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 535168 INFO  (qtp1890674370-9114) [n:127.0.0.1:37545_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 535170 INFO  (qtp692999121-9013) [n:127.0.0.1:37759_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 535170 DEBUG (qtp551947292-9012) [n:127.0.0.1:36655_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 535170 INFO  (qtp551947292-9012) [n:127.0.0.1:36655_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 535170 DEBUG (zkCallback-3680-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 535170 INFO  
(TEST-TestWithCollection.testMultipleWithCollections-seed#[5F4F9F96CAC8C099]) [ 
   ] o.a.s.c.TestWithCollection Chosen node 127.0.0.1:36655_solr for collection 
testMultipleWithCollections_abc
   [junit4]   2> 535170 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 535171 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 535171 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 535171 DEBUG 
(OverseerAutoScalingTriggerThread-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 535171 INFO  (qtp381134542-9079) [n:127.0.0.1:33425_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&name=testMultipleWithCollections_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:36655_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 535172 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection 
testMultipleWithCollections_abc
   [junit4]   2> 535172 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/protwords.txt
   [junit4]   2> 535173 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/managed-schema
   [junit4]   2> 535174 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/solrconfig.xml
   [junit4]   2> 535175 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/synonyms.txt
   [junit4]   2> 535176 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/stopwords.txt
   [junit4]   2> 535177 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 535177 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 535178 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 535178 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 535179 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 535180 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 535181 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 535182 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 535183 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 535183 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 535184 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 535184 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 535185 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 535186 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 535187 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 535187 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 535188 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 535189 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 535189 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 535190 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 535190 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 535191 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 535192 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 535192 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 535193 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 535193 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 535194 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 535195 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 535195 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 535196 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 535196 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 535197 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 535198 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 535198 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 535199 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 535200 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 535200 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 535201 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 535201 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to 
/configs/testMultipleWithCollections_abc.AUTOCREATED/params.json
   [junit4]   2> 535307 DEBUG (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 535309 INFO  (qtp551947292-9010) [n:127.0.0.1:36655_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 535310 INFO  (qtp692999121-9001) [n:127.0.0.1:37759_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 535311 INFO  (qtp1890674370-9108) [n:127.0.0.1:37545_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 535311 INFO  (qtp381134542-9078) [n:127.0.0.1:33425_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 535312 DEBUG (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 535314 INFO  (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 315821162 
sessionWrapper.createTime 315821160589460, this.sessionWrapper.createTime 
315821160589460 
   [junit4]   2> 535316 INFO  
(OverseerStateUpdate-72078291637174278-127.0.0.1:36655_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMultipleWithCollections_abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMultipleWithCollections_abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36655/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 535532 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr    
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMultipleWithCollections_abc.AUTOCREATED&newCollection=true&name=testMultipleWithCollections_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testMultipleWithCollections_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 535533 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr    
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 536545 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.RequestParams conf 
resource params.json loaded . version : 0 
   [junit4]   2> 536545 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.RequestParams 
request params refreshed to version 0
   [junit4]   2> 536545 WARN  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 536545 WARN  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 536545 WARN  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 536545 WARN  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 536546 WARN  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 536546 WARN  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 536553 WARN  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 536553 WARN  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 536553 WARN  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 536557 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 536569 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.s.IndexSchema 
[testMultipleWithCollections_abc_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 536685 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.s.IndexSchema Loaded 
schema default-config/1.6 with uniqueid field id
   [junit4]   2> 536705 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'testMultipleWithCollections_abc_shard1_replica_n1' using 
configuration from collection testMultipleWithCollections_abc, trusted=true
   [junit4]   2> 536706 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_36655.solr.core.testMultipleWithCollections_abc.shard1.replica_n1' 
(registry 'solr.core.testMultipleWithCollections_abc.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2812a541
   [junit4]   2> 536706 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 536706 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrCore 
[[testMultipleWithCollections_abc_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_5F4F9F96CAC8C099-001/tempDir-001/node1/./testMultipleWithCollections_abc_shard1_replica_n1/data/]
   [junit4]   2> 536708 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 536740 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 536740 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 536741 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 536741 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 536742 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@20162f9c[testMultipleWithCollections_abc_shard1_replica_n1] 
main]
   [junit4]   2> 536743 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/testMultipleWithCollections_abc.AUTOCREATED
   [junit4]   2> 536743 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testMultipleWithCollections_abc.AUTOCREATED
   [junit4]   2> 536743 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/testMultipleWithCollections_abc.AUTOCREATED/managed-schema
   [junit4]   2> 536743 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 536744 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 536744 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 536746 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 536746 INFO  
(searcherExecutor-2331-thread-1-processing-n:127.0.0.1:36655_solr 
x:testMultipleWithCollections_abc_shard1_replica_n1 
c:testMultipleWithCollections_abc s:shard1 r:core_node2) 
[n:127.0.0.1:36655_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@20162f9c[testMultipleWithCollections_abc_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 536746 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1607481203335626752
   [junit4]   2> 536746 INFO  
(searcherExecutor-2331-thread-1-processing-n:127.0.0.1:36655_solr 
x:testMultipleWithCollections_abc_shard1_replica_n1 
c:testMultipleWithCollections_abc s:shard1 r:core_node2) 
[n:127.0.0.1:36655_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 536746 INFO  
(searcherExecutor-2331-thread-1-processing-n:127.0.0.1:36655_solr 
x:testMultipleWithCollections_abc_shard1_replica_n1 
c:testMultipleWithCollections_abc s:shard1 r:core_node2) 
[n:127.0.0.1:36655_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 536747 INFO  
(searcherExecutor-2331-thread-1-processing-n:127.0.0.1:36655_solr 
x:testMultipleWithCollections_abc_shard1_replica_n1 
c:testMultipleWithCollections_abc s:shard1 r:core_node2) 
[n:127.0.0.1:36655_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrCore 
[testMultipleWithCollections_abc_shard1_replica_n1] Registered new searcher 
Searcher@20162f9c[testMultipleWithCollections_abc_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 536749 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/testMultipleWithCollections_abc/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 536750 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 536750 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 536750 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:36655/solr/testMultipleWithCollections_abc_shard1_replica_n1/
   [junit4]   2> 536750 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 536750 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:36655/solr/testMultipleWithCollections_abc_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 536750 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 536752 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36655/solr/testMultipleWithCollections_abc_shard1_replica_n1/ 
shard1
   [junit4]   2> 536853 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 536854 INFO  (qtp551947292-9004) [n:127.0.0.1:36655_solr 
c:testMultipleWithCollections_abc s:shard1 r:core_node2 
x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMultipleWithCollections_abc.AUTOCREATED&newCollection=true&name=testMultipleWithCollections_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testMultipleWithCollections_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1322
   [junit4]   2> 536855 DEBUG (OverseerThreadFactory-2304-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 536856 INFO  (qtp381134542-9079) [n:127.0.0.1:33425_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 536955 INFO  (zkCallback-3673-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMultipleWithCollections_abc/state.json] for collection 
[testMultipleWithCollections_abc] has occurred - updating... (live nodes size: 
[4])
   [junit4]   2> 537173 INFO  
(OverseerCollectionConfigSetProcessor-72078291637174278-127.0.0.1:36655_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 537857 INFO  (qtp381134542-9079) [n:127.0.0.1:33425_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&name=testMultipleWithCollections_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:36655_solr&wt=javabin&version=2}
 status=0 QTime=2685
   [junit4]   2> 537857 INFO  (qtp551947292-9002) [n:127.0.0.1:36655_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&withCollection=testMultipleWithCollections_abc&name=testMultipleWithCollections_xyz&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 537858 INFO  (OverseerThreadFactory-2304-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection 
testMultipleWithCollections_xyz
   [junit4]   2> 537860 INFO  (OverseerThreadFactory-2304-thread-2) [    ]

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

ava:1219)
   [junit4]   1>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   1>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:674)
   [junit4]   1>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   1>        at 
org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   1>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   1>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   1>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   1>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   1>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
   [junit4]   1>        at 
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
   [junit4]   1>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   1>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   1>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> Caused by: org.apache.solr.common.SolrException: Collection 
not found: myCollection
   [junit4]   1>        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
   [junit4]   1>        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
   [junit4]   1>        at 
org.apache.solr.client.solrj.io.stream.StatsStream.open(StatsStream.java:214)
   [junit4]   1>        ... 48 more
   [junit4]   1> 
   [junit4] OK      0.10s J2 | StreamExpressionTest.testStatsStream
   [junit4] OK      0.10s J2 | StreamExpressionTest.testParameterSubstitution
   [junit4] OK      0.08s J2 | StreamExpressionTest.testTimeSeriesStream
   [junit4] OK      1.17s J2 | StreamExpressionTest.testTopicStream
   [junit4] OK      0.25s J2 | StreamExpressionTest.testSqlStream
   [junit4] OK      0.05s J2 | StreamExpressionTest.testEvalStream
   [junit4] OK      0.07s J2 | StreamExpressionTest.testCloudSolrStream
   [junit4] OK      0.19s J2 | StreamExpressionTest.testParallelTopicStream
   [junit4] OK      0.06s J2 | StreamExpressionTest.testEchoStream
   [junit4] OK      3.72s J2 | StreamExpressionTest.testFeaturesSelectionStream
   [junit4] OK      0.07s J2 | StreamExpressionTest.testSubFacetStream
   [junit4] OK      0.08s J2 | 
StreamExpressionTest.testCloudSolrStreamWithZkHost
   [junit4] OK      4.33s J2 | StreamExpressionTest.testBasicTextLogitStream
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=StreamExpressionTest -Dtests.method=testSignificantTermsStream 
-Dtests.seed=40C00CC69858766B -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=ii-CN -Dtests.timezone=America/Atka 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.28s J2 | StreamExpressionTest.testSignificantTermsStream 
<<<
   [junit4]    > Throwable #1: java.io.IOException: 
java.lang.NullPointerException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([40C00CC69858766B:E20FCE5AA88CE440]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:341)
   [junit4]    >        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:2471)
   [junit4]    >        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream(StreamExpressionTest.java:2301)
   [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]    > Caused by: java.lang.NullPointerException
   [junit4]    >        at 
org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:294)
   [junit4]    >        ... 40 more
   [junit4]   1> 05:48:17.811 
[SUITE-StreamExpressionTest-seed#[40C00CC69858766B]-worker] ERROR 
org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not 
registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN 
server state changes
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_40C00CC69858766B-002
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name_s=Lucene50(blocksize=128), 
featureSet_s=PostingsFormat(name=LuceneFixedGap), 
terms_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
field_s=PostingsFormat(name=LuceneFixedGap), 
multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
subject=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
checkpoint_ss=Lucene50(blocksize=128), test_t=Lucene50(blocksize=128), 
level1_s=FSTOrd50, s_multi=FSTOrd50, 
level2_s=PostingsFormat(name=LuceneFixedGap), a_s=FSTOrd50, 
whitetok=Lucene50(blocksize=128), tv_text=PostingsFormat(name=LuceneFixedGap), 
term_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=Lucene50(blocksize=128), text=FSTOrd50}, 
docValues:{name_s=DocValuesFormat(name=Asserting), 
iteration_i=DocValuesFormat(name=Asserting), 
terms_ss=DocValuesFormat(name=Direct), field_s=DocValuesFormat(name=Lucene70), 
multiDefault=DocValuesFormat(name=Direct), 
price_f=DocValuesFormat(name=Direct), 
intDefault=DocValuesFormat(name=Lucene70), a_f=DocValuesFormat(name=Lucene70), 
falseNegative_i=DocValuesFormat(name=Lucene70), 
a_i=DocValuesFormat(name=Asserting), 
falsePositive_i=DocValuesFormat(name=Lucene70), 
level1_s=DocValuesFormat(name=Lucene70), 
s_multi=DocValuesFormat(name=Lucene70), 
level2_s=DocValuesFormat(name=Lucene70), a_s=DocValuesFormat(name=Lucene70), 
score_f=DocValuesFormat(name=Lucene70), term_s=DocValuesFormat(name=Direct), 
id=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Direct), 
i_multi=DocValuesFormat(name=Asserting), 
featureSet_s=DocValuesFormat(name=Lucene70), 
trueNegative_i=DocValuesFormat(name=Lucene70), 
index_i=DocValuesFormat(name=Lucene70), test_dt=DocValuesFormat(name=Lucene70), 
out_i=DocValuesFormat(name=Lucene70), 
checkpoint_ss=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Lucene70), 
truePositive_i=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=800, 
maxMBSortInHeap=7.944454196610046, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@a2b1d4b),
 locale=ii-CN, timezone=America/Atka
   [junit4]   2> NOTE: Linux 4.15.0-29-generic amd64/Oracle Corporation 10.0.1 
(64-bit)/cpus=8,threads=1,free=266319736,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest, 
StreamExpressionTest]
   [junit4] Completed [5/5 (5!)] on J2 in 17.90s, 19 tests, 1 error <<< 
FAILURES!

[...truncated 15 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1568: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092: 
There were test failures: 5 suites, 95 tests, 5 errors [seed: 40C00CC69858766B]

Total time: 56 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestWithCollection
[repro]   5/5 failed: 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=4602e4de458352f8363c3d4078f1df24d2ac9430, 
workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #22565
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to