You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/07/24 13:51:49 UTC

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-11.0.6) - Build # 3821 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/3821/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.parser.SolrQueryParserBaseTest.testGetField

Error Message:


Stack Trace:
java.lang.NullPointerException
	at org.apache.solr.parser.SolrQueryParserBase.init(SolrQueryParserBase.java:251)
	at org.apache.solr.parser.SolrQueryParserBaseTest.testGetField(SolrQueryParserBaseTest.java:113)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:79)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:85)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:39)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.parser.SolrQueryParserBaseTest.testGetMagicFieldQuery

Error Message:


Stack Trace:
java.lang.NullPointerException
	at org.apache.solr.parser.SolrQueryParserBase.init(SolrQueryParserBase.java:251)
	at org.apache.solr.parser.SolrQueryParserBaseTest.testGetMagicFieldQuery(SolrQueryParserBaseTest.java:125)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:79)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:85)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:39)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.parser.SolrQueryParserBaseTest.testInitHappyCases

Error Message:


Stack Trace:
java.lang.NullPointerException
	at org.apache.solr.parser.SolrQueryParserBase.init(SolrQueryParserBase.java:251)
	at org.apache.solr.parser.SolrQueryParserBaseTest.testInitHappyCases(SolrQueryParserBaseTest.java:85)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:79)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:85)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:39)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)




Build Log:
[...truncated 15896 lines...]
   [junit4] Suite: org.apache.solr.parser.SolrQueryParserBaseTest
   [junit4] ERROR   0.00s J4 | SolrQueryParserBaseTest.testGetField <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    > 	at org.apache.solr.parser.SolrQueryParserBase.init(SolrQueryParserBase.java:251)
   [junit4]    > 	at org.apache.solr.parser.SolrQueryParserBaseTest.testGetField(SolrQueryParserBaseTest.java:113)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:79)
   [junit4]    > 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:85)
   [junit4]    > 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:39)
   [junit4]    > 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
   [junit4] ERROR   0.00s J4 | SolrQueryParserBaseTest.testGetMagicFieldQuery <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    > 	at org.apache.solr.parser.SolrQueryParserBase.init(SolrQueryParserBase.java:251)
   [junit4]    > 	at org.apache.solr.parser.SolrQueryParserBaseTest.testGetMagicFieldQuery(SolrQueryParserBaseTest.java:125)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:79)
   [junit4]    > 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:85)
   [junit4]    > 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:39)
   [junit4]    > 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
   [junit4] ERROR   0.00s J4 | SolrQueryParserBaseTest.testInitHappyCases <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    > 	at org.apache.solr.parser.SolrQueryParserBase.init(SolrQueryParserBase.java:251)
   [junit4]    > 	at org.apache.solr.parser.SolrQueryParserBaseTest.testInitHappyCases(SolrQueryParserBaseTest.java:85)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:79)
   [junit4]    > 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:85)
   [junit4]    > 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:39)
   [junit4]    > 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
   [junit4] Completed [702/916 (1!)] on J4 in 0.17s, 7 tests, 3 errors <<< FAILURES!

[...truncated 48156 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/3821/consoleText

[repro] Revision: 5ab967ccf2e921b18c01b8b9bc483bd9a4c55d55

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] No "reproduce with" lines found; exiting.

[...truncated 65 lines...]

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-14.0.1) - Build # 3822 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/3822/
Java: 64bit/jdk-14.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.update.TestInPlaceUpdatesDistrib

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([5C56EEC674700F1B]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.update.TestInPlaceUpdatesDistrib

Error Message:
Captured an uncaught exception in thread: Thread[id=14111, name=replayUpdatesExecutor-7060-thread-1, state=RUNNABLE, group=TGRP-TestInPlaceUpdatesDistrib]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=14111, name=replayUpdatesExecutor-7060-thread-1, state=RUNNABLE, group=TGRP-TestInPlaceUpdatesDistrib]
Caused by: org.apache.solr.update.SolrCoreState$CoreIsClosedException
	at __randomizedtesting.SeedInfo.seed([5C56EEC674700F1B]:0)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2074)
	at org.apache.solr.core.SolrCore.getRealtimeSearcher(SolrCore.java:2048)
	at org.apache.solr.update.VersionInfo.getVersionFromIndex(VersionInfo.java:216)
	at org.apache.solr.update.UpdateLog.lookupVersion(UpdateLog.java:1063)
	at org.apache.solr.update.VersionInfo.lookupVersion(VersionInfo.java:204)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doVersionAdd(DistributedUpdateProcessor.java:479)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.lambda$versionAdd$0(DistributedUpdateProcessor.java:339)
	at org.apache.solr.update.VersionBucket.runWithLock(VersionBucket.java:50)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:339)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:225)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.processAdd(DistributedZkUpdateProcessor.java:245)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:106)
	at org.apache.solr.update.UpdateLog$LogReplayer.lambda$execute$1(UpdateLog.java:2035)
	at org.apache.solr.util.OrderedExecutor.lambda$execute$0(OrderedExecutor.java:69)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:212)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  junit.framework.TestSuite.org.apache.solr.update.TestInPlaceUpdatesDistrib

