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/07/16 13:44:34 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 22463 - Unstable!

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

5 tests failed.
FAILED:  org.apache.lucene.util.TestPriorityQueue.testIteratorRandom

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([AE039D81F02325E0:D8450D529C6FD2DA]:0)
	at org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:36)
	at org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:28)
	at org.apache.lucene.util.PriorityQueue.upHeap(PriorityQueue.java:264)
	at org.apache.lucene.util.PriorityQueue.add(PriorityQueue.java:141)
	at org.apache.lucene.util.TestPriorityQueue.testIteratorRandom(TestPriorityQueue.java:241)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.lucene.util.TestPriorityQueue.testIteratorRandom

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([AE039D81F02325E0:D8450D529C6FD2DA]:0)
	at org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:36)
	at org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:28)
	at org.apache.lucene.util.PriorityQueue.upHeap(PriorityQueue.java:264)
	at org.apache.lucene.util.PriorityQueue.add(PriorityQueue.java:141)
	at org.apache.lucene.util.TestPriorityQueue.testIteratorRandom(TestPriorityQueue.java:241)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.lucene.util.TestPriorityQueue.testIteratorRandom

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([AE039D81F02325E0:D8450D529C6FD2DA]:0)
	at org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:36)
	at org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:28)
	at org.apache.lucene.util.PriorityQueue.upHeap(PriorityQueue.java:264)
	at org.apache.lucene.util.PriorityQueue.add(PriorityQueue.java:141)
	at org.apache.lucene.util.TestPriorityQueue.testIteratorRandom(TestPriorityQueue.java:241)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.lucene.util.TestPriorityQueue.testIteratorRandom

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([AE039D81F02325E0:D8450D529C6FD2DA]:0)
	at org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:36)
	at org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:28)
	at org.apache.lucene.util.PriorityQueue.upHeap(PriorityQueue.java:264)
	at org.apache.lucene.util.PriorityQueue.add(PriorityQueue.java:141)
	at org.apache.lucene.util.TestPriorityQueue.testIteratorRandom(TestPriorityQueue.java:241)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at __randomizedtesting.SeedInfo.seed([6E7FF223503CEE32:B1F2909C6E55BB50]:0)
	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
	at org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	... 1 more
Caused by: java.lang.RuntimeException: Exception during query
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$2(InfixSuggestersTest.java:122)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
	... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 9 more




Build Log:
[...truncated 294 lines...]
   [junit4] Suite: org.apache.lucene.util.TestPriorityQueue
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPriorityQueue -Dtests.method=testIteratorRandom -Dtests.seed=AE039D81F02325E0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh-Hans-HK -Dtests.timezone=US/Pacific -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J1 | TestPriorityQueue.testIteratorRandom <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AE039D81F02325E0:D8450D529C6FD2DA]:0)
   [junit4]    > 	at org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:36)
   [junit4]    > 	at org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:28)
   [junit4]    > 	at org.apache.lucene.util.PriorityQueue.upHeap(PriorityQueue.java:264)
   [junit4]    > 	at org.apache.lucene.util.PriorityQueue.add(PriorityQueue.java:141)
   [junit4]    > 	at org.apache.lucene.util.TestPriorityQueue.testIteratorRandom(TestPriorityQueue.java:241)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=523, maxMBSortInHeap=7.990517431071455, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1daeeb76), locale=zh-Hans-HK, timezone=US/Pacific
   [junit4]   2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=8,threads=1,free=488209840,total=519569408
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterUnicode, TestBytesRefHash, TestMutableValues, TestPriorityQueue]
   [junit4] Completed [14/497 (1!)] on J1 in 0.33s, 10 tests, 1 failure <<< FAILURES!

[...truncated 14123 lines...]
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001
   [junit4]   2> 1892362 WARN  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
   [junit4]   2> 1892362 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1892362 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-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> 1892363 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1892363 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1892363 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1892382 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1892414 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1892554 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1892970 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1892971 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1892983 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
   [junit4]   2> 1892991 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
   [junit4]   2> 1892991 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
   [junit4]   2> 1892997 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1893022 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1893082 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1893194 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1893208 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1893209 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
   [junit4]   2> 1893209 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1893209 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001/]
   [junit4]   2> 1893210 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1893280 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1893281 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1893281 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=80.4990234375, floorSegmentMB=0.3076171875, forceMergeDeletesPctAllowed=5.7126096354298745, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, reclaimDeletesWeight=0.6482474024410427
   [junit4]   2> 1893282 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3fae975[collection1] main]
   [junit4]   2> 1893282 WARN  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1893283 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1893283 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1893289 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1893291 INFO  (SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1893293 INFO  (searcherExecutor-8186-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3fae975[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1893293 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testShutdownDuringBuild
   [junit4]   2> 1893294 INFO  (AnalyzingInfixSuggesterTest-7533-thread-1) [    ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_analyzing_infix_long_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 1893295 INFO  (AnalyzingInfixSuggesterTest-7533-thread-1) [    ] o.a.s.s.s.SolrSuggester SolrSuggester.build(longRandomAnalyzingInfixSuggester)
   [junit4]   2> 1893394 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=102635286
   [junit4]   2> 1893394 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1893394 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@72547a7b: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@34b31c56
   [junit4]   2> 1893401 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1893401 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6a9eb9b9: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@56388e0
   [junit4]   2> 1893404 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1893404 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@499a928b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@e80f621
   [junit4]   2> 1893428 INFO  (coreCloseExecutor-8190-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@27dd5595
   [junit4]   2> 1893428 INFO  (coreCloseExecutor-8190-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=27dd5595
   [junit4]   2> 1893428 INFO  (coreCloseExecutor-8190-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4aa874e4: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1e352471
   [junit4]   2> 1893734 ERROR (AnalyzingInfixSuggesterTest-7533-thread-1) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: qt=/suggest_analyzing_infix_long_dictionary&suggest.buildAll=true&wt=xml:org.apache.solr.common.SolrException: SolrCoreState already closed.
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
   [junit4]   2> 	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]   2> 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$2(InfixSuggestersTest.java:122)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
   [junit4]   2> 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1893740 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1893741 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1893757 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1893764 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1893860 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1893968 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1893968 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1893981 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
   [junit4]   2> 1893990 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
   [junit4]   2> 1893990 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
   [junit4]   2> 1893991 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1894006 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1894013 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1894090 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1894098 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1894098 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
   [junit4]   2> 1894098 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1894098 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001/]
   [junit4]   2> 1894137 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1894137 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1894138 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1894138 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@33cee1cc[collection1] main]
   [junit4]   2> 1894138 WARN  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1894139 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1894139 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1894139 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1894139 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1894139 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1894140 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1894140 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1894140 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 1894140 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 1894140 INFO  (coreLoadExecutor-8200-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1894140 INFO  (searcherExecutor-8201-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@33cee1cc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1894141 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1894141 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testShutdownDuringBuild
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=InfixSuggestersTest -Dtests.method=testShutdownDuringBuild -Dtests.seed=6E7FF223503CEE32 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=cy-GB -Dtests.timezone=Asia/Macau -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.85s J2 | InfixSuggestersTest.testShutdownDuringBuild <<<
   [junit4]    > Throwable #1: java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6E7FF223503CEE32:B1F2909C6E55BB50]:0)
   [junit4]    > 	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]    > 	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]    > 	at org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
   [junit4]    > 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
   [junit4]    > 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]    > 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$2(InfixSuggestersTest.java:122)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
   [junit4]    > 	... 6 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
   [junit4]    > 	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
   [junit4]    > 	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
   [junit4]    > 	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]    > 	... 9 more
   [junit4]   2> 1894144 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTwoSuggestersBuildThenReload
   [junit4]   2> 1894144 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 1894144 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    ] o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 1894150 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    ] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester disabled after emitting 100 items.
   [junit4]   2> 1894498 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    ] o.a.s.h.c.SuggestComponent SuggestComponent process with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 1894498 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml} status=0 QTime=354
   [junit4]   2> 1894499 ERROR (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1894500 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1894513 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1894520 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1894608 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1894613 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1894634 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
   [junit4]   2> 1894634 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001/]
   [junit4]   2> 1894667 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1894667 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1894668 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@45332b26[collection1] main]
   [junit4]   2> 1894668 WARN  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1894669 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1894669 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1894669 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1894669 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1894669 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1894670 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1894670 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1894670 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 1894670 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 1894670 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1894670 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4216934460010745]
   [junit4]   2> 1894671 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1894671 INFO  (searcherExecutor-8205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@45332b26[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1894671 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@163bd8dd[collection1] main]
   [junit4]   2> 1894672 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c211b47
   [junit4]   2> 1894672 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=c211b47
   [junit4]   2> 1894672 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6cdc0aa5: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@68c78b48
   [junit4]   2> 1894672 INFO  (searcherExecutor-8205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@163bd8dd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1894679 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 1894679 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomBlendedInfixSuggester)
   [junit4]   2> 1894692 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester disabled after emitting 100 items.
   [junit4]   2> 1894867 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 1894867 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml} status=0 QTime=187
   [junit4]   2> 1894867 ERROR (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1894868 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1894892 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1894902 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1894985 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1894990 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1895006 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
   [junit4]   2> 1895006 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001/]
   [junit4]   2> 1895037 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1895037 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1895038 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@fef7820[collection1] main]
   [junit4]   2> 1895039 WARN  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1895039 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1895039 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1895040 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1895040 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1895040 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1895040 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1895040 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1895040 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 1895041 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 1895041 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1895048 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=244137142, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1895048 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1895049 INFO  (searcherExecutor-8209-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@fef7820[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1895050 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@28db4bfd[collection1] main]
   [junit4]   2> 1895050 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@63e13a9c
   [junit4]   2> 1895050 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=63e13a9c
   [junit4]   2> 1895050 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6cbdb3a5: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@68c78b48
   [junit4]   2> 1895051 INFO  (searcherExecutor-8209-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@28db4bfd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1895056 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testTwoSuggestersBuildThenReload
   [junit4]   2> 1895058 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testBlendedInfixSuggesterBuildThenReload
   [junit4]   2> 1895058 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 1895058 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomBlendedInfixSuggester)
   [junit4]   2> 1895069 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester disabled after emitting 100 items.
   [junit4]   2> 1895206 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 1895206 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml} status=0 QTime=148
   [junit4]   2> 1895206 ERROR (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1895207 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1895219 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1895226 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1895308 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1895314 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1895331 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
   [junit4]   2> 1895331 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001/]
   [junit4]   2> 1895369 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1895369 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1895370 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dd119f0[collection1] main]
   [junit4]   2> 1895370 WARN  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1895371 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1895371 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1895372 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1895372 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1895372 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1895372 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 1895372 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 1895372 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 1895373 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 1895373 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1895374 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1895374 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1895375 INFO  (searcherExecutor-8213-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1dd119f0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1895375 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@538895f9[collection1] main]
   [junit4]   2> 1895376 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@44d726f6
   [junit4]   2> 1895376 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=44d726f6
   [junit4]   2> 1895376 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@68144933: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@68c78b48
   [junit4]   2> 1895377 INFO  (searcherExecutor-8213-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@538895f9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1895385 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testBlendedInfixSuggesterBuildThenReload
   [junit4]   2> 1895386 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting test2xBuildReload
   [junit4]   2> 1895386 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 1895386 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 1895391 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester disabled after emitting 100 items.
   [junit4]   2> 1895606 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 1895606 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml} status=0 QTime=220
   [junit4]   2> 1895607 ERROR (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1895607 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1895621 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1895638 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1895720 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1895728 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1895750 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
   [junit4]   2> 1895750 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001/]
   [junit4]   2> 1

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

rations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/classes/test/org/apache/solr/cloud/autoscaling/sim/package-info.class
     [copy] Copying 1 file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/classes/test

common-solr.compile-test:

compile-test:

BUILD SUCCESSFUL
Total time: 56 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.InfixSuggestersTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=6E7FF223503CEE32 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=cy-GB -Dtests.timezone=Asia/Macau -Dtests.asserts=true -Dtests.file.encoding=UTF-8
Buildfile: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 10ms :: artifacts dl 0ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 6E7FF223503CEE32
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says g'day! Master seed: 6E7FF223503CEE32
   [junit4] Executing 5 suites with 3 JVMs.
   [junit4] 
   [junit4] Started J1 PID(20388@serv1.sd-datasolutions.de).
   [junit4] Started J0 PID(20389@serv1.sd-datasolutions.de).
   [junit4] Started J2 PID(20390@serv1.sd-datasolutions.de).
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      1.67s J1 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      1.87s J1 | InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      0.64s J1 | InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      1.61s J1 | InfixSuggestersTest.test2xBuildReload
   [junit4] OK      1.12s J1 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      1.68s J1 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      0.77s J1 | InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] Completed [1/5] on J1 in 15.00s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      2.21s J0 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      1.69s J0 | InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      0.80s J0 | InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      1.43s J0 | InfixSuggestersTest.test2xBuildReload
   [junit4] OK      1.51s J0 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      1.75s J0 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      0.47s J0 | InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] Completed [2/5] on J0 in 15.34s, 7 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.handler.component.InfixSuggestersTest. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      1.68s J2 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      2.16s J2 | InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      1.01s J2 | InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      1.40s J2 | InfixSuggestersTest.test2xBuildReload
   [junit4] OK      1.39s J2 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      2.00s J2 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      0.64s J2 | InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] Completed [3/5] on J2 in 16.01s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      0.97s J1 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      0.58s J1 | InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      0.32s J1 | InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      0.52s J1 | InfixSuggestersTest.test2xBuildReload
   [junit4] OK      0.45s J1 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      0.94s J1 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      0.33s J1 | InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] Completed [4/5] on J1 in 5.10s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      0.92s J0 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      0.58s J0 | InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      0.33s J0 | InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      0.52s J0 | InfixSuggestersTest.test2xBuildReload
   [junit4] OK      0.54s J0 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      1.09s J0 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      0.27s J0 | InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] Completed [5/5] on J0 in 5.16s, 7 tests
   [junit4] 
   [junit4] JVM J0:     0.64 ..    22.12 =    21.47s
   [junit4] JVM J1:     0.64 ..    21.86 =    21.22s
   [junit4] JVM J2:     0.65 ..    17.77 =    17.13s
   [junit4] Execution time total: 22 seconds
   [junit4] Tests summary: 5 suites, 35 tests
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp])
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 116.46s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 108.25s | org.apache.solr.cloud.ZkFailoverTest
[junit4:tophints] 105.75s | org.apache.solr.cloud.TestTlogReplica
[junit4:tophints] 103.70s | org.apache.solr.cloud.DeleteReplicaTest
[junit4:tophints]  97.68s | org.apache.solr.cloud.TestPullReplicaErrorHandling

-check-totals:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.4.15.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

test-nocompile:

BUILD SUCCESSFUL
Total time: 24 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.handler.component.InfixSuggestersTest
[repro]   5/5 failed: org.apache.lucene.util.TestPriorityQueue
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=c97f27b06c1d7c250e9596a9bc7bf5ca11ef6ad3, workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #22462
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 22467 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22467/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseSerialGC

11 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.TestHdfsCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([BC266A8BBC96BD8C:34725551126AD074]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:327)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.api.collections.TestHdfsCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([BC266A8BBC96BD8C:34725551126AD074]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:327)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.api.collections.TestHdfsCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([BC266A8BBC96BD8C:34725551126AD074]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:327)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.api.collections.TestHdfsCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([BC266A8BBC96BD8C:34725551126AD074]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:327)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.api.collections.TestHdfsCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([BC266A8BBC96BD8C:34725551126AD074]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:327)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([BC266A8BBC96BD8C:34725551126AD074]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:327)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([BC266A8BBC96BD8C:34725551126AD074]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:327)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([BC266A8BBC96BD8C:34725551126AD074]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:327)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([BC266A8BBC96BD8C:34725551126AD074]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:327)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([BC266A8BBC96BD8C:34725551126AD074]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:327)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test

