You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/12/20 04:25:31 UTC

[JENKINS] Lucene-Solr-BadApples-master-Linux (64bit/jdk-11.0.4) - Build # 306 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/306/
Java: 64bit/jdk-11.0.4 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:35223/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:35223/solr/c1]
	at __randomizedtesting.SeedInfo.seed([3562A6D7EC2B1745:E3C0ECF3F3F8240F]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:35223/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:35223/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more


FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:42431/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:42431/solr/c1]
	at __randomizedtesting.SeedInfo.seed([3562A6D7EC2B1745:E3C0ECF3F3F8240F]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:42431/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42431/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more


FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:34153/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:34153/solr/c1]
	at __randomizedtesting.SeedInfo.seed([3562A6D7EC2B1745:E3C0ECF3F3F8240F]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:34153/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34153/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more


FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:42819/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:42819/solr/c1]
	at __randomizedtesting.SeedInfo.seed([3562A6D7EC2B1745:E3C0ECF3F3F8240F]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:42819/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42819/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more


FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:32897/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:32897/solr/c1]
	at __randomizedtesting.SeedInfo.seed([3562A6D7EC2B1745:E3C0ECF3F3F8240F]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2731)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2719)
	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:32897/solr/c1]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2849)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2724)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:32897/solr/c1: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 49 more




