Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/298/

3 tests failed.
FAILED:  org.apache.lucene.document.TestXYPolygonShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
__randomizedtesting.SeedInfo.seed([4AF56BCA12F8715A:CDA2164583A10DDA]:0)
        at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
        at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
        at 
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
        at 
org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:56)
        at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:247)
        at org.apache.lucene.index.RandomCodec$1$1$1.visit(RandomCodec.java:129)
        at 
org.apache.lucene.codecs.PointsWriter$1$1$1.visit(PointsWriter.java:117)
        at 
org.apache.lucene.index.AssertingLeafReader$AssertingIntersectVisitor.visit(AssertingLeafReader.java:1171)
        at 
org.apache.lucene.util.bkd.BKDReader.visitCompressedDocValues(BKDReader.java:735)
        at 
org.apache.lucene.util.bkd.BKDReader.visitDocValuesWithCardinality(BKDReader.java:684)
        at 
org.apache.lucene.util.bkd.BKDReader.visitDocValues(BKDReader.java:590)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:790)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:506)
        at 
org.apache.lucene.index.AssertingLeafReader$AssertingPointValues.intersect(AssertingLeafReader.java:1052)
        at 
org.apache.lucene.codecs.PointsWriter$1$1.intersect(PointsWriter.java:105)
        at 
org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:122)
        at 
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
        at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)


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

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
        at 
__randomizedtesting.SeedInfo.seed([CDFE17B8E4ACD0F6:45AA28624A50BD0E]:0)
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:433)
        at sun.nio.ch.Net.bind(Net.java:425)
        at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at 
org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342)
        at 
org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:307)
        at 
org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
        at 
org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:231)
        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
        at org.eclipse.jetty.server.Server.doStart(Server.java:385)
        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:567)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:506)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:474)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:104)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
        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.cloud.SyncSliceTest.test

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
        at 
__randomizedtesting.SeedInfo.seed([CDFE17B8E4ACD0F6:45AA28624A50BD0E]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
        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 11229 lines...]
   [junit4] Suite: org.apache.lucene.document.TestXYPolygonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestXYPolygonShapeQueries -Dtests.method=testRandomBig 
-Dtests.seed=4AF56BCA12F8715A -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=und -Dtests.timezone=America/Santa_Isabel -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    459s J0 | TestXYPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4AF56BCA12F8715A:CDA2164583A10DDA]:0)
   [junit4]    >        at 
org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    >        at 
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    >        at 
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    >        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    >        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    >        at 
org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:56)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:247)
   [junit4]    >        at 
org.apache.lucene.index.RandomCodec$1$1$1.visit(RandomCodec.java:129)
   [junit4]    >        at 
org.apache.lucene.codecs.PointsWriter$1$1$1.visit(PointsWriter.java:117)
   [junit4]    >        at 
org.apache.lucene.index.AssertingLeafReader$AssertingIntersectVisitor.visit(AssertingLeafReader.java:1171)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.visitCompressedDocValues(BKDReader.java:735)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.visitDocValuesWithCardinality(BKDReader.java:684)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.visitDocValues(BKDReader.java:590)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:790)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:506)
   [junit4]    >        at 
org.apache.lucene.index.AssertingLeafReader$AssertingPointValues.intersect(AssertingLeafReader.java:1052)
   [junit4]    >        at 
org.apache.lucene.codecs.PointsWriter$1$1.intersect(PointsWriter.java:105)
   [junit4]    >        at 