Error Message:
expected:<COMPLETED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<FAILED>
	at __randomizedtesting.SeedInfo.seed([BC266A8BBC96BD8C:34725551126AD074]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:327)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13479 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_BC266A8BBC96BD8C-001/init-core-data-001
   [junit4]   2> 1047923 WARN  (SUITE-TestLocalFSCloudBackupRestore-seed#[BC266A8BBC96BD8C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1047923 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[BC266A8BBC96BD8C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1047923 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[BC266A8BBC96BD8C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1047924 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[BC266A8BBC96BD8C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1047924 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[BC266A8BBC96BD8C]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_BC266A8BBC96BD8C-001/tempDir-001
   [junit4]   2> 1047924 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[BC266A8BBC96BD8C]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1047924 INFO  (Thread-2033) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1047924 INFO  (Thread-2033) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1047925 ERROR (Thread-2033) [    ] 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> 1048024 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[BC266A8BBC96BD8C]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42677
   [junit4]   2> 1048026 INFO  (zkConnectionManagerCallback-3213-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1048028 INFO  (jetty-launcher-3210-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1048028 INFO  (jetty-launcher-3210-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1048029 INFO  (jetty-launcher-3210-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1048029 INFO  (jetty-launcher-3210-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1048029 INFO  (jetty-launcher-3210-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1048029 INFO  (jetty-launcher-3210-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1048029 INFO  (jetty-launcher-3210-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1048029 INFO  (jetty-launcher-3210-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1048029 INFO  (jetty-launcher-3210-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@449741ad{/solr,null,AVAILABLE}
   [junit4]   2> 1048029 INFO  (jetty-launcher-3210-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e20f26f{/solr,null,AVAILABLE}
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@421c6fdf{SSL,[ssl, http/1.1]}{127.0.0.1:44439}
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3602b680{SSL,[ssl, http/1.1]}{127.0.0.1:38781}
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-2) [    ] o.e.j.s.Server Started @1048083ms
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-1) [    ] o.e.j.s.Server Started @1048083ms
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38781}
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44439}
   [junit4]   2> 1048030 ERROR (jetty-launcher-3210-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1048030 ERROR (jetty-launcher-3210-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-17T02:13:13.034785Z
   [junit4]   2> 1048030 INFO  (jetty-launcher-3210-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-17T02:13:13.034779Z
   [junit4]   2> 1048035 INFO  (zkConnectionManagerCallback-3217-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1048035 INFO  (jetty-launcher-3210-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1048037 INFO  (zkConnectionManagerCallback-3216-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1048038 INFO  (jetty-launcher-3210-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1048111 INFO  (jetty-launcher-3210-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42677/solr
   [junit4]   2> 1048112 INFO  (zkConnectionManagerCallback-3221-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1048113 INFO  (zkConnectionManagerCallback-3223-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1048145 INFO  (jetty-launcher-3210-thread-1) [n:127.0.0.1:44439_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1048146 INFO  (jetty-launcher-3210-thread-1) [n:127.0.0.1:44439_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44439_solr
   [junit4]   2> 1048146 INFO  (jetty-launcher-3210-thread-1) [n:127.0.0.1:44439_solr    ] o.a.s.c.Overseer Overseer (id=72140350917574660-127.0.0.1:44439_solr-n_0000000000) starting
   [junit4]   2> 1048149 INFO  (zkConnectionManagerCallback-3230-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1048150 INFO  (jetty-launcher-3210-thread-1) [n:127.0.0.1:44439_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42677/solr ready
   [junit4]   2> 1048151 INFO  (jetty-launcher-3210-thread-1) [n:127.0.0.1:44439_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44439_solr
   [junit4]   2> 1048151 INFO  (jetty-launcher-3210-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42677/solr
   [junit4]   2> 1048155 INFO  (zkCallback-3229-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1048160 INFO  (zkCallback-3222-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1048172 INFO  (zkConnectionManagerCallback-3234-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1048173 INFO  (jetty-launcher-3210-thread-1) [n:127.0.0.1:44439_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1048173 INFO  (zkConnectionManagerCallback-3236-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1048176 INFO  (jetty-launcher-3210-thread-2) [n:127.0.0.1:38781_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1048176 INFO  (jetty-launcher-3210-thread-2) [n:127.0.0.1:38781_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1048177 INFO  (jetty-launcher-3210-thread-2) [n:127.0.0.1:38781_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1048177 INFO  (jetty-launcher-3210-thread-2) [n:127.0.0.1:38781_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38781_solr
   [junit4]   2> 1048177 INFO  (zkCallback-3229-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1048178 INFO  (zkCallback-3222-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1048179 INFO  (zkCallback-3235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1048183 INFO  (jetty-launcher-3210-thread-1) [n:127.0.0.1:44439_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44439.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@258fb413
   [junit4]   2> 1048188 INFO  (jetty-launcher-3210-thread-1) [n:127.0.0.1:44439_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44439.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@258fb413
   [junit4]   2> 1048188 INFO  (jetty-launcher-3210-thread-1) [n:127.0.0.1:44439_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44439.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@258fb413
   [junit4]   2> 1048189 INFO  (jetty-launcher-3210-thread-1) [n:127.0.0.1:44439_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.api.collections.TestLocalFSCloudBackupRestore_BC266A8BBC96BD8C-001/tempDir-001/node1/.
   [junit4]   2> 1048192 INFO  (zkConnectionManagerCallback-3244-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1048193 INFO  (jetty-launcher-3210-thread-2) [n:127.0.0.1:38781_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1048193 INFO  (jetty-launcher-3210-thread-2) [n:127.0.0.1:38781_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42677/solr ready
   [junit4]   2> 1048193 INFO  (jetty-launcher-3210-thread-2) [n:127.0.0.1:38781_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1048202 INFO  (jetty-launcher-3210-thread-2) [n:127.0.0.1:38781_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38781.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@258fb413
   [junit4]   2> 1048207 INFO  (jetty-launcher-3210-thread-2) [n:127.0.0.1:38781_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38781.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@258fb413
   [junit4]   2> 1048207 INFO  (jetty-launcher-3210-thread-2) [n:127.0.0.1:38781_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38781.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@258fb413
   [junit4]   2> 1048207 INFO  (jetty-launcher-3210-thread-2) [n:127.0.0.1:38781_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.api.collections.TestLocalFSCloudBackupRestore_BC266A8BBC96BD8C-001/tempDir-001/node2/.
   [junit4]   2> 1048220 INFO  (zkConnectionManagerCallback-3247-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1048222 INFO  (zkConnectionManagerCallback-3252-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1048222 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[BC266A8BBC96BD8C]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1048223 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[BC266A8BBC96BD8C]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42677/solr ready
   [junit4]   2> 1048230 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[BC266A8BBC96BD8C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1048243 INFO  (qtp788346211-10663) [n:127.0.0.1:44439_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&property.customKey=customValue&collection.configName=conf1&router.field=shard_s&name=backuprestore&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1048247 INFO  (OverseerThreadFactory-4224-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection backuprestore
   [junit4]   2> 1048351 INFO  (OverseerStateUpdate-72140350917574660-127.0.0.1:44439_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"backuprestore_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38781/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1048352 INFO  (OverseerStateUpdate-72140350917574660-127.0.0.1:44439_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"backuprestore_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44439/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1048557 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr    x:backuprestore_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node4&name=backuprestore_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 1048557 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr    x:backuprestore_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1048564 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr    x:backuprestore_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node3&name=backuprestore_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 1049564 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1049568 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.s.IndexSchema [backuprestore_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1049569 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1049569 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard2_replica_n2' using configuration from collection backuprestore, trusted=true
   [junit4]   2> 1049569 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44439.solr.core.backuprestore.shard2.replica_n2' (registry 'solr.core.backuprestore.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@258fb413
   [junit4]   2> 1049569 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1049569 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.SolrCore [[backuprestore_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_BC266A8BBC96BD8C-001/tempDir-001/node1/backuprestore_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_BC266A8BBC96BD8C-001/tempDir-001/node1/./backuprestore_shard2_replica_n2/data/]
   [junit4]   2> 1049580 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1049584 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.s.IndexSchema [backuprestore_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1049585 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1049585 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica_n1' using configuration from collection backuprestore, trusted=true
   [junit4]   2> 1049585 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38781.solr.core.backuprestore.shard1.replica_n1' (registry 'solr.core.backuprestore.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@258fb413
   [junit4]   2> 1049585 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1049585 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SolrCore [[backuprestore_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_BC266A8BBC96BD8C-001/tempDir-001/node2/backuprestore_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_BC266A8BBC96BD8C-001/tempDir-001/node2/./backuprestore_shard1_replica_n1/data/]
   [junit4]   2> 1049609 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1049609 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1049610 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1049610 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1049611 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1083f70a[backuprestore_shard2_replica_n2] main]
   [junit4]   2> 1049612 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1049612 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1049612 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1049612 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606202000268066816
   [junit4]   2> 1049613 INFO  (searcherExecutor-4233-thread-1-processing-n:127.0.0.1:44439_solr x:backuprestore_shard2_replica_n2 c:backuprestore s:shard2 r:core_node4) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.SolrCore [backuprestore_shard2_replica_n2] Registered new searcher Searcher@1083f70a[backuprestore_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1049613 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1049613 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1049614 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1049614 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1049615 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@27001bf6[backuprestore_shard1_replica_n1] main]
   [junit4]   2> 1049615 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/backuprestore/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1049615 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1049615 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1049616 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1049616 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1049616 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1049616 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44439/solr/backuprestore_shard2_replica_n2/
   [junit4]   2> 1049616 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1049616 INFO  (searcherExecutor-4234-thread-1-processing-n:127.0.0.1:38781_solr x:backuprestore_shard1_replica_n1 c:backuprestore s:shard1 r:core_node3) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SolrCore [backuprestore_shard1_replica_n1] Registered new searcher Searcher@27001bf6[backuprestore_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1049616 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606202000272261120
   [junit4]   2> 1049616 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:44439/solr/backuprestore_shard2_replica_n2/ has no replicas
   [junit4]   2> 1049616 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1049618 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44439/solr/backuprestore_shard2_replica_n2/ shard2
   [junit4]   2> 1049619 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/backuprestore/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1049620 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1049620 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1049620 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38781/solr/backuprestore_shard1_replica_n1/
   [junit4]   2> 1049620 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1049620 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:38781/solr/backuprestore_shard1_replica_n1/ has no replicas
   [junit4]   2> 1049620 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1049621 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38781/solr/backuprestore_shard1_replica_n1/ shard1
   [junit4]   2> 1049722 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1049742 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node3&name=backuprestore_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=1177
   [junit4]   2> 1049770 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1049771 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node4&name=backuprestore_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=1214
   [junit4]   2> 1049773 INFO  (qtp788346211-10663) [n:127.0.0.1:44439_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> 1049872 INFO  (zkCallback-3222-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1049872 INFO  (zkCallback-3235-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1050248 INFO  (OverseerCollectionConfigSetProcessor-72140350917574660-127.0.0.1:44439_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1050773 INFO  (qtp788346211-10663) [n:127.0.0.1:44439_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&property.customKey=customValue&collection.configName=conf1&router.field=shard_s&name=backuprestore&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=2529
   [junit4]   2> 1050777 INFO  (qtp788346211-10665) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/backuprestore/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 1050777 INFO  (qtp788346211-10665) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1606202001487560704), 1 (1606202001488609280), 2 (1606202001488609281), 3 (1606202001488609282), 4 (1606202001488609283), 5 (1606202001488609284), 6 (1606202001488609285), 7 (1606202001488609286), 8 (1606202001488609287), 9 (1606202001488609288), ... (30 adds)]} 0 1
   [junit4]   2> 1050780 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1606202001492803584,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1050780 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1606202001492803584,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1050780 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1050780 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@44dbc3ba commitCommandVersion:1606202001492803584
   [junit4]   2> 1050780 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1050780 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:44439/solr/backuprestore_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1050782 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e98649c[backuprestore_shard2_replica_n2] main]
   [junit4]   2> 1050782 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1050783 INFO  (searcherExecutor-4233-thread-1-processing-n:127.0.0.1:44439_solr x:backuprestore_shard2_replica_n2 c:backuprestore s:shard2 r:core_node4) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.c.SolrCore [backuprestore_shard2_replica_n2] Registered new searcher Searcher@1e98649c[backuprestore_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C30)))}
   [junit4]   2> 1050783 INFO  (qtp788346211-10735) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:44439/solr/backuprestore_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 3
   [junit4]   2> 1050783 INFO  (qtp788346211-10663) [n:127.0.0.1:44439_solr c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=backuprestore:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 6
   [junit4]   2> 1050784 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[BC266A8BBC96BD8C]) [    ] o.a.s.c.a.c.AbstractCloudBackupRestoreTestCase Indexed 30 docs to collection: backuprestore
   [junit4]   2> 1050784 INFO  (qtp788346211-10665) [n:127.0.0.1:44439_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :splitshard with params action=SPLITSHARD&collection=backuprestore&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1050786 INFO  (OverseerThreadFactory-4224-thread-2) [ c:backuprestore s:shard1  ] o.a.s.c.a.c.SplitShardCmd Split shard invoked
   [junit4]   2> 1050788 INFO  (qtp838464698-10664) [n:127.0.0.1:38781_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1050789 INFO  (qtp838464698-10747) [n:127.0.0.1:38781_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.backuprestore.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1050791 INFO  (OverseerThreadFactory-4224-thread-2) [ c:backuprestore s:shard1  ] o.a.s.c.a.c.SplitShardCmd Creating slice shard1_0 of collection backuprestore on 127.0.0.1:38781_solr
   [junit4]   2> 1050893 INFO  (zkCallback-3235-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1050893 INFO  (zkCallback-3222-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1051792 INFO  (OverseerThreadFactory-4224-thread-2) [ c:backuprestore s:shard1  ] o.a.s.c.a.c.SplitShardCmd Adding replica backuprestore_shard1_0_replica_n5 as part of slice shard1_0 of collection backuprestore on 127.0.0.1:38781_solr
   [junit4]   2> 1051793 INFO  (OverseerThreadFactory-4224-thread-2) [ c:backuprestore s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:38781_solr for creating new replica
   [junit4]   2> 1051795 INFO  (OverseerStateUpdate-72140350917574660-127.0.0.1:44439_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "shard":"shard1_0",
   [junit4]   2>   "core":"backuprestore_shard1_0_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38781/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38781_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1051896 INFO  (zkCallback-3222-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDat

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

er Closing metric reporters for registry=solr.collection.backuprestore.shard2.leader, tag=4c600f64
   [junit4]   2> 69370 INFO  (coreCloseExecutor-136-thread-1) [n:127.0.0.1:33633_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.c.SolrCore [backuprestore_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4f1ab014
   [junit4]   2> 69370 INFO  (coreCloseExecutor-136-thread-1) [n:127.0.0.1:33633_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.backuprestore.shard1.replica_n1, tag=4f1ab014
   [junit4]   2> 69370 INFO  (coreCloseExecutor-136-thread-1) [n:127.0.0.1:33633_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3535c3f9: rootName = solr_33633, domain = solr.core.backuprestore.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.backuprestore.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@68b7b924
   [junit4]   2> 69373 INFO  (coreCloseExecutor-136-thread-3) [n:127.0.0.1:33633_solr c:backuprestore s:shard1_1 r:core_node8 x:backuprestore_shard1_1_replica_n6] o.a.s.c.SolrCore [backuprestore_shard1_1_replica_n6]  CLOSING SolrCore org.apache.solr.core.SolrCore@12af01f8
   [junit4]   2> 69375 INFO  (coreCloseExecutor-136-thread-2) [n:127.0.0.1:33633_solr c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5] o.a.s.c.SolrCore [backuprestore_shard1_0_replica_n5]  CLOSING SolrCore org.apache.solr.core.SolrCore@14f0b0d3
   [junit4]   2> 69393 INFO  (coreCloseExecutor-136-thread-1) [n:127.0.0.1:33633_solr c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.backuprestore.shard1.leader, tag=4f1ab014
   [junit4]   2> 69394 INFO  (coreCloseExecutor-136-thread-3) [n:127.0.0.1:33633_solr c:backuprestore s:shard1_1 r:core_node8 x:backuprestore_shard1_1_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.backuprestore.shard1_1.replica_n6, tag=12af01f8
   [junit4]   2> 69395 INFO  (coreCloseExecutor-136-thread-3) [n:127.0.0.1:33633_solr c:backuprestore s:shard1_1 r:core_node8 x:backuprestore_shard1_1_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@66b018ea: rootName = solr_33633, domain = solr.core.backuprestore.shard1_1.replica_n6, service url = null, agent id = null] for registry solr.core.backuprestore.shard1_1.replica_n6 / com.codahale.metrics.MetricRegistry@25dbe9e8
   [junit4]   2> 69397 INFO  (jetty-closer-88-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72140467829866500-127.0.0.1:46823_solr-n_0000000000) closing
   [junit4]   2> 69397 INFO  (OverseerStateUpdate-72140467829866500-127.0.0.1:46823_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46823_solr
   [junit4]   2> 69403 WARN  (OverseerAutoScalingTriggerThread-72140467829866500-127.0.0.1:46823_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 69403 INFO  (coreCloseExecutor-136-thread-2) [n:127.0.0.1:33633_solr c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.backuprestore.shard1_0.replica_n5, tag=14f0b0d3
   [junit4]   2> 69403 INFO  (coreCloseExecutor-136-thread-2) [n:127.0.0.1:33633_solr c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@606978fc: rootName = solr_33633, domain = solr.core.backuprestore.shard1_0.replica_n5, service url = null, agent id = null] for registry solr.core.backuprestore.shard1_0.replica_n5 / com.codahale.metrics.MetricRegistry@77e8dbf9
   [junit4]   2> 69409 INFO  (zkCallback-113-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33633_solr
   [junit4]   2> 69413 INFO  (coreCloseExecutor-136-thread-3) [n:127.0.0.1:33633_solr c:backuprestore s:shard1_1 r:core_node8 x:backuprestore_shard1_1_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.backuprestore.shard1_1.leader, tag=12af01f8
   [junit4]   2> 69413 INFO  (coreCloseExecutor-136-thread-2) [n:127.0.0.1:33633_solr c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.backuprestore.shard1_0.leader, tag=14f0b0d3
   [junit4]   2> 69425 INFO  (jetty-closer-88-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@33b9bceb{/solr,null,UNAVAILABLE}
   [junit4]   2> 69425 INFO  (jetty-closer-88-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 69429 INFO  (jetty-closer-88-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5c0379e3{/solr,null,UNAVAILABLE}
   [junit4]   2> 69429 INFO  (jetty-closer-88-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 69429 ERROR (SUITE-TestLocalFSCloudBackupRestore-seed#[BC266A8BBC96BD8C]-worker) [    ] 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> 69430 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[BC266A8BBC96BD8C]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40645 40645
   [junit4]   2> 69621 INFO  (Thread-531) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40645 40645
   [junit4]   2> 69622 WARN  (Thread-531) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	3	/solr/collections/backuprestore/terms/shard1_0
   [junit4]   2> 	3	/solr/collections/backuprestore/terms/shard2
   [junit4]   2> 	3	/solr/collections/backuprestore/terms/shard1_1
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf1
   [junit4]   2> 	2	/solr/collections/backuprestore/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/backuprestore/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_BC266A8BBC96BD8C-001
   [junit4]   2> Jul 17, 2018 2:43:08 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {shard_s=FST50, id=PostingsFormat(name=MockRandom)}, docValues:{_version_=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1295, maxMBSortInHeap=5.038487185282289, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7d33004e), locale=es-GT, timezone=America/Phoenix
   [junit4]   2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=8,threads=1,free=303638680,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestHdfsCloudBackupRestore, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore]
   [junit4] Completed [10/10 (10!)] on J1 in 11.45s, 1 test, 1 failure <<< FAILURES!

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

Total time: 1 minute 12 seconds

[repro] Setting last failure code to 256

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

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 22466 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22466/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.testTrigger

Error Message:
expected:<3> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
	at __randomizedtesting.SeedInfo.seed([9DFABB5FBF78257E:FE318DDD26B75653]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.scheduledTriggerTest(ScheduledTriggerTest.java:112)
	at org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.testTrigger(ScheduledTriggerTest.java:65)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 14212 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ScheduledTriggerTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ScheduledTriggerTest_9DFABB5FBF78257E-001/init-core-data-001
   [junit4]   2> 1914741 INFO  (SUITE-ScheduledTriggerTest-seed#[9DFABB5FBF78257E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1914741 INFO  (SUITE-ScheduledTriggerTest-seed#[9DFABB5FBF78257E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1914741 INFO  (SUITE-ScheduledTriggerTest-seed#[9DFABB5FBF78257E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1914741 INFO  (SUITE-ScheduledTriggerTest-seed#[9DFABB5FBF78257E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ScheduledTriggerTest_9DFABB5FBF78257E-001/tempDir-001
   [junit4]   2> 1914741 INFO  (SUITE-ScheduledTriggerTest-seed#[9DFABB5FBF78257E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1914742 INFO  (Thread-5365) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1914742 INFO  (Thread-5365) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1914743 ERROR (Thread-5365) [    ] 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> 1914842 INFO  (SUITE-ScheduledTriggerTest-seed#[9DFABB5FBF78257E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41935
   [junit4]   2> 1914844 INFO  (zkConnectionManagerCallback-11435-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914846 INFO  (jetty-launcher-11432-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1914847 INFO  (jetty-launcher-11432-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1914847 INFO  (jetty-launcher-11432-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1914847 INFO  (jetty-launcher-11432-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1914847 INFO  (jetty-launcher-11432-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@de6137d{/solr,null,AVAILABLE}
   [junit4]   2> 1914847 INFO  (jetty-launcher-11432-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f7fbbd1{HTTP/1.1,[http/1.1]}{127.0.0.1:46107}
   [junit4]   2> 1914848 INFO  (jetty-launcher-11432-thread-1) [    ] o.e.j.s.Server Started @1914915ms
   [junit4]   2> 1914848 INFO  (jetty-launcher-11432-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46107}
   [junit4]   2> 1914848 ERROR (jetty-launcher-11432-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1914848 INFO  (jetty-launcher-11432-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1914848 INFO  (jetty-launcher-11432-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1914848 INFO  (jetty-launcher-11432-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1914848 INFO  (jetty-launcher-11432-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1914848 INFO  (jetty-launcher-11432-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-16T23:31:24.383368Z
   [junit4]   2> 1914849 INFO  (zkConnectionManagerCallback-11437-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914849 INFO  (jetty-launcher-11432-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1914921 INFO  (jetty-launcher-11432-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41935/solr
   [junit4]   2> 1914922 INFO  (zkConnectionManagerCallback-11441-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914923 INFO  (zkConnectionManagerCallback-11443-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914952 INFO  (jetty-launcher-11432-thread-1) [n:127.0.0.1:46107_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1914953 INFO  (jetty-launcher-11432-thread-1) [n:127.0.0.1:46107_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46107_solr
   [junit4]   2> 1914953 INFO  (jetty-launcher-11432-thread-1) [n:127.0.0.1:46107_solr    ] o.a.s.c.Overseer Overseer (id=72139714651422723-127.0.0.1:46107_solr-n_0000000000) starting
   [junit4]   2> 1914956 INFO  (zkConnectionManagerCallback-11450-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914957 INFO  (jetty-launcher-11432-thread-1) [n:127.0.0.1:46107_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41935/solr ready
   [junit4]   2> 1914957 INFO  (jetty-launcher-11432-thread-1) [n:127.0.0.1:46107_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46107_solr
   [junit4]   2> 1914957 DEBUG (OverseerAutoScalingTriggerThread-72139714651422723-127.0.0.1:46107_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1914957 INFO  (OverseerStateUpdate-72139714651422723-127.0.0.1:46107_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1914958 DEBUG (OverseerAutoScalingTriggerThread-72139714651422723-127.0.0.1:46107_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1914958 INFO  (zkCallback-11449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1914958 DEBUG (OverseerAutoScalingTriggerThread-72139714651422723-127.0.0.1:46107_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1914958 DEBUG (OverseerAutoScalingTriggerThread-72139714651422723-127.0.0.1:46107_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1914959 DEBUG (OverseerAutoScalingTriggerThread-72139714651422723-127.0.0.1:46107_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:46107_solr]
   [junit4]   2> 1914959 DEBUG (OverseerAutoScalingTriggerThread-72139714651422723-127.0.0.1:46107_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1914959 DEBUG (OverseerAutoScalingTriggerThread-72139714651422723-127.0.0.1:46107_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1914959 DEBUG (ScheduledTrigger-10382-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1914965 INFO  (jetty-launcher-11432-thread-1) [n:127.0.0.1:46107_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1914975 INFO  (jetty-launcher-11432-thread-1) [n:127.0.0.1:46107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46107.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@541ceec1
   [junit4]   2> 1914980 INFO  (jetty-launcher-11432-thread-1) [n:127.0.0.1:46107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46107.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@541ceec1
   [junit4]   2> 1914980 INFO  (jetty-launcher-11432-thread-1) [n:127.0.0.1:46107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46107.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@541ceec1
   [junit4]   2> 1914981 INFO  (jetty-launcher-11432-thread-1) [n:127.0.0.1:46107_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ScheduledTriggerTest_9DFABB5FBF78257E-001/tempDir-001/node1/.
   [junit4]   2> 1914991 INFO  (zkConnectionManagerCallback-11453-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914993 INFO  (zkConnectionManagerCallback-11458-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914994 INFO  (SUITE-ScheduledTriggerTest-seed#[9DFABB5FBF78257E]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1914994 INFO  (SUITE-ScheduledTriggerTest-seed#[9DFABB5FBF78257E]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41935/solr ready
   [junit4]   2> 1915000 INFO  (TEST-ScheduledTriggerTest.testIgnoredEvent-seed#[9DFABB5FBF78257E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testIgnoredEvent
   [junit4]   2> 1915001 WARN  (TEST-ScheduledTriggerTest.testIgnoredEvent-seed#[9DFABB5FBF78257E]) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger was not able to run event at scheduled time: 2018-07-15T23:31:24.535Z. Now: 2018-07-16T23:31:24.535Z
   [junit4]   2> 1915001 INFO  (TEST-ScheduledTriggerTest.testIgnoredEvent-seed#[9DFABB5FBF78257E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testIgnoredEvent
   [junit4]   2> 1915006 INFO  (TEST-ScheduledTriggerTest.testTrigger-seed#[9DFABB5FBF78257E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTrigger
   [junit4]   2> 1915960 DEBUG (ScheduledTrigger-10382-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1916960 DEBUG (ScheduledTrigger-10382-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1917961 DEBUG (ScheduledTrigger-10382-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1918961 DEBUG (ScheduledTrigger-10382-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1919961 DEBUG (ScheduledTrigger-10382-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1920961 DEBUG (ScheduledTrigger-10382-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1921006 WARN  (TEST-ScheduledTriggerTest.testTrigger-seed#[9DFABB5FBF78257E]) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger was not able to run event at scheduled time: 2018-07-16T23:31:27.541Z. Now: 2018-07-16T23:31:30.541Z
   [junit4]   2> 1921961 DEBUG (ScheduledTrigger-10382-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1922961 DEBUG (ScheduledTrigger-10382-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1923962 DEBUG (ScheduledTrigger-10382-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1924007 WARN  (TEST-ScheduledTriggerTest.testTrigger-seed#[9DFABB5FBF78257E]) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger was not able to run event at scheduled time: 2018-07-16T23:31:30.541Z. Now: 2018-07-16T23:31:33.541Z
   [junit4]   2> 1924007 INFO  (TEST-ScheduledTriggerTest.testTrigger-seed#[9DFABB5FBF78257E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTrigger
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ScheduledTriggerTest -Dtests.method=testTrigger -Dtests.seed=9DFABB5FBF78257E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-VC -Dtests.timezone=Asia/Magadan -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 9.01s J1 | ScheduledTriggerTest.testTrigger <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<3> but was:<2>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9DFABB5FBF78257E:FE318DDD26B75653]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.scheduledTriggerTest(ScheduledTriggerTest.java:112)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.testTrigger(ScheduledTriggerTest.java:65)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1924010 INFO  (jetty-closer-11433-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7f7fbbd1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1924010 INFO  (jetty-closer-11433-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=147725687
   [junit4]   2> 1924010 INFO  (jetty-closer-11433-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1924010 INFO  (jetty-closer-11433-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@66d071dc: rootName = solr_46107, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4c69fdf4
   [junit4]   2> 1924014 INFO  (jetty-closer-11433-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1924014 INFO  (jetty-closer-11433-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ebf9d59: rootName = solr_46107, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1523578b
   [junit4]   2> 1924016 INFO  (jetty-closer-11433-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1924016 INFO  (jetty-closer-11433-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7362220d: rootName = solr_46107, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@620f95cd
   [junit4]   2> 1924018 INFO  (jetty-closer-11433-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46107_solr
   [junit4]   2> 1924019 INFO  (jetty-closer-11433-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1924019 INFO  (jetty-closer-11433-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1924019 INFO  (zkCallback-11442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1924019 INFO  (zkCallback-11449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1924019 INFO  (jetty-closer-11433-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72139714651422723-127.0.0.1:46107_solr-n_0000000000) closing
   [junit4]   2> 1924019 INFO  (OverseerStateUpdate-72139714651422723-127.0.0.1:46107_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46107_solr
   [junit4]   2> 1924019 WARN  (OverseerAutoScalingTriggerThread-72139714651422723-127.0.0.1:46107_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1924019 DEBUG (jetty-closer-11433-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 1924019 DEBUG (jetty-closer-11433-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 1924019 DEBUG (jetty-closer-11433-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 1924019 DEBUG (jetty-closer-11433-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 1924019 DEBUG (jetty-closer-11433-thread-1) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 1924019 DEBUG (jetty-closer-11433-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1924020 INFO  (jetty-closer-11433-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@de6137d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1924020 INFO  (jetty-closer-11433-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1924020 ERROR (SUITE-ScheduledTriggerTest-seed#[9DFABB5FBF78257E]-worker) [    ] 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> 1924020 INFO  (SUITE-ScheduledTriggerTest-seed#[9DFABB5FBF78257E]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41935 41935
   [junit4]   2> 1924027 INFO  (Thread-5365) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41935 41935
   [junit4]   2> 1924027 WARN  (Thread-5365) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ScheduledTriggerTest_9DFABB5FBF78257E-001
   [junit4]   2> Jul 16, 2018 11:31:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@eb81f4e), locale=en-VC, timezone=Asia/Magadan
   [junit4]   2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=8,threads=1,free=110478616,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestComplexPhraseQParserPlugin, LegacyCloudClusterPropTest, TimeZoneUtilsTest, TestPullReplicaErrorHandling, TlogReplayBufferedWhileIndexingTest, TestRestoreCore, AssignBackwardCompatibilityTest, V2ApiIntegrationTest, ExecutePlanActionTest, ClassificationUpdateProcessorTest, ZkSolrClientTest, BJQParserTest, BasicDistributedZkTest, MultiTermTest, SegmentsInfoRequestHandlerTest, TestRetrieveFieldsOptimizer, TestBM25SimilarityFactory, TestEmbeddedSolrServerSchemaAPI, TestHighFrequencyDictionaryFactory, MetricsHistoryHandlerTest, TestIndexingPerformance, SolrJmxReporterTest, DisMaxRequestHandlerTest, PreAnalyzedFieldTest, TestDynamicURP, DistribJoinFromCollectionTest, TestMergePolicyConfig, SignificantTermsQParserPluginTest, FileBasedSpellCheckerTest, PingRequestHandlerTest, SystemInfoHandlerTest, BitVectorTest, TestCustomStream, IgnoreLargeDocumentProcessorFactoryTest, TestLuceneIndexBackCompat, SyncSliceTest, RemoteQueryErrorTest, TestPolicyCloud, TestHttpShardHandlerFactory, DOMUtilTest, ConfigSetsAPITest, TestDistribStateManager, SimpleFacetsTest, SuggesterTSTTest, RegexBoostProcessorTest, InfixSuggestersTest, TestStressLiveNodes, TestDynamicFieldResource, TestJsonFacetRefinement, DistributedQueryComponentOptimizationTest, CdcrVersionReplicationTest, TestSort, TestReversedWildcardFilterFactory, FieldAnalysisRequestHandlerTest, BadIndexSchemaTest, TestLargeCluster, WrapperMergePolicyFactoryTest, CdcrUpdateLogTest, HdfsNNFailoverTest, TestManagedSynonymFilterFactory, DistributedSuggestComponentTest, DistributedFacetPivotWhiteBoxTest, TestXIncludeConfig, TestHashQParserPlugin, TestBulkSchemaAPI, LeaderElectionIntegrationTest, CreateRoutedAliasTest, CdcrReplicationDistributedZkTest, TestOmitPositions, HdfsDirectoryFactoryTest, BaseCdcrDistributedZkTest, TestReload, DateRangeFieldTest, SolrGangliaReporterTest, TestCollationField, DistributedExpandComponentTest, TestMaxScoreQueryParser, ActionThrottleTest, TolerantUpdateProcessorTest, SchemaApiFailureTest, TestSubQueryTransformer, NodeLostTriggerTest, TestSchemalessBufferedUpdates, TestNamedUpdateProcessors, DeleteNodeTest, ZkStateWriterTest, TestUnifiedSolrHighlighter, HighlighterMaxOffsetTest, TestFieldTypeCollectionResource, NodeMutatorTest, TestCollectionsAPIViaSolrCloudCluster, MetricUtilsTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, BasicFunctionalityTest, TestBulkSchemaConcurrent, IndexSizeTriggerTest, TestCoreContainer, SolrShardReporterTest, DistributedFacetSimpleRefinementLongTailTest, TestZkAclsWithHadoopAuth, TestManagedResource, BinaryUpdateRequestHandlerTest, TestPayloadScoreQParserPlugin, TestPushWriter, BlockJoinFacetSimpleTest, TestLegacyTerms, TestDefaultStatsCache, BlockDirectoryTest, SearchHandlerTest, PeerSyncWithLeaderTest, HdfsLockFactoryTest, OverseerCollectionConfigSetProcessorTest, TestFaceting, TestPerFieldSimilarityWithDefaultOverride, TestDelegationWithHadoopAuth, TestLeaderInitiatedRecoveryThread, IndexSchemaRuntimeFieldTest, StressHdfsTest, LeaderFailureAfterFreshStartTest, AnalyticsQueryTest, ShardSplitTest, HdfsRestartWhileUpdatingTest, TestConfigSetImmutable, DocValuesNotIndexedTest, TestCryptoKeys, HdfsTlogReplayBufferedWhileIndexingTest, AtomicUpdatesTest, UniqFieldsUpdateProcessorFactoryTest, TestLMJelinekMercerSimilarityFactory, TestTolerantUpdateProcessorRandomCloud, HdfsBasicDistributedZkTest, SpellCheckComponentTest, ConvertedLegacyTest, DistributedIntervalFacetingTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestRandomDVFaceting, TestRandomFaceting, TestSimpleTrackingShardHandler, TestSolrCoreProperties, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TestEmbeddedSolrServerAdminHandler, BasicZkTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CloudExitableDirectoryReaderTest, ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, CollectionStateFormat2Test, ConnectionManagerTest, DeleteShardTest, DeleteStatusTest, FullSolrCloudDistribCmdsTest, MoveReplicaHDFSFailoverTest, MoveReplicaTest, MultiSolrCloudTestCaseTest, OverseerRolesTest, OverseerStatusTest, OverseerTest, ReplicationFactorTest, TestCloudDeleteByQuery, TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestCloudPseudoReturnFields, TestCloudRecovery, TestDistribDocBasedVersion, TestDistributedMap, TestExclusionRuleCollectionAccess, TestHashPartitioner, TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, TestRandomRequestDistribution, TestRebalanceLeaders, TestSSLRandomization, TestSegmentSorting, TestSizeLimitedDistributedMap, TestSkipOverseerOperations, TestTlogReplica, AssignTest, CollectionReloadTest, CollectionTooManyReplicasTest, CollectionsAPIDistributedZkTest, ScheduledMaintenanceTriggerTest, ScheduledTriggerTest]
   [junit4] Completed [526/824 (1!)] on J1 in 10.05s, 2 tests, 1 failure <<< FAILURES!

[...truncated 42708 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22466/consoleText

[repro] Revision: ae3929c3ed4adad9fa2842b32e9a7fb28699fef7

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=ScheduledTriggerTest -Dtests.method=testTrigger -Dtests.seed=9DFABB5FBF78257E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-VC -Dtests.timezone=Asia/Magadan -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       ScheduledTriggerTest
[repro] ant compile-test

[...truncated 3306 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.ScheduledTriggerTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=9DFABB5FBF78257E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-VC -Dtests.timezone=Asia/Magadan -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 81 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.ScheduledTriggerTest
[repro] Exiting with code 0

[...truncated 40 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-10) - Build # 22465 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22465/
Java: 64bit/jdk-10 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive

Error Message:
Jetty Connector is not open: -2

Stack Trace:
java.lang.IllegalStateException: Jetty Connector is not open: -2
	at __randomizedtesting.SeedInfo.seed([C4143C4A20E63068:41A0103D1C1989F0]:0)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
	at org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
	at org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
	at org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.test

Error Message:
Error from server at http://127.0.0.1:37779/solr: collection already exists: collection1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37779/solr: collection already exists: collection1
	at __randomizedtesting.SeedInfo.seed([C4143C4A20E63068:4C4003908E1A5D90]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:70)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13782 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001/init-core-data-001
   [junit4]   2> 1257453 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001
   [junit4]   2> 1257453 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1257453 INFO  (Thread-2927) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1257453 INFO  (Thread-2927) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1257455 ERROR (Thread-2927) [    ] 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> 1257553 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42191
   [junit4]   2> 1257555 INFO  (zkConnectionManagerCallback-3933-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1257557 INFO  (jetty-launcher-3930-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1257557 INFO  (jetty-launcher-3930-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1257557 INFO  (jetty-launcher-3930-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1257557 INFO  (jetty-launcher-3930-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1257557 INFO  (jetty-launcher-3930-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1257557 INFO  (jetty-launcher-3930-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@424b1f3{/solr,null,AVAILABLE}
   [junit4]   2> 1257557 INFO  (jetty-launcher-3930-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1257557 INFO  (jetty-launcher-3930-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1257557 INFO  (jetty-launcher-3930-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1257558 INFO  (jetty-launcher-3930-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24cfd495{/solr,null,AVAILABLE}
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@47e32ee0{HTTP/1.1,[http/1.1]}{127.0.0.1:37779}
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11759a2a{HTTP/1.1,[http/1.1]}{127.0.0.1:42991}
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-1) [    ] o.e.j.s.Server Started @1257588ms
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-2) [    ] o.e.j.s.Server Started @1257588ms
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42991}
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37779}
   [junit4]   2> 1257559 ERROR (jetty-launcher-3930-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1257559 ERROR (jetty-launcher-3930-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-16T20:15:02.342735Z
   [junit4]   2> 1257559 INFO  (jetty-launcher-3930-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-16T20:15:02.342745Z
   [junit4]   2> 1257564 INFO  (zkConnectionManagerCallback-3936-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1257565 INFO  (zkConnectionManagerCallback-3937-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1257565 INFO  (jetty-launcher-3930-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1257565 INFO  (jetty-launcher-3930-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1257580 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 0x10049fc6a660002, likely client has closed socket
   [junit4]   2> 1257658 INFO  (jetty-launcher-3930-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42191/solr
   [junit4]   2> 1257659 INFO  (zkConnectionManagerCallback-3941-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1257660 INFO  (zkConnectionManagerCallback-3943-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1257686 INFO  (jetty-launcher-3930-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42191/solr
   [junit4]   2> 1257686 INFO  (zkConnectionManagerCallback-3949-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1257687 INFO  (zkConnectionManagerCallback-3951-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1257691 INFO  (jetty-launcher-3930-thread-2) [n:127.0.0.1:37779_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1257691 INFO  (jetty-launcher-3930-thread-2) [n:127.0.0.1:37779_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37779_solr
   [junit4]   2> 1257692 INFO  (jetty-launcher-3930-thread-2) [n:127.0.0.1:37779_solr    ] o.a.s.c.Overseer Overseer (id=72138942503583750-127.0.0.1:37779_solr-n_0000000000) starting
   [junit4]   2> 1257695 INFO  (jetty-launcher-3930-thread-1) [n:127.0.0.1:42991_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1257695 INFO  (zkConnectionManagerCallback-3958-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1257695 INFO  (jetty-launcher-3930-thread-1) [n:127.0.0.1:42991_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42991_solr
   [junit4]   2> 1257696 INFO  (jetty-launcher-3930-thread-2) [n:127.0.0.1:37779_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1257696 INFO  (jetty-launcher-3930-thread-2) [n:127.0.0.1:37779_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42191/solr ready
   [junit4]   2> 1257700 INFO  (zkCallback-3942-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1257700 INFO  (zkCallback-3950-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1257701 INFO  (jetty-launcher-3930-thread-2) [n:127.0.0.1:37779_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1257701 INFO  (jetty-launcher-3930-thread-2) [n:127.0.0.1:37779_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37779_solr
   [junit4]   2> 1257701 INFO  (zkCallback-3950-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1257701 INFO  (zkCallback-3957-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1257701 INFO  (zkCallback-3942-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1257714 INFO  (jetty-launcher-3930-thread-2) [n:127.0.0.1:37779_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1257715 INFO  (zkConnectionManagerCallback-3963-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1257715 INFO  (jetty-launcher-3930-thread-1) [n:127.0.0.1:42991_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1257716 INFO  (jetty-launcher-3930-thread-1) [n:127.0.0.1:42991_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42191/solr ready
   [junit4]   2> 1257716 INFO  (jetty-launcher-3930-thread-1) [n:127.0.0.1:42991_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1257726 INFO  (jetty-launcher-3930-thread-2) [n:127.0.0.1:37779_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37779.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a89926
   [junit4]   2> 1257727 INFO  (jetty-launcher-3930-thread-1) [n:127.0.0.1:42991_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42991.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a89926
   [junit4]   2> 1257731 INFO  (jetty-launcher-3930-thread-2) [n:127.0.0.1:37779_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37779.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a89926
   [junit4]   2> 1257732 INFO  (jetty-launcher-3930-thread-2) [n:127.0.0.1:37779_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37779.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a89926
   [junit4]   2> 1257732 INFO  (jetty-launcher-3930-thread-1) [n:127.0.0.1:42991_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42991.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a89926
   [junit4]   2> 1257732 INFO  (jetty-launcher-3930-thread-1) [n:127.0.0.1:42991_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42991.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a89926
   [junit4]   2> 1257732 INFO  (jetty-launcher-3930-thread-2) [n:127.0.0.1:37779_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.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001/node2/.
   [junit4]   2> 1257732 INFO  (jetty-launcher-3930-thread-1) [n:127.0.0.1:42991_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.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001/node1/.
   [junit4]   2> 1257761 INFO  (zkConnectionManagerCallback-3967-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1257763 INFO  (zkConnectionManagerCallback-3972-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1257764 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1257764 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42191/solr ready
   [junit4]   2> 1257786 INFO  (qtp972113741-14156) [n:127.0.0.1:37779_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1257788 INFO  (OverseerThreadFactory-5716-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1257895 INFO  (OverseerStateUpdate-72138942503583750-127.0.0.1:37779_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37779/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1257895 INFO  (OverseerStateUpdate-72138942503583750-127.0.0.1:37779_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42991/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1258098 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr    x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1258098 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1258098 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr    x:collection1_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1259104 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1259104 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1259109 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1259109 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1259110 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1259110 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1259110 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1259110 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1259111 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37779.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a89926
   [junit4]   2> 1259111 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42991.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a89926
   [junit4]   2> 1259111 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1259111 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1259111 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001/node1/collection1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1259111 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1259152 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1259152 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1259153 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1259153 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1259153 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1259153 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1259153 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1259153 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1259153 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@155bbaed[collection1_shard1_replica_n2] main]
   [junit4]   2> 1259154 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1259154 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@459f5057[collection1_shard1_replica_n1] main]
   [junit4]   2> 1259154 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1259155 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1259155 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1259155 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1259155 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606179465658892288
   [junit4]   2> 1259155 INFO  (searcherExecutor-5726-thread-1-processing-n:127.0.0.1:42991_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@155bbaed[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1259155 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1259156 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606179465659940864
   [junit4]   2> 1259156 INFO  (searcherExecutor-5725-thread-1-processing-n:127.0.0.1:37779_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@459f5057[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1259158 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1259158 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1259160 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1259160 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1259160 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37779/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1259160 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=http://127.0.0.1:37779/solr START replicas=[http://127.0.0.1:42991/solr/collection1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1259160 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=http://127.0.0.1:37779/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1259161 INFO  (qtp502643445-14143) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1259161 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1259161 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 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> 1259161 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1259163 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37779/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1259264 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1259298 INFO  (qtp972113741-14150) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1200
   [junit4]   2> 1259366 INFO  (zkCallback-3950-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1260261 INFO  (zkCallback-3942-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1260261 INFO  (zkCallback-3950-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1260432 INFO  (qtp502643445-14147) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2334
   [junit4]   2> 1260434 INFO  (qtp972113741-14156) [n:127.0.0.1:37779_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> 1260434 INFO  (qtp972113741-14156) [n:127.0.0.1:37779_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2647
   [junit4]   2> 1260435 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@11759a2a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1260440 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=672804704
   [junit4]   2> 1260440 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1260440 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@478f04b0: rootName = solr_42991, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3f3fa75f
   [junit4]   2> 1260445 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1260445 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b43f66: rootName = solr_42991, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@72cd475d
   [junit4]   2> 1260448 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1260448 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@642a5d70: rootName = solr_42991, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@45ac3d34
   [junit4]   2> 1260449 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42991_solr
   [junit4]   2> 1260449 INFO  (zkCallback-3971-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1260449 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1260449 INFO  (zkCallback-3962-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1260449 INFO  (zkCallback-3950-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1260449 INFO  (zkCallback-3957-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1260449 INFO  (zkCallback-3942-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1260450 INFO  (coreCloseExecutor-5735-thread-1) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@26c92618
   [junit4]   2> 1260450 INFO  (coreCloseExecutor-5735-thread-1) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n2, tag=26c92618
   [junit4]   2> 1260450 INFO  (coreCloseExecutor-5735-thread-1) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5262fbc7: rootName = solr_42991, domain = solr.core.collection1.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@2ba16bce
   [junit4]   2> 1260458 INFO  (coreCloseExecutor-5735-thread-1) [n:127.0.0.1:42991_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=26c92618
   [junit4]   2> 1260460 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@424b1f3{/solr,null,UNAVAILABLE}
   [junit4]   2> 1260461 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1260550 INFO  (zkCallback-3950-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1260550 INFO  (zkCallback-3971-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderTragicEventTest -Dtests.method=testOtherReplicasAreNotActive -Dtests.seed=C4143C4A20E63068 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hsb-DE -Dtests.timezone=Europe/Volgograd -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   2.77s J0 | LeaderTragicEventTest.testOtherReplicasAreNotActive <<<
   [junit4]    > Throwable #1: java.lang.IllegalStateException: Jetty Connector is not open: -2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C4143C4A20E63068:41A0103D1C1989F0]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
   [junit4]    > 	at org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
   [junit4]    > 	at org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
   [junit4]    > 	at org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1260556 INFO  (qtp972113741-14149) [n:127.0.0.1:37779_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1260558 INFO  (OverseerThreadFactory-5716-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1260558 INFO  (OverseerCollectionConfigSetProcessor-72138942503583750-127.0.0.1:37779_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1260558 ERROR (OverseerThreadFactory-5716-thread-2) [    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: collection1 operation: create failed:org.apache.solr.common.SolrException: collection already exists: collection1
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:106)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:255)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1260559 INFO  (qtp972113741-14149) [n:127.0.0.1:37779_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=400 QTime=3
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderTragicEventTest -Dtests.method=test -Dtests.seed=C4143C4A20E63068 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hsb-DE -Dtests.timezone=Europe/Volgograd -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J0 | LeaderTragicEventTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37779/solr: collection already exists: collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C4143C4A20E63068:4C4003908E1A5D90]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:70)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1260562 INFO  (jetty-closer-3931-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@47e32ee0{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1260562 INFO  (jetty-closer-3931-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2096841882
   [junit4]   2> 1260562 INFO  (jetty-closer-3931-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1260562 INFO  (jetty-closer-3931-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@34029d09: rootName = solr_37779, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2415d85b
   [junit4]   2> 1260568 INFO  (jetty-closer-3931-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1260568 INFO  (jetty-closer-3931-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@736a2738: rootName = solr_37779, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@72cd475d
   [junit4]   2> 1260571 INFO  (jetty-closer-3931-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1260571 INFO  (jetty-closer-3931-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4264b5b6: rootName = solr_37779, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@45ac3d34
   [junit4]   2> 1260572 INFO  (jetty-closer-3931-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37779_solr
   [junit4]   2> 1260572 INFO  (jetty-closer-3931-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1260572 INFO  (zkCallback-3957-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1260572 INFO  (zkCallback-3950-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1260572 INFO  (coreCloseExecutor-5737-thread-1) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1bc26bbe
   [junit4]   2> 1260572 INFO  (coreCloseExecutor-5737-thread-1) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=1bc26bbe
   [junit4]   2> 1260572 INFO  (coreCloseExecutor-5737-thread-1) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@737a8ebb: rootName = solr_37779, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3c6e1234
   [junit4]   2> 1260580 INFO  (coreCloseExecutor-5737-thread-1) [n:127.0.0.1:37779_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1bc26bbe
   [junit4]   2> 1260581 INFO  (jetty-closer-3931-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72138942503583750-127.0.0.1:37779_solr-n_0000000000) closing
   [junit4]   2> 1260581 INFO  (OverseerStateUpdate-72138942503583750-127.0.0.1:37779_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37779_solr
   [junit4]   2> 1260582 WARN  (OverseerAutoScalingTriggerThread-72138942503583750-127.0.0.1:37779_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1260583 INFO  (jetty-closer-3931-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@24cfd495{/solr,null,UNAVAILABLE}
   [junit4]   2> 1260583 INFO  (jetty-closer-3931-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1260583 ERROR (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] 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> 1260583 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42191 42191
   [junit4]   2> 1260602 INFO  (Thread-2927) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42191 42191
   [junit4]   2> 1260602 WARN  (Thread-2927) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001
   [junit4]   2> Jul 16, 2018 8:15:05 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=2017, maxMBSortInHeap=5.034724983496179, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4986a275), locale=hsb-DE, timezone=Europe/Volgograd
   [junit4]   2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 10 (64-bit)/cpus=8,threads=1,free=97863104,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetsAPIZkFailure, TemplateUpdateProcessorTest, UnloadDistributedZkTest, TestSolrQueryParser, ComputePlanActionTest, TestSubQueryTransformerDistrib, FullSolrCloudDistribCmdsTest, SolrMetricsIntegrationTest, TestExceedMaxTermLength, TestPHPSerializedResponseWriter, TestInitQParser, TestManagedStopFilterFactory, PreAnalyzedUpdateProcessorTest, DocValuesMultiTest, FullHLLTest, SolrCoreCheckLockOnStartupTest, HdfsBasicDistributedZk2Test, SparseHLLTest, AliasIntegrationTest, HighlighterConfigTest, TestSolrCLIRunExample, TestSystemCollAutoCreate, TestManagedSchemaThreadSafety, TestWriterPerf, TokenizerChainTest, CursorPagingTest, AutoAddReplicasIntegrationTest, TestSolrCoreSnapshots, TestMinMaxOnMultiValuedField, DefaultValueUpdateProcessorTest, TestInfoStreamLogging, TestFilteredDocIdSet, TestRandomDVFaceting, ResponseBuilderTest, ChaosMonkeyNothingIsSafeTest, DirectUpdateHandlerTest, TestSolrXml, OverriddenZkACLAndCredentialsProvidersTest, DirectSolrConnectionTest, TestRandomCollapseQParserPlugin, TestExpandComponent, DistribDocExpirationUpdateProcessorTest, TestInPlaceUpdatesStandalone, TestGeoJSONResponseWriter, DocumentAnalysisRequestHandlerTest, TimeRoutedAliasUpdateProcessorTest, SpellingQueryConverterTest, ZkStateReaderTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SolrIndexSplitterTest, TestCorePropertiesReload, TestComplexPhraseLeadingWildcard, ReturnFieldsTest, TestShardHandlerFactory, TestCollectionAPIs, TestGroupingSearch, ShufflingReplicaListTransformerTest, HdfsThreadLeakTest, TestCloudNestedDocsSort, TestNumericTerms64, TestLMDirichletSimilarityFactory, TestObjectReleaseTracker, TestNumericRangeQuery32, PluginInfoTest, ZkShardTermsTest, TriggerIntegrationTest, TestChildDocTransformer, HdfsChaosMonkeySafeLeaderTest, TestSSLRandomization, CollectionsAPIDistributedZkTest, TestPerFieldSimilarity, TestExtendedDismaxParser, BasicDistributedZk2Test, TestSolrCoreParser, SuggestComponentContextFilterQueryTest, TestDynamicFieldCollectionResource, TestLuceneMatchVersion, ExitableDirectoryReaderTest, TestGraphTermsQParserPlugin, TestRandomRequestDistribution, UUIDUpdateProcessorFallbackTest, RequestHandlersTest, TestXmlQParserPlugin, TestTriggerIntegration, DistributedSpellCheckComponentTest, TestTolerantUpdateProcessorCloud, HdfsDirectoryTest, TestCloudJSONFacetJoinDomain, TestTrackingShardHandlerFactory, TestZkChroot, ConnectionReuseTest, MoreLikeThisHandlerTest, JSONWriterTest, TestSQLHandlerNonCloud, CloudExitableDirectoryReaderTest, TestJsonFacetsWithNestedObjects, TestFieldCacheWithThreads, TestSolrCloudWithKerberosAlt, TestCloudPseudoReturnFields, CoreAdminRequestStatusTest, ConfigureRecoveryStrategyTest, TestNodeLostTrigger, TestConfigOverlay, BlockCacheTest, BlobRepositoryCloudTest, TestFuzzyAnalyzedSuggestions, LeaderVoteWaitTimeoutTest, SolrCloudReportersTest, TestUpdate, HttpPartitionTest, TestSmileRequest, DistanceFunctionTest, TestLegacyNumericRangeQueryBuilder, ReplaceNodeTest, TestScoreJoinQPScore, SliceStateTest, MultiThreadedOCPTest, SuggesterWFSTTest, TestSchemaNameResource, TestLazyCores, TestHdfsBackupRestoreCore, ManagedSchemaRoundRobinCloudTest, SecurityConfHandlerTest, TestCustomSort, ReplicaListTransformerTest, CollectionReloadTest, TestComputePlanAction, LoggingHandlerTest, RuleEngineTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestStressUserVersions, DistanceUnitsTest, DeleteInactiveReplicaTest, DeleteShardTest, DistribCursorPagingTest, DocValuesNotIndexedTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, LeaderTragicEventTest]
   [junit4] Completed [456/824 (1!)] on J0 in 4.16s, 2 tests, 2 errors <<< FAILURES!

[...truncated 43182 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22465/consoleText

[repro] Revision: ae3929c3ed4adad9fa2842b32e9a7fb28699fef7

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=LeaderTragicEventTest -Dtests.method=testOtherReplicasAreNotActive -Dtests.seed=C4143C4A20E63068 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hsb-DE -Dtests.timezone=Europe/Volgograd -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=LeaderTragicEventTest -Dtests.method=test -Dtests.seed=C4143C4A20E63068 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hsb-DE -Dtests.timezone=Europe/Volgograd -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       LeaderTragicEventTest
[repro] ant compile-test

[...truncated 3306 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.LeaderTragicEventTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=C4143C4A20E63068 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hsb-DE -Dtests.timezone=Europe/Volgograd -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 32 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> 3041 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001/init-core-data-001
   [junit4]   2> 3115 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3134 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.e.j.u.log Logging initialized @3156ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 3139 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 3149 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001
   [junit4]   2> 3155 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3169 INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3171 INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3230 ERROR (Thread-0) [    ] 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> 3269 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:33531
   [junit4]   2> 3317 INFO  (zkConnectionManagerCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3471 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 3472 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 3538 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3538 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3540 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3546 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3546 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3546 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3564 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55b5859f{/solr,null,AVAILABLE}
   [junit4]   2> 3564 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@72561ce4{/solr,null,AVAILABLE}
   [junit4]   2> 3573 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@66086623{HTTP/1.1,[http/1.1]}{127.0.0.1:46283}
   [junit4]   2> 3573 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@272513fb{HTTP/1.1,[http/1.1]}{127.0.0.1:45773}
   [junit4]   2> 3573 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server Started @3597ms
   [junit4]   2> 3573 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46283}
   [junit4]   2> 3573 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server Started @3597ms
   [junit4]   2> 3574 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45773}
   [junit4]   2> 3639 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider chain: env;sysprop
   [junit4]   2> 3663 ERROR (jetty-launcher-1-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3663 ERROR (jetty-launcher-1-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3663 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3663 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 3663 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3664 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 3667 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3667 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3668 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3668 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3668 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-16T20:38:04.685391Z
   [junit4]   2> 3668 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-16T20:38:04.685555Z
   [junit4]   2> 3763 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3854 INFO  (zkConnectionManagerCallback-8-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3854 INFO  (zkConnectionManagerCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3863 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3865 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4678 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33531/solr
   [junit4]   2> 4681 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33531/solr
   [junit4]   2> 4735 INFO  (zkConnectionManagerCallback-16-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4754 INFO  (zkConnectionManagerCallback-15-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4776 INFO  (zkConnectionManagerCallback-18-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4782 INFO  (zkConnectionManagerCallback-20-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5224 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46283_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 5228 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46283_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46283_solr
   [junit4]   2> 5231 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:45773_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 5236 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:45773_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45773_solr
   [junit4]   2> 5245 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46283_solr    ] o.a.s.c.Overseer Overseer (id=72139033073811461-127.0.0.1:46283_solr-n_0000000000) starting
   [junit4]   2> 5265 INFO  (zkCallback-19-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5270 INFO  (zkCallback-17-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5345 INFO  (zkConnectionManagerCallback-29-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5353 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5354 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46283_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33531/solr ready
   [junit4]   2> 5533 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46283_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5534 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46283_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46283_solr
   [junit4]   2> 5538 INFO  (zkCallback-19-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5539 INFO  (zkCallback-17-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5540 INFO  (zkCallback-28-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5570 INFO  (zkConnectionManagerCallback-34-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5580 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:45773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5582 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:45773_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33531/solr ready
   [junit4]   2> 5635 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:45773_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5673 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46283_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5819 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46283_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46283.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b8a6288
   [junit4]   2> 5820 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46283_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46283.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b8a6288
   [junit4]   2> 5820 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46283_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46283.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b8a6288
   [junit4]   2> 5825 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:45773_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45773.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b8a6288
   [junit4]   2> 5845 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:45773_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45773.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b8a6288
   [junit4]   2> 5846 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:45773_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45773.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b8a6288
   [junit4]   2> 5851 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:45773_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.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001/node1/.
   [junit4]   2> 5871 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:46283_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.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001/node2/.
   [junit4]   2> 6073 INFO  (zkConnectionManagerCallback-38-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6122 INFO  (zkConnectionManagerCallback-43-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6123 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 6124 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33531/solr ready
   [junit4]   2> 6140 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[C4143C4A20E63068]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOtherReplicasAreNotActive
   [junit4]   2> 6296 INFO  (qtp275708506-41) [n:127.0.0.1:45773_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 6310 INFO  (OverseerThreadFactory-14-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 6429 INFO  (OverseerStateUpdate-72139033073811461-127.0.0.1:46283_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45773/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 6432 INFO  (OverseerStateUpdate-72139033073811461-127.0.0.1:46283_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46283/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 6645 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6645 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr    x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6647 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr    x:collection1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 7716 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 7744 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 7827 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 7834 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 7871 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7871 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7871 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 7871 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 7890 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45773.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b8a6288
   [junit4]   2> 7896 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 7898 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46283.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b8a6288
   [junit4]   2> 7898 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 7903 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 7904 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001/node2/collection1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 8447 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 8447 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 8448 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 8448 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 8459 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 8459 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 8460 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 8460 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 8475 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@457f8b29[collection1_shard1_replica_n1] main]
   [junit4]   2> 8475 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@55ed4a21[collection1_shard1_replica_n2] main]
   [junit4]   2> 8488 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 8488 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 8499 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 8499 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 8505 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 8505 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 8510 INFO  (searcherExecutor-24-thread-1-processing-n:127.0.0.1:46283_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@55ed4a21[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8510 INFO  (searcherExecutor-23-thread-1-processing-n:127.0.0.1:45773_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@457f8b29[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8511 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606180918554263552
   [junit4]   2> 8511 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606180918554263552
   [junit4]   2> 8524 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 8524 INFO  (qtp275708506-32) [n:127.0.0.1:45773_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 8526 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 8534 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 8534 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 8534 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46283/solr/collection1_shard1_replica_n2/
   [junit4]   2> 8538 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 url=http://127.0.0.1:46283/solr START replicas=[http://127.0.0.1:45773/solr/collection1_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 8538 INFO  (qtp537873124-42) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 url=http://127.0.0.1:46

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

lrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:70)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 10876 INFO  (jetty-closer-2-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@66086623{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 10877 INFO  (jetty-closer-2-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1821476290
   [junit4]   2> 10877 INFO  (jetty-closer-2-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 10878 INFO  (jetty-closer-2-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@60fba862: rootName = solr_46283, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3870b6fb
   [junit4]   2> 10908 INFO  (jetty-closer-2-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 10909 INFO  (jetty-closer-2-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@fe2b685: rootName = solr_46283, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@15bfb784
   [junit4]   2> 10936 INFO  (jetty-closer-2-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 10937 INFO  (jetty-closer-2-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@132d5671: rootName = solr_46283, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6a757922
   [junit4]   2> 10940 INFO  (jetty-closer-2-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46283_solr
   [junit4]   2> 10943 INFO  (zkCallback-17-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 10946 INFO  (jetty-closer-2-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 10946 INFO  (zkCallback-28-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 10958 INFO  (coreCloseExecutor-35-thread-1) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2031096d
   [junit4]   2> 10958 INFO  (coreCloseExecutor-35-thread-1) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n2, tag=2031096d
   [junit4]   2> 10958 INFO  (coreCloseExecutor-35-thread-1) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@73a54cd4: rootName = solr_46283, domain = solr.core.collection1.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@34aa9b7c
   [junit4]   2> 10974 INFO  (coreCloseExecutor-35-thread-1) [n:127.0.0.1:46283_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=2031096d
   [junit4]   2> 10994 INFO  (jetty-closer-2-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72139033073811461-127.0.0.1:46283_solr-n_0000000000) closing
   [junit4]   2> 10995 INFO  (OverseerStateUpdate-72139033073811461-127.0.0.1:46283_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46283_solr
   [junit4]   2> 10995 WARN  (OverseerAutoScalingTriggerThread-72139033073811461-127.0.0.1:46283_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 11011 INFO  (jetty-closer-2-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@55b5859f{/solr,null,UNAVAILABLE}
   [junit4]   2> 11011 INFO  (jetty-closer-2-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 11014 ERROR (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] 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> 11014 INFO  (SUITE-LeaderTragicEventTest-seed#[C4143C4A20E63068]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33531 33531
   [junit4]   2> 11122 INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33531 33531
   [junit4]   2> 11124 WARN  (Thread-0) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_C4143C4A20E63068-001
   [junit4]   2> Jul 16, 2018 8:38:12 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=2017, maxMBSortInHeap=5.034724983496179, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@19a8d0f), locale=hsb-DE, timezone=Europe/Volgograd
   [junit4]   2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 10 (64-bit)/cpus=8,threads=1,free=455164032,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderTragicEventTest]
   [junit4] Completed [1/5 (1!)] on J0 in 10.04s, 2 tests, 2 errors <<< FAILURES!

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

Total time: 1 minute 8 seconds

[repro] Setting last failure code to 256

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

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 22464 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22464/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive

Error Message:
Jetty Connector is not open: -2

Stack Trace:
java.lang.IllegalStateException: Jetty Connector is not open: -2
	at __randomizedtesting.SeedInfo.seed([FB92C4C10B3FFDB6:7E26E8B637C0442E]:0)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
	at org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
	at org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
	at org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.test

Error Message:
Error from server at https://127.0.0.1:43661/solr: collection already exists: collection1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:43661/solr: collection already exists: collection1
	at __randomizedtesting.SeedInfo.seed([FB92C4C10B3FFDB6:73C6FB1BA5C3904E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:70)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive

Error Message:
Jetty Connector is not open: -2

Stack Trace:
java.lang.IllegalStateException: Jetty Connector is not open: -2
	at __randomizedtesting.SeedInfo.seed([FB92C4C10B3FFDB6:7E26E8B637C0442E]:0)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
	at org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
	at org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
	at org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.test

Error Message:
Error from server at https://127.0.0.1:39047/solr: collection already exists: collection1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:39047/solr: collection already exists: collection1
	at __randomizedtesting.SeedInfo.seed([FB92C4C10B3FFDB6:73C6FB1BA5C3904E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:70)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir

Error Message:
Captured an uncaught exception in thread: Thread[id=9770, name=cdcr-replicator-3873-thread-1, state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=9770, name=cdcr-replicator-3873-thread-1, state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
Caused by: java.lang.AssertionError: 1606168037117919232 != 1606168037116870656
	at __randomizedtesting.SeedInfo.seed([FB92C4C10B3FFDB6]:0)
	at org.apache.solr.update.CdcrUpdateLog$CdcrLogReader.forwardSeek(CdcrUpdateLog.java:611)
	at org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:125)
	at org.apache.solr.handler.CdcrReplicatorScheduler.lambda$start$0(CdcrReplicatorScheduler.java:81)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1883 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20180716_163128_09116459728407859100528.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20180716_163128_09211512409259787367339.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20180716_163128_09212577788943958914033.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 293 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20180716_164201_260388670355029921855.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20180716_164201_26011776133535582740595.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20180716_164201_26012434372055913365135.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1083 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20180716_164339_4846598253697008517237.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20180716_164339_4841627632995106942623.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20180716_164339_4841883417979682887969.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 255 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20180716_164528_21516108386442879771772.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20180716_164528_21515311005787140887963.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20180716_164528_21513550205564022648010.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 259 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20180716_164548_0997609689873135605990.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20180716_164548_09912728631829328374887.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20180716_164548_0991448888743527396436.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20180716_164615_86610820863087739149713.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20180716_164615_86617116441407986348080.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20180716_164615_8663854765134403806381.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 207 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J2-20180716_164619_97715389428560296618634.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J0-20180716_164619_9779576437663702706763.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J1-20180716_164619_97717855046665930568203.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20180716_164631_01111882541312721095856.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20180716_164631_01211931832506107780061.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20180716_164631_01517939997732360123419.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20180716_164633_9916438047621656652838.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20180716_164633_9911540276216229084307.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20180716_164633_99116663734759622516509.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20180716_164644_22512990069816204533251.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20180716_164644_2252111386022586813161.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 165 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20180716_164655_6835275598183730796445.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20180716_164655_6835887913116639810049.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20180716_164655_68315779882816052556415.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20180716_164658_21310869826495215271619.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20180716_164658_21313565343913947142257.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20180716_164658_2131985887678887221887.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1389 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20180716_164724_81413093319098044891416.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20180716_164724_8113735811811110384940.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20180716_164724_8062153741519395368262.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20180716_164734_59716780684335469094738.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J0-20180716_164734_59710371333567174859804.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20180716_164734_5977924528795177444297.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 261 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20180716_164746_0232486082642048369538.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20180716_164746_02310261189399355814872.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 4 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20180716_164746_02313814300070713537949.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 234 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20180716_165053_6513627321378131039493.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J2-20180716_165053_6521225239491478777682.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20180716_165053_6516517660302806796013.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 176 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20180716_165057_1985628583747954069209.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20180716_165057_19816556191975228728942.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20180716_165057_1984809267432566927735.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 226 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J2-20180716_165104_15812296860754064156509.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J1-20180716_165104_11110548711357601414151.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20180716_165104_1116162053482720793341.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20180716_165139_8693819772142090656074.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20180716_165139_86916603671905257647588.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20180716_165139_86916780785327739163191.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 252 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20180716_165154_35013717626623089771102.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20180716_165154_35015217898159445979336.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20180716_165154_35012504474064606855564.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 163 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J1-20180716_165215_2664561544570875237027.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20180716_165215_26610731792958378746440.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J0-20180716_165215_26611574322187636096143.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 155 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20180716_165230_6851561051080659000275.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J1-20180716_165230_68517838925224749448254.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 187 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J1-20180716_165242_16715844664801040619646.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J0-20180716_165242_168227887043120863290.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J2-20180716_165242_1678720767296607888121.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 307 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J1-20180716_165257_81714351677144560288045.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J0-20180716_165257_81711889882015338395676.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J2-20180716_165257_8171821425191862202431.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J0-20180716_165311_21515128337122108508864.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20180716_165311_2153299834035381125340.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J2-20180716_165311_21510840056982600455004.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 204 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J1-20180716_165319_3184429980312043986285.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20180716_165319_31915077245466522279649.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J0-20180716_165319_31818376270551826627951.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 224 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20180716_165332_05718197225411351509355.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 21 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20180716_165332_0571754226845741752875.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20180716_165332_0574578710617859203928.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 298 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20180716_165432_68218310521198595388843.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20180716_165432_6828150768285029265650.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20180716_165432_68213985496984786586239.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J0-20180716_165455_73616843601849140485771.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 184 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20180716_165457_49412211816527375720174.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20180716_165457_4948968315885462719615.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20180716_165457_49418063626586106052427.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 261 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J0-20180716_165608_6231365023083933123175.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J1-20180716_165608_62311505125516915985714.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J2-20180716_165608_62314140510362655168185.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3004 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
   [junit4]   2> 941305 INFO  (SUITE-CdcrBidirectionalTest-seed#[FB92C4C10B3FFDB6]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_FB92C4C10B3FFDB6-001/init-core-data-001
   [junit4]   2> 941305 WARN  (SUITE-CdcrBidirectionalTest-seed#[FB92C4C10B3FFDB6]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 941305 INFO  (SUITE-CdcrBidirectionalTest-seed#[FB92C4C10B3FFDB6]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 941306 INFO  (SUITE-CdcrBidirectionalTest-seed#[FB92C4C10B3FFDB6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 941308 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[FB92C4C10B3FFDB6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBiDir
   [junit4]   2> 941308 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[FB92C4C10B3FFDB6]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_FB92C4C10B3FFDB6-001/cdcr-cluster2-001
   [junit4]   2> 941308 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[FB92C4C10B3FFDB6]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 941312 INFO  (Thread-2560) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 941312 INFO  (Thread-2560) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 941343 ERROR (Thread-2560) [    ] 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> 941411 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[FB92C4C10B3FFDB6]) [    ] o.a.s.c.ZkTestServer start zk server on port:33189
   [junit4]   2> 941432 INFO  (zkConnectionManagerCallback-2354-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941434 INFO  (jetty-launcher-2351-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 941527 INFO  (jetty-launcher-2351-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 941527 INFO  (jetty-launcher-2351-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 941527 INFO  (jetty-launcher-2351-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 941528 INFO  (jetty-launcher-2351-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63655a4e{/solr,null,AVAILABLE}
   [junit4]   2> 941530 INFO  (jetty-launcher-2351-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@516a3f38{SSL,[ssl, http/1.1]}{127.0.0.1:39587}
   [junit4]   2> 941530 INFO  (jetty-launcher-2351-thread-1) [    ] o.e.j.s.Server Started @941582ms
   [junit4]   2> 941530 INFO  (jetty-launcher-2351-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39587}
   [junit4]   2> 941530 ERROR (jetty-launcher-2351-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 941530 INFO  (jetty-launcher-2351-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 941530 INFO  (jetty-launcher-2351-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 941530 INFO  (jetty-launcher-2351-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 941530 INFO  (jetty-launcher-2351-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 941530 INFO  (jetty-launcher-2351-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-16T17:12:53.498666Z
   [junit4]   2> 941549 INFO  (zkConnectionManagerCallback-2356-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941550 INFO  (jetty-launcher-2351-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 941821 INFO  (jetty-launcher-2351-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33189/solr
   [junit4]   2> 941836 INFO  (zkConnectionManagerCallback-2360-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941863 INFO  (zkConnectionManagerCallback-2362-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942024 INFO  (jetty-launcher-2351-thread-1) [n:127.0.0.1:39587_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 942025 INFO  (jetty-launcher-2351-thread-1) [n:127.0.0.1:39587_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39587_solr
   [junit4]   2> 942025 INFO  (jetty-launcher-2351-thread-1) [n:127.0.0.1:39587_solr    ] o.a.s.c.Overseer Overseer (id=72138226263916547-127.0.0.1:39587_solr-n_0000000000) starting
   [junit4]   2> 942082 INFO  (zkConnectionManagerCallback-2369-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942084 INFO  (jetty-launcher-2351-thread-1) [n:127.0.0.1:39587_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33189/solr ready
   [junit4]   2> 942124 INFO  (jetty-launcher-2351-thread-1) [n:127.0.0.1:39587_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39587_solr
   [junit4]   2> 942131 INFO  (zkCallback-2361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 942143 INFO  (zkCallback-2368-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 942174 INFO  (jetty-launcher-2351-thread-1) [n:127.0.0.1:39587_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 942190 INFO  (jetty-launcher-2351-thread-1) [n:127.0.0.1:39587_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39587.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fff4d9b
   [junit4]   2> 942199 INFO  (jetty-launcher-2351-thread-1) [n:127.0.0.1:39587_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39587.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fff4d9b
   [junit4]   2> 942200 INFO  (jetty-launcher-2351-thread-1) [n:127.0.0.1:39587_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39587.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fff4d9b
   [junit4]   2> 942200 INFO  (jetty-launcher-2351-thread-1) [n:127.0.0.1:39587_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_FB92C4C10B3FFDB6-001/cdcr-cluster2-001/node1/.
   [junit4]   2> 942243 INFO  (zkConnectionManagerCallback-2372-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942285 INFO  (zkConnectionManagerCallback-2375-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942286 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[FB92C4C10B3FFDB6]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_FB92C4C10B3FFDB6-001/cdcr-cluster1-001
   [junit4]   2> 942286 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[FB92C4C10B3FFDB6]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 942287 INFO  (Thread-2570) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 942287 INFO  (Thread-2570) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 942291 ERROR (Thread-2570) [    ] 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> 942386 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[FB92C4C10B3FFDB6]) [    ] o.a.s.c.ZkTestServer start zk server on port:45055
   [junit4]   2> 942409 INFO  (zkConnectionManagerCallback-2379-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942436 INFO  (jetty-launcher-2376-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 942437 INFO  (jetty-launcher-2376-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 942437 INFO  (jetty-launcher-2376-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 942437 INFO  (jetty-launcher-2376-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 942437 INFO  (jetty-launcher-2376-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@307d9a96{/solr,null,AVAILABLE}
   [junit4]   2> 942437 INFO  (jetty-launcher-2376-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3288d82e{SSL,[ssl, http/1.1]}{127.0.0.1:42419}
   [junit4]   2> 942446 INFO  (jetty-launcher-2376-thread-1) [    ] o.e.j.s.Server Started @942498ms
   [junit4]   2> 942446 INFO  (jetty-launcher-2376-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42419}
   [junit4]   2> 942447 ERROR (jetty-launcher-2376-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 942447 INFO  (jetty-launcher-2376-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 942447 INFO  (jetty-launcher-2376-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 942447 INFO  (jetty-launcher-2376-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 942447 INFO  (jetty-launcher-2376-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 942447 INFO  (jetty-launcher-2376-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-16T17:12:54.415826Z
   [junit4]   2> 942467 INFO  (zkConnectionManagerCallback-2381-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942470 INFO  (jetty-launcher-2376-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 942586 INFO  (jetty-launcher-2376-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45055/solr
   [junit4]   2> 942587 INFO  (zkConnectionManagerCallback-2385-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942614 INFO  (zkConnectionManagerCallback-2387-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942779 INFO  (jetty-launcher-2376-thread-1) [n:127.0.0.1:42419_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 942779 INFO  (jetty-launcher-2376-thread-1) [n:127.0.0.1:42419_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42419_solr
   [junit4]   2> 942780 INFO  (jetty-launcher-2376-thread-1) [n:127.0.0.1:42419_solr    ] o.a.s.c.Overseer Overseer (id=72138226327420931-127.0.0.1:42419_solr-n_0000000000) starting
   [junit4]   2> 942790 INFO  (zkConnectionManagerCallback-2394-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942801 INFO  (jetty-launcher-2376-thread-1) [n:127.0.0.1:42419_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45055/solr ready
   [junit4]   2> 942808 INFO  (jetty-launcher-2376-thread-1) [n:127.0.0.1:42419_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42419_solr
   [junit4]   2> 942809 INFO  (zkCallback-2386-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 942831 INFO  (jetty-launcher-2376-thread-1) [n:127.0.0.1:42419_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 942851 INFO  (jetty-launcher-2376-thread-1) [n:127.0.0.1:42419_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42419.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fff4d9b
   [junit4]   2> 942861 INFO  (jetty-launcher-2376-thread-1) [n:127.0.0.1:42419_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42419.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fff4d9b
   [junit4]   2> 942862 INFO  (jetty-launcher-2376-thread-1) [n:127.0.0.1:42419_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42419.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fff4d9b
   [junit4]   2> 942863 INFO  (zkCallback-2393-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 942867 INFO  (jetty-launcher-2376-thread-1) [n:127.0.0.1:42419_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_FB92C4C10B3FFDB6-001/cdcr-cluster1-001/node1/.
   [junit4]   2> 942947 INFO  (zkConnectionManagerCallback-2397-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942957 INFO  (zkConnectionManagerCallback-2400-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942958 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[FB92C4C10B3FFDB6]) [    ] o.a.s.c.c.CdcrBidirectionalTest cluster2 zkHost = 127.0.0.1:33189/solr
   [junit4]   2> 942958 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[FB92C4C10B3FFDB6]) [    ] o.a.s.c.c.CdcrBidirectionalTest cluster1 zkHost = 127.0.0.1:45055/solr
   [junit4]   2> 942963 INFO  (zkConnectionManagerCallback-2402-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942977 INFO  (zkConnectionManagerCallback-2406-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 942978 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[FB92C4C10B3FFDB6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 942978 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[FB92C4C10B3FFDB6]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45055/solr ready
   [junit4]   2> 943011 INFO  (qtp1360727437-9630) [n:127.0.0.1:42419_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=cdcr-cluster1&maxShardsPerNode=2&name=cdcr-cluster1&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 943012 INFO  (OverseerThreadFactory-3834-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster1
   [junit4]   2> 943123 INFO  (OverseerStateUpdate-72138226327420931-127.0.0.1:42419_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-cluster1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-cluster1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42419/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 943134 INFO  (OverseerStateUpdate-72138226327420931-127.0.0.1:42419_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-cluster1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"cdcr-cluster1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42419/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 943342 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr    x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-cluster1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 943343 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr    x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 943343 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr    x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster1_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 944349 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 944383 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 944384 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-cluster1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 944385 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 944386 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster1_shard1_replica_n1' using configuration from collection cdcr-cluster1, trusted=true
   [junit4]   2> 944388 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42419.solr.core.cdcr-cluster1.shard1.replica_n1' (registry 'solr.core.cdcr-cluster1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fff4d9b
   [junit4]   2> 944388 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 944388 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-cluster1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_FB92C4C10B3FFDB6-001/cdcr-cluster1-001/node1/cdcr-cluster1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_FB92C4C10B3FFDB6-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard1_replica_n1/data/]
   [junit4]   2> 944392 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.IndexSchema [cdcr-cluster1_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 944392 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 944393 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster1_shard2_replica_n2' using configuration from collection cdcr-cluster1, trusted=true
   [junit4]   2> 944393 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42419.solr.core.cdcr-cluster1.shard2.replica_n2' (registry 'solr.core.cdcr-cluster1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fff4d9b
   [junit4]   2> 944393 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 944393 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SolrCore [[cdcr-cluster1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_FB92C4C10B3FFDB6-001/cdcr-cluster1-001/node1/cdcr-cluster1_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_FB92C4C10B3FFDB6-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard2_replica_n2/data/]
   [junit4]   2> 944579 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 944579 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 944581 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 944581 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 944583 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 944584 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 944584 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@776407ec[cdcr-cluster1_shard2_replica_n2] main]
   [junit4]   2> 944584 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 944584 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 944585 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-cluster1
   [junit4]   2> 944585 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-cluster1
   [junit4]   2> 944585 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-cluster1/managed-schema
   [junit4]   2> 944585 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 944586 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 944586 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7bc95a23[cdcr-cluster1_shard1_replica_n1] main]
   [junit4]   2> 944587 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-cluster1
   [junit4]   2> 944587 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-cluster1
   [junit4]   2> 944588 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-cluster1/managed-schema
   [junit4]   2> 944588 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 944588 INFO  (qtp1360727437-9629) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 944603 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-cluster1/cdcr/state/buffer
   [junit4]   2> 944606 INFO  (qtp1360727437-9625) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-cluster1/cdcr/state/process
   [junit4]   2> 944662 INFO  (searcherExecutor-3840-thread-1-processing-n:127.0.0.1:42419_solr x:cdcr-cluster1_shard2_replica_n2 c:cdcr-cluster1 s:shard2 r:core_node4) [n:127.0.0.1:42419_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:c

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

e/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 127666 INFO  (jetty-closer-174-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@ed78a02{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 127666 INFO  (jetty-closer-174-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=134823556
   [junit4]   2> 127666 INFO  (jetty-closer-174-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 127666 INFO  (jetty-closer-174-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@92fcc56: rootName = solr_43661, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6d1836f7
   [junit4]   2> 127670 INFO  (jetty-closer-174-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 127670 INFO  (jetty-closer-174-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@33b3accd: rootName = solr_43661, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@695e4639
   [junit4]   2> 127672 INFO  (jetty-closer-174-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 127673 INFO  (jetty-closer-174-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@239c40d4: rootName = solr_43661, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3b3eaaf9
   [junit4]   2> 127673 INFO  (jetty-closer-174-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43661_solr
   [junit4]   2> 127674 INFO  (jetty-closer-174-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 127674 INFO  (zkCallback-185-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 127674 INFO  (zkCallback-206-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 127674 INFO  (coreCloseExecutor-179-thread-1) [n:127.0.0.1:43661_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4260e78b
   [junit4]   2> 127674 INFO  (coreCloseExecutor-179-thread-1) [n:127.0.0.1:43661_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=4260e78b
   [junit4]   2> 127674 INFO  (coreCloseExecutor-179-thread-1) [n:127.0.0.1:43661_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@43a4a9fa: rootName = solr_43661, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@657c00cf
   [junit4]   2> 127681 INFO  (coreCloseExecutor-179-thread-1) [n:127.0.0.1:43661_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=4260e78b
   [junit4]   2> 127685 INFO  (jetty-closer-174-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72138358046654468-127.0.0.1:43661_solr-n_0000000001) closing
   [junit4]   2> 127686 INFO  (OverseerStateUpdate-72138358046654468-127.0.0.1:43661_solr-n_0000000001) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43661_solr
   [junit4]   2> 127686 WARN  (OverseerAutoScalingTriggerThread-72138358046654468-127.0.0.1:43661_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 127689 INFO  (jetty-closer-174-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7fb51dc4{/solr,null,UNAVAILABLE}
   [junit4]   2> 127689 INFO  (jetty-closer-174-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 127698 ERROR (SUITE-LeaderTragicEventTest-seed#[FB92C4C10B3FFDB6]-worker) [    ] 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> 127699 INFO  (SUITE-LeaderTragicEventTest-seed#[FB92C4C10B3FFDB6]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40405 40405
   [junit4]   2> 128581 INFO  (Thread-71) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40405 40405
   [junit4]   2> 128581 WARN  (Thread-71) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_FB92C4C10B3FFDB6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1945, maxMBSortInHeap=7.428654507403392, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@263e1a66), locale=en-DK, timezone=Etc/GMT-3
   [junit4]   2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=8,threads=1,free=414926096,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrBidirectionalTest, CdcrBidirectionalTest, LeaderTragicEventTest]
   [junit4] Completed [9/10 (2!)] on J0 in 4.78s, 2 tests, 2 errors <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20180716_174420_10311227370615743736879.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20180716_174420_1152828779573992184616.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

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

Total time: 2 minutes 34 seconds

[repro] Setting last failure code to 256

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

Re: [JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 22463 - Unstable!

Posted by Uwe Schindler <uw...@thetaphi.de>.
I will take care of this later this evening. Seems to be caused by the integer autoboxing changes.

Uwe

Am July 16, 2018 1:44:34 PM UTC schrieb Policeman Jenkins Server <je...@thetaphi.de>:
>Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22463/
>Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseParallelGC
>
>5 tests failed.
>FAILED:  org.apache.lucene.util.TestPriorityQueue.testIteratorRandom
>
>Error Message:
>
>
>Stack Trace:
>java.lang.AssertionError
>	at
>__randomizedtesting.SeedInfo.seed([AE039D81F02325E0:D8450D529C6FD2DA]:0)
>	at
>org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:36)
>	at
>org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:28)
>	at org.apache.lucene.util.PriorityQueue.upHeap(PriorityQueue.java:264)
>	at org.apache.lucene.util.PriorityQueue.add(PriorityQueue.java:141)
>	at
>org.apache.lucene.util.TestPriorityQueue.testIteratorRandom(TestPriorityQueue.java:241)
>	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>Method)
>	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>	at
>java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
>	at
>org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
>	at
>org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>	at
>org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
>	at
>org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>	at
>org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
>	at
>org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>	at
>com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>	at
>com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>	at
>org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>	at
>org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>	at
>org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>	at java.base/java.lang.Thread.run(Thread.java:844)
>
>
>FAILED:  org.apache.lucene.util.TestPriorityQueue.testIteratorRandom
>
>Error Message:
>
>
>Stack Trace:
>java.lang.AssertionError
>	at
>__randomizedtesting.SeedInfo.seed([AE039D81F02325E0:D8450D529C6FD2DA]:0)
>	at
>org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:36)
>	at
>org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:28)
>	at org.apache.lucene.util.PriorityQueue.upHeap(PriorityQueue.java:264)
>	at org.apache.lucene.util.PriorityQueue.add(PriorityQueue.java:141)
>	at
>org.apache.lucene.util.TestPriorityQueue.testIteratorRandom(TestPriorityQueue.java:241)
>	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>Method)
>	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>	at
>java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
>	at
>org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
>	at
>org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>	at
>org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
>	at
>org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>	at
>org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
>	at
>org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>	at
>com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>	at
>com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>	at
>org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>	at
>org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>	at
>org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>	at java.base/java.lang.Thread.run(Thread.java:844)
>
>
>FAILED:  org.apache.lucene.util.TestPriorityQueue.testIteratorRandom
>
>Error Message:
>
>
>Stack Trace:
>java.lang.AssertionError
>	at
>__randomizedtesting.SeedInfo.seed([AE039D81F02325E0:D8450D529C6FD2DA]:0)
>	at
>org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:36)
>	at
>org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:28)
>	at org.apache.lucene.util.PriorityQueue.upHeap(PriorityQueue.java:264)
>	at org.apache.lucene.util.PriorityQueue.add(PriorityQueue.java:141)
>	at
>org.apache.lucene.util.TestPriorityQueue.testIteratorRandom(TestPriorityQueue.java:241)
>	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>Method)
>	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>	at
>java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
>	at
>org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
>	at
>org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>	at
>org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
>	at
>org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>	at
>org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
>	at
>org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>	at
>com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>	at
>com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>	at
>org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>	at
>org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>	at
>org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>	at java.base/java.lang.Thread.run(Thread.java:844)
>
>
>FAILED:  org.apache.lucene.util.TestPriorityQueue.testIteratorRandom
>
>Error Message:
>
>
>Stack Trace:
>java.lang.AssertionError
>	at
>__randomizedtesting.SeedInfo.seed([AE039D81F02325E0:D8450D529C6FD2DA]:0)
>	at
>org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:36)
>	at
>org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:28)
>	at org.apache.lucene.util.PriorityQueue.upHeap(PriorityQueue.java:264)
>	at org.apache.lucene.util.PriorityQueue.add(PriorityQueue.java:141)
>	at
>org.apache.lucene.util.TestPriorityQueue.testIteratorRandom(TestPriorityQueue.java:241)
>	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>Method)
>	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>	at
>java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
>	at
>org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
>	at
>org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>	at
>org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
>	at
>org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>	at
>org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
>	at
>org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>	at
>com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>	at
>com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>	at
>org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>	at
>org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>	at
>org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>	at java.base/java.lang.Thread.run(Thread.java:844)
>
>
>FAILED: 
>org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild
>
>Error Message:
>junit.framework.AssertionFailedError: Unexpected wrapped exception
>type, expected CoreIsClosedException
>
>Stack Trace:
>java.util.concurrent.ExecutionException:
>junit.framework.AssertionFailedError: Unexpected wrapped exception
>type, expected CoreIsClosedException
>	at
>__randomizedtesting.SeedInfo.seed([6E7FF223503CEE32:B1F2909C6E55BB50]:0)
>	at
>java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
>	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
>	at
>org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
>	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>Method)
>	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>	at
>java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
>	at
>com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>	at
>org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
>	at
>org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>	at
>org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
>	at
>org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>	at
>org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
>	at
>com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>	at
>org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>	at
>com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>	at
>com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>	at
>org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>	at
>org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>	at
>org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>	at
>com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>	at
>com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>	at java.base/java.lang.Thread.run(Thread.java:844)
>Caused by: junit.framework.AssertionFailedError: Unexpected wrapped
>exception type, expected CoreIsClosedException
>	at
>org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
>	at
>org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
>	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>	at
>org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
>	at
>java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
>	at
>java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
>	... 1 more
>Caused by: java.lang.RuntimeException: Exception during query
>	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
>	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
>	at
>org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$2(InfixSuggestersTest.java:122)
>	at
>org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
>	... 6 more
>Caused by: org.apache.solr.common.SolrException: SolrCoreState already
>closed.
>	at
>org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
>	at
>org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
>	at
>org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
>	at
>org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
>	at
>org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
>	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
>	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
>	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
>	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
>	... 9 more
>
>
>
>
>Build Log:
>[...truncated 294 lines...]
>   [junit4] Suite: org.apache.lucene.util.TestPriorityQueue
>[junit4]   2> NOTE: reproduce with: ant test 
>-Dtestcase=TestPriorityQueue -Dtests.method=testIteratorRandom
>-Dtests.seed=AE039D81F02325E0 -Dtests.multiplier=3 -Dtests.slow=true
>-Dtests.locale=zh-Hans-HK -Dtests.timezone=US/Pacific
>-Dtests.asserts=true -Dtests.file.encoding=UTF-8
>   [junit4] FAILURE 0.01s J1 | TestPriorityQueue.testIteratorRandom <<<
>   [junit4]    > Throwable #1: java.lang.AssertionError
>[junit4]    > 	at
>__randomizedtesting.SeedInfo.seed([AE039D81F02325E0:D8450D529C6FD2DA]:0)
>[junit4]    > 	at
>org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:36)
>[junit4]    > 	at
>org.apache.lucene.util.TestPriorityQueue$IntegerQueue.lessThan(TestPriorityQueue.java:28)
>[junit4]    > 	at
>org.apache.lucene.util.PriorityQueue.upHeap(PriorityQueue.java:264)
>[junit4]    > 	at
>org.apache.lucene.util.PriorityQueue.add(PriorityQueue.java:141)
>[junit4]    > 	at
>org.apache.lucene.util.TestPriorityQueue.testIteratorRandom(TestPriorityQueue.java:241)
>[junit4]    > 	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>Method)
>[junit4]    > 	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>[junit4]    > 	at
>java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>[junit4]    > 	at
>java.base/java.lang.reflect.Method.invoke(Method.java:564)
>   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
>[junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {},
>docValues:{}, maxPointsInLeafNode=523,
>maxMBSortInHeap=7.990517431071455,
>sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1daeeb76),
>locale=zh-Hans-HK, timezone=US/Pacific
>[junit4]   2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation
>9.0.4 (64-bit)/cpus=8,threads=1,free=488209840,total=519569408
>[junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterUnicode,
>TestBytesRefHash, TestMutableValues, TestPriorityQueue]
>[junit4] Completed [14/497 (1!)] on J1 in 0.33s, 10 tests, 1 failure
><<< FAILURES!
>
>[...truncated 14123 lines...]
>  [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
>[junit4]   2> Creating dataDir:
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001
>[junit4]   2> 1892362 WARN 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
>[junit4]   2> 1892362 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
>w/NUMERIC_DOCVALUES_SYSPROP=true
>[junit4]   2> 1892362 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-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> 1892363 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
>test.solr.allowed.securerandom=null &
>java.security.egd=file:/dev/./urandom
>[junit4]   2> 1892363 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.SolrTestCaseJ4 ####initCore
>[junit4]   2> 1892363 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from
>paths:
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
>[junit4]   2> 1892382 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
>[junit4]   2> 1892414 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.s.IndexSchema [null] Schema name=test
>[junit4]   2> 1892554 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
>[junit4]   2> 1892970 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
>2147483647 transient cores
>[junit4]   2> 1892971 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
>history in memory.
>[junit4]   2> 1892983 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
>'solr.node') enabled at server:
>com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
>[junit4]   2> 1892991 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
>'solr.jvm') enabled at server:
>com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
>[junit4]   2> 1892991 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
>'solr.jetty') enabled at server:
>com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
>[junit4]   2> 1892997 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to
>classloader, from paths:
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
>[junit4]   2> 1893022 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
>[junit4]   2> 1893082 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
>[junit4]   2> 1893194 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid
>field id
>[junit4]   2> 1893208 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1'
>using configuration from instancedir
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
>trusted=true
>[junit4]   2> 1893209 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
>'solr.core.collection1' (registry 'solr.core.collection1') enabled at
>server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
>[junit4]   2> 1893209 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
>[junit4]   2> 1893209 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore
>at
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
>dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001/]
>[junit4]   2> 1893210 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
>class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
>minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807,
>maxMergeSizeForForcedMerge=9223372036854775807,
>calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
>maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
>[junit4]   2> 1893280 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>[junit4]   2> 1893281 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>[junit4]   2> 1893281 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
>class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>maxMergeAtOnce=26, maxMergeAtOnceExplicit=50,
>maxMergedSegmentMB=80.4990234375, floorSegmentMB=0.3076171875,
>forceMergeDeletesPctAllowed=5.7126096354298745, segmentsPerTier=28.0,
>maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
>reclaimDeletesWeight=0.6482474024410427
>[junit4]   2> 1893282 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.s.SolrIndexSearcher Opening
>[Searcher@3fae975[collection1] main]
>[junit4]   2> 1893282 WARN  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
>directory
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
>switching to use InMemory storage instead.
>[junit4]   2> 1893283 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
>[junit4]   2> 1893283 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1893289 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
>{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
>[junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
>{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
>[junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
>[junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
>{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
>[junit4]   2> 1893290 INFO  (coreLoadExecutor-8185-thread-1) [   
>x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
>10000ms.
>[junit4]   2> 1893291 INFO 
>(SUITE-InfixSuggestersTest-seed#[6E7FF223503CEE32]-worker) [    ]
>o.a.s.SolrTestCaseJ4 ####initCore end
>[junit4]   2> 1893293 INFO 
>(searcherExecutor-8186-thread-1-processing-x:collection1) [   
>x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
>Searcher@3fae975[collection1]
>main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>[junit4]   2> 1893293 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.SolrTestCaseJ4 ###Starting testShutdownDuringBuild
>[junit4]   2> 1893294 INFO  (AnalyzingInfixSuggesterTest-7533-thread-1)
>[    ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with :
>qt=/suggest_analyzing_infix_long_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
>[junit4]   2> 1893295 INFO  (AnalyzingInfixSuggesterTest-7533-thread-1)
>[    ] o.a.s.s.s.SolrSuggester
>SolrSuggester.build(longRandomAnalyzingInfixSuggester)
>[junit4]   2> 1893394 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.c.CoreContainer Shutting down CoreContainer
>instance=102635286
>[junit4]   2> 1893394 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.m.SolrMetricManager Closing metric reporters for
>registry=solr.node, tag=null
>[junit4]   2> 1893394 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.m.r.SolrJmxReporter Closing reporter
>[org.apache.solr.metrics.reporters.SolrJmxReporter@72547a7b: rootName =
>null, domain = solr.node, service url = null, agent id = null] for
>registry solr.node / com.codahale.metrics.MetricRegistry@34b31c56
>[junit4]   2> 1893401 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.m.SolrMetricManager Closing metric reporters for
>registry=solr.jvm, tag=null
>[junit4]   2> 1893401 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.m.r.SolrJmxReporter Closing reporter
>[org.apache.solr.metrics.reporters.SolrJmxReporter@6a9eb9b9: rootName =
>null, domain = solr.jvm, service url = null, agent id = null] for
>registry solr.jvm / com.codahale.metrics.MetricRegistry@56388e0
>[junit4]   2> 1893404 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.m.SolrMetricManager Closing metric reporters for
>registry=solr.jetty, tag=null
>[junit4]   2> 1893404 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.m.r.SolrJmxReporter Closing reporter
>[org.apache.solr.metrics.reporters.SolrJmxReporter@499a928b: rootName =
>null, domain = solr.jetty, service url = null, agent id = null] for
>registry solr.jetty / com.codahale.metrics.MetricRegistry@e80f621
>[junit4]   2> 1893428 INFO  (coreCloseExecutor-8190-thread-1) [   
>x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore
>org.apache.solr.core.SolrCore@27dd5595
>[junit4]   2> 1893428 INFO  (coreCloseExecutor-8190-thread-1) [   
>x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
>registry=solr.core.collection1, tag=27dd5595
>[junit4]   2> 1893428 INFO  (coreCloseExecutor-8190-thread-1) [   
>x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
>[org.apache.solr.metrics.reporters.SolrJmxReporter@4aa874e4: rootName =
>null, domain = solr.core.collection1, service url = null, agent id =
>null] for registry solr.core.collection1 /
>com.codahale.metrics.MetricRegistry@1e352471
>[junit4]   2> 1893734 ERROR (AnalyzingInfixSuggesterTest-7533-thread-1)
>[    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
>qt=/suggest_analyzing_infix_long_dictionary&suggest.buildAll=true&wt=xml:org.apache.solr.common.SolrException:
>SolrCoreState already closed.
>[junit4]   2> 	at
>org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
>[junit4]   2> 	at
>org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
>[junit4]   2> 	at
>org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
>[junit4]   2> 	at
>org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
>[junit4]   2> 	at
>org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
>[junit4]   2> 	at
>org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
>[junit4]   2> 	at
>org.apache.solr.util.TestHarness.query(TestHarness.java:337)
>[junit4]   2> 	at
>org.apache.solr.util.TestHarness.query(TestHarness.java:319)
>[junit4]   2> 	at
>org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
>[junit4]   2> 	at
>org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
>[junit4]   2> 	at
>org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$2(InfixSuggestersTest.java:122)
>[junit4]   2> 	at
>org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
>[junit4]   2> 	at
>org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
>[junit4]   2> 	at
>java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>[junit4]   2> 	at
>org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
>[junit4]   2> 	at
>java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
>[junit4]   2> 	at
>java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
>   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
>   [junit4]   2> 
>[junit4]   2> 1893740 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.SolrTestCaseJ4 ####initCore
>[junit4]   2> 1893741 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
>from paths:
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
>[junit4]   2> 1893757 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
>[junit4]   2> 1893764 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.s.IndexSchema [null] Schema name=test
>[junit4]   2> 1893860 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field
>id
>[junit4]   2> 1893968 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache
>for 2147483647 transient cores
>[junit4]   2> 1893968 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping
>metrics history in memory.
>[junit4]   2> 1893981 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node'
>(registry 'solr.node') enabled at server:
>com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
>[junit4]   2> 1893990 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm'
>(registry 'solr.jvm') enabled at server:
>com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
>[junit4]   2> 1893990 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty'
>(registry 'solr.jetty') enabled at server:
>com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
>[junit4]   2> 1893991 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to
>classloader, from paths:
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
>[junit4]   2> 1894006 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
>[junit4]   2> 1894013 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
>[junit4]   2> 1894090 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid
>field id
>[junit4]   2> 1894098 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1'
>using configuration from instancedir
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
>trusted=true
>[junit4]   2> 1894098 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
>'solr.core.collection1' (registry 'solr.core.collection1') enabled at
>server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
>[junit4]   2> 1894098 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
>[junit4]   2> 1894098 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore
>at
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
>dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001/]
>[junit4]   2> 1894137 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>[junit4]   2> 1894137 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>[junit4]   2> 1894138 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
>class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
>minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807,
>maxMergeSizeForForcedMerge=9223372036854775807,
>calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
>maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
>[junit4]   2> 1894138 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.s.SolrIndexSearcher Opening
>[Searcher@33cee1cc[collection1] main]
>[junit4]   2> 1894138 WARN  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
>directory
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
>switching to use InMemory storage instead.
>[junit4]   2> 1894139 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
>[junit4]   2> 1894139 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1894139 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
>{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1894139 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
>[junit4]   2> 1894139 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1894140 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
>{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1894140 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
>[junit4]   2> 1894140 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
>[junit4]   2> 1894140 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
>{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
>[junit4]   2> 1894140 INFO  (coreLoadExecutor-8200-thread-1) [   
>x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
>10000ms.
>[junit4]   2> 1894140 INFO 
>(searcherExecutor-8201-thread-1-processing-x:collection1) [   
>x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
>Searcher@33cee1cc[collection1]
>main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>[junit4]   2> 1894141 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.SolrTestCaseJ4 ####initCore end
>[junit4]   2> 1894141 INFO 
>(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[6E7FF223503CEE32])
>[    ] o.a.s.SolrTestCaseJ4 ###Ending testShutdownDuringBuild
>[junit4]   2> NOTE: reproduce with: ant test 
>-Dtestcase=InfixSuggestersTest -Dtests.method=testShutdownDuringBuild
>-Dtests.seed=6E7FF223503CEE32 -Dtests.multiplier=3 -Dtests.slow=true
>-Dtests.locale=cy-GB -Dtests.timezone=Asia/Macau -Dtests.asserts=true
>-Dtests.file.encoding=UTF-8
>[junit4] ERROR   0.85s J2 | InfixSuggestersTest.testShutdownDuringBuild
><<<
>[junit4]    > Throwable #1: java.util.concurrent.ExecutionException:
>junit.framework.AssertionFailedError: Unexpected wrapped exception
>type, expected CoreIsClosedException
>[junit4]    > 	at
>__randomizedtesting.SeedInfo.seed([6E7FF223503CEE32:B1F2909C6E55BB50]:0)
>[junit4]    > 	at
>java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
>[junit4]    > 	at
>java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
>[junit4]    > 	at
>org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
>[junit4]    > 	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>Method)
>[junit4]    > 	at
>java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>[junit4]    > 	at
>java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>[junit4]    > 	at
>java.base/java.lang.reflect.Method.invoke(Method.java:564)
>   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
>[junit4]    > Caused by: junit.framework.AssertionFailedError:
>Unexpected wrapped exception type, expected CoreIsClosedException
>[junit4]    > 	at
>org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
>[junit4]    > 	at
>org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
>[junit4]    > 	at
>java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>[junit4]    > 	at
>org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
>[junit4]    > 	at
>java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
>[junit4]    > 	at
>java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
>   [junit4]    > 	... 1 more
>[junit4]    > Caused by: java.lang.RuntimeException: Exception during
>query
>[junit4]    > 	at
>org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
>[junit4]    > 	at
>org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
>[junit4]    > 	at
>org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$2(InfixSuggestersTest.java:122)
>[junit4]    > 	at
>org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
>   [junit4]    > 	... 6 more
>[junit4]    > Caused by: org.apache.solr.common.SolrException:
>SolrCoreState already closed.
>[junit4]    > 	at
>org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
>[junit4]    > 	at
>org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
>[junit4]    > 	at
>org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
>[junit4]    > 	at
>org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
>[junit4]    > 	at
>org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
>[junit4]    > 	at
>org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
>[junit4]    > 	at
>org.apache.solr.util.TestHarness.query(TestHarness.java:337)
>[junit4]    > 	at
>org.apache.solr.util.TestHarness.query(TestHarness.java:319)
>[junit4]    > 	at
>org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
>   [junit4]    > 	... 9 more
>[junit4]   2> 1894144 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    ] o.a.s.SolrTestCaseJ4 ###Starting
>testTwoSuggestersBuildThenReload
>[junit4]   2> 1894144 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with :
>qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
>[junit4]   2> 1894144 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    ] o.a.s.s.s.SolrSuggester
>SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
>[junit4]   2> 1894150 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    ] o.a.s.s.s.RandomTestDictionaryFactory
>org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
>disabled after emitting 100 items.
>[junit4]   2> 1894498 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    ] o.a.s.h.c.SuggestComponent SuggestComponent process with :
>qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
>[junit4]   2> 1894498 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null
>params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
>status=0 QTime=354
>[junit4]   2> 1894499 ERROR
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
>[junit4]   2> 1894500 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
>from paths:
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
>[junit4]   2> 1894513 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
>[junit4]   2> 1894520 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    ] o.a.s.s.IndexSchema [collection1] Schema name=test
>[junit4]   2> 1894608 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field
>id
>[junit4]   2> 1894613 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using
>configuration from instancedir
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
>[junit4]   2> 1894634 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
>'solr.core.collection1' (registry 'solr.core.collection1') enabled at
>server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
>[junit4]   2> 1894634 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new
>SolrCore at
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
>dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001/]
>[junit4]   2> 1894667 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>[junit4]   2> 1894667 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>[junit4]   2> 1894668 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.SolrIndexSearcher Opening
>[Searcher@45332b26[collection1] main]
>[junit4]   2> 1894668 WARN 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to
>config directory
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
>switching to use InMemory storage instead.
>[junit4]   2> 1894669 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent Initializing
>SuggestComponent
>[junit4]   2> 1894669 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1894669 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with
>params:
>{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1894669 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent Initializing
>SuggestComponent
>[junit4]   2> 1894669 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1894670 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with
>params:
>{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1894670 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent Initializing
>SuggestComponent
>[junit4]   2> 1894670 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
>[junit4]   2> 1894670 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with
>params:
>{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
>[junit4]   2> 1894670 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved
>for 10000ms.
>[junit4]   2> 1894670 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>wrapping class org.apache.lucene.index.LogDocMergePolicy:
>[LogDocMergePolicy: minMergeSize=1000, mergeFactor=11,
>maxMergeSize=9223372036854775807,
>maxMergeSizeForForcedMerge=9223372036854775807,
>calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
>maxCFSSegmentSizeMB=8.796093022207999E12,
>noCFSRatio=0.4216934460010745]
>[junit4]   2> 1894671 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is
>ready to be used.
>[junit4]   2> 1894671 INFO 
>(searcherExecutor-8205-thread-1-processing-x:collection1) [   
>x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
>Searcher@45332b26[collection1]
>main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>[junit4]   2> 1894671 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.SolrIndexSearcher Opening
>[Searcher@163bd8dd[collection1] main]
>[junit4]   2> 1894672 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore
>org.apache.solr.core.SolrCore@c211b47
>[junit4]   2> 1894672 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters
>for registry=solr.core.collection1, tag=c211b47
>[junit4]   2> 1894672 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
>[org.apache.solr.metrics.reporters.SolrJmxReporter@6cdc0aa5: rootName =
>null, domain = solr.core.collection1, service url = null, agent id =
>null] for registry solr.core.collection1 /
>com.codahale.metrics.MetricRegistry@68c78b48
>[junit4]   2> 1894672 INFO 
>(searcherExecutor-8205-thread-1-processing-x:collection1) [   
>x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
>Searcher@163bd8dd[collection1]
>main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>[junit4]   2> 1894679 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare
>with :
>qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
>[junit4]   2> 1894679 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester
>SolrSuggester.build(shortRandomBlendedInfixSuggester)
>[junit4]   2> 1894692 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory
>org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester
>disabled after emitting 100 items.
>[junit4]   2> 1894867 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process
>with :
>qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
>[junit4]   2> 1894867 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null
>path=null
>params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml}
>status=0 QTime=187
>[junit4]   2> 1894867 ERROR
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core
>descriptor from
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
>[junit4]   2> 1894868 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to
>classloader, from paths:
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
>[junit4]   2> 1894892 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
>[junit4]   2> 1894902 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
>[junit4]   2> 1894985 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with
>uniqueid field id
>[junit4]   2> 1894990 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore
>'collection1' using configuration from instancedir
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
>[junit4]   2> 1895006 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
>'solr.core.collection1' (registry 'solr.core.collection1') enabled at
>server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
>[junit4]   2> 1895006 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new
>SolrCore at
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
>dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001/]
>[junit4]   2> 1895037 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>[junit4]   2> 1895037 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>[junit4]   2> 1895038 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.SolrIndexSearcher Opening
>[Searcher@fef7820[collection1] main]
>[junit4]   2> 1895039 WARN 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to
>config directory
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
>switching to use InMemory storage instead.
>[junit4]   2> 1895039 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent Initializing
>SuggestComponent
>[junit4]   2> 1895039 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1895040 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with
>params:
>{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1895040 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent Initializing
>SuggestComponent
>[junit4]   2> 1895040 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1895040 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with
>params:
>{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1895040 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent Initializing
>SuggestComponent
>[junit4]   2> 1895040 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
>[junit4]   2> 1895041 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with
>params:
>{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
>[junit4]   2> 1895041 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved
>for 10000ms.
>[junit4]   2> 1895048 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
>[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10,
>maxMergeSize=244137142, maxMergeSizeForForcedMerge=9223372036854775807,
>calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
>maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
>[junit4]   2> 1895048 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is
>ready to be used.
>[junit4]   2> 1895049 INFO 
>(searcherExecutor-8209-thread-1-processing-x:collection1) [   
>x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
>Searcher@fef7820[collection1]
>main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>[junit4]   2> 1895050 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.SolrIndexSearcher Opening
>[Searcher@28db4bfd[collection1] main]
>[junit4]   2> 1895050 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore
>org.apache.solr.core.SolrCore@63e13a9c
>[junit4]   2> 1895050 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters
>for registry=solr.core.collection1, tag=63e13a9c
>[junit4]   2> 1895050 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
>[org.apache.solr.metrics.reporters.SolrJmxReporter@6cbdb3a5: rootName =
>null, domain = solr.core.collection1, service url = null, agent id =
>null] for registry solr.core.collection1 /
>com.codahale.metrics.MetricRegistry@68c78b48
>[junit4]   2> 1895051 INFO 
>(searcherExecutor-8209-thread-1-processing-x:collection1) [   
>x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
>Searcher@28db4bfd[collection1]
>main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>[junit4]   2> 1895056 INFO 
>(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending
>testTwoSuggestersBuildThenReload
>[junit4]   2> 1895058 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting
>testBlendedInfixSuggesterBuildThenReload
>[junit4]   2> 1895058 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare
>with :
>qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
>[junit4]   2> 1895058 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester
>SolrSuggester.build(shortRandomBlendedInfixSuggester)
>[junit4]   2> 1895069 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory
>org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester
>disabled after emitting 100 items.
>[junit4]   2> 1895206 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process
>with :
>qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
>[junit4]   2> 1895206 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null
>path=null
>params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml}
>status=0 QTime=148
>[junit4]   2> 1895206 ERROR
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core
>descriptor from
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
>[junit4]   2> 1895207 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to
>classloader, from paths:
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
>[junit4]   2> 1895219 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
>[junit4]   2> 1895226 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
>[junit4]   2> 1895308 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with
>uniqueid field id
>[junit4]   2> 1895314 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore
>'collection1' using configuration from instancedir
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
>[junit4]   2> 1895331 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
>'solr.core.collection1' (registry 'solr.core.collection1') enabled at
>server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
>[junit4]   2> 1895331 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new
>SolrCore at
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
>dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001/]
>[junit4]   2> 1895369 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>[junit4]   2> 1895369 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>[junit4]   2> 1895370 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.SolrIndexSearcher Opening
>[Searcher@1dd119f0[collection1] main]
>[junit4]   2> 1895370 WARN 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to
>config directory
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
>switching to use InMemory storage instead.
>[junit4]   2> 1895371 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent Initializing
>SuggestComponent
>[junit4]   2> 1895371 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1895372 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with
>params:
>{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1895372 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent Initializing
>SuggestComponent
>[junit4]   2> 1895372 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1895372 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with
>params:
>{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
>[junit4]   2> 1895372 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.c.SuggestComponent Initializing
>SuggestComponent
>[junit4]   2> 1895372 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester init:
>{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
>[junit4]   2> 1895373 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with
>params:
>{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
>[junit4]   2> 1895373 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved
>for 10000ms.
>[junit4]   2> 1895374 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy
>wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
>[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34,
>maxMergeSize=2147483648,
>maxMergeSizeForForcedMerge=9223372036854775807,
>calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
>maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
>[junit4]   2> 1895374 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is
>ready to be used.
>[junit4]   2> 1895375 INFO 
>(searcherExecutor-8213-thread-1-processing-x:collection1) [   
>x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
>Searcher@1dd119f0[collection1]
>main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>[junit4]   2> 1895375 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.s.SolrIndexSearcher Opening
>[Searcher@538895f9[collection1] main]
>[junit4]   2> 1895376 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore
>org.apache.solr.core.SolrCore@44d726f6
>[junit4]   2> 1895376 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters
>for registry=solr.core.collection1, tag=44d726f6
>[junit4]   2> 1895376 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
>[org.apache.solr.metrics.reporters.SolrJmxReporter@68144933: rootName =
>null, domain = solr.core.collection1, service url = null, agent id =
>null] for registry solr.core.collection1 /
>com.codahale.metrics.MetricRegistry@68c78b48
>[junit4]   2> 1895377 INFO 
>(searcherExecutor-8213-thread-1-processing-x:collection1) [   
>x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
>Searcher@538895f9[collection1]
>main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>[junit4]   2> 1895385 INFO 
>(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[6E7FF223503CEE32])
>[    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending
>testBlendedInfixSuggesterBuildThenReload
>[junit4]   2> 1895386 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>  x:collection1] o.a.s.SolrTestCaseJ4 ###Starting test2xBuildReload
>[junit4]   2> 1895386 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with
>:
>qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
>[junit4]   2> 1895386 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>x:collection1] o.a.s.s.s.SolrSuggester
>SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
>[junit4]   2> 1895391 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>x:collection1] o.a.s.s.s.RandomTestDictionaryFactory
>org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
>disabled after emitting 100 items.
>[junit4]   2> 1895606 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with
>:
>qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
>[junit4]   2> 1895606 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null
>params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
>status=0 QTime=220
>[junit4]   2> 1895607 ERROR
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core
>descriptor from
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
>[junit4]   2> 1895607 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to
>classloader, from paths:
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
>[junit4]   2> 1895621 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>  x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
>[junit4]   2> 1895638 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>  x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
>[junit4]   2> 1895720 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid
>field id
>[junit4]   2> 1895728 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1'
>using configuration from instancedir
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
>[junit4]   2> 1895750 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
>'solr.core.collection1' (registry 'solr.core.collection1') enabled at
>server: com.sun.jmx.mbeanserver.JmxMBeanServer@6635a491
>[junit4]   2> 1895750 INFO 
>(TEST-InfixSuggestersTest.test2xBuildReload-seed#[6E7FF223503CEE32]) [ 
>x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore
>at
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
>dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.InfixSuggestersTest_6E7FF223503CEE32-001/init-core-data-001/]
>   [junit4]   2> 1
>
>[...truncated too long message...]
>
>rations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>[javac] Creating empty
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/classes/test/org/apache/solr/cloud/autoscaling/sim/package-info.class
>[copy] Copying 1 file to
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/classes/test
>
>common-solr.compile-test:
>
>compile-test:
>
>BUILD SUCCESSFUL
>Total time: 56 seconds
>[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
>-Dtests.class="*.InfixSuggestersTest" -Dtests.showOutput=onerror
>"-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
>-Dtests.seed=6E7FF223503CEE32 -Dtests.multiplier=3 -Dtests.slow=true
>-Dtests.locale=cy-GB -Dtests.timezone=Asia/Macau -Dtests.asserts=true
>-Dtests.file.encoding=UTF-8
>Buildfile:
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build.xml
>
>-clover.disable:
>
>ivy-configure:
>[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 ::
>http://ant.apache.org/ivy/ ::
>[ivy:configure] :: loading settings :: file =
>/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml
>
>install-junit4-taskdef:
>
>ivy-availability-check:
>[loadresource] Do not set property disallowed.ivy.jars.list as its
>length is 0.
>
>-ivy-fail-disallowed-ivy-version:
>
>ivy-fail:
>
>resolve-groovy:
>[ivy:cachepath] :: resolving dependencies ::
>org.codehaus.groovy#groovy-all-caller;working
>[ivy:cachepath] 	confs: [default]
>[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.15 in public
>[ivy:cachepath] :: resolution report :: resolve 10ms :: artifacts dl
>0ms
>	---------------------------------------------------------------------
>	|                  |            modules            ||   artifacts   |
>	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
>	---------------------------------------------------------------------
>	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
>	---------------------------------------------------------------------
>
>-init-totals:
>
>-test:
>[mkdir] Created dir:
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test
>[junit4:pickseed] Seed property 'tests.seed' already defined:
>6E7FF223503CEE32
>[mkdir] Created dir:
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp
>   [junit4] <JUnit4> says g'day! Master seed: 6E7FF223503CEE32
>   [junit4] Executing 5 suites with 3 JVMs.
>   [junit4] 
>   [junit4] Started J1 PID(20388@serv1.sd-datasolutions.de).
>   [junit4] Started J0 PID(20389@serv1.sd-datasolutions.de).
>   [junit4] Started J2 PID(20390@serv1.sd-datasolutions.de).
>  [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
>[junit4] OK      1.67s J1 | InfixSuggestersTest.testShutdownDuringBuild
>[junit4] OK      1.87s J1 |
>InfixSuggestersTest.testTwoSuggestersBuildThenReload
>[junit4] OK      0.64s J1 |
>InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
>   [junit4] OK      1.61s J1 | InfixSuggestersTest.test2xBuildReload
>  [junit4] OK      1.12s J1 | InfixSuggestersTest.testBuildThen2xReload
>  [junit4] OK      1.68s J1 | InfixSuggestersTest.testReloadDuringBuild
>[junit4] OK      0.77s J1 |
>InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
>   [junit4] Completed [1/5] on J1 in 15.00s, 7 tests
>   [junit4] 
>  [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
>[junit4] OK      2.21s J0 | InfixSuggestersTest.testShutdownDuringBuild
>[junit4] OK      1.69s J0 |
>InfixSuggestersTest.testTwoSuggestersBuildThenReload
>[junit4] OK      0.80s J0 |
>InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
>   [junit4] OK      1.43s J0 | InfixSuggestersTest.test2xBuildReload
>  [junit4] OK      1.51s J0 | InfixSuggestersTest.testBuildThen2xReload
>  [junit4] OK      1.75s J0 | InfixSuggestersTest.testReloadDuringBuild
>[junit4] OK      0.47s J0 |
>InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
>   [junit4] Completed [2/5] on J0 in 15.34s, 7 tests
>   [junit4] 
>[junit4] Duplicate suite name used with XML reports:
>org.apache.solr.handler.component.InfixSuggestersTest. This may confuse
>tools that process XML reports. Set 'ignoreDuplicateSuites' to true to
>skip this message.
>  [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
>[junit4] OK      1.68s J2 | InfixSuggestersTest.testShutdownDuringBuild
>[junit4] OK      2.16s J2 |
>InfixSuggestersTest.testTwoSuggestersBuildThenReload
>[junit4] OK      1.01s J2 |
>InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
>   [junit4] OK      1.40s J2 | InfixSuggestersTest.test2xBuildReload
>  [junit4] OK      1.39s J2 | InfixSuggestersTest.testBuildThen2xReload
>  [junit4] OK      2.00s J2 | InfixSuggestersTest.testReloadDuringBuild
>[junit4] OK      0.64s J2 |
>InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
>   [junit4] Completed [3/5] on J2 in 16.01s, 7 tests
>   [junit4] 
>  [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
>[junit4] OK      0.97s J1 | InfixSuggestersTest.testShutdownDuringBuild
>[junit4] OK      0.58s J1 |
>InfixSuggestersTest.testTwoSuggestersBuildThenReload
>[junit4] OK      0.32s J1 |
>InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
>   [junit4] OK      0.52s J1 | InfixSuggestersTest.test2xBuildReload
>  [junit4] OK      0.45s J1 | InfixSuggestersTest.testBuildThen2xReload
>  [junit4] OK      0.94s J1 | InfixSuggestersTest.testReloadDuringBuild
>[junit4] OK      0.33s J1 |
>InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
>   [junit4] Completed [4/5] on J1 in 5.10s, 7 tests
>   [junit4] 
>  [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
>[junit4] OK      0.92s J0 | InfixSuggestersTest.testShutdownDuringBuild
>[junit4] OK      0.58s J0 |
>InfixSuggestersTest.testTwoSuggestersBuildThenReload
>[junit4] OK      0.33s J0 |
>InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
>   [junit4] OK      0.52s J0 | InfixSuggestersTest.test2xBuildReload
>  [junit4] OK      0.54s J0 | InfixSuggestersTest.testBuildThen2xReload
>  [junit4] OK      1.09s J0 | InfixSuggestersTest.testReloadDuringBuild
>[junit4] OK      0.27s J0 |
>InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
>   [junit4] Completed [5/5] on J0 in 5.16s, 7 tests
>   [junit4] 
>   [junit4] JVM J0:     0.64 ..    22.12 =    21.47s
>   [junit4] JVM J1:     0.64 ..    21.86 =    21.22s
>   [junit4] JVM J2:     0.65 ..    17.77 =    17.13s
>   [junit4] Execution time total: 22 seconds
>   [junit4] Tests summary: 5 suites, 35 tests
>[junit4] Could not remove temporary path:
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
>(java.nio.file.DirectoryNotEmptyException: Remaining files:
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp])
>[junit4] Could not remove temporary path:
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
>(java.nio.file.DirectoryNotEmptyException: Remaining files:
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp])
>[junit4] Could not remove temporary path:
>/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
>(java.nio.file.DirectoryNotEmptyException: Remaining files:
>[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp])
>     [echo] 5 slowest tests:
>[junit4:tophints] 116.46s | org.apache.solr.update.SoftAutoCommitTest
>[junit4:tophints] 108.25s | org.apache.solr.cloud.ZkFailoverTest
>[junit4:tophints] 105.75s | org.apache.solr.cloud.TestTlogReplica
>[junit4:tophints] 103.70s | org.apache.solr.cloud.DeleteReplicaTest
>[junit4:tophints]  97.68s |
>org.apache.solr.cloud.TestPullReplicaErrorHandling
>
>-check-totals:
>WARNING: An illegal reflective access operation has occurred
>WARNING: Illegal reflective access by
>org.codehaus.groovy.reflection.CachedClass
>(file:/home/jenkins/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.4.15.jar)
>to method java.lang.Object.finalize()
>WARNING: Please consider reporting this to the maintainers of
>org.codehaus.groovy.reflection.CachedClass
>WARNING: Use --illegal-access=warn to enable warnings of further
>illegal reflective access operations
>WARNING: All illegal access operations will be denied in a future
>release
>
>test-nocompile:
>
>BUILD SUCCESSFUL
>Total time: 24 seconds
>[repro] Failures:
>[repro]   0/5 failed:
>org.apache.solr.handler.component.InfixSuggestersTest
>[repro]   5/5 failed: org.apache.lucene.util.TestPriorityQueue
>[repro] Exiting with code 256
>+ mv lucene/build lucene/build.repro
>+ mv solr/build solr/build.repro
>+ mv lucene/build.orig lucene/build
>+ mv solr/build.orig solr/build
>Archiving artifacts
>Setting
>ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
>[WARNINGS] Parsing warnings in console log with parser Java Compiler
>(javac)
>Setting
>ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
>Setting
>ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
><Git Blamer> Using GitBlamer to create author and commit information
>for all warnings.
><Git Blamer> GIT_COMMIT=c97f27b06c1d7c250e9596a9bc7bf5ca11ef6ad3,
>workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
>[WARNINGS] Computing warning deltas based on reference build #22462
>Recording test results
>Setting
>ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
>Build step 'Publish JUnit test result report' changed build result to
>UNSTABLE
>Email was triggered for: Unstable (Test Failures)
>Sending email for trigger: Unstable (Test Failures)
>Setting
>ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
>Setting
>ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
>Setting
>ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
>Setting
>ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

--
Uwe Schindler
Achterdiek 19, 28357 Bremen
https://www.thetaphi.de