You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/04/04 09:39:45 UTC

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 403 - Unstable

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

2 tests failed.
FAILED:  org.apache.solr.search.stats.TestDistribIDF.testSimpleQuery

Error Message:
Doc1 score=0.7002023 Doc2 score=0.7002023 expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: Doc1 score=0.7002023 Doc2 score=0.7002023 expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([D5C0137343781918:A0CDD36F5362DFCD]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.search.stats.TestDistribIDF.testSimpleQuery(TestDistribIDF.java:134)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
.response[0][id][0]:2!=1

Stack Trace:
junit.framework.AssertionFailedError: .response[0][id][0]:2!=1
	at __randomizedtesting.SeedInfo.seed([D5C0137343781918:5D942CA9ED8474E0]:0)
	at junit.framework.Assert.fail(Assert.java:57)
	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:999)
	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1026)
	at org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:723)
	at org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:714)
	at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13544 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncWithLeaderTest
   [junit4]   2> 497020 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[D5C0137343781918]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 497020 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[D5C0137343781918]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 497021 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[D5C0137343781918]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/data-dir-63-001
   [junit4]   2> 497021 WARN  (SUITE-PeerSyncWithLeaderTest-seed#[D5C0137343781918]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 497021 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[D5C0137343781918]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 497023 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[D5C0137343781918]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 497023 INFO  (SUITE-PeerSyncWithLeaderTest-seed#[D5C0137343781918]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /jpl/
   [junit4]   2> 497023 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 497030 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 497049 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 497167 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 499217 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_191]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:884) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_191]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_191]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_191]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:519) ~[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:79) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:610) ~[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:805) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:795) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:645) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.PeerSyncTest.<init>(PeerSyncTest.java:59) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.update.PeerSyncWithLeaderTest.<init>(PeerSyncWithLeaderTest.java:32) ~[test/:?]
   [junit4]   2> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_191]
   [junit4]   2> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_191]
   [junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_191]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$NewInstanceProvider.newInstance(RandomizedRunner.java:1580) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:933) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) ~[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 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:748) [?:1.8.0_191]
   [junit4]   2> 499217 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 499218 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60a375[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 499218 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60a375[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 499222 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3f383428[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 499222 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3f383428[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 499224 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] 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> 499242 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 499242 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 499260 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 499268 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 499268 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 499281 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 499299 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 499425 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 499433 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 499433 INFO  (coreLoadExecutor-2422-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@70e000ea
   [junit4]   2> 499433 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/data-dir-63-001/]
   [junit4]   2> 499434 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=33.919921875, floorSegmentMB=1.0400390625, forceMergeDeletesPctAllowed=20.484071996860614, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2786739418963916, deletesPctAllowed=26.21428951104276
   [junit4]   2> 499437 WARN  (coreLoadExecutor-2422-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> 499478 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 499478 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 499479 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 499479 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 499480 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@30fa82c
   [junit4]   2> 499480 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7140814a[collection1] main]
   [junit4]   2> 499481 WARN  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 499481 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 499481 INFO  (coreLoadExecutor-2422-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663027439389900800
   [junit4]   2> 499483 ERROR (coreZkRegister-2414-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer 
   [junit4]   2>           => java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204)
   [junit4]   2> java.lang.NullPointerException: null
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 499483 ERROR (coreZkRegister-2414-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer :java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:192)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 499485 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 499485 INFO  (searcherExecutor-2423-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7140814a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 499592 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/control/cores/collection1
   [junit4]   2> 499593 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 499593 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 499593 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 499593 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 499600 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 499600 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 499600 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 499602 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@72d2f343{/jpl,null,AVAILABLE}
   [junit4]   2> 499602 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2e9922d0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39941}
   [junit4]   2> 499602 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.Server Started @499639ms
   [junit4]   2> 499602 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/jpl, hostPort=39941, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/control/cores}
   [junit4]   2> 499602 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 499602 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 499602 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 499602 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 499602 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 499602 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-04T07:49:16.546Z
   [junit4]   2> 499602 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/control/solr.xml
   [junit4]   2> 499606 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 499606 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 499607 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 500267 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 500268 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8325b71[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 500268 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8325b71[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 500274 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5c66b5df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 500274 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5c66b5df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 500279 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] 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> 500301 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 500301 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 500328 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 500339 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 500339 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 500341 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/control/cores
   [junit4]   2> 500341 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 500360 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 500386 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 500516 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 500524 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 500524 INFO  (coreLoadExecutor-2436-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@70e000ea
   [junit4]   2> 500525 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/control/cores/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 500526 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=33.919921875, floorSegmentMB=1.0400390625, forceMergeDeletesPctAllowed=20.484071996860614, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2786739418963916, deletesPctAllowed=26.21428951104276
   [junit4]   2> 500528 WARN  (coreLoadExecutor-2436-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> 500574 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 500574 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 500576 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 500576 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 500577 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@76c47ac6
   [junit4]   2> 500577 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@42025c17[collection1] main]
   [junit4]   2> 500577 WARN  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 500578 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 500578 INFO  (coreLoadExecutor-2436-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663027440540188672
   [junit4]   2> 500579 ERROR (coreZkRegister-2428-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer 
   [junit4]   2>           => java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204)
   [junit4]   2> java.lang.NullPointerException: null
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 500580 ERROR (coreZkRegister-2428-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer :java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:192)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 500582 INFO  (searcherExecutor-2437-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@42025c17[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 500689 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 500690 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 500690 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 500690 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 500690 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 500691 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 500691 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 500691 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 500692 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@395cce{/jpl,null,AVAILABLE}
   [junit4]   2> 500693 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5523631d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34899}
   [junit4]   2> 500693 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.Server Started @500730ms
   [junit4]   2> 500693 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/jpl, hostPort=34899, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard0/cores}
   [junit4]   2> 500693 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 500693 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 500693 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 500693 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 500693 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 500693 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-04T07:49:17.637Z
   [junit4]   2> 500693 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 500697 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 500697 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 500698 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 501338 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 501339 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@57d15d31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 501339 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@57d15d31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 501343 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@316190c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 501343 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@316190c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 501344 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] 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> 501359 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 501359 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 501384 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 501397 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 501397 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 501399 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard0/cores
   [junit4]   2> 501399 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 501415 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 501432 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 501551 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 501557 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 501558 INFO  (coreLoadExecutor-2450-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@70e000ea
   [junit4]   2> 501558 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard0/cores/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 501559 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=33.919921875, floorSegmentMB=1.0400390625, forceMergeDeletesPctAllowed=20.484071996860614, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2786739418963916, deletesPctAllowed=26.21428951104276
   [junit4]   2> 501561 WARN  (coreLoadExecutor-2450-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> 501610 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 501610 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 501611 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 501611 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 501612 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7fcb5232
   [junit4]   2> 501612 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@778850e4[collection1] main]
   [junit4]   2> 501613 WARN  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 501613 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 501613 INFO  (coreLoadExecutor-2450-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663027441625464832
   [junit4]   2> 501615 ERROR (coreZkRegister-2442-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer 
   [junit4]   2>           => java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204)
   [junit4]   2> java.lang.NullPointerException: null
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 501615 ERROR (coreZkRegister-2442-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer :java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:192)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 501618 INFO  (searcherExecutor-2451-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@778850e4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 501720 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 501721 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 501721 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 501721 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 501721 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 501724 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 501724 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 501724 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 501725 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5121e478{/jpl,null,AVAILABLE}
   [junit4]   2> 501725 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6da43cfa{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41969}
   [junit4]   2> 501725 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.Server Started @501762ms
   [junit4]   2> 501725 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/jpl, hostPort=41969, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard1/cores}
   [junit4]   2> 501725 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 501725 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 501725 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 501725 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 501725 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 501725 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-04T07:49:18.669Z
   [junit4]   2> 501726 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 501729 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 501729 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 501746 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 502521 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 502522 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4eb223b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 502522 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4eb223b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 502525 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73005a3c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 502525 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73005a3c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 502526 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] 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> 502540 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 502540 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 502562 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 502575 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 502575 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 502577 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard1/cores
   [junit4]   2> 502577 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 502589 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 502607 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 502726 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 502733 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 502733 INFO  (coreLoadExecutor-2464-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@70e000ea
   [junit4]   2> 502733 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard1/cores/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 502734 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=33.919921875, floorSegmentMB=1.0400390625, forceMergeDeletesPctAllowed=20.484071996860614, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2786739418963916, deletesPctAllowed=26.21428951104276
   [junit4]   2> 502736 WARN  (coreLoadExecutor-2464-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> 502783 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 502783 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 502785 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 502785 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 502786 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@70fe9ea5
   [junit4]   2> 502786 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@599b549f[collection1] main]
   [junit4]   2> 502786 WARN  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 502787 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 502787 INFO  (coreLoadExecutor-2464-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663027442856493056
   [junit4]   2> 502788 ERROR (coreZkRegister-2456-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer 
   [junit4]   2>           => java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204)
   [junit4]   2> java.lang.NullPointerException: null
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 502789 ERROR (coreZkRegister-2456-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer :java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:192)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 502800 INFO  (searcherExecutor-2465-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@599b549f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 502899 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 502900 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 502900 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 502900 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 502900 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 502905 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 502905 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 502905 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 502906 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7e373eb8{/jpl,null,AVAILABLE}
   [junit4]   2> 502907 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@352dfb0d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33841}
   [junit4]   2> 502907 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.s.Server Started @502944ms
   [junit4]   2> 502907 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/jpl, hostPort=33841, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard2/cores}
   [junit4]   2> 502907 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 502907 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 502907 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 502907 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 502907 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 502907 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-04T07:49:19.851Z
   [junit4]   2> 502907 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 502912 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 502912 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 502914 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 503730 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 503731 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4706715[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 503731 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4706715[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 503735 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@58d889ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 503735 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@58d889ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 503736 WARN  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] 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> 503751 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 503751 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 503776 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 503790 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 503790 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e000ea
   [junit4]   2> 503792 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard2/cores
   [junit4]   2> 503792 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 503808 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 503827 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 503945 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 503953 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 503953 INFO  (coreLoadExecutor-2478-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@70e000ea
   [junit4]   2> 503953 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard2/cores/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_D5C0137343781918-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 503955 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=33.919921875, floorSegmentMB=1.0400390625, forceMergeDeletesPctAllowed=20.484071996860614, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2786739418963916, deletesPctAllowed=26.21428951104276
   [junit4]   2> 503957 WARN  (coreLoadExecutor-2478-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> 504018 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 504018 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 504020 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 504020 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 504023 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@3feee7b4
   [junit4]   2> 504023 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ffd854f[collection1] main]
   [junit4]   2> 504024 WARN  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 504024 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 504024 INFO  (coreLoadExecutor-2478-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663027444153581568
   [junit4]   2> 504027 ERROR (coreZkRegister-2470-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer 
   [junit4]   2>           => java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204)
   [junit4]   2> java.lang.NullPointerException: null
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 504027 ERROR (coreZkRegister-2470-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer :java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:192)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 504029 INFO  (TEST-PeerSyncWithLeaderTest.test-seed#[D5C0137343781918]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 504034 INFO  (qtp200028916-7151) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jpl path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 3
   [junit4]   2> 504036 INFO  (searcherExecutor-2479-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4ffd854f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 504037 WARN  (qtp1403339085-7173) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 504037 INFO  (qtp1403339085-7173) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/jpl path=/get params={syncWithLeader=http://127.0.0.1:34899/jpl/collection1&qt=/get&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 504040 INFO  (qtp1403339085-7174) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jpl path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 1
   [junit4]   2> 504041 INFO  (qtp1403339085-7176) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START leader=http://127.0.0.1:34899/jpl/collection1 nUpdates=100
   [junit4]   2> 504049 INFO  (qtp200028916-7153) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@37b8aa45[collection1] realtime]
   [junit4]   2> 504049 INFO  (qtp200028916-7153) [    x:collection1 ] o.a.s.u.IndexFingerprint IndexFingerprint millis:7.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 504049 INFO  (qtp200028916-7153) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/jpl path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 504057 INFO  (qtp1403339085-7176) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d7e1cca[collection1] realtime]
   [junit4]   2> 504057 INFO  (qtp1403339085-7176) [    x:collection1 ] o.a.s.u.IndexFingerprint IndexFingerprint millis:7.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 504057 INFO  (qtp1403339085-7176) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 0
   [junit4]   2> 504057 INFO  (qtp1403339085-7176) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/jpl path=/get params={syncWithLeader=http://127.0.0.1:34899/jpl/collection1&qt=/get&getVersions=100&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 504058 INFO  (qtp200028916-7154) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1663027444189233152,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 504058 INFO  (qtp200028916-7154) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@706ac92e commitCommandVersion:1663027444189233152
   [junit4]   2> 504060 INFO  (qtp200028916-7154) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5fb4b25d[collection1] main]
   [junit4]   2> 504060 INFO  (qtp200028916-7154) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 504065 INFO  (searcherExecutor-2451-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5fb4b25d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):c1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1585986560989}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 504065 INFO  (qtp200028916-7154) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jpl path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 7
   [junit4]   2> 504066 INFO  (qtp1403339085-7175) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1663027444197621760,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 504066 INFO  (qtp1403339085-7175) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@e4fda0d commitCommandVersion:1663027444197621760
   [junit4]   2> 504068 INFO  (qtp1403339085-7175) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5cf83391[collection1] main]
   [junit4]   2> 504069 INFO  (qtp1403339085-7175) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 504073 INFO  (searcherExecutor-2465-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5cf83391[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):c1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1585986560998}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 504074 INFO  (qtp1403339085-7175) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jpl path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 8
   [junit4]   2> 504074 INFO  (qtp200028916-7150) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/jpl path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 504075 INFO  (qtp1403339085-7172) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/jpl path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 504078 INFO  (qtp200028916-7151) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jpl path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[2 (2)]} 0 1
   [junit4]   2> 504078 INFO  (qtp1403339085-7173) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START leader=http://127.0.0.1:34899/jpl/collection1 nUpdates=100
   [junit4]   2> 504086 INFO  (qtp200028916-7152) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5564d74d[collection1] realtime]
   [junit4]   2> 504088 INFO  (qtp200028916-7152) [    x:collection1 ] o.a.s.u.IndexFingerprint IndexFingerprint millis:9.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 504088 INFO  (qtp200028916-7152) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/jpl path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 504089 INFO  (qtp1403339085-7173) [    x:collection1 ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 504089 INFO  (qtp1403339085-7173) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 1
   [junit4]   2> 504089 INFO  (qtp1403339085-7173) [    x:collection1 ] o.a.s.u.PeerSyncWithLeader Leader fingerprint: {maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}, Our fingerprint: {maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 504090 INFO  (qtp200028916-7152) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b1bae0e[collection1] realtime]
   [junit4]   2> 504090 INFO  (qtp200028916-7152) [    x:collection1 ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 504090 INFO  (qtp200028916-7152) [    x

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

r... (3) -> (2)
   [junit4]   2> 5842733 INFO  (jetty-closer-74696-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3cda20a7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 5842733 INFO  (jetty-closer-74696-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2753577b{/solr,null,UNAVAILABLE}
   [junit4]   2> 5842733 INFO  (jetty-closer-74696-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 5842832 INFO  (jetty-closer-74696-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73526484255768583-127.0.0.1:36657_solr-n_0000000000) closing
   [junit4]   2> 5842834 INFO  (jetty-closer-74696-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3c3a6566{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 5842834 INFO  (jetty-closer-74696-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5898cb07{/solr,null,UNAVAILABLE}
   [junit4]   2> 5842834 INFO  (jetty-closer-74696-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 5843060 INFO  (jetty-closer-74696-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7838190b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 5843060 INFO  (jetty-closer-74696-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5c982704{/solr,null,UNAVAILABLE}
   [junit4]   2> 5843060 INFO  (jetty-closer-74696-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 5843060 INFO  (TEST-TestDistribIDF.testMultiCollectionQuery-seed#[D5C0137343781918]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 5843264 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf2
   [junit4]   2> 	3	/solr/configs/conf1
   [junit4]   2> 	2	/solr/collections/collection2_local/terms/shard1
   [junit4]   2> 	2	/solr/collections/collection2_local/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1_local/terms/shard1
   [junit4]   2> 	2	/solr/collections/collection1_local/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection1_local/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	2	/solr/collections/collection2/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection2_local/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	28	/solr/collections/collection1_local/state.json
   [junit4]   2> 	27	/solr/collections/collection1/state.json
   [junit4]   2> 	25	/solr/collections/collection2_local/state.json
   [junit4]   2> 	25	/solr/collections/collection2/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	54	/solr/overseer/queue
   [junit4]   2> 	20	/solr/collections
   [junit4]   2> 	15	/solr/overseer/collection-queue-work
   [junit4]   2> 	12	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 5843269 INFO  (TEST-TestDistribIDF.testMultiCollectionQuery-seed#[D5C0137343781918]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:46499
   [junit4]   2> 5843269 INFO  (TEST-TestDistribIDF.testMultiCollectionQuery-seed#[D5C0137343781918]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46499
   [junit4]   2> 5843269 INFO  (TEST-TestDistribIDF.testMultiCollectionQuery-seed#[D5C0137343781918]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46499
   [junit4]   2> 5843269 INFO  (TEST-TestDistribIDF.testMultiCollectionQuery-seed#[D5C0137343781918]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiCollectionQuery
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_D5C0137343781918-001
   [junit4]   2> Apr 04, 2020 9:18:20 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@73c26210), locale=ru-RU, timezone=Asia/Tomsk
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=147445816,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [MoveReplicaTest, DistributedQueryComponentOptimizationTest, TestSortByMinMaxFunction, QueryParsingTest, TestStressLiveNodes, SearchRateTriggerTest, TestNamedUpdateProcessors, CloudExitableDirectoryReaderTest, TestAuthenticationFramework, TestInfoStreamLogging, TestHighlightDedupGrouping, ExecutePlanActionTest, WordBreakSolrSpellCheckerTest, DeleteInactiveReplicaTest, RestartWhileUpdatingTest, DistributedFacetPivotLongTailTest, DisMaxRequestHandlerTest, TestConfigSetImmutable, TestQueryingOnDownCollection, TestCloudPseudoReturnFields, EnumFieldTest, AtomicUpdateProcessorFactoryTest, AuthToolTest, NumberUtilsTest, CollectionsAPIDistributedZkTest, TestRetrieveFieldsOptimizer, TestManagedResourceStorage, TestSolrCloudWithSecureImpersonation, LargeFieldTest, TestCustomSort, TestCloudSchemaless, FieldAnalysisRequestHandlerTest, BigEndianAscendingWordDeserializerTest, ConfigureRecoveryStrategyTest, TestLockTree, TestPseudoReturnFields, RequiredFieldsTest, OverseerStatusTest, SimplePostToolTest, OverseerRolesTest, BJQFilterAccessibleTest, LeaderTragicEventTest, TestRTGBase, TestInPlaceUpdatesStandalone, DataDrivenBlockJoinTest, HealthCheckHandlerTest, TestManagedSynonymGraphFilterFactory, TestFacetMethods, BinaryUpdateRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, TestSurroundQueryParser, PeerSyncWithIndexFingerprintCachingTest, NoCacheHeaderTest, TestAddFieldRealTimeGet, CategoryRoutedAliasUpdateProcessorTest, TestSchemaField, RootFieldTest, TestFieldCollectionResource, TestStressReorder, FieldMutatingUpdateProcessorTest, JavabinLoaderTest, TestNumericRangeQuery32, TestSmileRequest, Tagger2Test, TestSnapshotCloudManager, CollectionReloadTest, JavaBinAtomicUpdateMultivalueTest, ConjunctionSolrSpellCheckerTest, TestBlobHandler, TestHalfAndHalfDocValues, NestedShardedAtomicUpdateTest, DateMathParserTest, UpdateParamsTest, TestValueSourceCache, TestAtomicUpdateErrorCases, CacheHeaderTest, TestLegacyNumericUtils, TestMissingGroups, TestCloudJSONFacetJoinDomain, TestJsonFacetRefinement, TestGraphTermsQParserPlugin, TestDistributedSearch, TestFunctionQuery, ScheduledTriggerIntegrationTest, TestDocTermOrds, TestCollectionsAPIViaSolrCloudCluster, TestCoreContainer, TestRemoteStreaming, IndexBasedSpellCheckerTest, TestExportTool, DistributedFacetPivotWhiteBoxTest, TestFieldCacheReopen, ChaosMonkeyNothingIsSafeTest, TestSolrJ, MetricsHistoryIntegrationTest, ZkSolrClientTest, QueryResultKeyTest, TestTestInjection, HLLUtilTest, TestSystemCollAutoCreate, TestSlowCompositeReaderWrapper, CollectionsAPISolrJTest, TestCopyFieldCollectionResource, InfixSuggestersTest, TestCodecSupport, TestStandardQParsers, TolerantUpdateProcessorTest, ClassificationUpdateProcessorTest, HttpPartitionWithTlogReplicasTest, RegexBytesRefFilterTest, TestCustomStream, HdfsUnloadDistributedZkTest, TriggerCooldownIntegrationTest, HDFSCollectionsAPITest, TestExtendedDismaxParser, TestFieldTypeResource, PathHierarchyTokenizerFactoryTest, SearchHandlerTest, JSONWriterTest, SolrCLIZkUtilsTest, TestSolrXml, JWTAuthPluginIntegrationTest, DistributedFacetSimpleRefinementLongTailTest, GraphQueryTest, TestPostingsSolrHighlighter, TestDownShardTolerantSearch, SSLMigrationTest, TestInPlaceUpdateWithRouteField, TestSimNodeAddedTrigger, TestLRUStatsCache, StatsComponentTest, MaxSizeAutoCommitTest, TestCoreBackup, BlockJoinFacetDistribTest, NumericFieldsTest, SolrShardReporterTest, CheckHdfsIndexTest, AutoAddReplicasPlanActionTest, CdcrBootstrapTest, SolrLogAuditLoggerPluginTest, TestDeleteCollectionOnDownNodes, TermVectorComponentDistributedTest, UniqFieldsUpdateProcessorFactoryTest, TestDeprecatedFilters, BadComponentTest, CoreAdminOperationTest, TestInitQParser, ResponseLogComponentTest, TestDistributedStatsComponentCardinality, BooleanFieldTest, ChangedSchemaMergeTest, CurrencyFieldTypeTest, DocValuesMultiTest, DocValuesTest, PreAnalyzedFieldManagedSchemaCloudTest, TestBinaryField, TestBulkSchemaConcurrent, TestPointFields, TestUseDocValuesAsStored2, UUIDFieldTest, AnalyticsQueryTest, CurrencyRangeFacetCloudTest, SignificantTermsQParserPluginTest, SortSpecParsingTest, SpatialFilterTest, TestComplexPhraseQParserPlugin, TestFieldSortValues, TestLegacyNumericRangeQueryBuilder, TestMaxScoreQueryParser, TestMinHashQParser, TestNoOpRegenerator, TestOverriddenPrefixQueryForCustomFieldType, TestPayloadCheckQParserPlugin, TestQueryUtils, TestReRankQParserPlugin, TestRealTimeGet, TestRecovery, TestRecoveryHdfs, XCJFQueryTest, SimpleMLTQParserTest, TestBM25SimilarityFactory, TestClassicSimilarityFactory, TestDFISimilarityFactory, TestDFRSimilarityFactory, TestIBSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestNonDefinedSimilarityFactory, TestPerFieldSimilarity, TestPerFieldSimilarityWithDefaultOverride, TestDistribIDF]
   [junit4] Completed [828/904 (2!)] on J1 in 12.99s, 2 tests, 1 failure <<< FAILURES!

[...truncated 52782 lines...]