Error Message:
Captured an uncaught exception in thread: Thread[id=14110, name=recoveryExecutor-7129-thread-1-processing-n:127.0.0.1:44737_kz_vo x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4, state=RUNNABLE, group=TGRP-TestInPlaceUpdatesDistrib]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=14110, name=recoveryExecutor-7129-thread-1-processing-n:127.0.0.1:44737_kz_vo x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4, state=RUNNABLE, group=TGRP-TestInPlaceUpdatesDistrib]
Caused by: java.lang.AssertionError: SolrRequestInfo Stack should have been cleared.
	at __randomizedtesting.SeedInfo.seed([5C56EEC674700F1B]:0)
	at org.apache.solr.request.SolrRequestInfo.reset(SolrRequestInfo.java:103)
	at org.apache.solr.request.SolrRequestInfo$1.clean(SolrRequestInfo.java:226)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:231)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Error from server at https://127.0.0.1:42787/kz_vo/collection1: ERROR adding document SolrInputDocument(fields: [id=-8702, title_s=title-8702, id_i=-8702, _version_=1673121627769929728, _root_=-8702])

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42787/kz_vo/collection1: ERROR adding document SolrInputDocument(fields: [id=-8702, title_s=title-8702, id_i=-8702, _version_=1673121627769929728, _root_=-8702])
	at __randomizedtesting.SeedInfo.seed([5C56EEC674700F1B:D402D11CDA8C62E3]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.addDocAndGetVersion(TestInPlaceUpdatesDistrib.java:1229)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.buildRandomIndex(TestInPlaceUpdatesDistrib.java:1274)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:394)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([5C56EEC674700F1B]:0)