Build Log:
[...truncated 2124 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J1-20191220_025642_7096345295531530654737.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J2-20191220_025642_71016996616252941952231.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J0-20191220_025642_7104216634272110466072.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 307 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20191220_030607_3172099610940682796371.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20191220_030607_3178348856729426402180.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20191220_030607_3175011379475860394140.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 1088 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20191220_030744_5042794044211049725202.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20191220_030744_50416308688054812920163.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20191220_030744_50410150356048952246293.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 241 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20191220_030956_4926400437145935991289.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20191220_030956_4923813792142324907691.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20191220_030956_49213303816677790797198.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 209 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20191220_031008_54510666732692986219011.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20191220_031008_54514924903680491472994.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20191220_031008_54517211560105877632216.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 154 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20191220_031140_125342088438913259776.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20191220_031140_12518302741118412838729.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20191220_031140_12513007787752695045174.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 180 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J2-20191220_031144_64416558338320482692179.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J1-20191220_031144_64413156228204648908851.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J0-20191220_031144_6446775518364215775219.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 160 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20191220_031230_4743709958743793148356.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20191220_031230_47413420857874454980269.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20191220_031230_4741384180326206843592.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 168 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20191220_031233_81412194843113820863833.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20191220_031233_81410652932677919164441.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20191220_031233_81418143283594373651286.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 153 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20191220_031244_2764029386883434451678.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20191220_031244_27611435083110299483549.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 157 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20191220_031301_6524668918992625871904.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20191220_031301_6526635442839298569901.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20191220_031301_6525308865921142391896.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20191220_031305_01413885370887635125738.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20191220_031305_0143828678505333076423.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 19 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20191220_031305_0149260064593518993490.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 1449 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20191220_031339_09112646836693915915891.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20191220_031339_0928158757071037731968.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20191220_031339_0914545028952966318876.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 235 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/classification/test/temp/junit4-J2-20191220_031348_97310692087199043844243.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/classification/test/temp/junit4-J0-20191220_031348_9732387628178627732956.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/classification/test/temp/junit4-J1-20191220_031348_9733137019290364990068.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 276 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20191220_031404_420413332880701160237.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20191220_031404_4209931232458011259715.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 4 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20191220_031404_4206636963635325698350.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 206 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/demo/test/temp/junit4-J2-20191220_031659_1271573566680239519204.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/demo/test/temp/junit4-J1-20191220_031659_1274910365604598870996.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/demo/test/temp/junit4-J0-20191220_031659_12715020515227807658188.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 173 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20191220_031702_9821708592706075157504.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20191220_031702_9826776817810971030922.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20191220_031702_9828534571233250254403.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 229 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/facet/test/temp/junit4-J2-20191220_031709_87310896418206088234672.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/facet/test/temp/junit4-J1-20191220_031709_8739422638350977561574.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/facet/test/temp/junit4-J0-20191220_031709_87313108506116583437203.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20191220_031745_0185708144092281508140.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20191220_031745_0186360249071911160467.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20191220_031745_0187968652609091825771.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 246 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20191220_031757_0344907112732453300556.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20191220_031757_03410906319097520470600.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20191220_031757_03511889273162199502909.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 166 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/join/test/temp/junit4-J1-20191220_031822_64512518420252882717866.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/join/test/temp/junit4-J0-20191220_031822_6455571256548842062902.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/join/test/temp/junit4-J2-20191220_031822_6459315158828026071780.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 268 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/luke/test/temp/junit4-J0-20191220_031843_15014409849248682873663.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/luke/test/temp/junit4-J1-20191220_031843_1501996582590951854470.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/luke/test/temp/junit4-J2-20191220_031843_15012700025355759186716.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 149 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/memory/test/temp/junit4-J0-20191220_031849_3171762167212011320695.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/memory/test/temp/junit4-J1-20191220_031849_31712372031183656464366.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 180 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/misc/test/temp/junit4-J1-20191220_031859_1588795622280447016366.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/misc/test/temp/junit4-J0-20191220_031859_1585926590447117710749.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/misc/test/temp/junit4-J2-20191220_031859_15810365245933501655570.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 251 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/monitor/test/temp/junit4-J2-20191220_031929_72814258507964793578981.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/monitor/test/temp/junit4-J0-20191220_031929_7289180699352074279536.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/monitor/test/temp/junit4-J1-20191220_031929_7287633673829227427923.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 311 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/queries/test/temp/junit4-J1-20191220_031939_9828470097437368902212.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/queries/test/temp/junit4-J0-20191220_031939_9824401162460804551588.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/queries/test/temp/junit4-J2-20191220_031939_9821163053932371102807.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 223 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/queryparser/test/temp/junit4-J2-20191220_031951_38114590522869653869477.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/queryparser/test/temp/junit4-J0-20191220_031951_3819989388318635748741.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20191220_031951_3818569540773474342614.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 209 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/replicator/test/temp/junit4-J1-20191220_032001_68918311743961093226770.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20191220_032001_6897431166299900454648.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/replicator/test/temp/junit4-J0-20191220_032001_6895181586377010902573.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 278 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20191220_032015_01516761552952879062626.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20191220_032015_0159612481236715817680.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 15 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20191220_032015_01515694194125370330921.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 294 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20191220_032413_8886611432140686126618.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20191220_032413_88910045349280221850124.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20191220_032413_88812747729262563261029.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 148 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/spatial/test/temp/junit4-J0-20191220_032458_44113970755351805149412.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20191220_032500_134376801476956030339.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20191220_032500_13315407587159964012045.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20191220_032500_13316233605546913939072.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 251 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/suggest/test/temp/junit4-J0-20191220_032634_0144844218566493383933.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/suggest/test/temp/junit4-J1-20191220_032634_0142603745122773777883.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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-BadApples-master-Linux/lucene/build/suggest/test/temp/junit4-J2-20191220_032634_01510974791056656624505.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 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 2400 lines...]
   [junit4] Suite: org.apache.solr.search.FuzzySearchTest
   [junit4]   2> 599187 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_3562A6D7EC2B1745-001/data-dir-56-001
   [junit4]   2> 599187 WARN  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 599187 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 599187 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-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> 599188 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 599188 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_3562A6D7EC2B1745-001/tempDir-001
   [junit4]   2> 599188 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 599195 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 599195 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 599295 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:45787
   [junit4]   2> 599295 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45787
   [junit4]   2> 599295 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45787
   [junit4]   2> 599295 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45787
   [junit4]   2> 599296 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 599298 INFO  (zkConnectionManagerCallback-3769-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 599298 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 599300 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 599301 INFO  (zkConnectionManagerCallback-3771-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 599301 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 599302 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 599303 INFO  (zkConnectionManagerCallback-3773-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 599303 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 599408 WARN  (jetty-launcher-3774-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 599408 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 599408 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 599408 INFO  (jetty-launcher-3774-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+11
   [junit4]   2> 599409 INFO  (jetty-launcher-3774-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 599409 INFO  (jetty-launcher-3774-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 599409 INFO  (jetty-launcher-3774-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 599409 INFO  (jetty-launcher-3774-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@110b6508{/solr,null,AVAILABLE}
   [junit4]   2> 599410 INFO  (jetty-launcher-3774-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1159587{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:32897}
   [junit4]   2> 599410 INFO  (jetty-launcher-3774-thread-1) [     ] o.e.j.s.Server Started @599435ms
   [junit4]   2> 599410 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32897}
   [junit4]   2> 599410 ERROR (jetty-launcher-3774-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 599410 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 599410 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 599410 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 599410 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 599410 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-20T03:37:55.090395Z
   [junit4]   2> 599410 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 599411 INFO  (zkConnectionManagerCallback-3776-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 599411 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 599412 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 599676 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 599677 WARN  (jetty-launcher-3774-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@764a8ce4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 599677 WARN  (jetty-launcher-3774-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@764a8ce4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 599678 WARN  (jetty-launcher-3774-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2434d33a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 599678 WARN  (jetty-launcher-3774-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2434d33a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 599679 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45787/solr
   [junit4]   2> 599680 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 599680 INFO  (zkConnectionManagerCallback-3783-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 599680 INFO  (jetty-launcher-3774-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 599782 INFO  (jetty-launcher-3774-thread-1) [n:127.0.0.1:32897_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 599783 INFO  (zkConnectionManagerCallback-3785-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 599783 INFO  (jetty-launcher-3774-thread-1) [n:127.0.0.1:32897_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 599819 INFO  (jetty-launcher-3774-thread-1) [n:127.0.0.1:32897_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32897_solr
   [junit4]   2> 599819 INFO  (jetty-launcher-3774-thread-1) [n:127.0.0.1:32897_solr     ] o.a.s.c.Overseer Overseer (id=72214138349682693-127.0.0.1:32897_solr-n_0000000000) starting
   [junit4]   2> 599821 INFO  (OverseerStateUpdate-72214138349682693-127.0.0.1:32897_solr-n_0000000000) [n:127.0.0.1:32897_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:32897_solr
   [junit4]   2> 599821 INFO  (jetty-launcher-3774-thread-1) [n:127.0.0.1:32897_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32897_solr
   [junit4]   2> 599821 INFO  (zkCallback-3784-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 599822 WARN  (jetty-launcher-3774-thread-1) [n:127.0.0.1:32897_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 599828 INFO  (jetty-launcher-3774-thread-1) [n:127.0.0.1:32897_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 599842 INFO  (jetty-launcher-3774-thread-1) [n:127.0.0.1:32897_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32897.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fdcead6
   [junit4]   2> 599847 INFO  (jetty-launcher-3774-thread-1) [n:127.0.0.1:32897_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32897.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fdcead6
   [junit4]   2> 599847 INFO  (jetty-launcher-3774-thread-1) [n:127.0.0.1:32897_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32897.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fdcead6
   [junit4]   2> 599848 INFO  (jetty-launcher-3774-thread-1) [n:127.0.0.1:32897_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 599849 INFO  (jetty-launcher-3774-thread-1) [n:127.0.0.1:32897_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_3562A6D7EC2B1745-001/tempDir-001/node1/.
   [junit4]   2> 599857 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 599858 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 599859 INFO  (zkConnectionManagerCallback-3794-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 599859 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 599860 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 599861 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45787/solr ready
   [junit4]   2> 599868 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[3562A6D7EC2B1745]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testTooComplex
   [junit4]   2> 599879 INFO  (qtp1324316689-12619) [n:127.0.0.1:32897_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 599881 INFO  (OverseerThreadFactory-4655-thread-1-processing-n:127.0.0.1:32897_solr) [n:127.0.0.1:32897_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 599882 INFO  (OverseerThreadFactory-4655-thread-1-processing-n:127.0.0.1:32897_solr) [n:127.0.0.1:32897_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 599882 INFO  (OverseerThreadFactory-4655-thread-1-processing-n:127.0.0.1:32897_solr) [n:127.0.0.1:32897_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 599883 INFO  (OverseerThreadFact

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

exSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 17728 INFO  (zkCallback-53-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 136 ms
   [junit4]   2> 17836 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=68913583
   [junit4]   2> 17836 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34153_solr
   [junit4]   2> 17837 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 17837 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:34153_solr as DOWN
   [junit4]   2> 17893 INFO  (coreCloseExecutor-39-thread-1) [n:127.0.0.1:34153_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2c9c3ed7
   [junit4]   2> 17893 INFO  (coreCloseExecutor-39-thread-1) [n:127.0.0.1:34153_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1, tag=SolrCore@2c9c3ed7
   [junit4]   2> 17894 INFO  (coreCloseExecutor-39-thread-1) [n:127.0.0.1:34153_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@429a9a73: rootName = solr_34153, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@304715e
   [junit4]   2> 17934 INFO  (coreCloseExecutor-39-thread-1) [n:127.0.0.1:34153_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader, tag=SolrCore@2c9c3ed7
   [junit4]   2> 17942 INFO  (zkCallback-53-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 17942 INFO  (zkCallback-53-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 17943 INFO  (zkCallback-53-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 17965 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 17965 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c6f1403: rootName = solr_34153, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@708d1666
   [junit4]   2> 17974 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 17974 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@88436d2: rootName = solr_34153, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4ec623a3
   [junit4]   2> 17978 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 17978 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@650b0115: rootName = solr_34153, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@96b7778
   [junit4]   2> 17978 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 18005 INFO  (closeThreadPool-70-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72214322563579909-127.0.0.1:34153_solr-n_0000000000) closing
   [junit4]   2> 18006 INFO  (OverseerStateUpdate-72214322563579909-127.0.0.1:34153_solr-n_0000000000) [n:127.0.0.1:34153_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34153_solr
   [junit4]   2> 18006 INFO  (OverseerAutoScalingTriggerThread-72214322563579909-127.0.0.1:34153_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 18076 INFO  (closeThreadPool-70-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72214322563579909-127.0.0.1:34153_solr-n_0000000000) closing
   [junit4]   2> 18177 INFO  (jetty-closer-66-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72214322563579909-127.0.0.1:34153_solr-n_0000000000) closing
   [junit4]   2> 18179 INFO  (jetty-closer-66-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@346ee538{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 18179 INFO  (jetty-closer-66-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57c16ecb{/solr,null,UNAVAILABLE}
   [junit4]   2> 18180 INFO  (jetty-closer-66-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 18182 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 18387 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 18390 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42731
   [junit4]   2> 18390 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42731
   [junit4]   2> 18390 INFO  (SUITE-FuzzySearchTest-seed#[3562A6D7EC2B1745]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42731
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.FuzzySearchTest_3562A6D7EC2B1745-002
   [junit4]   2> Dec 20, 2019 4:24:49 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=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@45ddc872), locale=asa-TZ, timezone=Canada/Eastern
   [junit4]   2> NOTE: Linux 5.0.0-36-generic amd64/AdoptOpenJDK 11.0.4 (64-bit)/cpus=8,threads=1,free=181109408,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [FuzzySearchTest, FuzzySearchTest]
   [junit4] Completed [5/5 (5!)] on J1 in 4.79s, 1 test, 1 failure <<< FAILURES!

[...truncated 15 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:1510: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:1037: There were test failures: 5 suites, 5 tests, 5 failures [seed: 3562A6D7EC2B1745]

Total time: 21 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.search.FuzzySearchTest
[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=/home/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=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/home/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=bc2770ebb834b2871117b22f16f9b432787d4f82, workspace=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux
[WARNINGS] Computing warning deltas based on reference build #305
Recording test results
Setting ANT_1_8_2_HOME=/home/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=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-BadApples-master-Linux (64bit/jdk-13.0.1) - Build # 310 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/310/
Java: 64bit/jdk-13.0.1 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

1 tests failed.
FAILED:  org.apache.lucene.index.TestIndexingSequenceNumbers.testStressConcurrentCommit

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:695)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3392)
	at org.apache.lucene.index.TestIndexingSequenceNumbers.testStressConcurrentCommit(TestIndexingSequenceNumbers.java:228)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:830)
Caused by: java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([2E842BEEF2EB883E]:0)
	at java.base/java.lang.Integer.valueOf(Integer.java:1071)
	at org.apache.lucene.index.BufferedUpdates.addTerm(BufferedUpdates.java:148)
	at org.apache.lucene.index.DocumentsWriterDeleteQueue$TermNode.apply(DocumentsWriterDeleteQueue.java:420)
	at org.apache.lucene.index.DocumentsWriterDeleteQueue$DeleteSlice.apply(DocumentsWriterDeleteQueue.java:349)
	at org.apache.lucene.index.DocumentsWriterDeleteQueue.tryApplyGlobalSlice(DocumentsWriterDeleteQueue.java:200)
	at org.apache.lucene.index.DocumentsWriterDeleteQueue.add(DocumentsWriterDeleteQueue.java:162)
	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:315)
	at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:451)
	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1284)
	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1277)
	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:206)




Build Log:
[...truncated 2062 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexingSequenceNumbers
   [junit4]   2> дец 28, 2019 1:52:45 ПРИЈЕ ПОДНЕ com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-4319,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.RuntimeException: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]   2> 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:216)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:695)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3392)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:184)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([2E842BEEF2EB883E]:0)
   [junit4]   2> 	at java.base/java.lang.Integer.valueOf(Integer.java:1071)
   [junit4]   2> 	at org.apache.lucene.index.BufferedUpdates.addTerm(BufferedUpdates.java:148)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriterDeleteQueue$TermNode.apply(DocumentsWriterDeleteQueue.java:420)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriterDeleteQueue$DeleteSlice.apply(DocumentsWriterDeleteQueue.java:349)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriterDeleteQueue.tryApplyGlobalSlice(DocumentsWriterDeleteQueue.java:200)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriterDeleteQueue.add(DocumentsWriterDeleteQueue.java:162)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:315)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:451)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1284)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1277)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:206)
   [junit4]   2> 
   [junit4]   2> дец 28, 2019 1:52:46 ПРИЈЕ ПОДНЕ com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #3001,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 
   [junit4]   2> дец 28, 2019 1:52:46 ПРИЈЕ ПОДНЕ com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-4322,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.RuntimeException: java.lang.IllegalArgumentException: Self-suppression not permitted
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([2E842BEEF2EB883E]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:216)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: Self-suppression not permitted
   [junit4]   2> 	at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1062)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.rollbackInternalNoCommit(IndexWriter.java:2357)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2252)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.maybeCloseOnTragicEvent(IndexWriter.java:4894)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.tragicEvent(IndexWriter.java:4884)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1602)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1586)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexingSequenceNumbers -Dtests.method=testStressConcurrentCommit -Dtests.seed=2E842BEEF2EB883E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=sr-Cyrl-ME -Dtests.timezone=Etc/GMT+2 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    301s J0 | TestIndexingSequenceNumbers.testStressConcurrentCommit <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:695)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3392)
   [junit4]    > 	at org.apache.lucene.index.TestIndexingSequenceNumbers.testStressConcurrentCommit(TestIndexingSequenceNumbers.java:228)
   [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:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2E842BEEF2EB883E]:0)
   [junit4]    > 	at java.base/java.lang.Integer.valueOf(Integer.java:1071)
   [junit4]    > 	at org.apache.lucene.index.BufferedUpdates.addTerm(BufferedUpdates.java:148)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue$TermNode.apply(DocumentsWriterDeleteQueue.java:420)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue$DeleteSlice.apply(DocumentsWriterDeleteQueue.java:349)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue.tryApplyGlobalSlice(DocumentsWriterDeleteQueue.java:200)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue.add(DocumentsWriterDeleteQueue.java:162)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:315)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:451)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1284)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1277)
   [junit4]    > 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:206)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4622, name=Thread-4321, state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap spaceThrowable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4616, name=Thread-4315, state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.RuntimeException: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:216)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:695)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1281)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1277)
   [junit4]    > 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:206)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2E842BEEF2EB883E]:0)
   [junit4]    > 	at java.base/java.lang.Integer.valueOf(Integer.java:1071)
   [junit4]    > 	at org.apache.lucene.index.BufferedUpdates.addTerm(BufferedUpdates.java:148)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue$TermNode.apply(DocumentsWriterDeleteQueue.java:420)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue$DeleteSlice.apply(DocumentsWriterDeleteQueue.java:349)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue.tryApplyGlobalSlice(DocumentsWriterDeleteQueue.java:200)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue.add(DocumentsWriterDeleteQueue.java:162)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:315)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:451)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1284)
   [junit4]    > 	... 2 moreThrowable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4618, name=Thread-4317, state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2E842BEEF2EB883E]:0)
   [junit4]    > 	at java.base/java.lang.Integer.valueOf(Integer.java:1071)
   [junit4]    > 	at org.apache.lucene.index.BufferedUpdates.addTerm(BufferedUpdates.java:148)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue$TermNode.apply(DocumentsWriterDeleteQueue.java:420)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue$DeleteSlice.apply(DocumentsWriterDeleteQueue.java:349)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue.tryApplyGlobalSlice(DocumentsWriterDeleteQueue.java:200)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue.add(DocumentsWriterDeleteQueue.java:162)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:315)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:451)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1284)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1277)
   [junit4]    > 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:206)Throwable #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4620, name=Thread-4319, state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.RuntimeException: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:216)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:695)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3392)
   [junit4]    > 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:184)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2E842BEEF2EB883E]:0)
   [junit4]    > 	at java.base/java.lang.Integer.valueOf(Integer.java:1071)
   [junit4]    > 	at org.apache.lucene.index.BufferedUpdates.addTerm(BufferedUpdates.java:148)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue$TermNode.apply(DocumentsWriterDeleteQueue.java:420)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue$DeleteSlice.apply(DocumentsWriterDeleteQueue.java:349)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue.tryApplyGlobalSlice(DocumentsWriterDeleteQueue.java:200)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterDeleteQueue.add(DocumentsWriterDeleteQueue.java:162)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:315)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:451)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1284)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1277)
   [junit4]    > 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:206)Throwable #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4623, name=Thread-4322, state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: Self-suppression not permitted
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2E842BEEF2EB883E]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:216)
   [junit4]    > Caused by: java.lang.IllegalArgumentException: Self-suppression not permitted
   [junit4]    > 	at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1062)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.rollbackInternalNoCommit(IndexWriter.java:2357)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2252)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeCloseOnTragicEvent(IndexWriter.java:4894)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.tragicEvent(IndexWriter.java:4884)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1602)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1586)
   [junit4]    > 	at org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap spaceThrowable #7: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7625, name=Lucene Merge Thread #3001, state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/J0/temp/lucene.index.TestIndexingSequenceNumbers_2E842BEEF2EB883E-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=5, maxDocsPerChunk=10, blockSize=552), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=5, blockSize=552)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@133a870b), locale=sr-Cyrl-ME, timezone=Etc/GMT+2
   [junit4]   2> NOTE: Linux 5.0.0-37-generic amd64/AdoptOpenJDK 13.0.1 (64-bit)/cpus=8,threads=1,free=39845888,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocumentsWriterStallControl, TestParallelReaderEmptyIndex, TestDistributionSPL, FiniteStringsIteratorTest, TestStressNRT, TestSortRandom, TestIndexWriterLockRelease, TestNRTCachingDirectory, TestSpanBoostQuery, TestReusableStringReader, TestIndexWriterMerging, TestStressDeletes, TestBooleanSimilarity, TestIndependenceStandardized, TestFixedLengthBytesRefArray, TestMmapDirectory, TestBinaryDocValuesUpdates, TestPerSegmentDeletes, TestPrefixQuery, TestIndexInput, TestFeatureDoubleValues, TestSpans, TestTerm, TestLatLonPointDistanceFeatureQuery, TestBooleanScorer, TestBlendedTermQuery, TestSoftDeletesRetentionMergePolicy, TestMultiDocValues, TestDirectoryReaderReopen, TestDocValuesQueries, TestDocValuesFieldUpdates, TestMaxScoreAccumulator, TestArrayUtil, TestPagedBytes, TestFastCompressionMode, TestIndexReaderClose, TestBufferedIndexInput, TestBasicModelIF, TestInPlaceMergeSorter, TestFieldInvertState, TestIndexWriterExceptions2, TestAnalyzerWrapper, TestLucene50StoredFieldsFormatHighCompression, TestLongBitSet, TestIntroSorter, TestBytesRefHash, TestCrashCausesCorruptIndex, TestSpanMultiTermQueryWrapper, TestFileSwitchDirectory, TestComplexExplanations, TestNotDocIdSet, TestSimpleFSDirectory, TestAllFilesDetectTruncation, TestRecyclingIntBlockAllocator, TestLatLonDocValuesQueries, TestField, TestNRTThreads, TestMultiTermsEnum, TestRadixSelector, TestSpanOrQuery, TestTimSorter, TestSPIClassIterator, TestFlushByRamOrCountsPolicy, TestCompiledAutomaton, TestLongRange, TestVersion, Test2BPositions, TestIndexWriterReader, TestAxiomaticF1EXP, TestDeterminizeLexicon, TestOmitPositions, TestPostingsOffsets, TestLucene60FieldInfoFormat, TestByteBlockPool, TestBoolean2ScorerSupplier, TestMultiSliceMerge, TestSimilarity2, TestCharArraySet, TestTotalHitCountCollector, TestDoubleValuesSource, TestTwoPhaseCommitTool, TestNeedsScores, TestSearcherManager, TestLongRangeFieldQueries, TestTerms, TestPolygon, TestTransactionRollback, TestLucene80NormsFormatMergeInstance, TestPerFieldPostingsFormat, Test2BDocs, Test2BPostings, Test2BPostingsBytes, Test2BSortedDocValuesFixedSorted, Test2BSortedDocValuesOrds, Test2BTerms, Test4GBStoredFields, TestAddIndexes, TestAllFilesCheckIndexHeader, TestAtomicUpdate, TestBagOfPositions, TestConsistentFieldNumbers, TestCrash, TestDeletionPolicy, TestDirectoryReader, TestDocIDMerger, TestDocInverterPerFieldErrorInfo, TestDocValues, TestDocsWithFieldSet, TestDuelingCodecsAtNight, TestExceedMaxTermLength, TestExitableDirectoryReader, TestFieldInfos, TestFieldReuse, TestFieldUpdatesBuffer, TestFieldsReader, TestFilterCodecReader, TestFilterDirectoryReader, TestFilterLeafReader, TestFilterMergePolicy, TestFlex, TestForTooMuchCloning, TestForceMergeForever, TestFrozenBufferedUpdates, TestIndexSorting, TestIndexWriterCommit, TestIndexWriterNRTIsCurrent, TestIndexWriterOnDiskFull, TestIndexWriterOnJRECrash, TestIndexWriterWithThreads, TestIndexableField, TestIndexingSequenceNumbers]
   [junit4] Completed [502/526 (1!)] on J0 in 328.52s, 8 tests, 1 error <<< FAILURES!

