You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/02/01 08:17:37 UTC

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 16 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/16/

3 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonShape.testRandomLineEncoding

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([69A925FA69EF8A01:84B09D38BD89D060]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.lucene.document.TestLatLonShape.verifyEncoding(TestLatLonShape.java:774)
	at org.apache.lucene.document.TestLatLonShape.testRandomLineEncoding(TestLatLonShape.java:716)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 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.lang.Thread.run(Thread.java:748)


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

Error Message:
acoll: 1549002570721 bcoll: 1549002570771

Stack Trace:
java.lang.AssertionError: acoll: 1549002570721 bcoll: 1549002570771
	at __randomizedtesting.SeedInfo.seed([33AA96F39669069A:BBFEA92938956B62]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:116)
	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:71)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test

Error Message:
.responseHeader.status:200!=0

Stack Trace:
junit.framework.AssertionFailedError: .responseHeader.status:200!=0
	at __randomizedtesting.SeedInfo.seed([33AA96F39669069A:BBFEA92938956B62]:0)
	at junit.framework.Assert.fail(Assert.java:57)
	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:999)
	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1026)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:680)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:643)
	at org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 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.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 9955 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShape
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonShape -Dtests.method=testRandomLineEncoding -Dtests.seed=69A925FA69EF8A01 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=hi-IN -Dtests.timezone=Australia/Melbourne -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J2 | TestLatLonShape.testRandomLineEncoding <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([69A925FA69EF8A01:84B09D38BD89D060]:0)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShape.verifyEncoding(TestLatLonShape.java:774)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShape.testRandomLineEncoding(TestLatLonShape.java:716)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/build/sandbox/test/J2/temp/lucene.document.TestLatLonShape_69A925FA69EF8A01-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@62004850), locale=hi-IN, timezone=Australia/Melbourne
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=140431816,total=287834112
   [junit4]   2> NOTE: All tests run in this JVM: [TestNearest, TestDocValuesTermsQuery, TestLatLonMultiPolygonShapeQueries, TestIntervals, TestTessellator, TestLatLonShape]
   [junit4] Completed [25/27 (1!)] on J2 in 5.83s, 25 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 3731 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> 2191254 INFO  (SUITE-MultiThreadedOCPTest-seed#[33AA96F39669069A]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/init-core-data-001
   [junit4]   2> 2191254 WARN  (SUITE-MultiThreadedOCPTest-seed#[33AA96F39669069A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 2191254 INFO  (SUITE-MultiThreadedOCPTest-seed#[33AA96F39669069A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2191268 INFO  (SUITE-MultiThreadedOCPTest-seed#[33AA96F39669069A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2191268 INFO  (SUITE-MultiThreadedOCPTest-seed#[33AA96F39669069A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_fyb/n
   [junit4]   2> 2191325 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2191369 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2191369 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2191482 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer start zk server on port:44148
   [junit4]   2> 2191482 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44148
   [junit4]   2> 2191482 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44148
   [junit4]   2> 2191600 INFO  (zkConnectionManagerCallback-6786-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2191646 INFO  (zkConnectionManagerCallback-6788-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2191647 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2191648 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2191681 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2191682 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2191683 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2191683 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2191684 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2191684 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2191698 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2191698 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2191699 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2191700 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2192998 WARN  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2192998 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2192998 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2192998 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2192999 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2192999 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2192999 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2193001 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e1867af{/_fyb/n,null,AVAILABLE}
   [junit4]   2> 2193001 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@489f9199{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43503}
   [junit4]   2> 2193001 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.s.Server Started @2193179ms
   [junit4]   2> 2193001 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/tempDir-001/control/data, replicaType=NRT, hostContext=/_fyb/n, hostPort=43503, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/control-001/cores}
   [junit4]   2> 2193001 ERROR (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2193001 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2193002 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2193002 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2193002 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2193002 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-01T06:28:08.127Z
   [junit4]   2> 2193023 INFO  (zkConnectionManagerCallback-6790-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2193024 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2193024 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/control-001/solr.xml
   [junit4]   2> 2193094 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2193094 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2193096 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2193819 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2193834 WARN  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7726ad9f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2193851 WARN  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@152b5d9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2193865 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44148/solr
   [junit4]   2> 2193867 INFO  (zkConnectionManagerCallback-6796-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2193881 INFO  (zkConnectionManagerCallback-6798-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2194276 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43503__fyb%2Fn
   [junit4]   2> 2194276 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.Overseer Overseer (id=74111484902965252-127.0.0.1:43503__fyb%2Fn-n_0000000000) starting
   [junit4]   2> 2194327 INFO  (zkConnectionManagerCallback-6805-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2194329 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44148/solr ready
   [junit4]   2> 2194346 INFO  (OverseerStateUpdate-74111484902965252-127.0.0.1:43503__fyb%2Fn-n_0000000000) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43503__fyb%2Fn
   [junit4]   2> 2194360 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43503__fyb%2Fn
   [junit4]   2> 2194383 INFO  (zkCallback-6797-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2194399 INFO  (zkCallback-6804-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2194410 DEBUG (OverseerAutoScalingTriggerThread-74111484902965252-127.0.0.1:43503__fyb%2Fn-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:43503__fyb%2Fn]
   [junit4]   2> 2194472 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2194472 DEBUG (ScheduledTrigger-4319-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2194546 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2194582 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2194583 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2194584 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/control-001/cores
   [junit4]   2> 2194714 INFO  (zkConnectionManagerCallback-6811-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2194740 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2194741 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44148/solr ready
   [junit4]   2> 2194743 INFO  (qtp836082192-16385) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43503__fyb%252Fn&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2194758 INFO  (OverseerThreadFactory-4321-thread-1-processing-n:127.0.0.1:43503__fyb%2Fn) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2194931 INFO  (qtp836082192-16382) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2194932 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2194933 INFO  (qtp836082192-16381) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2194946 INFO  (qtp836082192-16386) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2194947 INFO  (qtp836082192-16382) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2194971 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2194972 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2195477 DEBUG (ScheduledTrigger-4319-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2196036 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2196102 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2196489 DEBUG (ScheduledTrigger-4319-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2196564 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2196668 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 2196669 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2196669 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2196671 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19948026622333767]
   [junit4]   2> 2196703 WARN  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2196889 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2196889 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2196903 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2196903 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2196904 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=36.7861328125, floorSegmentMB=0.8056640625, forceMergeDeletesPctAllowed=3.078911083746041, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=30.790965808480934
   [junit4]   2> 2196904 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@61addd0d[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2196905 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2196906 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2196906 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2196906 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1624246837083897856
   [junit4]   2> 2196926 INFO  (searcherExecutor-4326-thread-1-processing-n:127.0.0.1:43503__fyb%2Fn x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@61addd0d[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2196941 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2196941 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 2196959 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2196959 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2196959 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43503/_fyb/n/control_collection_shard1_replica_n1/
   [junit4]   2> 2196960 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2196960 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:43503/_fyb/n/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2196960 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/74111484902965252-core_node2-n_0000000000
   [junit4]   2> 2196962 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43503/_fyb/n/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2197062 INFO  (zkCallback-6797-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2197063 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2197065 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2094
   [junit4]   2> 2197077 INFO  (zkCallback-6797-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2197079 INFO  (qtp836082192-16385) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2197166 INFO  (zkCallback-6797-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2197166 INFO  (zkCallback-6797-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2197167 INFO  (qtp836082192-16385) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43503__fyb%252Fn&wt=javabin&version=2} status=0 QTime=2424
   [junit4]   2> 2197167 INFO  (zkCallback-6797-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2197185 INFO  (zkConnectionManagerCallback-6817-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2197198 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2197199 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44148/solr ready
   [junit4]   2> 2197199 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2197200 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2197235 INFO  (OverseerCollectionConfigSetProcessor-74111484902965252-127.0.0.1:43503__fyb%2Fn-n_0000000000) [n:127.0.0.1:43503__fyb%2Fn    ] 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> 2197235 INFO  (OverseerThreadFactory-4321-thread-2-processing-n:127.0.0.1:43503__fyb%2Fn) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2197489 DEBUG (ScheduledTrigger-4319-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2197559 WARN  (OverseerThreadFactory-4321-thread-2-processing-n:127.0.0.1:43503__fyb%2Fn) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2197561 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2197561 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=361
   [junit4]   2> 2197562 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 2197977 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-1-001 of type NRT
   [junit4]   2> 2197992 WARN  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2197993 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2197993 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2197993 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2198134 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2198134 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2198134 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2198150 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45173840{/_fyb/n,null,AVAILABLE}
   [junit4]   2> 2198158 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7ef91d66{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42202}
   [junit4]   2> 2198158 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.Server Started @2198337ms
   [junit4]   2> 2198158 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_fyb/n, hostPort=42202, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-1-001/cores}
   [junit4]   2> 2198159 ERROR (closeThreadPool-6818-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2198159 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2198159 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2198159 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2198159 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2198159 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-01T06:28:13.284Z
   [junit4]   2> 2198223 INFO  (zkConnectionManagerCallback-6820-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2198268 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2198268 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-1-001/solr.xml
   [junit4]   2> 2198302 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2198302 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2198317 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2198498 DEBUG (ScheduledTrigger-4319-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2198947 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2198969 WARN  (closeThreadPool-6818-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@46f65fc9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2199018 WARN  (closeThreadPool-6818-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@270d7c0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2199019 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44148/solr
   [junit4]   2> 2199041 INFO  (zkConnectionManagerCallback-6826-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199102 INFO  (zkConnectionManagerCallback-6828-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199105 INFO  (closeThreadPool-6818-thread-1) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2199124 INFO  (closeThreadPool-6818-thread-1) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.ZkController Publish node=127.0.0.1:42202__fyb%2Fn as DOWN
   [junit4]   2> 2199125 INFO  (closeThreadPool-6818-thread-1) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2199125 INFO  (closeThreadPool-6818-thread-1) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42202__fyb%2Fn
   [junit4]   2> 2199159 INFO  (zkCallback-6804-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2199171 INFO  (zkCallback-6797-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2199215 INFO  (zkCallback-6816-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2199239 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-2-001 of type NRT
   [junit4]   2> 2199244 INFO  (OverseerCollectionConfigSetProcessor-74111484902965252-127.0.0.1:43503__fyb%2Fn-n_0000000000) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2199250 INFO  (zkCallback-6827-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2199264 WARN  (closeThreadPool-6818-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2199265 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2199265 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2199265 INFO  (closeThreadPool-6818-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2199313 INFO  (zkConnectionManagerCallback-6835-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199369 INFO  (closeThreadPool-6818-thread-1) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2199382 INFO  (closeThreadPool-6818-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2199382 INFO  (closeThreadPool-6818-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2199382 INFO  (closeThreadPool-6818-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2199382 INFO  (closeThreadPool-6818-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54b38478{/_fyb/n,null,AVAILABLE}
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@30033609{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39938}
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] o.e.j.s.Server Started @2199561ms
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/_fyb/n, hostPort=39938, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-2-001/cores}
   [junit4]   2> 2199383 ERROR (closeThreadPool-6818-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2199383 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-01T06:28:14.508Z
   [junit4]   2> 2199407 INFO  (closeThreadPool-6818-thread-1) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44148/solr ready
   [junit4]   2> 2199467 INFO  (closeThreadPool-6818-thread-1) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2199511 DEBUG (ScheduledTrigger-4319-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 2199527 INFO  (zkConnectionManagerCallback-6837-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2199563 INFO  (closeThreadPool-6818-thread-1) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2199578 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2199578 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-2-001/solr.xml
   [junit4]   2> 2199599 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2199600 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2199600 INFO  (closeThreadPool-6818-thread-1) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2199601 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2199669 INFO  (closeThreadPool-6818-thread-1) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2199671 INFO  (closeThreadPool-6818-thread-1) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-1-001/cores
   [junit4]   2> 2200198 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2200214 WARN  (closeThreadPool-6818-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@61c03a18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2200254 WARN  (closeThreadPool-6818-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@54c06165[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2200255 INFO  (closeThreadPool-6818-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44148/solr
   [junit4]   2> 2200309 INFO  (zkConnectionManagerCallback-6844-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2200327 INFO  (TEST-MultiThreadedOCPTest.test-seed#[33AA96F39669069A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-3-001 of type NRT
   [junit4]   2> 2200327 WARN  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2200327 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2200327 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2200327 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2200328 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2200328 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2200328 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2200329 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13ca91b9{/_fyb/n,null,AVAILABLE}
   [junit4]   2> 2200329 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@405751ff{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38560}
   [junit4]   2> 2200329 INFO  (closeThreadPool-6818-thread-1) [    ] o.e.j.s.Server Started @2200507ms
   [junit4]   2> 2200329 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_fyb/n, hostPort=38560, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-3-001/cores}
   [junit4]   2> 2200329 ERROR (closeThreadPool-6818-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2200329 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2200329 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2200342 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2200342 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2200342 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-01T06:28:15.467Z
   [junit4]   2> 2200350 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1074c00bb6b000d, likely client has closed socket
   [junit4]   2> 2200414 INFO  (zkConnectionManagerCallback-6846-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2200423 INFO  (zkConnectionManagerCallback-6848-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2200475 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2200476 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-3-001/solr.xml
   [junit4]   2> 2200479 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2200479 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2200505 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2200532 DEBUG (ScheduledTrigger-4319-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2200598 INFO  (closeThreadPool-6818-thread-2) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2200601 INFO  (closeThreadPool-6818-thread-2) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.ZkController Publish node=127.0.0.1:39938__fyb%2Fn as DOWN
   [junit4]   2> 2200614 INFO  (closeThreadPool-6818-thread-2) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2200614 INFO  (closeThreadPool-6818-thread-2) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39938__fyb%2Fn
   [junit4]   2> 2200615 INFO  (zkCallback-6827-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2200615 INFO  (zkCallback-6804-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2200616 INFO  (zkCallback-6834-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2200633 INFO  (zkCallback-6816-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2200650 INFO  (zkCallback-6797-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2200690 INFO  (zkCallback-6847-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2200918 INFO  (zkConnectionManagerCallback-6855-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2201008 INFO  (closeThreadPool-6818-thread-2) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2201009 INFO  (closeThreadPool-6818-thread-2) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44148/solr ready
   [junit4]   2> 2201039 INFO  (closeThreadPool-6818-thread-2) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2201161 INFO  (closeThreadPool-6818-thread-2) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2201292 INFO  (closeThreadPool-6818-thread-2) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2201292 INFO  (closeThreadPool-6818-thread-2) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2201293 INFO  (closeThreadPool-6818-thread-2) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-2-001/cores
   [junit4]   2> 2201518 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2201629 DEBUG (ScheduledTrigger-4319-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 2
   [junit4]   2> 2201659 WARN  (closeThreadPool-6818-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@263f018[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2201684 WARN  (closeThreadPool-6818-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@40d4e126[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2201685 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44148/solr
   [junit4]   2> 2201686 INFO  (zkConnectionManagerCallback-6862-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2201713 INFO  (zkConnectionManagerCallback-6864-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2201725 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2201805 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:38560__fyb%2Fn as DOWN
   [junit4]   2> 2201806 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2201806 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38560__fyb%2Fn
   [junit4]   2> 2201807 INFO  (zkCallback-6816-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201807 INFO  (zkCallback-6834-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201808 INFO  (zkCallback-6797-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201808 INFO  (zkCallback-6804-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201808 INFO  (zkCallback-6827-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201821 INFO  (zkCallback-6863-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201829 INFO  (zkCallback-6847-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201858 INFO  (zkCallback-6854-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2201966 INFO  (zkConnectionManagerCallback-6871-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2201978 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2201979 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44148/solr ready
   [junit4]   2> 2202003 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2202063 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2202114 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2202114 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2202115 INFO  (closeThreadPool-6818-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-3-001/cores
   [junit4]   2> 2202429 INFO  (qtp71688300-16498) [n:127.0.0.1:38560__fyb%2Fn    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:42202__fyb%252Fn&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2202429 INFO  (qtp71688300-16499) [n:127.0.0.1:38560__fyb%2Fn    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:39938__fyb%252Fn&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2202430 INFO  (qtp71688300-16497) [n:127.0.0.1:38560__fyb%2Fn    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:38560__fyb%252Fn&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2202541 INFO  (qtp71688300-16501) [n:127.0.0.1:38560__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202575 INFO  (qtp71688300-16501) [n:127.0.0.1:38560__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202576 INFO  (qtp71688300-16501) [n:127.0.0.1:38560__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202576 INFO  (qtp71688300-16501) [n:127.0.0.1:38560__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202577 INFO  (qtp71688300-16501) [n:127.0.0.1:38560__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202591 INFO  (qtp25008320-16473) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202592 INFO  (qtp25008320-16474) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202593 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202593 INFO  (qtp25008320-16469) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202594 INFO  (qtp25008320-16472) [n:127.0.0.1:39938__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202630 DEBUG (ScheduledTrigger-4319-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 3
   [junit4]   2> 2202684 INFO  (qtp1498828711-16445) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202685 INFO  (qtp1498828711-16446) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202686 INFO  (qtp1498828711-16447) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202687 INFO  (qtp1498828711-16448) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202720 INFO  (qtp1498828711-16444) [n:127.0.0.1:42202__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=32
   [junit4]   2> 2202723 INFO  (qtp836082192-16385) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 2202723 INFO  (qtp836082192-16381) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 2202724 INFO  (qtp836082192-16386) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 2202773 INFO  (qtp836082192-16382) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=33
   [junit4]   2> 2202794 INFO  (qtp836082192-16382) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202794 INFO  (qtp836082192-16382) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202795 INFO  (qtp836082192-16387) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202796 INFO  (qtp836082192-16385) [n:127.0.0.1:43503__fyb%2Fn    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2202806 INFO  (OverseerThreadFactory-4321-thread-4-processing-n:127.0.0.1:43503__fyb%2Fn) [n:127.0.0.1:43503__fyb%2Fn c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:39938__fyb%2Fn for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 2202808 INFO  (OverseerThreadFactory-4321-thread-4-processing-n:127.0.0.1:43503__fyb%2Fn) [n:127.0.0.1:43503__fyb%2Fn c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 2202808 INFO  (OverseerThreadFactory-4321-thread-3-processing-n:127.0.0.1:43503__fyb%2Fn) [n:127.0.0.1:43503__fyb%2Fn c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:42202__fyb%2Fn for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 2202809 INFO  (OverseerThreadFactory-4321-thread-3-processing-n:127.0.0.1:43503__fyb%2Fn) [n:127.0.0.1:43503__fyb%2Fn c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 2202868 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2202869 INFO  (qtp1498828711-16447) [n:127.0.0.1:42202__fyb%2Fn    x:collection1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2203631 DEBUG (ScheduledTrigger-4319-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 2203970 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2204025 INFO  (qtp1498828711-16447) [n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2204080 INFO  (qtp1498828711-16447) [n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=test
   [junit4]   2> 2204189 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 2204632 DEBUG (ScheduledTrigger-4319-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 2204632 INFO  (qtp1498828711-16447) [n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2204639 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2204709 INFO  (qtp1498828711-16447) [n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 2204709 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 2204722 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2204722 INFO  (qtp1498828711-16447) [n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7cfbf30c
   [junit4]   2> 2204722 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-2-001/cores/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 2204722 INFO  (qtp1498828711-16447) [n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-1-001/cores/collection1_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_33AA96F39669069A-001/shard-1-001/cores/collection1_shard2_replica_n2/data/]
   [junit4]   2> 2204724 INFO  (qtp1498828711-16447) [n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19948026622333767]
   [junit4]   2> 2204724 INFO  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19948026622333767]
   [junit4]   2> 2204738 WARN  (qtp1498828711-16447) [n:127.0.0.1:42202__fyb%2Fn c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2204775 WARN  (qtp25008320-16475) [n:127.0.0.1:39938__fyb%2Fn c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [jun

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

BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null302145452
     [copy] Copying 256 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null302145452
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null302145452

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 91ms :: artifacts dl 4ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 232 minutes 54 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
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)

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 17 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/17/

1 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Error from server at https://127.0.0.1:34448/solr/authCollection: Error from server at null: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 401 require authentication</title> </head> <body><h2>HTTP ERROR 401</h2> <p>Problem accessing /solr/authCollection_shard3_replica_n4/select. Reason: <pre>    require authentication</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.14.v20181114</a><hr/>  </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34448/solr/authCollection: Error from server at null: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 401 require authentication</title>
</head>
<body><h2>HTTP ERROR 401</h2>
<p>Problem accessing /solr/authCollection_shard3_replica_n4/select. Reason:
<pre>    require authentication</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.14.v20181114</a><hr/>

</body>
</html>

	at __randomizedtesting.SeedInfo.seed([7BEF9376E66E9EEC:C781E564423D1D96]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	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.LBHttpSolrClient.request(LBHttpSolrClient.java:213)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.security.BasicAuthIntegrationTest.executeQuery(BasicAuthIntegrationTest.java:336)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 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.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15269 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/init-core-data-001
   [junit4]   2> 2458440 WARN  (SUITE-BasicAuthIntegrationTest-seed#[7BEF9376E66E9EEC]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=36 numCloses=36
   [junit4]   2> 2458440 INFO  (SUITE-BasicAuthIntegrationTest-seed#[7BEF9376E66E9EEC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2458443 INFO  (SUITE-BasicAuthIntegrationTest-seed#[7BEF9376E66E9EEC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2458443 INFO  (SUITE-BasicAuthIntegrationTest-seed#[7BEF9376E66E9EEC]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2458447 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 2458447 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001
   [junit4]   2> 2458448 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2458448 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2458448 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2458548 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.ZkTestServer start zk server on port:44153
   [junit4]   2> 2458548 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44153
   [junit4]   2> 2458548 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44153
   [junit4]   2> 2458557 INFO  (zkConnectionManagerCallback-13257-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458560 INFO  (zkConnectionManagerCallback-13259-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458561 INFO  (zkConnectionManagerCallback-13261-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458565 WARN  (jetty-launcher-13262-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2458565 WARN  (jetty-launcher-13262-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2458566 INFO  (jetty-launcher-13262-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2458566 INFO  (jetty-launcher-13262-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2458566 INFO  (jetty-launcher-13262-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2458566 INFO  (jetty-launcher-13262-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2458566 INFO  (jetty-launcher-13262-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2458566 INFO  (jetty-launcher-13262-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2458567 WARN  (jetty-launcher-13262-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2458567 INFO  (jetty-launcher-13262-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2458567 INFO  (jetty-launcher-13262-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2458567 INFO  (jetty-launcher-13262-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2458568 INFO  (jetty-launcher-13262-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2458568 INFO  (jetty-launcher-13262-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2458568 INFO  (jetty-launcher-13262-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2458568 INFO  (jetty-launcher-13262-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@62d3e2f6{/solr,null,AVAILABLE}
   [junit4]   2> 2458569 WARN  (jetty-launcher-13262-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@88a6d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2458570 INFO  (jetty-launcher-13262-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2458570 INFO  (jetty-launcher-13262-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2458570 INFO  (jetty-launcher-13262-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2458571 INFO  (jetty-launcher-13262-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3fd62328{SSL,[ssl, http/1.1]}{127.0.0.1:45531}
   [junit4]   2> 2458571 INFO  (jetty-launcher-13262-thread-1) [    ] o.e.j.s.Server Started @2458628ms
   [junit4]   2> 2458571 INFO  (jetty-launcher-13262-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45531}
   [junit4]   2> 2458571 INFO  (jetty-launcher-13262-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a1b7b05{/solr,null,AVAILABLE}
   [junit4]   2> 2458571 ERROR (jetty-launcher-13262-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2458571 INFO  (jetty-launcher-13262-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2458571 WARN  (jetty-launcher-13262-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@324e5f0e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2458571 INFO  (jetty-launcher-13262-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2458571 INFO  (jetty-launcher-13262-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2458571 INFO  (jetty-launcher-13262-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2458571 INFO  (jetty-launcher-13262-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-03T12:05:53.513Z
   [junit4]   2> 2458571 INFO  (jetty-launcher-13262-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@dd978d3{SSL,[ssl, http/1.1]}{127.0.0.1:34448}
   [junit4]   2> 2458572 INFO  (jetty-launcher-13262-thread-3) [    ] o.e.j.s.Server Started @2458629ms
   [junit4]   2> 2458572 INFO  (jetty-launcher-13262-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34448}
   [junit4]   2> 2458572 ERROR (jetty-launcher-13262-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2458572 INFO  (jetty-launcher-13262-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2458572 INFO  (jetty-launcher-13262-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2458572 INFO  (jetty-launcher-13262-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2458572 INFO  (jetty-launcher-13262-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2458572 INFO  (jetty-launcher-13262-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-03T12:05:53.514Z
   [junit4]   2> 2458574 INFO  (jetty-launcher-13262-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2458574 INFO  (jetty-launcher-13262-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2458574 INFO  (jetty-launcher-13262-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2458574 INFO  (jetty-launcher-13262-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50efc1a8{/solr,null,AVAILABLE}
   [junit4]   2> 2458575 WARN  (jetty-launcher-13262-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1b1804f5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2458576 INFO  (jetty-launcher-13262-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@42051242{SSL,[ssl, http/1.1]}{127.0.0.1:38531}
   [junit4]   2> 2458576 INFO  (jetty-launcher-13262-thread-2) [    ] o.e.j.s.Server Started @2458633ms
   [junit4]   2> 2458576 INFO  (jetty-launcher-13262-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38531}
   [junit4]   2> 2458576 ERROR (jetty-launcher-13262-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2458576 INFO  (jetty-launcher-13262-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2458576 INFO  (jetty-launcher-13262-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2458577 INFO  (jetty-launcher-13262-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2458577 INFO  (jetty-launcher-13262-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2458577 INFO  (jetty-launcher-13262-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-03T12:05:53.519Z
   [junit4]   2> 2458578 INFO  (zkConnectionManagerCallback-13264-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458579 INFO  (jetty-launcher-13262-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2458586 INFO  (zkConnectionManagerCallback-13266-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458587 INFO  (jetty-launcher-13262-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2458662 INFO  (zkConnectionManagerCallback-13268-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458664 INFO  (jetty-launcher-13262-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2458712 INFO  (jetty-launcher-13262-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2458712 WARN  (jetty-launcher-13262-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2458713 WARN  (jetty-launcher-13262-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@12b62bd0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2458716 WARN  (jetty-launcher-13262-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2458717 WARN  (jetty-launcher-13262-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@35c807e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2458718 INFO  (jetty-launcher-13262-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44153/solr
   [junit4]   2> 2458720 INFO  (zkConnectionManagerCallback-13274-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458753 INFO  (zkConnectionManagerCallback-13276-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458848 INFO  (jetty-launcher-13262-thread-1) [n:127.0.0.1:45531_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45531_solr
   [junit4]   2> 2458849 INFO  (jetty-launcher-13262-thread-1) [n:127.0.0.1:45531_solr    ] o.a.s.c.Overseer Overseer (id=72734601577693191-127.0.0.1:45531_solr-n_0000000000) starting
   [junit4]   2> 2458865 INFO  (zkConnectionManagerCallback-13283-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458879 INFO  (jetty-launcher-13262-thread-1) [n:127.0.0.1:45531_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44153/solr ready
   [junit4]   2> 2458881 INFO  (jetty-launcher-13262-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2458882 WARN  (jetty-launcher-13262-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2458883 INFO  (OverseerStateUpdate-72734601577693191-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45531_solr
   [junit4]   2> 2458888 INFO  (jetty-launcher-13262-thread-1) [n:127.0.0.1:45531_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45531_solr
   [junit4]   2> 2458890 WARN  (jetty-launcher-13262-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@31073e29[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2458892 INFO  (zkCallback-13282-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2458893 WARN  (jetty-launcher-13262-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2458894 WARN  (jetty-launcher-13262-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6326b4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2458896 INFO  (jetty-launcher-13262-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44153/solr
   [junit4]   2> 2458904 INFO  (zkConnectionManagerCallback-13289-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458906 INFO  (OverseerStateUpdate-72734601577693191-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2458923 INFO  (jetty-launcher-13262-thread-1) [n:127.0.0.1:45531_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2458923 INFO  (zkConnectionManagerCallback-13291-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458930 INFO  (jetty-launcher-13262-thread-3) [n:127.0.0.1:34448_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2458934 INFO  (jetty-launcher-13262-thread-3) [n:127.0.0.1:34448_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:34448_solr as DOWN
   [junit4]   2> 2458934 INFO  (jetty-launcher-13262-thread-3) [n:127.0.0.1:34448_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2458935 INFO  (jetty-launcher-13262-thread-3) [n:127.0.0.1:34448_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34448_solr
   [junit4]   2> 2458936 INFO  (zkCallback-13282-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2458937 INFO  (zkCallback-13275-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2458947 INFO  (zkCallback-13290-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2458962 INFO  (jetty-launcher-13262-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2458963 WARN  (jetty-launcher-13262-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2458964 WARN  (jetty-launcher-13262-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@620133a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2458976 WARN  (jetty-launcher-13262-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2458979 WARN  (jetty-launcher-13262-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5c3e0c91[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2458980 INFO  (jetty-launcher-13262-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44153/solr
   [junit4]   2> 2458983 INFO  (zkConnectionManagerCallback-13302-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458983 INFO  (zkConnectionManagerCallback-13305-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458985 INFO  (jetty-launcher-13262-thread-3) [n:127.0.0.1:34448_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2458986 INFO  (jetty-launcher-13262-thread-3) [n:127.0.0.1:34448_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44153/solr ready
   [junit4]   2> 2458986 INFO  (jetty-launcher-13262-thread-3) [n:127.0.0.1:34448_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2458987 INFO  (zkConnectionManagerCallback-13307-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458991 INFO  (jetty-launcher-13262-thread-2) [n:127.0.0.1:38531_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2458995 INFO  (jetty-launcher-13262-thread-1) [n:127.0.0.1:45531_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45531.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2458995 INFO  (jetty-launcher-13262-thread-2) [n:127.0.0.1:38531_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:38531_solr as DOWN
   [junit4]   2> 2458996 INFO  (jetty-launcher-13262-thread-2) [n:127.0.0.1:38531_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2458996 INFO  (jetty-launcher-13262-thread-2) [n:127.0.0.1:38531_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38531_solr
   [junit4]   2> 2458997 INFO  (zkCallback-13275-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2458997 INFO  (zkCallback-13282-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2459014 INFO  (zkCallback-13290-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2459020 INFO  (jetty-launcher-13262-thread-1) [n:127.0.0.1:45531_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45531.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2459020 INFO  (zkCallback-13301-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2459023 INFO  (jetty-launcher-13262-thread-1) [n:127.0.0.1:45531_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45531.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2459024 INFO  (zkConnectionManagerCallback-13315-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2459024 INFO  (jetty-launcher-13262-thread-1) [n:127.0.0.1:45531_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001/node1/.
   [junit4]   2> 2459025 INFO  (jetty-launcher-13262-thread-2) [n:127.0.0.1:38531_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2459026 INFO  (jetty-launcher-13262-thread-2) [n:127.0.0.1:38531_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44153/solr ready
   [junit4]   2> 2459030 INFO  (jetty-launcher-13262-thread-3) [n:127.0.0.1:34448_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34448.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2459032 INFO  (zkCallback-13306-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2459035 INFO  (jetty-launcher-13262-thread-2) [n:127.0.0.1:38531_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2459125 INFO  (jetty-launcher-13262-thread-2) [n:127.0.0.1:38531_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38531.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2459138 INFO  (jetty-launcher-13262-thread-3) [n:127.0.0.1:34448_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34448.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2459139 INFO  (jetty-launcher-13262-thread-3) [n:127.0.0.1:34448_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34448.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2459145 INFO  (jetty-launcher-13262-thread-3) [n:127.0.0.1:34448_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001/node3/.
   [junit4]   2> 2459162 INFO  (jetty-launcher-13262-thread-2) [n:127.0.0.1:38531_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38531.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2459163 INFO  (jetty-launcher-13262-thread-2) [n:127.0.0.1:38531_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38531.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2459184 INFO  (jetty-launcher-13262-thread-2) [n:127.0.0.1:38531_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001/node2/.
   [junit4]   2> 2459279 INFO  (zkConnectionManagerCallback-13321-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2459284 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2459303 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44153/solr ready
   [junit4]   2> 2459334 INFO  (qtp954556971-41529) [n:127.0.0.1:34448_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2459338 INFO  (OverseerThreadFactory-11926-thread-1-processing-n:127.0.0.1:45531_solr) [n:127.0.0.1:45531_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection authCollection
   [junit4]   2> 2459448 INFO  (qtp954556971-41527) [n:127.0.0.1:34448_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459449 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459450 INFO  (qtp954556971-41530) [n:127.0.0.1:34448_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459451 INFO  (qtp954556971-41531) [n:127.0.0.1:34448_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459452 INFO  (qtp954556971-41527) [n:127.0.0.1:34448_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459493 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459504 INFO  (qtp40414193-41538) [n:127.0.0.1:38531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459506 INFO  (qtp40414193-41539) [n:127.0.0.1:38531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459506 INFO  (qtp40414193-41540) [n:127.0.0.1:38531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459507 INFO  (qtp40414193-41536) [n:127.0.0.1:38531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459526 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459527 INFO  (qtp1335126073-41520) [n:127.0.0.1:45531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459528 INFO  (qtp1335126073-41521) [n:127.0.0.1:45531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459529 INFO  (qtp1335126073-41522) [n:127.0.0.1:45531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459529 INFO  (qtp1335126073-41523) [n:127.0.0.1:45531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2459549 INFO  (OverseerStateUpdate-72734601577693191-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"authCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45531/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2459553 INFO  (OverseerStateUpdate-72734601577693191-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"authCollection_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38531/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2459556 INFO  (OverseerStateUpdate-72734601577693191-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"authCollection_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34448/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2459761 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr    x:authCollection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2459761 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr    x:authCollection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2459763 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr    x:authCollection_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n3&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2459764 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr    x:authCollection_shard3_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2460789 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2460807 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2460812 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2460835 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.s.IndexSchema [authCollection_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 2460835 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.s.IndexSchema [authCollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2460838 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2460838 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2460838 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica_n1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 2460839 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45531.solr.core.authCollection.shard1.replica_n1' (registry 'solr.core.authCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2460839 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.SolrCore [[authCollection_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001/node1/authCollection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001/node1/./authCollection_shard1_replica_n1/data/]
   [junit4]   2> 2460838 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica_n4' using configuration from collection authCollection, trusted=true
   [junit4]   2> 2460841 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34448.solr.core.authCollection.shard3.replica_n4' (registry 'solr.core.authCollection.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2460841 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SolrCore [[authCollection_shard3_replica_n4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001/node3/authCollection_shard3_replica_n4], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001/node3/./authCollection_shard3_replica_n4/data/]
   [junit4]   2> 2460846 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.s.IndexSchema [authCollection_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 2460848 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2460848 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica_n3' using configuration from collection authCollection, trusted=true
   [junit4]   2> 2460849 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38531.solr.core.authCollection.shard2.replica_n3' (registry 'solr.core.authCollection.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2460849 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.SolrCore [[authCollection_shard2_replica_n3] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001/node2/authCollection_shard2_replica_n3], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001/node2/./authCollection_shard2_replica_n3/data/]
   [junit4]   2> 2460930 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2460930 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2460933 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2460933 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2460935 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@344ed9aa[authCollection_shard3_replica_n4] main]
   [junit4]   2> 2460936 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2460936 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2460937 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2460937 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1624449279201378304
   [junit4]   2> 2460937 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2460937 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2460940 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2460940 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2460940 INFO  (searcherExecutor-11943-thread-1-processing-n:127.0.0.1:34448_solr x:authCollection_shard3_replica_n4 c:authCollection s:shard3 r:core_node6) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SolrCore [authCollection_shard3_replica_n4] Registered new searcher Searcher@344ed9aa[authCollection_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2460942 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@41212597[authCollection_shard2_replica_n3] main]
   [junit4]   2> 2460944 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2460944 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2460946 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2460946 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2460946 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/authCollection/terms/shard3 to Terms{values={core_node6=0}, version=0}
   [junit4]   2> 2460947 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/authCollection/leaders/shard3
   [junit4]   2> 2460947 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2460948 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1624449279212912640
   [junit4]   2> 2460949 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2460949 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2460950 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@535cdd52[authCollection_shard1_replica_n1] main]
   [junit4]   2> 2460951 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2460951 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2460951 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34448/solr/authCollection_shard3_replica_n4/
   [junit4]   2> 2460951 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2460952 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2460952 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2460952 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SyncStrategy https://127.0.0.1:34448/solr/authCollection_shard3_replica_n4/ has no replicas
   [junit4]   2> 2460952 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/authCollection/leaders/shard3/leader after winning as /collections/authCollection/leader_elect/shard3/election/72734601577693194-core_node6-n_0000000000
   [junit4]   2> 2460952 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2460952 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1624449279217106944
   [junit4]   2> 2460954 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34448/solr/authCollection_shard3_replica_n4/ shard3
   [junit4]   2> 2460957 INFO  (searcherExecutor-11944-thread-1-processing-n:127.0.0.1:38531_solr x:authCollection_shard2_replica_n3 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.SolrCore [authCollection_shard2_replica_n3] Registered new searcher Searcher@41212597[authCollection_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2460960 INFO  (searcherExecutor-11942-thread-1-processing-n:127.0.0.1:45531_solr x:authCollection_shard1_replica_n1 c:authCollection s:shard1 r:core_node2) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.SolrCore [authCollection_shard1_replica_n1] Registered new searcher Searcher@535cdd52[authCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2460962 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/authCollection/terms/shard2 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 2460962 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/authCollection/leaders/shard2
   [junit4]   2> 2460964 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/authCollection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2460964 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/authCollection/leaders/shard1
   [junit4]   2> 2460967 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2460967 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2460967 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38531/solr/authCollection_shard2_replica_n3/
   [junit4]   2> 2460968 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2460968 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.SyncStrategy https://127.0.0.1:38531/solr/authCollection_shard2_replica_n3/ has no replicas
   [junit4]   2> 2460968 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/authCollection/leaders/shard2/leader after winning as /collections/authCollection/leader_elect/shard2/election/72734601577693197-core_node5-n_0000000000
   [junit4]   2> 2460969 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2460969 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2460969 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45531/solr/authCollection_shard1_replica_n1/
   [junit4]   2> 2460970 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2460970 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38531/solr/authCollection_shard2_replica_n3/ shard2
   [junit4]   2> 2460970 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:45531/solr/authCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2460970 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/authCollection/leaders/shard1/leader after winning as /collections/authCollection/leader_elect/shard1/election/72734601577693191-core_node2-n_0000000000
   [junit4]   2> 2460973 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45531/solr/authCollection_shard1_replica_n1/ shard1
   [junit4]   2> 2461075 INFO  (zkCallback-13290-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461075 INFO  (zkCallback-13275-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461075 INFO  (zkCallback-13306-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461076 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2461076 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2461077 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2461079 INFO  (qtp954556971-41528) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1315
   [junit4]   2> 2461079 INFO  (qtp40414193-41537) [n:127.0.0.1:38531_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n3&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1316
   [junit4]   2> 2461083 INFO  (qtp1335126073-41524) [n:127.0.0.1:45531_solr c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1322
   [junit4]   2> 2461091 INFO  (qtp954556971-41529) [n:127.0.0.1:34448_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> 2461185 INFO  (zkCallback-13290-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461185 INFO  (zkCallback-13275-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461185 INFO  (zkCallback-13290-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461185 INFO  (zkCallback-13275-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461185 INFO  (zkCallback-13306-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461185 INFO  (zkCallback-13306-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461186 INFO  (qtp954556971-41529) [n:127.0.0.1:34448_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2} status=0 QTime=1852
   [junit4]   2> 2461192 INFO  (qtp954556971-41527) [n:127.0.0.1:34448_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 2461193 INFO  (zkCallback-13306-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 2461193 INFO  (zkCallback-13290-thread-2) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 2461194 INFO  (zkCallback-13306-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2461194 INFO  (zkCallback-13290-thread-2) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2461194 INFO  (zkCallback-13290-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2461194 INFO  (zkCallback-13275-thread-3) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 2461194 INFO  (zkCallback-13275-thread-3) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2461196 INFO  (zkCallback-13306-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2461196 INFO  (zkCallback-13275-thread-3) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2461203 INFO  (qtp954556971-41530) [n:127.0.0.1:34448_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 2461204 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1129395133
   [junit4]   2> 2461204 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34448_solr
   [junit4]   2> 2461205 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 2461205 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:34448_solr as DOWN
   [junit4]   2> 2461208 INFO  (coreCloseExecutor-11957-thread-1) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SolrCore [authCollection_shard3_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@b47e2b0
   [junit4]   2> 2461208 INFO  (coreCloseExecutor-11957-thread-1) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.authCollection.shard3.replica_n4, tag=b47e2b0
   [junit4]   2> 2461208 INFO  (coreCloseExecutor-11957-thread-1) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@65ac6884: rootName = solr_34448, domain = solr.core.authCollection.shard3.replica_n4, service url = null, agent id = null] for registry solr.core.authCollection.shard3.replica_n4 / com.codahale.metrics.MetricRegistry@756a395b
   [junit4]   2> 2461219 INFO  (coreCloseExecutor-11957-thread-1) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.authCollection.shard3.leader, tag=b47e2b0
   [junit4]   2> 2461222 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2461222 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@144fc709: rootName = solr_34448, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1cc008f8
   [junit4]   2> 2461230 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2461230 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7bcc9ecf: rootName = solr_34448, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@17a70cc4
   [junit4]   2> 2461235 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2461236 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@226d91bd: rootName = solr_34448, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@39b7541
   [junit4]   2> 2461236 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   1> Done close org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@89d39f[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
   [junit4]   1> Done close org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@1343185[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
   [junit4]   2> 2461241 INFO  (zkCallback-13282-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2461241 INFO  (zkCallback-13275-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2461242 INFO  (zkCallback-13306-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2461242 INFO  (zkCallback-13320-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2461241 INFO  (zkCallback-13314-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2461244 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@dd978d3{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2461245 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a1b7b05{/solr,null,UNAVAILABLE}
   [junit4]   2> 2461245 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2461246 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2461247 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2461247 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 34448 try number 1 ...
   [junit4]   2> 2461247 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2461248 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2461248 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2461248 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2461249 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3bfff559{/solr,null,AVAILABLE}
   [junit4]   2> 2461249 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@23367e01[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2461250 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2c73c3c6{SSL,[ssl, http/1.1]}{127.0.0.1:34448}
   [junit4]   2> 2461250 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.s.Server Started @2461307ms
   [junit4]   2> 2461250 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34448}
   [junit4]   2> 2461250 ERROR (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2461250 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2461250 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2461250 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2461250 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2461250 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-03T12:05:56.192Z
   [junit4]   2> 2461252 INFO  (zkConnectionManagerCallback-13329-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2461299 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2461309 INFO  (zkCallback-13275-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2461309 INFO  (zkCallback-13275-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2461310 INFO  (zkCallback-13306-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2461310 INFO  (zkCallback-13306-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2461345 INFO  (OverseerCollectionConfigSetProcessor-72734601577693191-127.0.0.1:45531_solr-n_0000000000) [n:127.0.0.1:45531_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> 2461411 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2461412 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2461413 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@18cb9513[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2461417 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2461417 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2274692a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2461419 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44153/solr
   [junit4]   2> 2461420 INFO  (zkConnectionManagerCallback-13335-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2461423 INFO  (zkConnectionManagerCallback-13337-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2461429 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2461434 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:34448_solr as DOWN
   [junit4]   2> 2461435 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2461435 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34448_solr
   [junit4]   2> 2461437 INFO  (zkCallback-13320-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2461437 INFO  (zkCallback-13314-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2461437 INFO  (zkCallback-13306-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2461438 INFO  (zkCallback-13282-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2461438 INFO  (zkCallback-13336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2461438 INFO  (zkCallback-13275-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2461439 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2461439 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2461464 INFO  (zkConnectionManagerCallback-13344-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2461466 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2461467 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44153/solr ready
   [junit4]   2> 2461468 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2461502 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34448.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2461524 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34448.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2461524 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34448.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2461527 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001/node3/.
   [junit4]   2> 2461527 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[7BEF9376E66E9EEC]) [n:127.0.0.1:34448_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [authCollection_shard3_replica_n4]
   [junit4]   2> 2461537 INFO  (zkCallback-13306-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461537 INFO  (zkCallback-13306-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461537 INFO  (zkCallback-13275-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461537 INFO  (zkCallback-13275-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2461542 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2461552 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr    ] o.a.s.s.IndexSchema [authCollection_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 2461555 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2461572 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2461581 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.s.IndexSchema [authCollection_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 2462459 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2462460 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica_n4' using configuration from collection authCollection, trusted=true
   [junit4]   2> 2462460 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34448.solr.core.authCollection.shard3.replica_n4' (registry 'solr.core.authCollection.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aabf778
   [junit4]   2> 2462460 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SolrCore [[authCollection_shard3_replica_n4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001/node3/authCollection_shard3_replica_n4], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7BEF9376E66E9EEC-001/tempDir-001/node3/./authCollection_shard3_replica_n4/data/]
   [junit4]   2> 2462520 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2462520 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2462523 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2462523 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2462524 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@20fc6353[authCollection_shard3_replica_n4] main]
   [junit4]   2> 2462526 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2462526 INFO  (coreLoadExecutor-11967-thread-1-processing-n:127.0.0.1:34448_solr) [n:127.0.0.1:34448_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.r.ManagedResourceStorage 

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

s-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null2036254493
     [copy] Copying 236 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null2036254493
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null2036254493

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 33ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 113 minutes 52 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
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)