You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/10/13 06:16:30 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11) - Build # 23019 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23019/
Java: 64bit/jdk-11 -XX:-UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.cloud.CollectionStateFormat2Test.testZkNodeLocation

Error Message:
Collection not created null Live Nodes: [127.0.0.1:33875_solr, 127.0.0.1:34835_solr, 127.0.0.1:35497_solr, 127.0.0.1:40059_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Collection not created
null
Live Nodes: [127.0.0.1:33875_solr, 127.0.0.1:34835_solr, 127.0.0.1:35497_solr, 127.0.0.1:40059_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([9263EBCD9ACF22D9:DDCE616D37A0AC2D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
	at org.apache.solr.cloud.CollectionStateFormat2Test.testZkNodeLocation(CollectionStateFormat2Test.java:50)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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:834)


FAILED:  org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth

Error Message:
Could not find collection:second_collection

Stack Trace:
java.lang.AssertionError: Could not find collection:second_collection
	at __randomizedtesting.SeedInfo.seed([9263EBCD9ACF22D9:6ED93FF962EF9313]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkCreateCollection(TestMiniSolrCloudClusterSSL.java:263)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:249)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:157)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth(TestMiniSolrCloudClusterSSL.java:121)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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.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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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:834)


FAILED:  org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName

Error Message:
Could not find collection:second_collection

Stack Trace:
java.lang.AssertionError: Could not find collection:second_collection
	at __randomizedtesting.SeedInfo.seed([9263EBCD9ACF22D9:C5D2AE765A33DDC8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkCreateCollection(TestMiniSolrCloudClusterSSL.java:263)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:249)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslWithInvalidPeerName(TestMiniSolrCloudClusterSSL.java:185)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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.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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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:834)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 7 in https://127.0.0.1:40203/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 7 in https://127.0.0.1:40203/solr
	at __randomizedtesting.SeedInfo.seed([9263EBCD9ACF22D9:53939261B79FE87E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:901)
	at org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:566)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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:834)


FAILED:  org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Could not find collection : testSimple1

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : testSimple1
	at __randomizedtesting.SeedInfo.seed([9263EBCD9ACF22D9:AAD0CF33BD3CF608]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.getReplacedSharedFsReplicas(AutoAddReplicasIntegrationTest.java:181)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:98)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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:834)