[...truncated 73 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J0-20191228_033859_47710925011755398648489.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/heapdumps/java_pid8349.hprof ...
   [junit4] Heap dump file created [419048464 bytes in 1.707 secs]
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J0-20191228_033859_4774010638786427075561.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-4317"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-4316"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-4315"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-4321"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-4318"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-4320"
   [junit4] <<< JVM J0: EOF ----

[...truncated 5047 lines...]
   [junit4] JVM J2: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20191228_040154_81949283315148643240.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGSEGV (0xb) at pc=0x00007f4ff86ef1c9, pid=30468, tid=30543
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (13.0.1+9) (build 13.0.1+9)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (13.0.1+9, mixed mode, tiered, z gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # V  [libjvm.so+0xce71c9]  PhaseIterGVN::transform_old(Node*)+0x159
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/test/J2/hs_err_pid30468.log
   [junit4] [thread 1046 also had an error][thread 1048 also had an error]
   [junit4] 
   [junit4] 
   [junit4] ------ Timeout during error reporting after 120 s. ------
   [junit4] # [ timer expired, abort... ]
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] ERROR: JVM J2 ended with an exception, command line: /home/jenkins/tools/java/64bit/jdk-13.0.1/bin/java -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/heapdumps -ea -esa --illegal-access=deny -Dtests.prefix=tests -Dtests.seed=D9DA3B9D7AC9FCC6 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=9.0.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=3 -DtempDir=./temp -Djava.io.tmpdir=./temp -Dcommon.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene -Dclover.db.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/clover/db -Djava.security.policy=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=9.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.src.home=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/test/J2 -Djunit4.tempDir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/test/temp -Djunit4.childvm.id=2 -Djunit4.childvm.count=3 -Dfile.encoding=UTF-8 -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dtests.filterstacks=true -Dtests.leaveTemporary=false -Dtests.badapples=true -classpath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.5.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.5.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20191228_040154_81910190644372894564188.events @/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20191228_040154_8194220279977837925545.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20191228_040154_81949283315148643240.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:830)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:643: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:578: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build.xml:481: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:2199: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/module-build.xml:57: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:1510: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:1037: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20191228_040154_81949283315148643240.sysout

Total time: 27 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS-EA] Lucene-Solr-BadApples-master-Linux (64bit/jdk-14-ea+27) - Build # 309 - Still unstable!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader

Error Message:
Doc with id=4 not found in https://127.0.0.1:41251/solr/outOfSyncReplicasCannotBecomeLeader-false due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=4 not found in https://127.0.0.1:41251/solr/outOfSyncReplicasCannotBecomeLeader-false due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([76C576F9E4F582E6:82E56E927928DDC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.TestCloudConsistency.assertDocExists(TestCloudConsistency.java:285)
	at org.apache.solr.cloud.TestCloudConsistency.assertDocsExistInAllReplicas(TestCloudConsistency.java:269)
	at org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader(TestCloudConsistency.java:140)
	at org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader(TestCloudConsistency.java:99)
	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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:832)