org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:122)
   [junit4]    >        at 
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    >        at 
org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/sandbox/test/J0/temp/lucene.document.TestXYPolygonShapeQueries_4AF56BCA12F8715A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): 
{id=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{shape=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=49, 
maxMBSortInHeap=7.562476951858253, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6cbed3f8),
 locale=und, timezone=America/Santa_Isabel
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=190916152,total=533725184
   [junit4]   2> NOTE: All tests run in this JVM: [TestIDVersionPostingsFormat, 
TestXYPolygonShapeQueries]
   [junit4] Completed [13/40 (1!)] on J0 in 596.98s, 5 tests, 1 error <<< 
FAILURES!

[...truncated 84 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/sandbox/test/temp/junit4-J0-20191217_173133_2187461532545618962333.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/heapdumps/java_pid13812.hprof
 ...
   [junit4] Heap dump file created [440490531 bytes in 0.573 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 3405 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> 2360194 INFO  
(SUITE-SyncSliceTest-seed#[CDFE17B8E4ACD0F6]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2360194 INFO  
(SUITE-SyncSliceTest-seed#[CDFE17B8E4ACD0F6]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/data-dir-82-001
   [junit4]   2> 2360194 WARN  
(SUITE-SyncSliceTest-seed#[CDFE17B8E4ACD0F6]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=60 numCloses=60
   [junit4]   2> 2360194 INFO  
(SUITE-SyncSliceTest-seed#[CDFE17B8E4ACD0F6]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2360196 INFO  
(SUITE-SyncSliceTest-seed#[CDFE17B8E4ACD0F6]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2360196 INFO  
(SUITE-SyncSliceTest-seed#[CDFE17B8E4ACD0F6]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2360199 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
STARTING ZK TEST SERVER
   [junit4]   2> 2360199 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2360200 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2360300 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
start zk server on port:44400
   [junit4]   2> 2360300 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
waitForServerUp: 127.0.0.1:44400
   [junit4]   2> 2360300 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
parse host and port list: 127.0.0.1:44400
   [junit4]   2> 2360300 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1 44400
   [junit4]   2> 2360301 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2360303 INFO  (zkConnectionManagerCallback-6962-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2360303 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2360305 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2360306 INFO  (zkConnectionManagerCallback-6964-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2360306 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2360307 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2360308 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2360310 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2360311 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2360312 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2360312 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2360313 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2360314 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2360315 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2360316 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2360338 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkTestServer 
put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2360339 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2360340 INFO  (zkConnectionManagerCallback-6968-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2360340 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2360442 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 2360962 WARN  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2360963 WARN  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 2360963 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2360963 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2360963 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.e.j.s.Server 
jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2361012 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 2361012 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 2361012 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.e.j.s.session node0 
Scavenging every 660000ms
   [junit4]   2> 2361015 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@359d004c{/,null,AVAILABLE}
   [junit4]   2> 2361016 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7f845808{SSL,[ssl, 
http/1.1]}{127.0.0.1:35456}
   [junit4]   2> 2361024 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.e.j.s.Server 
Started @2361160ms
   [junit4]   2> 2361024 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/tempDir-001/control/data,
 hostContext=/, hostPort=35456, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/control-001/cores}
   [junit4]   2> 2361025 ERROR 
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2361025 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2361025 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 2361025 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2361025 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2361025 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-17T19:11:56.505Z
   [junit4]   2> 2361044 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2361045 INFO  (zkConnectionManagerCallback-6970-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2361045 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2361147 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2361147 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/control-001/solr.xml
   [junit4]   2> 2361150 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2361150 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2361152 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 2362337 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2362338 WARN  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
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> 2362355 WARN  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.e.j.u.s.S.config 
Trusting all certificates configured for 
Client@5eb65a62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2362355 WARN  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.e.j.u.s.S.config No 
Client EndPointIdentificationAlgorithm configured for 
Client@5eb65a62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2362357 WARN  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
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> 2362393 WARN  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.e.j.u.s.S.config 
Trusting all certificates configured for 
Client@d587c10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2362393 WARN  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.e.j.u.s.S.config No 
Client EndPointIdentificationAlgorithm configured for 
Client@d587c10[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2362395 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:44400/solr
   [junit4]   2> 2362431 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2362432 INFO  (zkConnectionManagerCallback-6977-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2362432 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2362539 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [n:127.0.0.1:35456_     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2362558 INFO  (zkConnectionManagerCallback-6979-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2362558 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [n:127.0.0.1:35456_     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2362920 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [n:127.0.0.1:35456_     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35456_
   [junit4]   2> 2362921 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [n:127.0.0.1:35456_     ] 
o.a.s.c.Overseer Overseer (id=75920765379805189-127.0.0.1:35456_-n_0000000000) 
starting
   [junit4]   2> 2362935 INFO  
(OverseerStateUpdate-75920765379805189-127.0.0.1:35456_-n_0000000000) 
[n:127.0.0.1:35456_     ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:35456_
   [junit4]   2> 2362935 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [n:127.0.0.1:35456_     ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35456_
   [junit4]   2> 2362938 WARN  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [n:127.0.0.1:35456_     ] 
o.a.s.c.CoreContainer Not all security plugins configured!  
authentication=disabled authorization=disabled.  Solr is only as secure as you 
make it. Consider configuring authentication/authorization before exposing Solr 
to users internal or external.  See https://s.apache.org/solrsecurity for more 
info
   [junit4]   2> 2362953 INFO  (zkCallback-6978-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2363023 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [n:127.0.0.1:35456_     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2363082 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [n:127.0.0.1:35456_     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03
   [junit4]   2> 2363128 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [n:127.0.0.1:35456_     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03
   [junit4]   2> 2363128 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [n:127.0.0.1:35456_     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03
   [junit4]   2> 2363129 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [n:127.0.0.1:35456_     ] 
o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2363130 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [n:127.0.0.1:35456_     ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/control-001/cores
   [junit4]   2> 2363200 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2363200 INFO  (zkConnectionManagerCallback-6988-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2363200 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2363210 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2363211 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44400/solr ready
   [junit4]   2> 2363252 INFO  (qtp1726921476-18520) [n:127.0.0.1:35456_     ] 
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:35456_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2363272 INFO  
(OverseerThreadFactory-3913-thread-1-processing-n:127.0.0.1:35456_) 
[n:127.0.0.1:35456_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 2363432 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_    
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> 2363432 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_    
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 2364618 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 2364666 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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> 2365132 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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> 2365181 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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> 2365181 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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@1f7cba03
   [junit4]   2> 2365181 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2365184 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@36631964
   [junit4]   2> 2365186 WARN  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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> 2365375 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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> 2365375 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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> 2365393 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2365393 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2365394 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2365394 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@34dc0ce5[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2365409 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2365409 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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> 2365410 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2365410 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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 1653195324407152640
   [junit4]   2> 2365434 INFO  
(searcherExecutor-3918-thread-1-processing-n:127.0.0.1:35456_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:35456_ 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@34dc0ce5[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2365446 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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> 2365446 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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> 2365467 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2365467 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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> 2365467 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:35456/control_collection_shard1_replica_n1/
   [junit4]   2> 2365478 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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> 2365478 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:35456/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2365478 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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/75920765379805189-core_node2-n_0000000000
   [junit4]   2> 2365480 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:35456/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2365600 INFO  (zkCallback-6978-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> 2365601 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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> 2365603 INFO  (qtp1726921476-18518) [n:127.0.0.1:35456_ 
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=2171
   [junit4]   2> 2365612 INFO  (qtp1726921476-18520) [n:127.0.0.1:35456_     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2365613 INFO  
(OverseerCollectionConfigSetProcessor-75920765379805189-127.0.0.1:35456_-n_0000000000)
 [n:127.0.0.1:35456_     ] 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> 2365742 INFO  (zkCallback-6978-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> 2365742 INFO  (zkCallback-6978-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> 2365770 INFO  (qtp1726921476-18520) [n:127.0.0.1:35456_     ] 
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:35456_&wt=javabin&version=2}
 status=0 QTime=2518
   [junit4]   2> 2365775 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in 
collection: control_collection
   [junit4]   2> 2365882 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2365883 INFO  (zkConnectionManagerCallback-6994-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2365883 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2365884 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2365885 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44400/solr ready
   [junit4]   2> 2365885 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2365888 INFO  (qtp1726921476-18520) [n:127.0.0.1:35456_     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2365890 INFO  
(OverseerThreadFactory-3913-thread-2-processing-n:127.0.0.1:35456_) 
[n:127.0.0.1:35456_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2366095 WARN  
(OverseerThreadFactory-3913-thread-2-processing-n:127.0.0.1:35456_) 
[n:127.0.0.1:35456_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 2366097 INFO  (qtp1726921476-18520) [n:127.0.0.1:35456_     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2366098 INFO  (qtp1726921476-18520) [n:127.0.0.1:35456_     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=210
   [junit4]   2> 2366099 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 2366099 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2366108 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 2366108 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2366108 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 2366108 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2366108 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=7
   [junit4]   2> 2366352 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-1-001
 of type NRT
   [junit4]   2> 2366354 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2366354 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 2366354 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2366354 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2366355 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2366380 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2366380 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2366380 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2366380 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@32ae9993{/,null,AVAILABLE}
   [junit4]   2> 2366381 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1babf3b8{SSL,[ssl, 
http/1.1]}{127.0.0.1:39239}
   [junit4]   2> 2366381 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.Server Started @2366517ms
   [junit4]   2> 2366381 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=39239, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-1-001/cores}
   [junit4]   2> 2366381 ERROR (closeThreadPool-6995-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2366381 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2366382 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 2366382 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2366382 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2366382 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-17T19:12:01.862Z
   [junit4]   2> 2366383 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2366392 INFO  (zkConnectionManagerCallback-6997-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2366392 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2366493 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2366493 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-1-001/solr.xml
   [junit4]   2> 2366549 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2366549 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2366550 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2367012 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2367013 WARN  (closeThreadPool-6995-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> 2367027 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@19e1e314[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2367027 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@19e1e314[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2367044 WARN  (closeThreadPool-6995-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> 2367063 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@e6a50d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2367063 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@e6a50d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2367064 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44400/solr
   [junit4]   2> 2367065 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2367081 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-2-001
 of type NRT
   [junit4]   2> 2367083 WARN  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2367083 WARN  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 2367083 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2367083 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2367083 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2367084 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2367084 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2367084 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2367084 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@31d44366{/,null,AVAILABLE}
   [junit4]   2> 2367085 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@eb4e44e{SSL,[ssl, 
http/1.1]}{127.0.0.1:44539}
   [junit4]   2> 2367085 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.Server Started @2367221ms
   [junit4]   2> 2367085 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=44539, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-2-001/cores}
   [junit4]   2> 2367085 ERROR (closeThreadPool-6995-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2367085 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2367085 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 2367085 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2367085 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2367085 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-17T19:12:02.565Z
   [junit4]   2> 2367090 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2367096 INFO  (zkConnectionManagerCallback-7004-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2367096 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2367132 INFO  (zkConnectionManagerCallback-7006-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2367132 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2367235 INFO  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2367236 INFO  (zkConnectionManagerCallback-7008-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2367236 INFO  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2367249 INFO  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2367253 INFO  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.c.ZkController Publish node=127.0.0.1:39239_ as 
DOWN
   [junit4]   2> 2367254 INFO  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2367254 INFO  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39239_
   [junit4]   2> 2367267 INFO  (zkCallback-6978-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2367267 INFO  (zkCallback-7007-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2367269 WARN  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2367291 INFO  (zkCallback-6993-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2367310 INFO  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2367352 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2367352 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-2-001/solr.xml
   [junit4]   2> 2367355 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2367355 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2367357 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2367387 INFO  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03
   [junit4]   2> 2367429 INFO  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03
   [junit4]   2> 2367429 INFO  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03
   [junit4]   2> 2367431 INFO  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2367432 INFO  (closeThreadPool-6995-thread-1) 
[n:127.0.0.1:39239_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-1-001/cores
   [junit4]   2> 2367516 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:39239_
   [junit4]   2> 2367827 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2367828 WARN  (closeThreadPool-6995-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> 2367829 WARN  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@15f21f95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2367829 WARN  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@15f21f95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2367831 WARN  (closeThreadPool-6995-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> 2367840 WARN  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@469f23f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2367840 WARN  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@469f23f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2367841 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44400/solr
   [junit4]   2> 2367842 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2367843 INFO  (zkConnectionManagerCallback-7019-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2367843 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2367882 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-3-001
 of type NRT
   [junit4]   2> 2367883 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2367883 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 2367883 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2367883 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2367884 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2367884 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2367884 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2367885 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2367885 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@33c911f2{/,null,AVAILABLE}
   [junit4]   2> 2367886 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@25f6ef86{SSL,[ssl, 
http/1.1]}{127.0.0.1:38655}
   [junit4]   2> 2367886 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.s.Server Started @2368021ms
   [junit4]   2> 2367886 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=38655, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-3-001/cores}
   [junit4]   2> 2367886 ERROR (closeThreadPool-6995-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2367886 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2367886 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 2367886 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2367886 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2367886 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-17T19:12:03.366Z
   [junit4]   2> 2367891 INFO  
(OverseerCollectionConfigSetProcessor-75920765379805189-127.0.0.1:35456_-n_0000000000)
 [n:127.0.0.1:35456_     ] 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> 2367937 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2367937 INFO  (zkConnectionManagerCallback-7021-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2367937 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2367962 INFO  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2367963 INFO  (zkConnectionManagerCallback-7023-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2367963 INFO  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2368041 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2368041 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-3-001/solr.xml
   [junit4]   2> 2368045 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2368045 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2368046 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2368072 INFO  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2368077 INFO  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.c.ZkController Publish node=127.0.0.1:44539_ as 
DOWN
   [junit4]   2> 2368078 INFO  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2368078 INFO  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44539_
   [junit4]   2> 2368079 INFO  (zkCallback-6993-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2368079 INFO  (zkCallback-7007-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2368079 INFO  (zkCallback-6978-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2368100 INFO  (zkCallback-7022-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2368102 WARN  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2368198 INFO  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2368355 INFO  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03
   [junit4]   2> 2368426 INFO  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03
   [junit4]   2> 2368426 INFO  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03
   [junit4]   2> 2368433 INFO  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2368451 INFO  (closeThreadPool-6995-thread-2) 
[n:127.0.0.1:44539_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-2-001/cores
   [junit4]   2> 2368670 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2368671 WARN  (closeThreadPool-6995-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> 2368771 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@18479d1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2368771 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@18479d1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2368774 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:44539_
   [junit4]   2> 2368885 WARN  (closeThreadPool-6995-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> 2368961 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@39dc0329[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2368961 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@39dc0329[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2368975 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44400/solr
   [junit4]   2> 2369028 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2369033 INFO  (zkConnectionManagerCallback-7034-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2369033 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2369170 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2369190 INFO  (zkConnectionManagerCallback-7036-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2369190 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2369191 INFO  
(TEST-SyncSliceTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-4-001
 of type NRT
   [junit4]   2> 2369195 WARN  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2369196 WARN  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 2369196 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2369196 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2369196 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2369234 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2369295 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:38655_ as DOWN
   [junit4]   2> 2369313 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2369314 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38655_
   [junit4]   2> 2369333 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2369333 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2369333 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2369334 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16a0a56b{/,null,AVAILABLE}
   [junit4]   2> 2369334 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@10053159{SSL,[ssl, 
http/1.1]}{127.0.0.1:41791}
   [junit4]   2> 2369334 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.s.Server Started @2369470ms
   [junit4]   2> 2369334 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/tempDir-001/jetty4,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=41791, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-4-001/cores}
   [junit4]   2> 2369335 ERROR (closeThreadPool-6995-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2369335 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2369335 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 2369335 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2369335 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2369335 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-17T19:12:04.815Z
   [junit4]   2> 2369361 INFO  (zkCallback-6993-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2369361 INFO  (zkCallback-7035-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2369361 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2369368 INFO  (zkCallback-7022-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2369368 INFO  (zkCallback-7007-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2369397 INFO  (zkCallback-6978-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2369417 INFO  (zkConnectionManagerCallback-7040-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2369418 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2369483 WARN  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.CoreContainer Not all security plugins configured!  
authentication=disabled authorization=disabled.  Solr is only as secure as you 
make it. Consider configuring authentication/authorization before exposing Solr 
to users internal or external.  See https://s.apache.org/solrsecurity for more 
info
   [junit4]   2> 2369623 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2369645 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2369645 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-4-001/solr.xml
   [junit4]   2> 2369648 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2369648 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2369682 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2369734 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03
   [junit4]   2> 2369787 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03
   [junit4]   2> 2369788 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f7cba03
   [junit4]   2> 2369836 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2369837 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_CDFE17B8E4ACD0F6-001/shard-3-001/cores
   [junit4]   2> 2370069 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2370069 WARN  (closeThreadPool-6995-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> 2370102 INFO  (closeThreadPool-6995-thread-1) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:38655_
   [junit4]   2> 2370243 WARN  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@552fa0f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2370243 WARN  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@552fa0f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2370280 WARN  (closeThreadPool-6995-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> 2370281 WARN  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5800f264[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2370281 WARN  (closeThreadPool-6995-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5800f264[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2370282 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44400/solr
   [junit4]   2> 2370300 INFO  (closeThreadPool-6995-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2370377 INFO  (zkConnectionManagerCallback-7049-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2370377 INFO  (closeThreadPool-6995-thread-2)

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

ction/75920905749069869-127.0.0.1:38477_-n_0000000033
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard2/election/75920905749069877-core_node32-n_0000000007
   [junit4]   2>        2       
/solr/overseer_elect/election/75920905749069897-127.0.0.1:42079_-n_0000000029
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/75920905749069870-core_node19-n_0000000004
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/75920905749069912-core_node23-n_0000000013
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/75920905749069885-core_node27-n_0000000008
   [junit4]   2>        2       
/solr/overseer_elect/election/75920905749069829-127.0.0.1:46383_-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/75920905749069854-127.0.0.1:35793_-n_0000000051
   [junit4]   2>        2       
/solr/overseer_elect/election/75920905749069866-127.0.0.1:42382_-n_0000000010
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        1234    /solr/live_nodes
   [junit4]   2>        406     /solr/overseer/queue
   [junit4]   2>        152     /solr/overseer/collection-queue-work
   [junit4]   2>        45      /solr/collections
   [junit4]   2>        25      /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        24      /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        24      /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 4777824 INFO  
(TEST-RollingRestartTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34383
   [junit4]   2> 4777825 INFO  
(TEST-RollingRestartTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34383
   [junit4]   2> 4777825 INFO  
(TEST-RollingRestartTest.test-seed#[CDFE17B8E4ACD0F6]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34383
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RollingRestartTest 
-Dtests.method=test -Dtests.seed=CDFE17B8E4ACD0F6 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=es-US -Dtests.timezone=UCT -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    276s J1 | RollingRestartTest.test <<<
   [junit4]    > Throwable #1: java.net.BindException: Address already in use
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CDFE17B8E4ACD0F6:45AA28624A50BD0E]:0)
   [junit4]    >        at sun.nio.ch.Net.bind0(Native Method)
   [junit4]    >        at sun.nio.ch.Net.bind(Net.java:433)
   [junit4]    >        at sun.nio.ch.Net.bind(Net.java:425)
   [junit4]    >        at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
   [junit4]    >        at 
sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
   [junit4]    >        at 
org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342)
   [junit4]    >        at 
org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:307)
   [junit4]    >        at 
org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
   [junit4]    >        at 
org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:231)
   [junit4]    >        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
   [junit4]    >        at 
org.eclipse.jetty.server.Server.doStart(Server.java:385)
   [junit4]    >        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
   [junit4]    >        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:567)
   [junit4]    >        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:506)
   [junit4]    >        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:474)
   [junit4]    >        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:104)
   [junit4]    >        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [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-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_CDFE17B8E4ACD0F6-001
   [junit4]   2> Dec 17, 2019 7:52:13 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, 
docValues:{}, maxPointsInLeafNode=1333, maxMBSortInHeap=6.003305498245087, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@38994636),
 locale=es-US, timezone=UCT
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=162307624,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: [ShardsWhitelistTest, 
TestSearcherReuse, TestSimPolicyCloud, TestInfoStreamLogging, TestRealTimeGet, 
TestClassicSimilarityFactory, DebugComponentTest, MinimalSchemaTest, 
BasicDistributedZk2Test, TestCopyFieldCollectionResource, 
TestManagedSynonymGraphFilterFactory, DOMUtilTest, 
TestLocalFSCloudBackupRestore, TestBlobHandler, RecoveryZkTest, 
BadComponentTest, SolrInfoBeanTest, TestRestoreCore, CurrencyFieldTypeTest, 
ClassificationUpdateProcessorIntegrationTest, TestCloudSearcherWarming, 
ChaosMonkeyNothingIsSafeTest, TestSystemCollAutoCreate, 
UUIDUpdateProcessorFallbackTest, TestPrepRecovery, SSLMigrationTest, 
DistributedVersionInfoTest, CreateCollectionCleanupTest, TestWithCollection, 
TestRebalanceLeaders, HLLUtilTest, TestSolrConfigHandlerCloud, 
TestDelegationWithHadoopAuth, CloudExitableDirectoryReaderTest, 
TestUniqueKeyFieldResource, TestSegmentSorting, TestQueryTypes, 
TestSolrCoreParser, HdfsLockFactoryTest, TestRandomFaceting, TestCoreBackup, 
TestSolrXml, CdcrRequestHandlerTest, SuggesterTSTTest, SolrCoreTest, 
CdcrBootstrapTest, SolrCoreMetricManagerTest, PeerSyncWithBufferUpdatesTest, 
TestFileDictionaryLookup, IndexSizeTriggerTest, 
SuggestComponentContextFilterQueryTest, TestQueryingOnDownCollection, 
TestDynamicLoadingUrl, DocExpirationUpdateProcessorFactoryTest, 
OverseerStatusTest, ExplicitHLLTest, DisMaxRequestHandlerTest, 
AuditLoggerPluginTest, TestSlowCompositeReaderWrapper, CollectionPropsTest, 
TestRandomCollapseQParserPlugin, SplitShardTest, 
HdfsChaosMonkeyNothingIsSafeTest, IgnoreLargeDocumentProcessorFactoryTest, 
SpellCheckCollatorWithCollapseTest, TestChildDocTransformerHierarchy, 
ComputePlanActionTest, ConcurrentCreateRoutedAliasTest, 
SolrMetricsIntegrationTest, TestDefaultStatsCache, 
DistribDocExpirationUpdateProcessorTest, TestLegacyNumericUtils, 
TestAnalyzeInfixSuggestions, BlockJoinFacetRandomTest, 
TestObjectReleaseTracker, CollectionTooManyReplicasTest, 
CurrencyRangeFacetCloudTest, SystemInfoHandlerTest, NumericFieldsTest, 
TestCodecSupport, TermVectorComponentTest, TestCloudInspectUtil, 
TestShardHandlerFactory, PeerSyncWithLeaderTest, TestPKIAuthenticationPlugin, 
LeaderVoteWaitTimeoutTest, TestMultiWordSynonyms, ZkNodePropsTest, 
TestCustomStream, TestJsonFacetsWithNestedObjects, TestSchemaField, 
SolrIndexSplitterTest, AssignTest, NodeMutatorTest, 
DistributedQueryElevationComponentTest, CoreAdminOperationTest, 
TestWordDelimiterFilterFactory, RankQueryTest, BasicAuthStandaloneTest, 
TestDeprecatedFilters, MultiSolrCloudTestCaseTest, 
NodeAddedTriggerIntegrationTest, TestSolrCloudWithSecureImpersonation, 
AtomicUpdatesTest, TestCloudSchemaless, DistanceFunctionTest, 
ExitableDirectoryReaderTest, TestLockTree, XmlUpdateRequestHandlerTest, 
MetricsHistoryWithAuthIntegrationTest, TestFacetMethods, 
TestQuerySenderListener, BinaryUpdateRequestHandlerTest, 
HdfsUnloadDistributedZkTest, ForceLeaderWithTlogReplicasTest, 
DistributedFacetExistsSmallTest, TestHalfAndHalfDocValues, TestSolrQueryParser, 
PathHierarchyTokenizerFactoryTest, NodeLostTriggerTest, 
MoreLikeThisComponentTest, TestClusterStateMutator, SecurityConfHandlerTest, 
IndexSchemaTest, TestNumericRangeQuery32, UtilsToolTest, HighlighterTest, 
MetricUtilsTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestRetrieveFieldsOptimizer, ResponseBuilderTest, SolrRequestParserTest, 
OverseerCollectionConfigSetProcessorTest, HdfsSyncSliceTest, 
EmbeddedSolrNoSerializeTest, SortSpecParsingTest, 
ConcurrentDeleteAndCreateCollectionTest, TestCoreContainer, 
SolrJmxReporterTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
HdfsRecoverLeaseTest, TestWriterPerf, TestComplexPhraseQParserPlugin, 
BasicFunctionalityTest, ConvertedLegacyTest, SampleTest, 
TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedSearch, 
DeleteShardTest, DeleteStatusTest, ForceLeaderTest, 
HttpPartitionWithTlogReplicasTest, RollingRestartTest]
   [junit4] Completed [524/889 (2!)] on J1 in 276.56s, 1 test, 1 error <<< 
FAILURES!

[...truncated 10779 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:652:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:586:
 Some of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid13812.hprof

Total time: 504 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to