Build Log:
[...truncated 16707 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> 590877 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 590877 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 590878 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/data-dir-61-001
   [junit4]   2> 590878 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 590878 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 590878 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 590879 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /kz_vo/
   [junit4]   2> 590879 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.SolrTestCaseJ4 updateLog impl=solr.CdcrUpdateLog
   [junit4]   2> 590879 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 590883 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 590892 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 590894 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 591161 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1036) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:824) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:381) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:694) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:801) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:747) ~[?:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:367) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:332) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:169) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:809) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:799) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:660) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:649) [java/:?]
   [junit4]   2> 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:90) [test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 591162 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1036) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1326) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1358) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:523) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:668) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:809) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:799) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:660) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:649) [java/:?]
   [junit4]   2> 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:90) [test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 591163 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 591165 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1207935[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 591165 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1207935[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 591166 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a3cea9c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 591166 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a3cea9c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 591167 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] 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> 591176 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 591176 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 591188 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 591194 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 591194 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 591199 INFO  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 591207 INFO  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 591209 INFO  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 591211 INFO  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 591211 INFO  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 591211 INFO  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/data-dir-61-001/]
   [junit4]   2> 591219 WARN  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] 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> 591255 INFO  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 591255 INFO  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 591256 INFO  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 591256 INFO  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 591259 WARN  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 591260 INFO  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 591260 INFO  (coreLoadExecutor-6994-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1673113522060394496
   [junit4]   2> 591261 INFO  (searcherExecutor-6996-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 591261 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 591264 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 591265 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 591265 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 591265 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 591365 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer start zk server on port: 40699
   [junit4]   2> 591365 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40699
   [junit4]   2> 591365 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40699
   [junit4]   2> 591365 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40699
   [junit4]   2> 591366 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 591367 INFO  (zkConnectionManagerCallback-7003-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591367 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 591368 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 591369 INFO  (zkConnectionManagerCallback-7005-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591369 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 591370 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 591371 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml to /configs/conf1/schema.xml
   [junit4]   2> 591377 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 591378 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 591379 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 591380 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 591380 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 591381 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 591381 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 591382 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 591382 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 591383 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 591384 INFO  (zkConnectionManagerCallback-7009-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591384 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 591485 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 591561 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 591561 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 591561 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 591561 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 591562 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 591562 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 591562 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 591562 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@345298e6{/kz_vo,null,AVAILABLE}
   [junit4]   2> 591564 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20bbfdf{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:38429}
   [junit4]   2> 591564 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.e.j.s.Server Started @591575ms
   [junit4]   2> 591564 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/kz_vo, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/tempDir-001/control/data, hostPort=38429, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/control-001/cores}
   [junit4]   2> 591565 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 591565 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 591565 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 591565 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 591565 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 591565 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-24T15:43:14.726275Z
   [junit4]   2> 591565 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 591566 INFO  (zkConnectionManagerCallback-7011-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591566 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 591667 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 591667 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/control-001/solr.xml
   [junit4]   2> 591670 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 591670 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 591671 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 591704 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 591705 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3c5ad5ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 591705 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3c5ad5ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 591707 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3c53287[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 591707 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3c53287[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 591708 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40699/solr
   [junit4]   2> 591709 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 591710 INFO  (zkConnectionManagerCallback-7021-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591710 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 591811 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [n:127.0.0.1:38429_kz_vo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 591812 INFO  (zkConnectionManagerCallback-7023-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591812 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [n:127.0.0.1:38429_kz_vo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 591856 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [n:127.0.0.1:38429_kz_vo     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38429_kz_vo
   [junit4]   2> 591856 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [n:127.0.0.1:38429_kz_vo     ] o.a.s.c.Overseer Overseer (id=72080042539614213-127.0.0.1:38429_kz_vo-n_0000000000) starting
   [junit4]   2> 591859 INFO  (OverseerStateUpdate-72080042539614213-127.0.0.1:38429_kz_vo-n_0000000000) [n:127.0.0.1:38429_kz_vo     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38429_kz_vo
   [junit4]   2> 591859 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [n:127.0.0.1:38429_kz_vo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38429_kz_vo
   [junit4]   2> 591859 INFO  (zkCallback-7022-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 591860 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [n:127.0.0.1:38429_kz_vo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 591861 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [n:127.0.0.1:38429_kz_vo     ] 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> 591869 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [n:127.0.0.1:38429_kz_vo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 591886 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [n:127.0.0.1:38429_kz_vo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 591895 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [n:127.0.0.1:38429_kz_vo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 591895 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [n:127.0.0.1:38429_kz_vo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 591896 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [n:127.0.0.1:38429_kz_vo     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/control-001/cores
   [junit4]   2> 591903 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 591904 INFO  (zkConnectionManagerCallback-7040-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591904 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 591904 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 591905 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40699/solr ready
   [junit4]   2> 591920 INFO  (qtp539918586-13908) [n:127.0.0.1:38429_kz_vo     ] 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:38429_kz_vo&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 591922 INFO  (OverseerThreadFactory-7030-thread-1-processing-n:127.0.0.1:38429_kz_vo) [n:127.0.0.1:38429_kz_vo     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 592034 INFO  (qtp539918586-13910) [n:127.0.0.1:38429_kz_vo     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 592035 INFO  (qtp539918586-13910) [n:127.0.0.1:38429_kz_vo     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 592052 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo    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> 593060 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 593065 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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 configset conf1, trusted=true
   [junit4]   2> 593067 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 593069 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 593069 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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@3f33e0d2
   [junit4]   2> 593069 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 593075 WARN  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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> 593114 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 593114 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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> 593114 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 593114 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 593118 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 593118 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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> 593118 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 593118 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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 1673113524008648704
   [junit4]   2> 593120 INFO  (searcherExecutor-7042-thread-1-processing-n:127.0.0.1:38429_kz_vo x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:38429_kz_vo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 593121 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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> 593121 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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> 593122 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 593122 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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> 593122 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38429/kz_vo/control_collection_shard1_replica_n1/
   [junit4]   2> 593122 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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> 593123 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:38429/kz_vo/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 593123 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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/72080042539614213-core_node2-n_0000000000
   [junit4]   2> 593123 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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:38429/kz_vo/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 593224 INFO  (zkCallback-7022-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> 593225 INFO  (zkCallback-7022-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> 593225 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo 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> 593226 INFO  (qtp539918586-13912) [n:127.0.0.1:38429_kz_vo     ] 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=1174
   [junit4]   2> 593227 INFO  (qtp539918586-13908) [n:127.0.0.1:38429_kz_vo     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 593327 INFO  (zkCallback-7022-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> 593327 INFO  (zkCallback-7022-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 593327 INFO  (zkCallback-7022-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> 593327 INFO  (qtp539918586-13908) [n:127.0.0.1:38429_kz_vo     ] 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:38429_kz_vo&wt=javabin&version=2} status=0 QTime=1406
   [junit4]   2> 593327 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 593430 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 593431 INFO  (zkConnectionManagerCallback-7051-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 593431 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 593431 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 593432 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40699/solr ready
   [junit4]   2> 593432 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 593445 INFO  (qtp539918586-13910) [n:127.0.0.1:38429_kz_vo     ] 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> 593447 INFO  (OverseerThreadFactory-7030-thread-2-processing-n:127.0.0.1:38429_kz_vo) [n:127.0.0.1:38429_kz_vo     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 593447 INFO  (OverseerCollectionConfigSetProcessor-72080042539614213-127.0.0.1:38429_kz_vo-n_0000000000) [n:127.0.0.1:38429_kz_vo     ] 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> 593649 WARN  (OverseerThreadFactory-7030-thread-2-processing-n:127.0.0.1:38429_kz_vo) [n:127.0.0.1:38429_kz_vo     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 593650 INFO  (qtp539918586-13910) [n:127.0.0.1:38429_kz_vo     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 593651 INFO  (qtp539918586-13910) [n:127.0.0.1:38429_kz_vo     ] 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=205
   [junit4]   2> 593651 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 593651 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 593651 INFO  (watches-7048-thread-1) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 593651 INFO  (watches-7048-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 593652 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 593652 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 593652 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 593652 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 593652 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 593715 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 593722 WARN  (closeThreadPool-7052-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 593722 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 593722 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 593722 INFO  (closeThreadPool-7052-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 593722 INFO  (closeThreadPool-7052-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 593722 INFO  (closeThreadPool-7052-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 593723 INFO  (closeThreadPool-7052-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 593723 INFO  (closeThreadPool-7052-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@268a901b{/kz_vo,null,AVAILABLE}
   [junit4]   2> 593724 INFO  (closeThreadPool-7052-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@83bb501{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:44737}
   [junit4]   2> 593724 INFO  (closeThreadPool-7052-thread-1) [     ] o.e.j.s.Server Started @593734ms
   [junit4]   2> 593724 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/kz_vo, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/tempDir-001/jetty1, hostPort=44737, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/shard-1-001/cores}
   [junit4]   2> 593724 ERROR (closeThreadPool-7052-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 593724 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 593724 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 593724 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 593724 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 593724 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-24T15:43:16.885688Z
   [junit4]   2> 593725 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 593728 INFO  (zkConnectionManagerCallback-7054-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 593728 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 593783 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 593785 WARN  (closeThreadPool-7052-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 593785 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 593785 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 593785 INFO  (closeThreadPool-7052-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 593786 INFO  (closeThreadPool-7052-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 593786 INFO  (closeThreadPool-7052-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 593786 INFO  (closeThreadPool-7052-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 593786 INFO  (closeThreadPool-7052-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e2360df{/kz_vo,null,AVAILABLE}
   [junit4]   2> 593787 INFO  (closeThreadPool-7052-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4dfb3c0a{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:34675}
   [junit4]   2> 593787 INFO  (closeThreadPool-7052-thread-2) [     ] o.e.j.s.Server Started @593797ms
   [junit4]   2> 593787 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/kz_vo, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/tempDir-001/jetty2, hostPort=34675, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/shard-2-001/cores}
   [junit4]   2> 593787 ERROR (closeThreadPool-7052-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 593787 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 593787 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 593787 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 593787 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 593787 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-24T15:43:16.948862Z
   [junit4]   2> 593788 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 593789 INFO  (zkConnectionManagerCallback-7056-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 593789 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594049 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 594049 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/shard-1-001/solr.xml
   [junit4]   2> 594051 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 594051 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 594052 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 594096 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 594097 WARN  (closeThreadPool-7052-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d09c3ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 594097 WARN  (closeThreadPool-7052-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d09c3ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 594099 WARN  (closeThreadPool-7052-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d0514df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 594099 WARN  (closeThreadPool-7052-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d0514df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 594100 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40699/solr
   [junit4]   2> 594101 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594102 INFO  (zkConnectionManagerCallback-7066-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 594102 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594110 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[5C56EEC674700F1B]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 594113 WARN  (closeThreadPool-7052-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 594113 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 594113 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 594113 INFO  (closeThreadPool-7052-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 594113 INFO  (closeThreadPool-7052-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 594113 INFO  (closeThreadPool-7052-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 594113 INFO  (closeThreadPool-7052-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 594114 INFO  (closeThreadPool-7052-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d6be109{/kz_vo,null,AVAILABLE}
   [junit4]   2> 594114 INFO  (closeThreadPool-7052-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@d4f0aa4{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:39383}
   [junit4]   2> 594114 INFO  (closeThreadPool-7052-thread-3) [     ] o.e.j.s.Server Started @594125ms
   [junit4]   2> 594114 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/kz_vo, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/tempDir-001/jetty3, hostPort=39383, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/shard-3-001/cores}
   [junit4]   2> 594115 ERROR (closeThreadPool-7052-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 594115 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 594115 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 594115 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 594115 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 594115 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-24T15:43:17.276205Z
   [junit4]   2> 594115 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594116 INFO  (zkConnectionManagerCallback-7068-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 594116 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594149 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 594149 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/shard-2-001/solr.xml
   [junit4]   2> 594151 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 594151 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 594152 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 594229 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 594230 WARN  (closeThreadPool-7052-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7a97c7da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 594230 WARN  (closeThreadPool-7052-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7a97c7da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 594232 WARN  (closeThreadPool-7052-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@26e6affb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 594232 WARN  (closeThreadPool-7052-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@26e6affb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 594233 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40699/solr
   [junit4]   2> 594233 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594234 INFO  (zkConnectionManagerCallback-7078-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 594234 INFO  (closeThreadPool-7052-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594249 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 594249 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/shard-3-001/solr.xml
   [junit4]   2> 594251 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 594251 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 594251 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 594281 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 594282 WARN  (closeThreadPool-7052-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b49cec1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 594282 WARN  (closeThreadPool-7052-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b49cec1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 594284 WARN  (closeThreadPool-7052-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a2ec0dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 594284 WARN  (closeThreadPool-7052-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a2ec0dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 594285 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40699/solr
   [junit4]   2> 594285 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594286 INFO  (zkConnectionManagerCallback-7088-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 594286 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594350 INFO  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594351 INFO  (zkConnectionManagerCallback-7090-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 594351 INFO  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594353 INFO  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 594354 INFO  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] o.a.s.c.ZkController Publish node=127.0.0.1:44737_kz_vo as DOWN
   [junit4]   2> 594355 INFO  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 594355 INFO  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44737_kz_vo
   [junit4]   2> 594356 INFO  (zkCallback-7022-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 594356 INFO  (zkCallback-7050-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 594356 INFO  (zkCallback-7089-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 594357 INFO  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 594357 WARN  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] 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> 594367 INFO  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 594385 INFO  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 594393 INFO  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 594393 INFO  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 594394 INFO  (closeThreadPool-7052-thread-1) [n:127.0.0.1:44737_kz_vo     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/shard-1-001/cores
   [junit4]   2> 594399 INFO  (closeThreadPool-7052-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:44737_kz_vo
   [junit4]   2> 594450 INFO  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594451 INFO  (zkConnectionManagerCallback-7100-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 594451 INFO  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594453 INFO  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 594455 INFO  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] o.a.s.c.ZkController Publish node=127.0.0.1:39383_kz_vo as DOWN
   [junit4]   2> 594455 INFO  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 594455 INFO  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39383_kz_vo
   [junit4]   2> 594456 INFO  (zkCallback-7022-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 594456 INFO  (zkCallback-7050-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 594456 INFO  (zkCallback-7089-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 594456 INFO  (zkCallback-7099-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 594457 INFO  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 594457 WARN  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] 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> 594467 INFO  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 594482 INFO  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 594489 INFO  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 594490 INFO  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f33e0d2
   [junit4]   2> 594491 INFO  (closeThreadPool-7052-thread-3) [n:127.0.0.1:39383_kz_vo     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J4/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001/shard-3-001/cores
   [junit4]   2> 594496 INFO  (closeThreadPool-7052-thread-3) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:39383_kz_vo
   [junit4]   2> 594550 INFO  (closeThreadPool-7052-thread-2) [n:127.0.0.1:34675_kz_vo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 594551 INFO  (zkConnectionManagerCallback-7110-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 594551 INFO  (closeThreadPool-7052-thread-2) [n:127.0.0.1:34675_kz_vo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 594553 INFO  (closeThreadPool-7052-thread-2) [n:127.0.0.1:34675_kz_vo     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 594554 INFO  (closeThreadPool-7052-thread-2) [n:127.0.0.1:34675_kz_vo     ] o.a.s.c.ZkController Publish node=127.0.0.1:34675_kz_vo as DOWN
   [junit4]   2> 594555 INFO  (closeThreadPool-7052-thread-2) [n:127.0.0.1:34675_kz_vo     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 594555 INFO  (closeThreadPool-7052-thread-2) [n:127.0.0.1:34675_kz_vo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34675_kz_vo
   [junit4]   2> 594555 INFO  (zkCallback-7022-thread-4) [     ] o.

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

ests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-KN -Dtests.timezone=ROK -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   51.5s J1 | TestInPlaceUpdatesDistrib.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:35311/kz_vo/collection1: ERROR adding document SolrInputDocument(fields: [id=-9722, title_s=title-9722, id_i=-9722, _version_=1673121629076455424, _root_=-9722])
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5C56EEC674700F1B:D402D11CDA8C62E3]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    > 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.addDocAndGetVersion(TestInPlaceUpdatesDistrib.java:1229)
   [junit4]    > 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.buildRandomIndex(TestInPlaceUpdatesDistrib.java:1274)
   [junit4]    > 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:394)
   [junit4]    > 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:162)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 55938 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 55939 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=933851548
   [junit4]   2> 55939 INFO  (coreCloseExecutor-190-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1d2f0fbb
   [junit4]   2> 55939 INFO  (coreCloseExecutor-190-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@1d2f0fbb
   [junit4]   2> 55939 INFO  (coreCloseExecutor-190-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@143f6822: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@3207c7a3
   [junit4]   2> 55950 INFO  (coreCloseExecutor-190-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 55952 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 55952 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b45ca57: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@797b4ddd
   [junit4]   2> 55954 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 55954 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47685973: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@17593216
   [junit4]   2> 55954 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 55954 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[5C56EEC674700F1B]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2af388c3: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@326b3f4f
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_5C56EEC674700F1B-001
   [junit4]   2> Jul 24, 2020 5:52:09 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(Lucene86): {_root_=PostingsFormat(name=MockRandom), title_s=Lucene84, id=PostingsFormat(name=Asserting), id_field_copy_that_does_not_support_in_place_update_s=Lucene84}, docValues:{inplace_updatable_float=DocValuesFormat(name=Lucene80), id_i=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene80), _root_=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Asserting), inplace_updatable_int_with_default=DocValuesFormat(name=Lucene80), inplace_updatable_float_with_default=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=697, maxMBSortInHeap=7.236297726439688, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-KN, timezone=ROK
   [junit4]   2> NOTE: Linux 5.4.0-40-generic amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=16,threads=1,free=327901832,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [TestInPlaceUpdatesDistrib]
   [junit4] Completed [5/5 (5!)] on J1 in 55.94s, 1 test, 1 error <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1599: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1126: There were test failures: 5 suites, 5 tests, 5 errors [seed: 5C56EEC674700F1B]

Total time: 59 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.update.TestInPlaceUpdatesDistrib
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: '/home/jenkins/workspace/Lucene-Solr-8.x-Linux')
[Java] Successfully parsed console log
[Java] -> found 113 issues (skipped 104 duplicates)
[Java] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Java] Creating SCM blamer to obtain author and commit information for affected files
[Java] Creating SCM miner to obtain statistics for affected repository files
[Java] Resolving file names for all issues in source directory '/home/jenkins/workspace/Lucene-Solr-8.x-Linux'
[Java] -> resolved paths in source directory (54 found, 0 not found)
[Java] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java] -> resolved module names for 113 issues
[Java] Resolving package names (or namespaces) by parsing the affected files
[Java] -> resolved package names of 54 affected files
[Java] No filter has been set, publishing all 113 issues
[Java] Creating fingerprints for all affected code blocks to track issues over different builds
[Java] -> created fingerprints for 113 issues (skipped 0 issues)
[Java] Copying affected files to Jenkins' build folder '/home/jenkins/jobs/Lucene-Solr-8.x-Linux/builds/3822/files-with-issues'
[Java] -> 54 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java] Using reference build 'Lucene-Solr-8.x-Linux #3821' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 113, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 113 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.x-Linux #3822'.
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2