Build Log:
[...truncated 13688 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudConsistency
   [junit4]   2> 689480 INFO  (SUITE-TestCloudConsistency-seed#[76C576F9E4F582E6]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_76C576F9E4F582E6-001/data-dir-88-001
   [junit4]   2> 689481 INFO  (SUITE-TestCloudConsistency-seed#[76C576F9E4F582E6]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 689481 INFO  (SUITE-TestCloudConsistency-seed#[76C576F9E4F582E6]-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> 689482 INFO  (SUITE-TestCloudConsistency-seed#[76C576F9E4F582E6]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 689484 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testOutOfSyncReplicasCannotBecomeLeader
   [junit4]   2> 689484 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_76C576F9E4F582E6-001/tempDir-001
   [junit4]   2> 689485 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 689485 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 689485 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 689585 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkTestServer start zk server on port:40733
   [junit4]   2> 689585 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40733
   [junit4]   2> 689585 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40733
   [junit4]   2> 689585 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40733
   [junit4]   2> 689586 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 689591 INFO  (zkConnectionManagerCallback-3812-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689591 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 689598 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 689603 INFO  (zkConnectionManagerCallback-3814-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689603 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 689616 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 689617 INFO  (zkConnectionManagerCallback-3816-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689617 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 689722 WARN  (jetty-launcher-3817-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 689722 WARN  (jetty-launcher-3817-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 689722 WARN  (jetty-launcher-3817-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 689722 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 689722 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 689722 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 689722 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 689722 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 689722 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 689722 INFO  (jetty-launcher-3817-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+27-1339
   [junit4]   2> 689722 INFO  (jetty-launcher-3817-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+27-1339
   [junit4]   2> 689722 INFO  (jetty-launcher-3817-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+27-1339
   [junit4]   2> 689722 WARN  (jetty-launcher-3817-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 689722 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 689722 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 689722 INFO  (jetty-launcher-3817-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+27-1339
   [junit4]   2> 689740 INFO  (jetty-launcher-3817-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 689740 INFO  (jetty-launcher-3817-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 689740 INFO  (jetty-launcher-3817-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 689743 INFO  (jetty-launcher-3817-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 689743 INFO  (jetty-launcher-3817-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 689743 INFO  (jetty-launcher-3817-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 689743 INFO  (jetty-launcher-3817-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d36ec1a{/solr,null,AVAILABLE}
   [junit4]   2> 689743 INFO  (jetty-launcher-3817-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 689743 INFO  (jetty-launcher-3817-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 689743 INFO  (jetty-launcher-3817-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 689744 INFO  (jetty-launcher-3817-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7e6c2b86{/solr,null,AVAILABLE}
   [junit4]   2> 689744 INFO  (jetty-launcher-3817-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25c57810{/solr,null,AVAILABLE}
   [junit4]   2> 689744 INFO  (jetty-launcher-3817-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2627b63{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:32943}
   [junit4]   2> 689744 INFO  (jetty-launcher-3817-thread-1) [     ] o.e.j.s.Server Started @689793ms
   [junit4]   2> 689744 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32943}
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2ae151d7{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:38957}
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-4) [     ] o.e.j.s.Server Started @689793ms
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38957}
   [junit4]   2> 689745 ERROR (jetty-launcher-3817-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 689745 ERROR (jetty-launcher-3817-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-26T05:39:18.844321Z
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 689745 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-26T05:39:18.844352Z
   [junit4]   2> 689746 INFO  (jetty-launcher-3817-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2ca0fc1f{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:40371}
   [junit4]   2> 689746 INFO  (jetty-launcher-3817-thread-3) [     ] o.e.j.s.Server Started @689795ms
   [junit4]   2> 689746 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40371}
   [junit4]   2> 689746 ERROR (jetty-launcher-3817-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 689747 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 689747 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 689747 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 689747 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 689747 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-26T05:39:18.846082Z
   [junit4]   2> 689748 INFO  (jetty-launcher-3817-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 689748 INFO  (jetty-launcher-3817-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 689748 INFO  (jetty-launcher-3817-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 689748 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 689748 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 689748 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 689749 INFO  (zkConnectionManagerCallback-3821-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689749 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 689749 INFO  (jetty-launcher-3817-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b802b65{/solr,null,AVAILABLE}
   [junit4]   2> 689749 INFO  (jetty-launcher-3817-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7a4b4043{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:42799}
   [junit4]   2> 689750 INFO  (jetty-launcher-3817-thread-2) [     ] o.e.j.s.Server Started @689798ms
   [junit4]   2> 689750 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42799}
   [junit4]   2> 689750 ERROR (jetty-launcher-3817-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 689750 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 689750 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 689750 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 689750 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 689750 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-26T05:39:18.849338Z
   [junit4]   2> 689751 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 689751 INFO  (zkConnectionManagerCallback-3820-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689751 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 689751 INFO  (zkConnectionManagerCallback-3823-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689751 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 689752 INFO  (zkConnectionManagerCallback-3825-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689752 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 689752 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 689752 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 689752 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 689753 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 690024 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 690025 WARN  (jetty-launcher-3817-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6fb0dde0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690025 WARN  (jetty-launcher-3817-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6fb0dde0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690029 WARN  (jetty-launcher-3817-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29dc9e25[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690029 WARN  (jetty-launcher-3817-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29dc9e25[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690030 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40733/solr
   [junit4]   2> 690031 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690046 INFO  (zkConnectionManagerCallback-3834-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690046 INFO  (jetty-launcher-3817-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690046 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 690051 WARN  (jetty-launcher-3817-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@68a78185[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690051 WARN  (jetty-launcher-3817-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@68a78185[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690055 WARN  (jetty-launcher-3817-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@75ebba1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690055 WARN  (jetty-launcher-3817-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@75ebba1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690056 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40733/solr
   [junit4]   2> 690062 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 690066 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690066 INFO  (zkConnectionManagerCallback-3840-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690066 INFO  (jetty-launcher-3817-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690066 WARN  (jetty-launcher-3817-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a46242b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690066 WARN  (jetty-launcher-3817-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a46242b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690071 WARN  (jetty-launcher-3817-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@cbd7ce3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690071 WARN  (jetty-launcher-3817-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@cbd7ce3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690072 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40733/solr
   [junit4]   2> 690077 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690077 INFO  (zkConnectionManagerCallback-3847-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690077 INFO  (jetty-launcher-3817-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690108 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 690108 WARN  (jetty-launcher-3817-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@709bb2ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690108 WARN  (jetty-launcher-3817-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@709bb2ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690110 WARN  (jetty-launcher-3817-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4702642b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690110 WARN  (jetty-launcher-3817-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4702642b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690111 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40733/solr
   [junit4]   2> 690111 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690112 INFO  (zkConnectionManagerCallback-3853-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690112 INFO  (jetty-launcher-3817-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690157 INFO  (jetty-launcher-3817-thread-3) [n:127.0.0.1:40371_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690158 INFO  (zkConnectionManagerCallback-3855-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690158 INFO  (jetty-launcher-3817-thread-3) [n:127.0.0.1:40371_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690199 INFO  (jetty-launcher-3817-thread-3) [n:127.0.0.1:40371_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40371_solr
   [junit4]   2> 690199 INFO  (jetty-launcher-3817-thread-3) [n:127.0.0.1:40371_solr     ] o.a.s.c.Overseer Overseer (id=72248589558546443-127.0.0.1:40371_solr-n_0000000000) starting
   [junit4]   2> 690202 INFO  (OverseerStateUpdate-72248589558546443-127.0.0.1:40371_solr-n_0000000000) [n:127.0.0.1:40371_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40371_solr
   [junit4]   2> 690202 INFO  (jetty-launcher-3817-thread-3) [n:127.0.0.1:40371_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40371_solr
   [junit4]   2> 690203 INFO  (OverseerStateUpdate-72248589558546443-127.0.0.1:40371_solr-n_0000000000) [n:127.0.0.1:40371_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 690203 WARN  (jetty-launcher-3817-thread-3) [n:127.0.0.1:40371_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 690214 INFO  (jetty-launcher-3817-thread-3) [n:127.0.0.1:40371_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 690237 INFO  (jetty-launcher-3817-thread-3) [n:127.0.0.1:40371_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40371.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 690246 INFO  (jetty-launcher-3817-thread-3) [n:127.0.0.1:40371_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40371.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 690246 INFO  (jetty-launcher-3817-thread-3) [n:127.0.0.1:40371_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40371.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 690249 INFO  (jetty-launcher-3817-thread-3) [n:127.0.0.1:40371_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 690249 INFO  (jetty-launcher-3817-thread-3) [n:127.0.0.1:40371_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_76C576F9E4F582E6-001/tempDir-001/node3/.
   [junit4]   2> 690258 INFO  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690263 INFO  (zkConnectionManagerCallback-3861-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690263 INFO  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690269 INFO  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 690271 INFO  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:32943_solr as DOWN
   [junit4]   2> 690271 INFO  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 690271 INFO  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32943_solr
   [junit4]   2> 690272 INFO  (zkCallback-3854-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 690272 INFO  (zkCallback-3860-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 690273 WARN  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 690283 INFO  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 690307 INFO  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32943.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 690317 INFO  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32943.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 690317 INFO  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32943.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 690320 INFO  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 690321 INFO  (jetty-launcher-3817-thread-1) [n:127.0.0.1:32943_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_76C576F9E4F582E6-001/tempDir-001/node1/.
   [junit4]   2> 690358 INFO  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690359 INFO  (zkConnectionManagerCallback-3867-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690359 INFO  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690361 INFO  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 690363 INFO  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42799_solr as DOWN
   [junit4]   2> 690364 INFO  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 690364 INFO  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42799_solr
   [junit4]   2> 690364 INFO  (zkCallback-3860-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 690364 INFO  (zkCallback-3854-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 690364 INFO  (zkCallback-3866-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 690365 WARN  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 690372 INFO  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 690383 INFO  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42799.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 690389 INFO  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42799.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 690389 INFO  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42799.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 690390 INFO  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 690391 INFO  (jetty-launcher-3817-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_76C576F9E4F582E6-001/tempDir-001/node2/.
   [junit4]   2> 690458 INFO  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690459 INFO  (zkConnectionManagerCallback-3873-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690459 INFO  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690461 INFO  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 690463 INFO  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38957_solr as DOWN
   [junit4]   2> 690464 INFO  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 690464 INFO  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38957_solr
   [junit4]   2> 690465 INFO  (zkCallback-3860-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690465 INFO  (zkCallback-3854-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690465 INFO  (zkCallback-3866-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690465 INFO  (zkCallback-3872-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690466 WARN  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 690476 INFO  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 690495 INFO  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38957.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 690503 INFO  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38957.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 690503 INFO  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38957.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 690504 INFO  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 690504 INFO  (jetty-launcher-3817-thread-4) [n:127.0.0.1:38957_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_76C576F9E4F582E6-001/tempDir-001/node4/.
   [junit4]   2> 690548 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 690549 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690550 INFO  (zkConnectionManagerCallback-3882-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690550 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690551 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 690551 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40733/solr ready
   [junit4]   2> 690553 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2042964372
   [junit4]   2> 690553 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40371_solr
   [junit4]   2> 690554 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 690554 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:40371_solr as DOWN
   [junit4]   2> 690555 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 690556 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 690556 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@17b196c6: rootName = solr_40371, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@681e
   [junit4]   2> 690565 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 690565 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@118fe376: rootName = solr_40371, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3591aa1f
   [junit4]   2> 690570 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 690570 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@71d20fb0: rootName = solr_40371, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7f08bd51
   [junit4]   2> 690570 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 690570 INFO  (closeThreadPool-3886-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72248589558546443-127.0.0.1:40371_solr-n_0000000000) closing
   [junit4]   2> 690570 INFO  (OverseerStateUpdate-72248589558546443-127.0.0.1:40371_solr-n_0000000000) [n:127.0.0.1:40371_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40371_solr
   [junit4]   2> 690570 INFO  (OverseerAutoScalingTriggerThread-72248589558546443-127.0.0.1:40371_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 690571 INFO  (zkCallback-3866-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 690572 INFO  (closeThreadPool-3886-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72248589558546443-127.0.0.1:40371_solr-n_0000000000) closing
   [junit4]   2> 690572 INFO  (zkCallback-3860-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 690572 INFO  (zkCallback-3872-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 690572 INFO  (zkCallback-3881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 690572 INFO  (zkCallback-3860-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32943_solr
   [junit4]   2> 690572 INFO  (zkCallback-3860-thread-2) [n:127.0.0.1:32943_solr     ] o.a.s.c.Overseer Overseer (id=72248589558546444-127.0.0.1:32943_solr-n_0000000001) starting
   [junit4]   2> 690574 INFO  (OverseerStateUpdate-72248589558546444-127.0.0.1:32943_solr-n_0000000001) [n:127.0.0.1:32943_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:32943_solr
   [junit4]   2> 690672 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.Overseer Overseer (id=72248589558546443-127.0.0.1:40371_solr-n_0000000000) closing
   [junit4]   2> 690672 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2ca0fc1f{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 690672 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4d36ec1a{/solr,null,UNAVAILABLE}
   [junit4]   2> 690672 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 690673 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 690674 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 690674 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 690674 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+27-1339
   [junit4]   2> 690675 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 690675 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 690675 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 690675 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24527dff{/solr,null,AVAILABLE}
   [junit4]   2> 690676 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@269df4e4{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:42203}
   [junit4]   2> 690676 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.Server Started @690725ms
   [junit4]   2> 690676 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42991}
   [junit4]   2> 690676 ERROR (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 690676 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 690676 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 690676 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 690676 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 690676 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-26T05:39:19.775896Z
   [junit4]   2> 690678 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690678 INFO  (zkConnectionManagerCallback-3888-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690678 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690678 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 690872 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 690873 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7e20cbf7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690873 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7e20cbf7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690876 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3dc7d24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690876 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3dc7d24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690876 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40733/solr
   [junit4]   2> 690877 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690878 INFO  (zkConnectionManagerCallback-3895-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690878 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690980 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [n:127.0.0.1:42991_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690981 INFO  (zkConnectionManagerCallback-3897-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690981 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [n:127.0.0.1:42991_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690983 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [n:127.0.0.1:42991_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 690986 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [n:127.0.0.1:42991_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42991_solr as DOWN
   [junit4]   2> 690986 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [n:127.0.0.1:42991_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 690986 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [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> 690987 INFO  (zkCallback-3866-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690987 INFO  (zkCallback-3872-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690987 INFO  (zkCallback-3860-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690987 INFO  (zkCallback-3881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690987 INFO  (zkCallback-3896-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690988 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [n:127.0.0.1:42991_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 691018 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [n:127.0.0.1:42991_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 691041 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [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@41409383
   [junit4]   2> 691079 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [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@41409383
   [junit4]   2> 691079 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [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@41409383
   [junit4]   2> 691084 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [n:127.0.0.1:42991_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 691087 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [n:127.0.0.1:42991_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_76C576F9E4F582E6-001/tempDir-001/node3/.
   [junit4]   2> 691158 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.TestCloudConsistency Adding proxy for URL: https://127.0.0.1:42203/solr. Proxy: https://127.0.0.1:42991/solr
   [junit4]   2> 691158 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1009583704
   [junit4]   2> 691158 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:32943_solr
   [junit4]   2> 691159 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 691159 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:32943_solr as DOWN
   [junit4]   2> 691160 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 691160 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b30aebf: rootName = solr_32943, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@deecf5d
   [junit4]   2> 691165 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 691165 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5b6813f3: rootName = solr_32943, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3591aa1f
   [junit4]   2> 691168 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 691168 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19282575: rootName = solr_32943, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7f08bd51
   [junit4]   2> 691168 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 691170 INFO  (closeThreadPool-3905-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72248589558546444-127.0.0.1:32943_solr-n_0000000001) closing
   [junit4]   2> 691170 INFO  (OverseerAutoScalingTriggerThread-72248589558546444-127.0.0.1:32943_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 691170 INFO  (OverseerStateUpdate-72248589558546444-127.0.0.1:32943_solr-n_0000000001) [n:127.0.0.1:32943_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:32943_solr
   [junit4]   2> 691171 INFO  (closeThreadPool-3905-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72248589558546444-127.0.0.1:32943_solr-n_0000000001) closing
   [junit4]   2> 691172 INFO  (zkCallback-3881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 691172 INFO  (zkCallback-3866-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 691172 INFO  (zkCallback-3896-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 691172 INFO  (zkCallback-3872-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 691172 INFO  (zkCallback-3866-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42799_solr
   [junit4]   2> 691173 INFO  (zkCallback-3866-thread-2) [n:127.0.0.1:42799_solr     ] o.a.s.c.Overseer Overseer (id=72248589558546445-127.0.0.1:42799_solr-n_0000000002) starting
   [junit4]   2> 691175 INFO  (OverseerStateUpdate-72248589558546445-127.0.0.1:42799_solr-n_0000000002) [n:127.0.0.1:42799_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42799_solr
   [junit4]   2> 691272 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.Overseer Overseer (id=72248589558546444-127.0.0.1:32943_solr-n_0000000001) closing
   [junit4]   2> 691273 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2627b63{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 691274 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7e6c2b86{/solr,null,UNAVAILABLE}
   [junit4]   2> 691275 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 691275 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 691277 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 691277 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 691277 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+27-1339
   [junit4]   2> 691278 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 691278 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 691278 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 691278 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44a52aca{/solr,null,AVAILABLE}
   [junit4]   2> 691287 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1285789d{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:44289}
   [junit4]   2> 691287 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.Server Started @691336ms
   [junit4]   2> 691287 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41251}
   [junit4]   2> 691288 ERROR (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 691288 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 691288 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 691288 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 691288 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 691288 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-26T05:39:20.387382Z
   [junit4]   2> 691289 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 691290 INFO  (zkConnectionManagerCallback-3907-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 691290 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 691291 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 691429 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 691430 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@663bf3a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 691430 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@663bf3a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 691443 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@43261124[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 691443 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@43261124[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 691444 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40733/solr
   [junit4]   2> 691460 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 691478 INFO  (zkConnectionManagerCallback-3914-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 691478 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 691582 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 691583 INFO  (zkConnectionManagerCallback-3916-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 691583 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 691585 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 691587 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:41251_solr as DOWN
   [junit4]   2> 691588 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 691588 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41251_solr
   [junit4]   2> 691589 INFO  (zkCallback-3872-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 691589 INFO  (zkCallback-3881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 691589 INFO  (zkCallback-3866-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 691589 INFO  (zkCallback-3915-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 691590 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 691599 INFO  (zkCallback-3896-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 691601 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 691622 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41251.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 691635 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41251.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 691635 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41251.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 691636 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 691637 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_76C576F9E4F582E6-001/tempDir-001/node1/.
   [junit4]   2> 691688 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.TestCloudConsistency Adding proxy for URL: https://127.0.0.1:44289/solr. Proxy: https://127.0.0.1:41251/solr
   [junit4]   2> 691688 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1851428079
   [junit4]   2> 691688 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42799_solr
   [junit4]   2> 691688 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 691688 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42799_solr as DOWN
   [junit4]   2> 691690 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 691690 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@49137e43: rootName = solr_42799, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@55b5cd02
   [junit4]   2> 691697 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 691697 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c122f60: rootName = solr_42799, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3591aa1f
   [junit4]   2> 691700 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 691700 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@662c6fd: rootName = solr_42799, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7f08bd51
   [junit4]   2> 691700 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 691701 INFO  (closeThreadPool-3924-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72248589558546445-127.0.0.1:42799_solr-n_0000000002) closing
   [junit4]   2> 691701 INFO  (OverseerStateUpdate-72248589558546445-127.0.0.1:42799_solr-n_0000000002) [n:127.0.0.1:42799_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42799_solr
   [junit4]   2> 691701 INFO  (OverseerAutoScalingTriggerThread-72248589558546445-127.0.0.1:42799_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 691703 INFO  (closeThreadPool-3924-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72248589558546445-127.0.0.1:42799_solr-n_0000000002) closing
   [junit4]   2> 691708 INFO  (zkCallback-3896-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 691717 INFO  (zkCallback-3915-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 691717 INFO  (zkCallback-3872-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38957_solr
   [junit4]   2> 691717 INFO  (zkCallback-3881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 691718 INFO  (zkCallback-3872-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 691718 INFO  (zkCallback-3872-thread-1) [n:127.0.0.1:38957_solr     ] o.a.s.c.Overseer Overseer (id=72248589558546446-127.0.0.1:38957_solr-n_0000000003) starting
   [junit4]   2> 691720 INFO  (OverseerStateUpdate-72248589558546446-127.0.0.1:38957_solr-n_0000000003) [n:127.0.0.1:38957_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38957_solr
   [junit4]   2> 691808 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.Overseer Overseer (id=72248589558546445-127.0.0.1:42799_solr-n_0000000002) closing
   [junit4]   2> 691811 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7a4b4043{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 691811 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2b802b65{/solr,null,UNAVAILABLE}
   [junit4]   2> 691811 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 691812 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 691813 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 691814 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 691814 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+27-1339
   [junit4]   2> 691851 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 691851 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 691851 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 691851 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3179516c{/solr,null,AVAILABLE}
   [junit4]   2> 691852 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@19a5a5d3{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:46177}
   [junit4]   2> 691852 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.s.Server Started @691901ms
   [junit4]   2> 691852 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45697}
   [junit4]   2> 691852 ERROR (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 691852 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 691852 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 691852 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 691852 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 691852 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-26T05:39:20.951510Z
   [junit4]   2> 691853 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 691854 INFO  (zkConnectionManagerCallback-3926-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 691854 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 691855 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 692033 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 692034 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c8a8952[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 692034 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c8a8952[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 692036 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a6a958f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 692036 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a6a958f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 692037 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40733/solr
   [junit4]   2> 692037 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 692038 INFO  (zkConnectionManagerCallback-3933-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692038 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 692140 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 692141 INFO  (zkConnectionManagerCallback-3935-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692141 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 692143 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 692144 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:45697_solr as DOWN
   [junit4]   2> 692145 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 692145 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45697_solr
   [junit4]   2> 692146 INFO  (zkCallback-3896-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692146 INFO  (zkCallback-3872-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692146 INFO  (zkCallback-3881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692146 INFO  (zkCallback-3915-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692146 INFO  (zkCallback-3934-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692147 WARN  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 692158 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 692181 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45697.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 692194 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[76C576F9E4F582E6]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45697.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41409383
   [junit4]   2> 692194 INFO  (TEST-TestCloudConsistency.testOutOfSyn

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

ck-4209-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 750887 INFO  (jetty-closer-4218-thread-4) [     ] o.a.s.c.Overseer Overseer (id=72248591925051419-127.0.0.1:39721_solr-n_0000000007) closing
   [junit4]   2> 750891 INFO  (jetty-closer-4218-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@27599127{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 750891 INFO  (jetty-closer-4218-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6772d8a3{/solr,null,UNAVAILABLE}
   [junit4]   2> 750891 INFO  (jetty-closer-4218-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 750988 INFO  (jetty-closer-4218-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2449e765{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:42169}
   [junit4]   2> 750988 INFO  (jetty-closer-4218-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@51222163{/solr,null,UNAVAILABLE}
   [junit4]   2> 750988 INFO  (jetty-closer-4218-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 756302 ERROR (recoveryExecutor-4174-thread-1-processing-n:127.0.0.1:44233_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n3 c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node4) [n:127.0.0.1:44233_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node4 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n3
   [junit4]   2> 756303 ERROR (recoveryExecutor-4190-thread-1-processing-n:127.0.0.1:37215_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n5 c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node6) [n:127.0.0.1:37215_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node6 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n5
   [junit4]   2> 756303 INFO  (jetty-closer-4218-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2f075267{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:46751}
   [junit4]   2> 756304 INFO  (jetty-closer-4218-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5fb10acc{/solr,null,UNAVAILABLE}
   [junit4]   2> 756304 INFO  (jetty-closer-4218-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@70fb067b{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:35029}
   [junit4]   2> 756304 INFO  (jetty-closer-4218-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 756304 INFO  (jetty-closer-4218-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@41c8028f{/solr,null,UNAVAILABLE}
   [junit4]   2> 756304 INFO  (jetty-closer-4218-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 756304 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 756506 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/terms/shard1
   [junit4]   2> 	12	/solr/aliases.json
   [junit4]   2> 	11	/solr/packages.json
   [junit4]   2> 	11	/solr/security.json
   [junit4]   2> 	8	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/state.json
   [junit4]   2> 	6	/solr/configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED
   [junit4]   2> 	6	/solr/configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/managed-schema
   [junit4]   2> 	5	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	120	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/state.json
   [junit4]   2> 	12	/solr/clusterprops.json
   [junit4]   2> 	12	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72248591925051410-127.0.0.1:42037_solr-n_0000000004
   [junit4]   2> 	2	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/leader_elect/shard1/election/72248591925051410-core_node2-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	83	/solr/overseer/queue
   [junit4]   2> 	82	/solr/live_nodes
   [junit4]   2> 	22	/solr/collections
   [junit4]   2> 	21	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 756508 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34505
   [junit4]   2> 756508 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34505
   [junit4]   2> 756508 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart-seed#[76C576F9E4F582E6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34505
   [junit4]   2> 756509 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart-seed#[76C576F9E4F582E6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testOutOfSyncReplicasCannotBecomeLeaderAfterRestart
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_76C576F9E4F582E6-001
   [junit4]   2> Dec 26, 2019 5:40:25 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(Lucene84): {}, docValues:{}, maxPointsInLeafNode=869, maxMBSortInHeap=7.1582452084724295, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7d918f0c), locale=en-SX, timezone=Etc/Greenwich
   [junit4]   2> NOTE: Linux 5.0.0-36-generic amd64/Oracle Corporation 14-ea (64-bit)/cpus=8,threads=1,free=204228968,total=484442112
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedExpandComponentTest, TestSQLHandlerNonCloud, TestSchemaResource, CursorMarkTest, TestReloadAndDeleteDocs, TestTolerantSearch, OutOfBoxZkACLAndCredentialsProvidersTest, TestIntervalFaceting, SolrJmxReporterCloudTest, MultiDestinationAuditLoggerTest, MultiThreadedOCPTest, OverseerTest, TestHttpServletCarrier, TokenizerChainTest, HdfsTlogReplayBufferedWhileIndexingTest, AuditLoggerIntegrationTest, TestPackages, DistributedFacetPivotWhiteBoxTest, TestTrieFacet, ShardRoutingCustomTest, TestExactSharedStatsCache, TestDynamicFieldResource, TestCloudRecovery, MoveReplicaHDFSTest, TestConfigOverlay, SolrTestCaseJ4Test, DirectoryFactoryTest, TestJsonRequest, HdfsRestartWhileUpdatingTest, TestMinMaxOnMultiValuedField, NodeLostTriggerIntegrationTest, TestSimTriggerIntegration, SortSpecParsingTest, SystemCollectionCompatTest, TestDistributedStatsComponentCardinality, DirectSolrConnectionTest, TestBlendedInfixSuggestions, RestoreTriggerStateTest, DirectSolrSpellCheckerTest, TestManagedSynonymFilterFactory, HLLSerializationTest, TestUnifiedSolrHighlighter, TestPrepRecovery, HdfsBasicDistributedZkTest, SolrIndexMetricsTest, SparseHLLTest, VersionInfoTest, WrapperMergePolicyFactoryTest, TestWithCollection, CopyFieldTest, CircularListTest, SpatialRPTFieldTypeTest, TestSha256AuthenticationProvider, AnalysisErrorHandlingTest, HdfsDirectoryTest, MoreLikeThisHandlerTest, TestScoreJoinQPScore, ZkStateReaderTest, AssignTest, TestComplexPhraseQParserPlugin, TimeZoneUtilsTest, HighlighterMaxOffsetTest, TestReplicationHandler, TestOmitPositions, OverseerSolrResponseUnsafeSerializationTest, RemoteQueryErrorTest, TestSolrIndexConfig, TestJsonFacetRefinement, TestMaxTokenLenTokenizer, TestLockTree, ConfigSetsAPITest, TestDocumentBuilder, TestSerializedLuceneMatchVersion, TestDistribDocBasedVersion, ReplicationFactorTest, TestSkipOverseerOperations, ZkNodePropsTest, TestCloudConsistency]
   [junit4] Completed [249/894 (1!)] on J2 in 67.80s, 2 tests, 1 failure <<< FAILURES!

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

[repro] Revision: 7350f03cd1070b29f90617ab7e04b4f28e0e8e30

[repro] Repro line:  ant test  -Dtestcase=TestCloudConsistency -Dtests.method=testOutOfSyncReplicasCannotBecomeLeader -Dtests.seed=76C576F9E4F582E6 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-SX -Dtests.timezone=Etc/Greenwich -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 3333 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestCloudConsistency" -Dtests.showOutput=onerror  -Dtests.seed=76C576F9E4F582E6 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-SX -Dtests.timezone=Etc/Greenwich -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 80 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.TestCloudConsistency
[repro] Exiting with code 0

[...truncated 43 lines...]

[JENKINS-EA] Lucene-Solr-BadApples-master-Linux (64bit/jdk-14-ea+27) - Build # 308 - Failure!

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

All tests passed

Build Log:
[...truncated 507 lines...]
   [junit4] JVM J2: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J2-20191224_030458_31715171859877218376594.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGSEGV (0xb) at pc=0x00007fbe776ba5a8, pid=12810, tid=13000
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (14.0+27) (build 14-ea+27-1339)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (14-ea+27-1339, mixed mode, tiered, serial gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # V  [libjvm.so+0x9d85a8]  IdealLoopTree::est_loop_flow_merge_sz() const+0x158
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/J2/hs_err_pid12810.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/J2/replay_pid12810.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://bugreport.java.com/bugreport/crash.jsp
   [junit4] #
   [junit4] <<< JVM J2: EOF ----

[...truncated 74 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J0-20191224_030458_3189110449349401458353.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGSEGV (0xb) at pc=0x00007fb842f765a8, pid=12809, tid=13967
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (14.0+27) (build 14-ea+27-1339)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (14-ea+27-1339, mixed mode, tiered, serial gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # V  [libjvm.so+0x9d85a8]  IdealLoopTree::est_loop_flow_merge_sz() const+0x158
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/J0/hs_err_pid12809.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/J0/replay_pid12809.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://bugreport.java.com/bugreport/crash.jsp
   [junit4] #
   [junit4] <<< JVM J0: EOF ----

[...truncated 1107 lines...]
   [junit4] ERROR: JVM J0 ended with an exception, command line: /home/jenkins/tools/java/64bit/jdk-14-ea+27/bin/java -XX:-UseCompressedOops -XX:+UseSerialGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/heapdumps -ea -esa --illegal-access=deny -Dtests.prefix=tests -Dtests.seed=7AFF44F664E4AE5A -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=9.0.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=3 -DtempDir=./temp -Djava.io.tmpdir=./temp -Dcommon.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene -Dclover.db.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/clover/db -Djava.security.policy=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=9.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.src.home=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/J0 -Djunit4.tempDir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp -Djunit4.childvm.id=0 -Djunit4.childvm.count=3 -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dtests.filterstacks=true -Dtests.leaveTemporary=false -Dtests.badapples=true -classpath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.5.jar:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/classes/test:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.5.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J0-20191224_030458_31811915939629128866304.events @/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J0-20191224_030458_3184184175350293771173.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J0-20191224_030458_3189110449349401458353.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] ERROR: JVM J2 ended with an exception, command line: /home/jenkins/tools/java/64bit/jdk-14-ea+27/bin/java -XX:-UseCompressedOops -XX:+UseSerialGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/heapdumps -ea -esa --illegal-access=deny -Dtests.prefix=tests -Dtests.seed=7AFF44F664E4AE5A -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=9.0.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=3 -DtempDir=./temp -Djava.io.tmpdir=./temp -Dcommon.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene -Dclover.db.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/clover/db -Djava.security.policy=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=9.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.src.home=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/J2 -Djunit4.tempDir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp -Djunit4.childvm.id=2 -Djunit4.childvm.count=3 -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dtests.filterstacks=true -Dtests.leaveTemporary=false -Dtests.badapples=true -classpath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.5.jar:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/classes/test:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.5.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J2-20191224_030458_3171594087858520446123.events @/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J2-20191224_030458_31714676950661355372638.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J2-20191224_030458_31715171859877218376594.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:832)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:643: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:578: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:1510: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:1037: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/build/core/test/temp/junit4-J0-20191224_030458_3189110449349401458353.sysout

Total time: 16 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-BadApples-master-Linux (64bit/jdk-12.0.1) - Build # 307 - Still Unstable!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat

Error Message:
Error from server at http://127.0.0.1:33217/solr/.system: Error reading input String Can't find resource 'schema.xml' in classpath or '/configs/.system', cwd=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:33217/solr/.system: Error reading input String Can't find resource 'schema.xml' in classpath or '/configs/.system', cwd=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2
	at __randomizedtesting.SeedInfo.seed([AF5AE30EC4D318F7:DFAF40A7A41BB181]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.cloud.SystemCollectionCompatTest.setupSystemCollection(SystemCollectionCompatTest.java:104)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:835)




Build Log:
[...truncated 14572 lines...]
   [junit4] Suite: org.apache.solr.cloud.SystemCollectionCompatTest
   [junit4]   2> 1745851 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1745851 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SystemCollectionCompatTest_AF5AE30EC4D318F7-001/data-dir-166-001
   [junit4]   2> 1745851 WARN  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=99 numCloses=99
   [junit4]   2> 1745851 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1745852 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1745852 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SystemCollectionCompatTest_AF5AE30EC4D318F7-001/tempDir-001
   [junit4]   2> 1745852 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1745852 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1745852 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1745952 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:39251
   [junit4]   2> 1745952 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39251
   [junit4]   2> 1745952 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39251
   [junit4]   2> 1745952 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39251
   [junit4]   2> 1745953 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1745954 INFO  (zkConnectionManagerCallback-12095-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1745954 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1745956 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1745956 INFO  (zkConnectionManagerCallback-12097-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1745956 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1745957 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1745957 INFO  (zkConnectionManagerCallback-12099-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1745957 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1746060 WARN  (jetty-launcher-12100-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1746060 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1746060 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1746061 INFO  (jetty-launcher-12100-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 1746061 WARN  (jetty-launcher-12100-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1746061 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1746061 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1746061 INFO  (jetty-launcher-12100-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 1746070 INFO  (jetty-launcher-12100-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1746070 INFO  (jetty-launcher-12100-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1746070 INFO  (jetty-launcher-12100-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1746070 INFO  (jetty-launcher-12100-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1746070 INFO  (jetty-launcher-12100-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1746070 INFO  (jetty-launcher-12100-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1746070 INFO  (jetty-launcher-12100-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71143c53{/solr,null,AVAILABLE}
   [junit4]   2> 1746070 INFO  (jetty-launcher-12100-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@766f52ed{/solr,null,AVAILABLE}
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@17d0bd03{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:۳۳۲۱۷}
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3efac949{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:۳۹۲۱۱}
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-2) [     ] o.e.j.s.Server Started @۱۷۴۶۰۹۳ms
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33217}
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-1) [     ] o.e.j.s.Server Started @۱۷۴۶۰۹۳ms
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39211}
   [junit4]   2> 1746071 ERROR (jetty-launcher-12100-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1746071 ERROR (jetty-launcher-12100-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-22T05:30:28.723457Z
   [junit4]   2> 1746071 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-22T05:30:28.723468Z
   [junit4]   2> 1746079 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1746079 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1746079 INFO  (zkConnectionManagerCallback-12104-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1746079 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1746080 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1746080 INFO  (zkConnectionManagerCallback-12103-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1746080 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1746081 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1746248 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1746249 WARN  (jetty-launcher-12100-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@9cb3bcd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1746249 WARN  (jetty-launcher-12100-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@9cb3bcd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1746251 WARN  (jetty-launcher-12100-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d910435[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1746251 WARN  (jetty-launcher-12100-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d910435[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1746253 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39251/solr
   [junit4]   2> 1746253 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1746254 INFO  (zkConnectionManagerCallback-12111-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1746254 INFO  (jetty-launcher-12100-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1746324 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1746324 WARN  (jetty-launcher-12100-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@343c4f05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1746324 WARN  (jetty-launcher-12100-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@343c4f05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1746326 WARN  (jetty-launcher-12100-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1e4d39fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1746326 WARN  (jetty-launcher-12100-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1e4d39fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1746327 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39251/solr
   [junit4]   2> 1746327 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1746328 INFO  (zkConnectionManagerCallback-12118-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1746328 INFO  (jetty-launcher-12100-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1746385 INFO  (jetty-launcher-12100-thread-1) [n:127.0.0.1:39211_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1746386 INFO  (zkConnectionManagerCallback-12120-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1746386 INFO  (jetty-launcher-12100-thread-1) [n:127.0.0.1:39211_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1746425 INFO  (jetty-launcher-12100-thread-1) [n:127.0.0.1:39211_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39211_solr
   [junit4]   2> 1746425 INFO  (jetty-launcher-12100-thread-1) [n:127.0.0.1:39211_solr     ] o.a.s.c.Overseer Overseer (id=72225905576378375-127.0.0.1:39211_solr-n_0000000000) starting
   [junit4]   2> 1746427 INFO  (OverseerStateUpdate-72225905576378375-127.0.0.1:39211_solr-n_0000000000) [n:127.0.0.1:39211_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39211_solr
   [junit4]   2> 1746428 INFO  (jetty-launcher-12100-thread-1) [n:127.0.0.1:39211_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39211_solr
   [junit4]   2> 1746429 INFO  (zkCallback-12119-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1746429 WARN  (jetty-launcher-12100-thread-1) [n:127.0.0.1:39211_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1746438 INFO  (jetty-launcher-12100-thread-1) [n:127.0.0.1:39211_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1746463 INFO  (jetty-launcher-12100-thread-1) [n:127.0.0.1:39211_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39211.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c03f08
   [junit4]   2> 1746473 INFO  (jetty-launcher-12100-thread-1) [n:127.0.0.1:39211_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39211.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c03f08
   [junit4]   2> 1746473 INFO  (jetty-launcher-12100-thread-1) [n:127.0.0.1:39211_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39211.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c03f08
   [junit4]   2> 1746474 INFO  (jetty-launcher-12100-thread-1) [n:127.0.0.1:39211_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1746475 INFO  (jetty-launcher-12100-thread-1) [n:127.0.0.1:39211_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SystemCollectionCompatTest_AF5AE30EC4D318F7-001/tempDir-001/node1/.
   [junit4]   2> 1746485 INFO  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1746486 INFO  (zkConnectionManagerCallback-12126-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1746486 INFO  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1746488 INFO  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1746490 INFO  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33217_solr as DOWN
   [junit4]   2> 1746490 INFO  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1746490 INFO  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33217_solr
   [junit4]   2> 1746491 INFO  (zkCallback-12119-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1746491 INFO  (zkCallback-12125-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1746492 WARN  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1746503 INFO  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1746526 INFO  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33217.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c03f08
   [junit4]   2> 1746538 INFO  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33217.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c03f08
   [junit4]   2> 1746538 INFO  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33217.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c03f08
   [junit4]   2> 1746539 INFO  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1746540 INFO  (jetty-launcher-12100-thread-2) [n:127.0.0.1:33217_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SystemCollectionCompatTest_AF5AE30EC4D318F7-001/tempDir-001/node2/.
   [junit4]   2> 1746556 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1746556 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1746557 INFO  (zkConnectionManagerCallback-12135-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1746557 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1746558 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1746559 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39251/solr ready
   [junit4]   2> 1746572 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF5AE30EC4D318F7]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBackCompat
   [junit4]   2> 1746574 INFO  (qtp420954193-31684) [n:127.0.0.1:33217_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params name=.system&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1746578 INFO  (OverseerThreadFactory-7859-thread-1-processing-n:127.0.0.1:39211_solr) [n:127.0.0.1:39211_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection .system
   [junit4]   2> 1746682 INFO  (OverseerStateUpdate-72225905576378375-127.0.0.1:39211_solr-n_0000000000) [n:127.0.0.1:39211_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33217/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1746683 INFO  (OverseerStateUpdate-72225905576378375-127.0.0.1:39211_solr-n_0000000000) [n:127.0.0.1:39211_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39211/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1746886 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1746886 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1746886 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1747896 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1747896 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1747900 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1747903 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 1747913 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1747914 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1747915 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 1747917 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1747918 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/.system/managed-schema
   [junit4]   2> 1747918 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 1747920 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to /configs/.system/schema.xml.bak
   [junit4]   2> 1747920 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using configuration from collection .system, trusted=true
   [junit4]   2> 1747930 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39211.solr.core..system.shard1.replica_n2' (registry 'solr.core..system.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c03f08
   [junit4]   2> 1747930 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [[.system_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SystemCollectionCompatTest_AF5AE30EC4D318F7-001/tempDir-001/node1/.system_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SystemCollectionCompatTest_AF5AE30EC4D318F7-001/tempDir-001/node1/./.system_shard1_replica_n2/data/]
   [junit4]   2> 1747931 WARN  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory Error persisting managed schema resource managed-schema
   [junit4]   2>           => org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /configs/.system/schema.xml
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:118)
   [junit4]   2> org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /configs/.system/schema.xml
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:118) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:2131) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:338) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:338) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.zkUgradeToManagedSchema(ManagedIndexSchemaFactory.java:335) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.upgradeToManagedSchema(ManagedIndexSchemaFactory.java:259) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:176) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:91) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1328) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1275) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1190) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 1747931 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using configuration from collection .system, trusted=true
   [junit4]   2> 1747932 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33217.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c03f08
   [junit4]   2> 1747932 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SystemCollectionCompatTest_AF5AE30EC4D318F7-001/tempDir-001/node2/.system_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SystemCollectionCompatTest_AF5AE30EC4D318F7-001/tempDir-001/node2/./.system_shard1_replica_n1/data/]
   [junit4]   2> 1748094 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1748094 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1748098 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 1748098 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1748100 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1748100 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1748101 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a1f44a4[.system_shard1_replica_n1] main]
   [junit4]   2> 1748102 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 1748102 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1748104 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@79c8c9ed[.system_shard1_replica_n2] main]
   [junit4]   2> 1748104 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 1748104 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 1748104 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 1748105 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1748105 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1748105 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653596624788652032
   [junit4]   2> 1748108 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 1748108 INFO  (searcherExecutor-7869-thread-1-processing-n:127.0.0.1:33217_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@2a1f44a4[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1748109 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 1748111 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1748111 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 1748116 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1748117 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 1748118 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 1748121 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 1748124 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1748124 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 5 ms
   [junit4]   2> 1748126 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1748126 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1653596624810672128
   [junit4]   2> 1748138 INFO  (searcherExecutor-7868-thread-1-processing-n:127.0.0.1:39211_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@79c8c9ed[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1748140 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1748140 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 1748618 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1748618 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1748618 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33217/solr/.system_shard1_replica_n1/
   [junit4]   2> 1748618 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:33217/solr START replicas=[http://127.0.0.1:39211/solr/.system_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1748625 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:33217/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1748639 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_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> 1748639 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1748639 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_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> 1748639 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/.system/leaders/shard1/leader after winning as /collections/.system/leader_elect/shard1/election/72225905576378376-core_node3-n_0000000000
   [junit4]   2> 1748640 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33217/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 1748747 INFO  (zkCallback-12125-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1748748 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1748749 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1863
   [junit4]   2> 1748864 INFO  (zkCallback-12125-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1748865 INFO  (zkCallback-12125-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1749150 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2263
   [junit4]   2> 1749152 INFO  (qtp420954193-31684) [n:127.0.0.1:33217_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1749251 INFO  (zkCallback-12125-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1749251 INFO  (zkCallback-12125-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1749251 INFO  (qtp420954193-31684) [n:127.0.0.1:33217_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=.system&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2677
   [junit4]   2> 1749251 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF5AE30EC4D318F7]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: .system
   [junit4]   2> 1749252 INFO  (zkCallback-12119-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1749253 INFO  (zkCallback-12119-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1749266 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF5AE30EC4D318F7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1749267 INFO  (zkConnectionManagerCallback-12142-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1749267 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF5AE30EC4D318F7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1749268 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF5AE30EC4D318F7]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1749268 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF5AE30EC4D318F7]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39251/solr ready
   [junit4]   2> 1749272 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 1749301 INFO  (qtp809312574-31680) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:33217/solr/.system_shard1_replica_n1/&wt=javabin&version=2}{add=[16f2c15ec6eT8dzniifthjc5kh3izy0ge87rj (1653596626010243072)]} 0 1
   [junit4]   2> 1749301 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16f2c15ec6eT8dzniifthjc5kh3izy0ge87rj (1653596626010243072)]} 0 32
   [junit4]   2> 1749303 INFO  (qtp420954193-31684) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1653596626044846080,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1749303 INFO  (qtp420954193-31684) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@48161ca7 commitCommandVersion:1653596626044846080
   [junit4]   2> 1749306 INFO  (qtp420954193-31684) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@123dca29[.system_shard1_replica_n1] main]
   [junit4]   2> 1749307 INFO  (qtp420954193-31684) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1749308 INFO  (searcherExecutor-7869-thread-1-processing-n:127.0.0.1:33217_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@123dca29[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.runtime.version=12.0.1+12, os.version=5.0.0-36-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1576992631956, java.version=12.0.1, java.vm.version=12.0.1+12, lucene.version=9.0.0, source=flush, os.arch=amd64}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1749310 INFO  (qtp809312574-31682) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1653596626052186112,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1749310 INFO  (qtp809312574-31682) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@28c219c3 commitCommandVersion:1653596626052186112
   [junit4]   2> 1749315 INFO  (qtp809312574-31682) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f99d989[.system_shard1_replica_n2] main]
   [junit4]   2> 1749316 INFO  (qtp809312574-31682) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1749318 INFO  (searcherExecutor-7868-thread-1-processing-n:127.0.0.1:39211_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@3f99d989[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.runtime.version=12.0.1+12, os.version=5.0.0-36-generic, os=Linux, java.vendor=AdoptOpenJDK, timestamp=1576992631964, java.version=12.0.1, java.vm.version=12.0.1+12, lucene.version=9.0.0, source=flush, os.arch=amd64}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1749318 INFO  (qtp809312574-31682) [n:127.0.0.1:39211_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33217/solr/.system_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 9
   [junit4]   2> 1749319 INFO  (qtp420954193-31684) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=.system:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 16
   [junit4]   2> 1749332 INFO  (qtp420954193-31686) [n:127.0.0.1:33217_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1749333 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1749337 ERROR (qtp420954193-31684) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error reading input String Can't find resource 'schema.xml' in classpath or '/configs/.system', cwd=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 	at org.apache.solr.handler.SchemaHandler.handleRequestBody(SchemaHandler.java:94)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> Caused by: org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'schema.xml' in classpath or '/configs/.system', cwd=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:130)
   [junit4]   2> 	at org.apache.solr.schema.SchemaManager.getFreshManagedSchema(SchemaManager.java:423)
   [junit4]   2> 	at org.apache.solr.schema.SchemaManager.doOperations(SchemaManager.java:105)
   [junit4]   2> 	at org.apache.solr.schema.SchemaManager.performOperations(SchemaManager.java:83)
   [junit4]   2> 	at org.apache.solr.handler.SchemaHandler.handleRequestBody(SchemaHandler.java:90)
   [junit4]   2> 	... 35 more
   [junit4]   2> 
   [junit4]   2> 1749337 INFO  (qtp420954193-31684) [n:127.0.0.1:33217_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=400 QTime=1
   [junit4]   2> 1749337 ERROR (TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF5AE30EC4D318F7]) [     ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [.system] failed due to (400) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:33217/solr/.system: Error reading input String Can't find resource 'schema.xml' in classpath or '/configs/.system', cwd=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2, retry=0 commError=false errorCode=400 
   [junit4]   2> 1749337 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF5AE30EC4D318F7]) [     ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 1749337 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF5AE30EC4D318F7]) [     ] o.a.s.c.SystemCollectionCompatTest doAfter: deleting all collections...
   [junit4]   2> 1749338 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[AF5AE30EC4D318F7]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1749340 INFO  (qtp420954193-31686) [n:127.0.0.1:33217_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=.system&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1749376 INFO  (OverseerCollectionConfigSetProcessor-72225905576378375-127.0.0.1:39211_solr-n_0000000000) [n:127.0.0.1:39211_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1749377 INFO  (OverseerThreadFactory-7859-thread-2-processing-n:127.0.0.1:39211_solr) [n:127.0.0.1:39211_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1749378 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n2, tag=null
   [junit4]   2> 1749378 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n1, tag=null
   [junit4]   2> 1749378 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@403a9c9d: rootName = solr_39211, domain = solr.core..system.shard1.replica_n2, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@36fe85e9
   [junit4]   2> 1749379 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19584b0a: rootName = solr_33217, domain = solr.core..system.shard1.replica_n1, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@60962671
   [junit4]   2> 1749405 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@23a05fa3
   [junit4]   2> 1749406 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n1, tag=SolrCore@23a05fa3
   [junit4]   2> 1749406 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=SolrCore@23a05fa3
   [junit4]   2> 1749407 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@333af10e
   [junit4]   2> 1749407 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n2, tag=SolrCore@333af10e
   [junit4]   2> 1749407 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=SolrCore@333af10e
   [junit4]   2> 1749414 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node4=1}, version=3}
   [junit4]   2> 1749421 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1749421 INFO  (zkConnectionManagerCallback-12148-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1749421 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1749425 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1749426 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39251/solr ready
   [junit4]   2> 1749432 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={}, version=4}
   [junit4]   2> 1749433 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 1749453 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1749466 INFO  (zkConnectionManagerCallback-12152-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1749466 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1749467 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1749468 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39251/solr ready
   [junit4]   2> 1749535 INFO  (zkCallback-12125-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1749535 INFO  (zkCallback-12125-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1749535 INFO  (zkCallback-12119-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1749536 INFO  (zkCallback-12119-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1749539 ERROR (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [.system] failed due to (510) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:33217/solr/.system: No active replicas found for collection: .system, retry=0 commError=false errorCode=510 
   [junit4]   2> 1749539 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 1749539 WARN  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.s.i.BaseCloudSolrClient Re-trying request to collection(s) [.system] after stale state error from server.
   [junit4]   2> 1749540 ERROR (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [.system] failed due to (510) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:33217/solr/.system: No active replicas found for collection: .system, retry=0 commError=false errorCode=510 
   [junit4]   2> 1749540 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 1749540 WARN  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient Re-trying request to collection(s) [.system] after stale state error from server.
   [junit4]   2> 1749540 ERROR (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [.system] failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry=1 commError=false errorCode=510 
   [junit4]   2> 1749540 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 1749540 WARN  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient Re-trying request to collection(s) [.system] after stale state error from server.
   [junit4]   2> 1749541 ERROR (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [.system] failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry=2 commError=false errorCode=510 
   [junit4]   2> 1749541 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 1749541 WARN  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient Re-trying request to collection(s) [.system] after stale state error from server.
   [junit4]   2> 1749541 ERROR (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [.system] failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry=3 commError=false errorCode=510 
   [junit4]   2> 1749541 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 1749541 WARN  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient Re-trying request to collection(s) [.system] after stale state error from server.
   [junit4]   2> 1749541 ERROR (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [.system] failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry=4 commError=false errorCode=510 
   [junit4]   2> 1749541 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 1749541 WARN  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient Re-trying request to collection(s) [.system] after stale state error from server.
   [junit4]   2> 1749541 ERROR (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [.system] failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry=5 commError=false errorCode=510 
   [junit4]   2> 1749541 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 1749541 WARN  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrRrdBackendFactory Error deleting RRD for path solr.core..system.shard1.replica_n2
   [junit4]   2>           => org.apache.solr.common.SolrException: Could not find a healthy node to handle the request.
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1137)
   [junit4]   2> org.apache.solr.common.SolrException: Could not find a healthy node to handle the request.
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1137) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1018) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1018) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1018) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1018) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1018) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:940) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:903) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.rrd.SolrRrdBackendFactory.remove(SolrRrdBackendFactory.java:334) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.MetricsHistoryHandler.removeHistory(MetricsHistoryHandler.java:306) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$1(CoreAdminOperation.java:122) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 1749541 INFO  (qtp809312574-31678) [n:127.0.0.1:39211_solr    x:.system_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=.system_shard1_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=164
   [junit4]   2> 1749546 ERROR (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [.system] failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry=1 commError=false errorCode=510 
   [junit4]   2> 1749546 INFO  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 1749546 WARN  (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.s.i.BaseCloudSolrClient Re-trying request to collection(s) [.system] after stale state error from server.
   [junit4]   2> 1749546 ERROR (qtp420954193-31683) [n:127.0.0.1:33217_solr    x:.system_shard1_replica_n1 ] o.a.s.c.s.i.BaseCloudSolrClient Request to collectio

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

le.metrics.MetricRegistry@2e875bd7
   [junit4]   2> 1750151 INFO  (jetty-closer-12153-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1750151 INFO  (jetty-closer-12153-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@42cf16e1: rootName = solr_33217, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@54b502ab
   [junit4]   2> 1750151 INFO  (jetty-closer-12153-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1750234 INFO  (jetty-closer-12153-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72225905576378375-127.0.0.1:39211_solr-n_0000000000) closing
   [junit4]   2> 1750235 INFO  (zkCallback-12125-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1750235 INFO  (jetty-closer-12153-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3efac949{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:۰}
   [junit4]   2> 1750236 INFO  (jetty-closer-12153-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@766f52ed{/solr,null,UNAVAILABLE}
   [junit4]   2> 1750236 INFO  (jetty-closer-12153-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1750337 INFO  (jetty-closer-12153-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@17d0bd03{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:۰}
   [junit4]   2> 1750337 INFO  (jetty-closer-12153-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@71143c53{/solr,null,UNAVAILABLE}
   [junit4]   2> 1750338 INFO  (jetty-closer-12153-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1750338 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1750558 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/collections/.system/terms/shard1
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/collections/.system/state.json
   [junit4]   2> 	2	/solr/configs/.system
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/.system/managed-schema
   [junit4]   2> 	2	/solr/collections/.system/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/collections/.system/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/overseer/queue
   [junit4]   2> 	17	/solr/collections
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SystemCollectionCompatTest_AF5AE30EC4D318F7-001
   [junit4]   2> 1750558 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:39251
   [junit4]   2> 1750558 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39251
   [junit4]   2> 1750558 INFO  (SUITE-SystemCollectionCompatTest-seed#[AF5AE30EC4D318F7]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39251
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id=PostingsFormat(name=LuceneVarGapDocFreqInterval), type=Lucene84}, docValues:{_version_=DocValuesFormat(name=Asserting), time_l=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=821, maxMBSortInHeap=7.694933132837032, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4aa2a49b), locale=uz-Arab, timezone=Africa/Abidjan
   [junit4]   2> NOTE: Linux 5.0.0-36-generic amd64/AdoptOpenJDK 12.0.1 (64-bit)/cpus=8,threads=1,free=231497560,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TemplateUpdateProcessorTest, TestBM25SimilarityFactory, RankQueryTest, MBeansHandlerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, HighlighterMaxOffsetTest, DistributedQueryComponentOptimizationTest, SearchHandlerTest, DistributedFacetPivotWhiteBoxTest, SolrTestCaseJ4Test, TestBulkSchemaConcurrent, TestSolr4Spatial, TestSimNodeLostTrigger, CollectionTooManyReplicasTest, URLClassifyProcessorTest, TestAuthorizationFramework, TestDFRSimilarityFactory, TestNumericTerms64, TestConfigSetsAPIZkFailure, LegacyCloudClusterPropTest, TestExclusionRuleCollectionAccess, RuleEngineTest, DistribJoinFromCollectionTest, DistributedExpandComponentTest, SearchHandlerTest, TestCloudRecovery, BasicAuthOnSingleNodeTest, SpellingQueryConverterTest, TestConfigReload, TestInPlaceUpdatesDistrib, TestSolrCoreParser, SparseHLLTest, NodeLostTriggerIntegrationTest, MoreLikeThisHandlerTest, TestReqParamsAPI, TestMultiValuedNumericRangeQuery, TestDistributedStatsComponentCardinality, TestCollationField, TestDocTermOrdsUninvertLimit, TestBadConfig, TestMacros, UpdateRequestProcessorFactoryTest, TriLevelCompositeIdRoutingTest, DistanceFunctionTest, HLLSerializationTest, TestEmbeddedSolrServerConstructors, TestLuceneMatchVersion, TestIntervalFaceting, TestReload, NotRequiredUniqueKeyTest, WrapperMergePolicyFactoryTest, TestRequestStatusCollectionAPI, DirectSolrConnectionTest, TestComplexPhraseQParserPlugin, TestDistribDocBasedVersion, RemoteQueryErrorTest, TestTolerantUpdateProcessorRandomCloud, CursorMarkTest, RequestHandlersTest, MergeStrategyTest, TestJsonRequest, TestDynamicFieldNamesIndexCorrectly, CdcrBidirectionalTest, TestSearcherReuse, ProtectedTermFilterFactoryTest, SubstringBytesRefFilterTest, TestStressLiveNodes, ZookeeperStatusHandlerTest, TestUnInvertedFieldException, TestJsonFacetsWithNestedObjects, LeaderElectionIntegrationTest, DeleteNodeTest, TestConfigOverlay, ZkCLITest, TestNRTOpen, TestOmitPositions, VersionInfoTest, CustomTermsComponentTest, TestDocumentBuilder, TestSafeXMLParsing, V2StandaloneTest, RecoveryAfterSoftCommitTest, TestDynamicLoading, ZkStateReaderTest, TestFuzzyAnalyzedSuggestions, TestConfigSets, RegexBoostProcessorTest, TestPayloadCheckQParserPlugin, SolrMetricReporterTest, OverseerSolrResponseUnsafeSerializationTest, IndexSizeTriggerSizeEstimationTest, TestSerializedLuceneMatchVersion, HdfsRestartWhileUpdatingTest, DeleteStatusTest, DistributedSuggestComponentTest, MoveReplicaHDFSTest, TestPerFieldSimilarity, TestSolrConfigHandler, TestManagedSynonymFilterFactory, TestSolrQueryParser, TestHttpServletCarrier, TestUseDocValuesAsStored, TermVectorComponentDistributedTest, HdfsBasicDistributedZkTest, CdcrWithNodesRestartsTest, OrderedExecutorTest, OutputWriterTest, CircularListTest, PrimitiveFieldTypeTest, ZkNodePropsTest, AnalyticsMergeStrategyTest, RoutingToNodesWithPropertiesTest, PolyFieldTest, TransactionLogTest, BlobRepositoryCloudTest, OverseerTest, TriggerEventQueueTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, Tagger2Test, ScheduledTriggerTest, MultiDestinationAuditLoggerTest, TestClusterProperties, TestMinMaxOnMultiValuedField, TestDocSet, OutOfBoxZkACLAndCredentialsProvidersTest, TestCloudConsistency, TestSkipOverseerOperations, TestPackages, TestStressThreadBackup, SchemaApiFailureTest, NestedAtomicUpdateTest, TestHdfsCloudBackupRestore, TestJoin, TestFoldingMultitermQuery, TestRandomCollapseQParserPlugin, TestMultiWordSynonyms, ShowFileRequestHandlerTest, SystemLogListenerTest, TestDistribPackageStore, DocValuesTest, TestTolerantSearch, QueryElevationComponentTest, TestImplicitCoreProperties, TestGeoJSONResponseWriter, HdfsDirectoryTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, ConnectionManagerTest, CreateRoutedAliasTest, DistributedVersionInfoTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, LeaderElectionTest, LeaderFailureAfterFreshStartTest, MetricsHistoryWithAuthIntegrationTest, MoveReplicaTest, MultiSolrCloudTestCaseTest, OverseerModifyCollectionTest, ReplicationFactorTest, SystemCollectionCompatTest]
   [junit4] Completed [523/894 (1!)] on J2 in 4.78s, 1 test, 1 error <<< FAILURES!

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

[repro] Revision: 93309e9728210b6db413361ae4d83382408b3627

[repro] Repro line:  ant test  -Dtestcase=SystemCollectionCompatTest -Dtests.method=testBackCompat -Dtests.seed=AF5AE30EC4D318F7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=uz-Arab -Dtests.timezone=Africa/Abidjan -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 3333 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.SystemCollectionCompatTest" -Dtests.showOutput=onerror  -Dtests.seed=AF5AE30EC4D318F7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=uz-Arab -Dtests.timezone=Africa/Abidjan -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 75 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.SystemCollectionCompatTest
[repro] Exiting with code 0

[...truncated 43 lines...]