Build Log:
[...truncated 13524 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionStateFormat2Test
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/init-core-data-001
   [junit4]   2> 1319755 WARN  (SUITE-CollectionStateFormat2Test-seed#[9263EBCD9ACF22D9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 1319755 INFO  (SUITE-CollectionStateFormat2Test-seed#[9263EBCD9ACF22D9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1319756 INFO  (SUITE-CollectionStateFormat2Test-seed#[9263EBCD9ACF22D9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1319756 INFO  (SUITE-CollectionStateFormat2Test-seed#[9263EBCD9ACF22D9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1319756 INFO  (SUITE-CollectionStateFormat2Test-seed#[9263EBCD9ACF22D9]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001
   [junit4]   2> 1319756 INFO  (SUITE-CollectionStateFormat2Test-seed#[9263EBCD9ACF22D9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1319756 INFO  (Thread-2730) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1319757 INFO  (Thread-2730) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1319758 ERROR (Thread-2730) [    ] 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> 1319857 INFO  (SUITE-CollectionStateFormat2Test-seed#[9263EBCD9ACF22D9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40071
   [junit4]   2> 1319858 INFO  (zkConnectionManagerCallback-3646-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319862 INFO  (jetty-launcher-3643-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11+28
   [junit4]   2> 1319862 INFO  (jetty-launcher-3643-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11+28
   [junit4]   2> 1319862 INFO  (jetty-launcher-3643-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11+28
   [junit4]   2> 1319862 INFO  (jetty-launcher-3643-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11+28
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11c32966{/solr,null,AVAILABLE}
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a0756d0{/solr,null,AVAILABLE}
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74c6bf08{/solr,null,AVAILABLE}
   [junit4]   2> 1319863 INFO  (jetty-launcher-3643-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d0019f0{/solr,null,AVAILABLE}
   [junit4]   2> 1319864 INFO  (jetty-launcher-3643-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b93949a{SSL,[ssl, http/1.1]}{127.0.0.1:34835}
   [junit4]   2> 1319864 INFO  (jetty-launcher-3643-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5afebdad{SSL,[ssl, http/1.1]}{127.0.0.1:40059}
   [junit4]   2> 1319864 INFO  (jetty-launcher-3643-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@595c6417{SSL,[ssl, http/1.1]}{127.0.0.1:33875}
   [junit4]   2> 1319864 INFO  (jetty-launcher-3643-thread-2) [    ] o.e.j.s.Server Started @1319921ms
   [junit4]   2> 1319864 INFO  (jetty-launcher-3643-thread-4) [    ] o.e.j.s.Server Started @1319921ms
   [junit4]   2> 1319864 INFO  (jetty-launcher-3643-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4cc403cb{SSL,[ssl, http/1.1]}{127.0.0.1:35497}
   [junit4]   2> 1319864 INFO  (jetty-launcher-3643-thread-3) [    ] o.e.j.s.Server Started @1319921ms
   [junit4]   2> 1319864 INFO  (jetty-launcher-3643-thread-1) [    ] o.e.j.s.Server Started @1319921ms
   [junit4]   2> 1319864 INFO  (jetty-launcher-3643-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33875}
   [junit4]   2> 1319864 INFO  (jetty-launcher-3643-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40059}
   [junit4]   2> 1319864 INFO  (jetty-launcher-3643-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34835}
   [junit4]   2> 1319864 INFO  (jetty-launcher-3643-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35497}
   [junit4]   2> 1319865 ERROR (jetty-launcher-3643-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1319865 ERROR (jetty-launcher-3643-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1319865 ERROR (jetty-launcher-3643-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1319865 ERROR (jetty-launcher-3643-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-13T05:21:57.030250Z
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-13T05:21:57.030319Z
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-13T05:21:57.030416Z
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1319865 INFO  (jetty-launcher-3643-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-13T05:21:57.030448Z
   [junit4]   2> 1319866 INFO  (zkConnectionManagerCallback-3654-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319866 INFO  (zkConnectionManagerCallback-3652-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319866 INFO  (zkConnectionManagerCallback-3650-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319866 INFO  (jetty-launcher-3643-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1319866 INFO  (zkConnectionManagerCallback-3648-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319866 INFO  (jetty-launcher-3643-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1319866 INFO  (jetty-launcher-3643-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1319866 INFO  (jetty-launcher-3643-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1319869 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001b0a851e0003, likely client has closed socket
   [junit4]   2> 1319876 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001b0a851e0002, likely client has closed socket
   [junit4]   2> 1319918 INFO  (jetty-launcher-3643-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40071/solr
   [junit4]   2> 1319918 INFO  (zkConnectionManagerCallback-3658-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319920 INFO  (zkConnectionManagerCallback-3660-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319946 INFO  (jetty-launcher-3643-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40071/solr
   [junit4]   2> 1319946 INFO  (zkConnectionManagerCallback-3666-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319947 INFO  (zkConnectionManagerCallback-3668-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319951 INFO  (jetty-launcher-3643-thread-1) [n:127.0.0.1:35497_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35497_solr
   [junit4]   2> 1319951 INFO  (jetty-launcher-3643-thread-1) [n:127.0.0.1:35497_solr    ] o.a.s.c.Overseer Overseer (id=72087326034886664-127.0.0.1:35497_solr-n_0000000000) starting
   [junit4]   2> 1319953 INFO  (jetty-launcher-3643-thread-2) [n:127.0.0.1:40059_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40059_solr
   [junit4]   2> 1319953 INFO  (zkCallback-3667-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1319953 INFO  (zkCallback-3659-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1319954 INFO  (zkConnectionManagerCallback-3675-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319954 INFO  (jetty-launcher-3643-thread-1) [n:127.0.0.1:35497_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1319955 INFO  (jetty-launcher-3643-thread-1) [n:127.0.0.1:35497_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40071/solr ready
   [junit4]   2> 1319955 INFO  (OverseerStateUpdate-72087326034886664-127.0.0.1:35497_solr-n_0000000000) [n:127.0.0.1:35497_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35497_solr
   [junit4]   2> 1319960 INFO  (jetty-launcher-3643-thread-1) [n:127.0.0.1:35497_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1319960 INFO  (jetty-launcher-3643-thread-1) [n:127.0.0.1:35497_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35497_solr
   [junit4]   2> 1319961 INFO  (jetty-launcher-3643-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40071/solr
   [junit4]   2> 1319961 INFO  (zkCallback-3667-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1319961 INFO  (zkCallback-3659-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1319968 INFO  (zkConnectionManagerCallback-3684-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319969 INFO  (zkCallback-3674-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1319975 INFO  (jetty-launcher-3643-thread-1) [n:127.0.0.1:35497_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1319975 INFO  (zkConnectionManagerCallback-3679-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319975 INFO  (jetty-launcher-3643-thread-2) [n:127.0.0.1:40059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1319976 INFO  (jetty-launcher-3643-thread-2) [n:127.0.0.1:40059_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40071/solr ready
   [junit4]   2> 1319982 INFO  (jetty-launcher-3643-thread-2) [n:127.0.0.1:40059_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1319983 INFO  (zkConnectionManagerCallback-3687-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319985 INFO  (jetty-launcher-3643-thread-1) [n:127.0.0.1:35497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35497.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1319986 INFO  (jetty-launcher-3643-thread-4) [n:127.0.0.1:33875_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1319988 INFO  (jetty-launcher-3643-thread-4) [n:127.0.0.1:33875_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1319988 INFO  (jetty-launcher-3643-thread-4) [n:127.0.0.1:33875_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33875_solr
   [junit4]   2> 1319988 INFO  (zkCallback-3667-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1319988 INFO  (zkCallback-3674-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1319988 INFO  (zkCallback-3659-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1319990 INFO  (zkCallback-3683-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1319991 INFO  (zkCallback-3686-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1319991 INFO  (jetty-launcher-3643-thread-1) [n:127.0.0.1:35497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35497.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1319991 INFO  (jetty-launcher-3643-thread-1) [n:127.0.0.1:35497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35497.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1319991 INFO  (jetty-launcher-3643-thread-1) [n:127.0.0.1:35497_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.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001/node1/.
   [junit4]   2> 1319994 INFO  (jetty-launcher-3643-thread-2) [n:127.0.0.1:40059_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40059.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1319998 INFO  (zkConnectionManagerCallback-3695-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1319998 INFO  (jetty-launcher-3643-thread-4) [n:127.0.0.1:33875_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1319999 INFO  (jetty-launcher-3643-thread-4) [n:127.0.0.1:33875_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40071/solr ready
   [junit4]   2> 1319999 INFO  (jetty-launcher-3643-thread-4) [n:127.0.0.1:33875_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1320004 INFO  (jetty-launcher-3643-thread-2) [n:127.0.0.1:40059_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40059.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1320004 INFO  (jetty-launcher-3643-thread-2) [n:127.0.0.1:40059_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40059.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1320005 INFO  (jetty-launcher-3643-thread-2) [n:127.0.0.1:40059_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.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001/node2/.
   [junit4]   2> 1320015 INFO  (jetty-launcher-3643-thread-4) [n:127.0.0.1:33875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33875.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1320022 INFO  (jetty-launcher-3643-thread-4) [n:127.0.0.1:33875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33875.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1320022 INFO  (jetty-launcher-3643-thread-4) [n:127.0.0.1:33875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33875.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1320022 INFO  (jetty-launcher-3643-thread-4) [n:127.0.0.1:33875_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.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001/node4/.
   [junit4]   2> 1320056 INFO  (jetty-launcher-3643-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40071/solr
   [junit4]   2> 1320057 INFO  (zkConnectionManagerCallback-3700-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1320058 INFO  (zkConnectionManagerCallback-3702-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1320061 INFO  (jetty-launcher-3643-thread-3) [n:127.0.0.1:34835_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1320062 INFO  (jetty-launcher-3643-thread-3) [n:127.0.0.1:34835_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1320063 INFO  (jetty-launcher-3643-thread-3) [n:127.0.0.1:34835_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34835_solr
   [junit4]   2> 1320063 INFO  (zkCallback-3659-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1320063 INFO  (zkCallback-3674-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1320063 INFO  (zkCallback-3683-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1320063 INFO  (zkCallback-3667-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1320063 INFO  (zkCallback-3686-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1320069 INFO  (zkCallback-3694-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1320069 INFO  (zkCallback-3701-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1320071 INFO  (zkConnectionManagerCallback-3709-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1320072 INFO  (jetty-launcher-3643-thread-3) [n:127.0.0.1:34835_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1320073 INFO  (jetty-launcher-3643-thread-3) [n:127.0.0.1:34835_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40071/solr ready
   [junit4]   2> 1320073 INFO  (jetty-launcher-3643-thread-3) [n:127.0.0.1:34835_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1320080 INFO  (jetty-launcher-3643-thread-3) [n:127.0.0.1:34835_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34835.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1320085 INFO  (jetty-launcher-3643-thread-3) [n:127.0.0.1:34835_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34835.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1320085 INFO  (jetty-launcher-3643-thread-3) [n:127.0.0.1:34835_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34835.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1320085 INFO  (jetty-launcher-3643-thread-3) [n:127.0.0.1:34835_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.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001/node3/.
   [junit4]   2> 1320105 INFO  (zkConnectionManagerCallback-3712-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1320107 INFO  (zkConnectionManagerCallback-3717-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1320107 INFO  (SUITE-CollectionStateFormat2Test-seed#[9263EBCD9ACF22D9]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1320108 INFO  (SUITE-CollectionStateFormat2Test-seed#[9263EBCD9ACF22D9]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40071/solr ready
   [junit4]   2> 1320122 INFO  (TEST-CollectionStateFormat2Test.testConfNameAndCollectionNameSame-seed#[9263EBCD9ACF22D9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfNameAndCollectionNameSame
   [junit4]   2> 1320131 INFO  (qtp1173351884-13825) [n:127.0.0.1:40059_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=.system&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1320134 INFO  (OverseerThreadFactory-7006-thread-1-processing-n:127.0.0.1:35497_solr) [n:127.0.0.1:35497_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection .system
   [junit4]   2> 1320247 INFO  (qtp1173351884-13829) [n:127.0.0.1:40059_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> 1320257 INFO  (qtp2022997294-13809) [n:127.0.0.1:35497_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> 1320267 INFO  (qtp800834877-13810) [n:127.0.0.1:33875_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> 1320279 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_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> 1320281 INFO  (OverseerStateUpdate-72087326034886664-127.0.0.1:35497_solr-n_0000000000) [n:127.0.0.1:35497_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34835/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1320491 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr    x:.system_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1321498 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1321505 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1321506 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 1321508 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1321508 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/.system/managed-schema
   [junit4]   2> 1321510 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to /configs/.system/schema.xml.bak
   [junit4]   2> 1321510 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using configuration from collection .system, trusted=true
   [junit4]   2> 1321510 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34835.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1321510 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001/node3/.system_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001/node3/./.system_shard1_replica_n1/data/]
   [junit4]   2> 1321535 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1321535 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1321536 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 1321536 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1321536 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e8e5152[.system_shard1_replica_n1] main]
   [junit4]   2> 1321537 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 1321537 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 1321537 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 1321538 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1321538 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1321538 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1614186407477116928
   [junit4]   2> 1321539 INFO  (searcherExecutor-7025-thread-1-processing-n:127.0.0.1:34835_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node2) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@7e8e5152[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1321542 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1321543 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1321543 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1321543 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34835/solr/.system_shard1_replica_n1/
   [junit4]   2> 1321543 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1321543 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:34835/solr/.system_shard1_replica_n1/ has no replicas
   [junit4]   2> 1321544 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34835/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 1321646 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1321667 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1176
   [junit4]   2> 1321669 INFO  (qtp1173351884-13825) [n:127.0.0.1:40059_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> 1321747 INFO  (zkCallback-3701-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1322135 INFO  (OverseerCollectionConfigSetProcessor-72087326034886664-127.0.0.1:35497_solr-n_0000000000) [n:127.0.0.1:35497_solr    ] 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> 1322670 INFO  (qtp1173351884-13825) [n:127.0.0.1:40059_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=.system&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=2539
   [junit4]   2> 1322670 INFO  (TEST-CollectionStateFormat2Test.testConfNameAndCollectionNameSame-seed#[9263EBCD9ACF22D9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfNameAndCollectionNameSame
   [junit4]   2> 1322686 INFO  (TEST-CollectionStateFormat2Test.testZkNodeLocation-seed#[9263EBCD9ACF22D9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZkNodeLocation
   [junit4]   2> 1322686 INFO  (qtp1173351884-13811) [n:127.0.0.1:40059_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=myExternColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1322687 INFO  (OverseerThreadFactory-7006-thread-2-processing-n:127.0.0.1:35497_solr) [n:127.0.0.1:35497_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection myExternColl
   [junit4]   2> 1322893 INFO  (qtp1173351884-13942) [n:127.0.0.1:40059_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> 1322894 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_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> 1322895 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_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> 1322896 INFO  (qtp357200223-13834) [n:127.0.0.1:34835_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core..system.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1322897 INFO  (qtp357200223-13812) [n:127.0.0.1:34835_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> 1322900 INFO  (OverseerStateUpdate-72087326034886664-127.0.0.1:35497_solr-n_0000000000) [n:127.0.0.1:35497_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myExternColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"myExternColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33875/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1322901 INFO  (OverseerStateUpdate-72087326034886664-127.0.0.1:35497_solr-n_0000000000) [n:127.0.0.1:35497_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myExternColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"myExternColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35497/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1322902 INFO  (OverseerStateUpdate-72087326034886664-127.0.0.1:35497_solr-n_0000000000) [n:127.0.0.1:35497_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myExternColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"myExternColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40059/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1322902 INFO  (OverseerStateUpdate-72087326034886664-127.0.0.1:35497_solr-n_0000000000) [n:127.0.0.1:35497_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myExternColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"myExternColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40059/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1323108 ERROR (OverseerThreadFactory-7006-thread-2-processing-n:127.0.0.1:35497_solr) [n:127.0.0.1:35497_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:40059/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:40059/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) [java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> Caused by: javax.net.ssl.SSLException: Received fatal alert: internal_error
   [junit4]   2> 	at sun.security.ssl.Alert.createSSLException(Alert.java:129) ~[?:?]
   [junit4]   2> 	at sun.security.ssl.Alert.createSSLException(Alert.java:117) ~[?:?]
   [junit4]   2> 	at sun.security.ssl.TransportContext.fatal(TransportContext.java:308) ~[?:?]
   [junit4]   2> 	at sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:279) ~[?:?]
   [junit4]   2> 	at sun.security.ssl.TransportContext.dispatch(TransportContext.java:181) ~[?:?]
   [junit4]   2> 	at sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) ~[?:?]
   [junit4]   2> 	at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152) ~[?:?]
   [junit4]   2> 	at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063) ~[?:?]
   [junit4]   2> 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402) ~[?:?]
   [junit4]   2> 	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:396) ~[httpclient-4.5.3.jar:4.5.3]
   [junit4]   2> 	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355) ~[httpclient-4.5.3.jar:4.5.3]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.3.jar:4.5.3]
   [junit4]   2> 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) ~[httpclient-4.5.3.jar:4.5.3]
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) ~[httpclient-4.5.3.jar:4.5.3]
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) ~[httpclient-4.5.3.jar:4.5.3]
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.3.jar:4.5.3]
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.3.jar:4.5.3]
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) ~[httpclient-4.5.3.jar:4.5.3]
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.3.jar:4.5.3]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.3.jar:4.5.3]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.3.jar:4.5.3]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) ~[java/:?]
   [junit4]   2> 	... 12 more
   [junit4]   2> 1323114 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr    x:myExternColl_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=myExternColl_shard1_replica_n1&action=CREATE&numShards=2&collection=myExternColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1323114 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr    x:myExternColl_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=myExternColl_shard1_replica_n2&action=CREATE&numShards=2&collection=myExternColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1323114 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr    x:myExternColl_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=myExternColl_shard2_replica_n6&action=CREATE&numShards=2&collection=myExternColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1323115 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr    x:myExternColl_shard2_replica_n6] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1324123 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1324124 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1324124 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1324134 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.s.IndexSchema [myExternColl_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1324135 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.s.IndexSchema [myExternColl_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1324135 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.s.IndexSchema [myExternColl_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1324135 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1324135 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'myExternColl_shard2_replica_n6' using configuration from collection myExternColl, trusted=true
   [junit4]   2> 1324136 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1324136 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1324136 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'myExternColl_shard1_replica_n2' using configuration from collection myExternColl, trusted=true
   [junit4]   2> 1324136 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40059.solr.core.myExternColl.shard2.replica_n6' (registry 'solr.core.myExternColl.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1324136 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'myExternColl_shard1_replica_n1' using configuration from collection myExternColl, trusted=true
   [junit4]   2> 1324136 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.c.SolrCore [[myExternColl_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001/node2/myExternColl_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001/node2/./myExternColl_shard2_replica_n6/data/]
   [junit4]   2> 1324136 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33875.solr.core.myExternColl.shard1.replica_n1' (registry 'solr.core.myExternColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1324136 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35497.solr.core.myExternColl.shard1.replica_n2' (registry 'solr.core.myExternColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3338fd42
   [junit4]   2> 1324136 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.c.SolrCore [[myExternColl_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001/node4/myExternColl_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001/node4/./myExternColl_shard1_replica_n1/data/]
   [junit4]   2> 1324136 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.SolrCore [[myExternColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001/node1/myExternColl_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_9263EBCD9ACF22D9-001/tempDir-001/node1/./myExternColl_shard1_replica_n2/data/]
   [junit4]   2> 1324166 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1324166 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1324167 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1324167 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1324168 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@64e49b82[myExternColl_shard1_replica_n2] main]
   [junit4]   2> 1324168 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1324168 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1324169 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1324169 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1614186410235920384
   [junit4]   2> 1324169 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1324169 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1324169 INFO  (searcherExecutor-7031-thread-1-processing-n:127.0.0.1:35497_solr x:myExternColl_shard1_replica_n2 c:myExternColl s:shard1 r:core_node5) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.SolrCore [myExternColl_shard1_replica_n2] Registered new searcher Searcher@64e49b82[myExternColl_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1324170 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1324170 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1324171 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@2ca0d5da[myExternColl_shard2_replica_n6] main]
   [junit4]   2> 1324171 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1324171 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1324172 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1324172 INFO  (searcherExecutor-7030-thread-1-processing-n:127.0.0.1:40059_solr x:myExternColl_shard2_replica_n6 c:myExternColl s:shard2 r:core_node8) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.c.SolrCore [myExternColl_shard2_replica_n6] Registered new searcher Searcher@2ca0d5da[myExternColl_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1324172 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1614186410239066112
   [junit4]   2> 1324172 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/myExternColl/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 1324174 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1324175 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/myExternColl/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 1324175 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1324175 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1324176 INFO  (qtp1173351884-13813) [n:127.0.0.1:40059_solr c:myExternColl s:shard2 r:core_node8 x:myExternColl_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1324176 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1324176 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1324177 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17d7ee75[myExternColl_shard1_replica_n1] main]
   [junit4]   2> 1324178 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1324178 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1324178 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1324178 INFO  (searcherExecutor-7032-thread-1-processing-n:127.0.0.1:33875_solr x:myExternColl_shard1_replica_n1 c:myExternColl s:shard1 r:core_node3) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.c.SolrCore [myExternColl_shard1_replica_n1] Registered new searcher Searcher@17d7ee75[myExternColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1324178 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1614186410245357568
   [junit4]   2> 1324182 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/myExternColl/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 1324675 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1324675 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1324675 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35497/solr/myExternColl_shard1_replica_n2/
   [junit4]   2> 1324675 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=myExternColl_shard1_replica_n2 url=https://127.0.0.1:35497/solr START replicas=[https://127.0.0.1:33875/solr/myExternColl_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1324675 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=myExternColl_shard1_replica_n2 url=https://127.0.0.1:35497/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1324676 INFO  (qtp800834877-13826) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.c.S.Request [myExternColl_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1324676 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1324677 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1324678 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35497/solr/myExternColl_shard1_replica_n2/ shard1
   [junit4]   2> 1324831 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1324832 INFO  (qtp2022997294-13831) [n:127.0.0.1:35497_solr c:myExternColl s:shard1 r:core_node5 x:myExternColl_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=myExternColl_shard1_replica_n2&action=CREATE&numShards=2&collection=myExternColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1717
   [junit4]   2> 1324932 INFO  (zkCallback-3667-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myExternColl/state.json] for collection [myExternColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1325218 INFO  (qtp800834877-13822) [n:127.0.0.1:33875_solr c:myExternColl s:shard1 r:core_node3 x:myExternColl_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=myExternColl_shard1_replica_n1&action=CREATE&numShards=2&collection=myExternColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2103
   [junit4]   2> 1325286 INFO  (zkCallback-3686-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myExternColl/state.json] for collection [myExternColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1325286 INFO  (zkCallback-3667-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myExternColl/state.json] for collection [myExternColl] has occurred - updating... (live nodes size: [4])
   [juni

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

beros-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/api-all-1.0.0-M20.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/byte-buddy-1.6.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/ehcache-core-2.4.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-core-1.9.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-server-1.9.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jetty-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jetty-util-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mina-core-2.0.0-M5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mockito-core-2.6.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/netty-all-4.0.36.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/objenesis-2.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-8.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/home/jenkins/.ant/lib/ivy-2.4.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.6.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20181013_045957_0314756901434486593252.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20181013_045957_0313802770485136650272.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20181013_045957_0319981939241011118379.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:834)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:633: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:577: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:267: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:558: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1567: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20181013_045957_0319981939241011118379.sysout

Total time: 105 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
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