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 2021/08/14 00:03:25 UTC

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.9 - Build # 70 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.9/70/

1 tests failed.
FAILED:  org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([EB6564478BC3545B:3B9C9A5782B4E7B]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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)
Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are greater than allocated threshold.Seen JVM heap memory usage 430700176 and allocated threshold 395968512

	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:322)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:216)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2637)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:346)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:328)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:997)
	... 45 more




Build Log:
[...truncated 16161 lines...]
   [junit4] Suite: org.apache.solr.util.TestCircuitBreaker
   [junit4]   2> 4431715 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 4431715 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J1/temp/solr.util.TestCircuitBreaker_EB6564478BC3545B-001/data-dir-375-001
   [junit4]   2> 4431715 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4431716 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4431716 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4431716 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4431721 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4431736 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 4431736 WARN  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.c.SolrConfig solrconfig.xml: <boolTofilterOptimizer> is currently not implemented and has no effect.
   [junit4]   2> 4431739 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4431746 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4432995 WARN  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles" "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/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:377) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:342) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestCircuitBreaker.setUpClass(TestCircuitBreaker.java:61) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [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 org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [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_291]
   [junit4]   2> 4432996 WARN  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/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/Lucene-Solr-NightlyTests-8.9/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/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1348) ~[?:1.8.0_291]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1380) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:678) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestCircuitBreaker.setUpClass(TestCircuitBreaker.java:61) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [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 org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [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_291]
   [junit4]   2> 4432998 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4432998 WARN  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4432999 WARN  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@701e283[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4432999 WARN  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@701e283[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4433001 WARN  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4433004 WARN  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3f9099ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4433004 WARN  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3f9099ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4433006 WARN  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4433042 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7fb24edf
   [junit4]   2> 4433049 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7fb24edf
   [junit4]   2> 4433049 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7fb24edf
   [junit4]   2> 4433050 INFO  (coreLoadExecutor-33718-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4433056 INFO  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4433075 INFO  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 4433075 WARN  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig solrconfig.xml: <boolTofilterOptimizer> is currently not implemented and has no effect.
   [junit4]   2> 4433078 INFO  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4433085 INFO  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4433092 INFO  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 4433092 INFO  (coreLoadExecutor-33718-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@7fb24edf
   [junit4]   2> 4433092 INFO  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J1/temp/solr.util.TestCircuitBreaker_EB6564478BC3545B-001/data-dir-375-001/]
   [junit4]   2> 4433093 INFO  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4433133 INFO  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4433133 INFO  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4433133 INFO  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=14.5859375, floorSegmentMB=0.357421875, forceMergeDeletesPctAllowed=11.064221243548928, segmentsPerTier=10.0, maxCFSSegmentSizeMB=1.4296875, noCFSRatio=0.6745586346982241, deletesPctAllowed=49.09219968831852
   [junit4]   2> 4433134 WARN  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 4433134 INFO  (coreLoadExecutor-33718-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 4433135 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433135 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 4433136 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433138 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433138 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433139 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433139 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433140 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433147 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433147 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 4433147 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433148 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433148 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433148 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433148 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433149 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433161 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433162 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 4433162 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433163 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433163 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433163 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433164 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433164 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433171 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433171 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 4433172 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433172 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433172 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433173 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433173 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433173 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433180 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433181 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 4433181 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433181 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433182 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433182 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433182 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433183 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433190 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433202 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 19
   [junit4]   2> 4433203 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433203 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433203 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433204 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433204 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433204 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433212 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433262 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 57
   [junit4]   2> 4433263 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433264 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433264 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433265 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433265 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433265 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433273 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433273 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 4433274 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433274 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433274 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433275 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433275 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433275 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433283 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433283 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 4433284 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433284 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433285 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433285 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433290 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433291 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433349 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433350 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 59
   [junit4]   2> 4433351 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433351 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433352 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433352 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433352 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433352 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433360 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433361 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 4433361 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433362 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433362 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433362 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433363 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433363 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433420 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433421 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 57
   [junit4]   2> 4433422 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433422 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433422 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433423 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433423 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433423 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433431 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433431 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 4433432 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433432 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433432 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433433 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433433 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433433 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433441 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433442 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 4433442 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433443 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433443 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433443 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433443 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433444 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433512 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433513 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 68
   [junit4]   2> 4433514 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433514 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433514 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433515 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433515 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433515 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433523 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433523 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 4433524 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433524 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433524 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433524 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433525 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433525 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433533 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433533 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 4433534 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433534 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433534 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433534 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433535 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433535 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433593 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433593 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 58
   [junit4]   2> 4433594 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433594 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433595 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433595 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433595 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433596 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433654 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433654 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 58
   [junit4]   2> 4433655 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433655 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433656 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433656 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433656 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433657 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433664 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433664 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 4433665 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433665 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433666 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433666 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 4433666 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 4433666 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 4433674 INFO  (searcherExecutor-33720-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4433674 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 4433679 INFO  (TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[EB6564478BC3545B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testResponseWithCBTiming
   [junit4]   2> 4433679 INFO  (TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[EB6564478BC3545B]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml&debugQuery=true} status=503 QTime=0
   [junit4]   2> 4433679 ERROR (TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[EB6564478BC3545B]) [     ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*&wt=xml&debugQuery=true:org.apache.solr.common.SolrException: Circuit Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are greater than allocated threshold.Seen JVM heap memory usage 430700176 and allocated threshold 395968512
   [junit4]   2> 
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:322)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:216)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2637)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:346)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:328)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:997)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
   [junit4]   2> 	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 4433680 INFO  (TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[EB6564478BC3545B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testResponseWithCBTiming
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCircuitBreaker -Dtests.method=testResponseWithCBTiming -Dtests.seed=EB6564478BC3545B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/test-data/enwiki.random.lines.txt -Dtests.locale=mk-MK -Dtests.timezone=America/Chihuahua -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.01s J1 | TestCircuitBreaker.testResponseWithCBTiming <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EB6564478BC3545B:3B9C9A5782B4E7B]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
   [junit4]    > 	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are greater than allocated threshold.Seen JVM heap memory usage 430700176 and allocated threshold 395968512
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:322)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:216)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2637)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:346)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:328)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:997)
   [junit4]    > 	... 45 more
   [junit4]   2> 4433686 INFO  (TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[EB6564478BC3545B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBuildingMemoryPressure
   [junit4]   2> 4433689 INFO  (TestCircuitBreaker-33724-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 4433689 INFO  (TestCircuitBreaker-33724-thread-2) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 4433689 INFO  (TestCircuitBreaker-33724-thread-3) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 4433689 INFO  (TestCircuitBreaker-33724-thread-4) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 4433689 INFO  (TestCircuitBreaker-33724-thread-3) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 4433690 INFO  (TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[EB6564478BC3545B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBuildingMemoryPressure
   [junit4]   2> 4433694 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[EB6564478BC3545B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCBFakeMemoryPressure
   [junit4]   2> 4433695 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[EB6564478BC3545B]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 4433695 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[EB6564478BC3545B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCBFakeMemoryPressure
   [junit4]   2> 4433700 INFO  (TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[EB6564478BC3545B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFakeCPUCircuitBreaker
   [junit4]   2> 4433700 INFO  (TestCircuitBreaker-33725-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 4433700 INFO  (TestCircuitBreaker-33725-thread-2) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 4433700 INFO  (TestCircuitBreaker-33725-thread-3) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 4433700 INFO  (TestCircuitBreaker-33725-thread-3) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 4433700 INFO  (TestCircuitBreaker-33725-thread-4) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 4433701 INFO  (TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[EB6564478BC3545B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFakeCPUCircuitBreaker
   [junit4]   2> 4433705 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[EB6564478BC3545B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCBAlwaysTrips
   [junit4]   2> 4433706 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[EB6564478BC3545B]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 4433706 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[EB6564478BC3545B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCBAlwaysTrips
   [junit4]   2> 4433707 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 4433707 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=258992343
   [junit4]   2> 4433707 INFO  (coreCloseExecutor-33727-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@395d9649
   [junit4]   2> 4433707 INFO  (coreCloseExecutor-33727-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@395d9649
   [junit4]   2> 4433707 INFO  (coreCloseExecutor-33727-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1552f0da: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@40ab2cdc
   [junit4]   2> 4433718 INFO  (coreCloseExecutor-33727-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 4433719 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 4433719 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@57cdf3be: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@3cb663b1
   [junit4]   2> 4433723 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 4433723 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e66c3f: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@35f611b2
   [junit4]   2> 4433726 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 4433726 INFO  (SUITE-TestCircuitBreaker-seed#[EB6564478BC3545B]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@eb0b324: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@30729dba
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J1/temp/solr.util.TestCircuitBreaker_EB6564478BC3545B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {range_facet_l_dv=PostingsFormat(name=Direct), multiDefault=Lucene84, _root_=Lucene84, intDefault=Lucene84, title=Lucene84, title_lettertok=PostingsFormat(name=Direct), range_facet_l=Lucene84, title_stringNoNorms=Lucene84, title_stemmed=Lucene84, inStock_b1=PostingsFormat(name=MockRandom), name=PostingsFormat(name=Direct), id_i1=Lucene84, id=PostingsFormat(name=Direct), range_facet_i_dv=Lucene84, text=PostingsFormat(name=MockRandom), timestamp=Lucene84}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1005, maxMBSortInHeap=6.406694666600497, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=mk-MK, timezone=America/Chihuahua
   [junit4]   2> NOTE: Linux 4.15.0-147-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=73169664,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: [TestReplicationHandlerDiskOverFlow, PackageManagerCLITest, SecurityHeadersTest, TestConfLoadPerf, ProtectedTermFilterFactoryTest, TestStressIncrementalBackup, HdfsLockFactoryTest, TestAnalyzeInfixSuggestions, TestLegacyFieldReuse, TestQueryUtils, DebugComponentTest, CopyFieldTest, SolrIndexConfigTest, LeaderTragicEventTest, TestOmitPositions, TestMissingGroups, TestNestedDocsSort, SolrShardReporterTest, SearchRateTriggerIntegrationTest, ZkStateReaderTest, HdfsDirectoryFactoryTest, RegexBoostProcessorTest, TestDistributedSearch, TestDocBasedVersionConstraints, IndexSizeTriggerTest, ReindexCollectionTest, MoveReplicaHDFSTest, TestHashPartitioner, TestCloudManagedSchema, TestCloudPseudoReturnFields, TestPHPSerializedResponseWriter, UpdateRequestProcessorFactoryTest, TestJmxIntegration, CSVRequestHandlerTest, UnloadDistributedZkTest, BadComponentTest, LeaderElectionIntegrationTest, ShardsWhitelistTest, DistributedQueryElevationComponentTest, TestSimExecutePlanAction, TestPKIAuthenticationPlugin, SplitHandlerTest, FileUtilsTest, TestNumericRangeQuery32, CheckHdfsIndexTest, QueryElevationComponentTest, HdfsNNFailoverTest, TestSegmentSorting, TestUseDocValuesAsStored2, TestNRTOpen, SyncSliceTest, AssignBackwardCompatibilityTest, TestSQLHandlerNonCloud, SolrCLIZkUtilsTest, BlockJoinFacetSimpleTest, SpatialHeatmapFacetsTest, TestJsonFacetErrors, PeerSyncWithLeaderTest, HdfsSyncSliceTest, RulesTest, FacetPivotSmallTest, TestHashQParserPlugin, UtilsToolTest, DocExpirationUpdateProcessorFactoryTest, TestSolrCachePerf, OverseerSolrResponseUnsafeSerializationTest, TestCloudDeleteByQuery, TestLRUCache, TestMiniSolrCloudClusterSSL, ConnectionReuseTest, IndexSizeEstimatorTest, PreAnalyzedFieldManagedSchemaCloudTest, NodeAddedTriggerTest, HdfsWriteToMultipleCollectionsTest, TestIBSimilarityFactory, TestSolrQueryParser, MoreLikeThisHandlerTest, TestTrackingShardHandlerFactory, SolrIndexSearcherTest, TestJsonFacetsWithNestedObjects, TestHalfAndHalfDocValues, ExternalFileFieldSortTest, MBeansHandlerTest, TestShardHandlerFactory, HdfsAutoAddReplicasIntegrationTest, AutoscalingHistoryHandlerTest, TestXmlQParser, CategoryRoutedAliasUpdateProcessorTest, HdfsBasicDistributedZk2Test, DocValuesNotIndexedTest, TestSurroundQueryParser, TestJsonRequest, TestRetrieveFieldsOptimizer, TestExactStatsCache, MaxScoreCollectorTest, TestCollectionAPIs, CloneFieldUpdateProcessorFactoryTest, RequiredFieldsTest, TestComplexPhraseQParserPlugin, TestSolrCloudWithDelegationTokens, TestSimNodeAddedTrigger, TestConfigSetProperties, TestTolerantUpdateProcessorCloud, SolrJmxReporterCloudTest, TestCopyFieldCollectionResource, PKIAuthenticationIntegrationTest, JvmMetricsTest, NotRequiredUniqueKeyTest, TestPayloadCheckQParserPlugin, CdcrBidirectionalTest, TolerantUpdateProcessorTest, TestInPlaceUpdatesRequiredField, TestUniqueKeyFieldResource, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4DeleteCoreTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestGroupingSearch, TestHighlightDedupGrouping, TestRandomDVFaceting, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, BasicDistributedZkTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, FullSolrCloudDistribCmdsTest, HttpPartitionTest, OverseerRolesTest, ReplaceNodeTest, RestartWhileUpdatingTest, ShardRoutingTest, TestClusterProperties, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIShareSchema, TestDeleteCollectionOnDownNodes, TestDistributedMap, TestDownShardTolerantSearch, TestPullReplica, TestPullReplicaWithAuth, TestRandomFlRTGCloud, TestUtilizeNode, TestWaitForStateWithJettyShutdowns, TestZkChroot, TlogReplayBufferedWhileIndexingTest, ZkNodePropsTest, ZkShardTermsTest, AssignTest, AsyncCallRequestStatusResponseTest, BackupRestoreApiErrorConditionsTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentCreateCollectionTest, ConcurrentDeleteAndCreateCollectionTest, LocalFSCloudIncrementalBackupTest, PurgeGraphTest, SimpleCollectionCreateDeleteTest, SplitByPrefixTest, TestHdfsCloudBackupRestore, TestReplicaProperties, AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, ComputePlanActionTest, TestPolicyCloud, TestSimComputePlanAction, TestSimScenario, CdcrReplicationHandlerTest, HdfsRecoveryZkTest, CachingDirectoryFactoryTest, RAMDirectoryFactoryTest, RequestHandlersTest, ResourceLoaderTest, SolrCoreCheckLockOnStartupTest, SolrCoreTest, TestCorePropertiesReload, TestCustomStream, TestDynamicURP, TestSolrConfigHandler, TestSolrCoreSnapshots, TestDistribPackageStore, FieldAnalysisRequestHandlerTest, RequestLoggingTest, TestBlobHandler, TestHdfsBackupRestoreCore, V2StandaloneTest, XmlUpdateRequestHandlerTest, XsltUpdateRequestHandlerTest, CoreAdminRequestStatusTest, LoggingHandlerTest, MetricsHistoryHandlerTest, SecurityConfHandlerTest, SystemInfoHandlerTest, ThreadDumpHandlerTest, ZookeeperStatusHandlerFailureTest, DistributedFacetExistsSmallTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentCustomSortTest, ResponseLogComponentTest, StatsComponentTest, TermVectorComponentDistributedTest, TestDistributedStatsComponentCardinality, TestChildDocTransformerHierarchy, TestSubQueryTransformerDistrib, TestFieldResource, TestFieldTypeResource, TestSchemaSimilarityResource, TestManagedSynonymFilterFactory, BadCopyFieldTest, BadIndexSchemaTest, DocValuesMultiTest, PrimitiveFieldTypeTest, SpatialRPTFieldTypeTest, QueryEqualityTest, RankQueryTest, SpatialFilterTest, TestBlockCollapse, TestCustomSort, TestDocSet, TestElisionMultitermQuery, TestExtendedDismaxParser, TestFilteredDocIdSet, TestInitQParser, TestNoOpRegenerator, TestRandomCollapseQParserPlugin, TestReload, TestReloadDeadlock, TestSearcherReuse, TestSimpleQParserPlugin, TestSmileRequest, TestSolr4Spatial, TestStressReorder, SortByFunctionTest, TestFunctionQuery, TestMinMaxOnMultiValuedField, BlockJoinFacetDistribTest, TestNonDefinedSimilarityFactory, AuditLoggerIntegrationTest, JWTIssuerConfigTest, TestImpersonationWithHadoopAuth, TestRuleBasedAuthorizationWithKerberos, TestZkAclsWithHadoopAuth, DirectSolrConnectionTest, NoCacheHeaderTest, DirectSolrSpellCheckerTest, IndexBasedSpellCheckerTest, SpellPossibilityIteratorTest, SpellingQueryConverterTest, WordBreakSolrSpellCheckerTest, TestFreeTextSuggestions, BlockCacheTest, BlockDirectoryTest, TestFieldCacheWithThreads, TestLegacyFieldCache, TestNumericTerms32, TestUninvertingReader, AddBlockUpdateTest, AnalysisErrorHandlingTest, CdcrUpdateLogTest, PeerSyncWithBufferUpdatesTest, PeerSyncWithIndexFingerprintCachingTest, TestAtomicUpdateErrorCases, TestExceedMaxTermLength, TestHdfsUpdateLog, TestNestedUpdateProcessor, TestUpdate, TransactionLogTest, UpdateParamsTest, VersionInfoTest, AddSchemaFieldsUpdateProcessorFactoryTest, IgnoreLargeDocumentProcessorFactoryTest, JavaBinAtomicUpdateMultivalueTest, NestedAtomicUpdateTest, ParsingFieldUpdateProcessorsTest, ScriptEngineTest, TemplateUpdateProcessorTest, TestPartialUpdateDeduplication, UUIDUpdateProcessorFallbackTest, AuthToolTest, CircularListTest, DOMUtilTest, DateMathParserTest, DistanceUnitsTest, OrderedExecutorTest, PrimUtilsTest, SimplePostToolTest, SolrLogPostToolTest, TestCircuitBreaker]
   [junit4] Completed [915/939 (1!)] on J1 in 2.26s, 5 tests, 1 error <<< FAILURES!

[...truncated 52603 lines...]

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.9 - Build # 72 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.9/72/

1 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
Doc with id=2 not found in http://127.0.0.1:45721/c8n_1x2_leader_session_loss due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=2 not found in http://127.0.0.1:45721/c8n_1x2_leader_session_loss due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([F7BFEBD3FC0CAFFF:7FEBD40952F0C207]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:566)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:511)
	at org.apache.solr.cloud.HttpPartitionTest.testLeaderZkSessionLoss(HttpPartitionTest.java:462)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:148)
	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:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 14257 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> 1363830 INFO  (SUITE-HttpPartitionTest-seed#[F7BFEBD3FC0CAFFF]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1363831 INFO  (SUITE-HttpPartitionTest-seed#[F7BFEBD3FC0CAFFF]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/data-dir-104-001
   [junit4]   2> 1363831 WARN  (SUITE-HttpPartitionTest-seed#[F7BFEBD3FC0CAFFF]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=74 numCloses=74
   [junit4]   2> 1363831 INFO  (SUITE-HttpPartitionTest-seed#[F7BFEBD3FC0CAFFF]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1363840 INFO  (SUITE-HttpPartitionTest-seed#[F7BFEBD3FC0CAFFF]-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> 1363840 INFO  (SUITE-HttpPartitionTest-seed#[F7BFEBD3FC0CAFFF]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1363840 INFO  (SUITE-HttpPartitionTest-seed#[F7BFEBD3FC0CAFFF]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1363906 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1363906 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1363906 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1363907 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1364006 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer start zk server on port: 43443
   [junit4]   2> 1364006 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43443
   [junit4]   2> 1364006 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43443
   [junit4]   2> 1364006 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43443
   [junit4]   2> 1364028 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1364278 INFO  (zkConnectionManagerCallback-10900-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364278 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1364293 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1364297 INFO  (zkConnectionManagerCallback-10902-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364298 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1364300 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1364304 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1364307 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1364311 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1364313 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1364319 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1364351 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1364354 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1364356 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1364358 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1364359 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1364365 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1365540 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1365541 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1365541 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1365595 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1365595 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1365595 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1365595 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@570a27f1{/,null,AVAILABLE}
   [junit4]   2> 1365596 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2bad56ca{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43807}
   [junit4]   2> 1365596 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.e.j.s.Server Started @1365631ms
   [junit4]   2> 1365596 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=45721, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/control-001/cores}
   [junit4]   2> 1365596 ERROR (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1365596 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1365596 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.1
   [junit4]   2> 1365596 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1365596 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr
   [junit4]   2> 1365596 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-15T22:28:21.541Z
   [junit4]   2> 1365616 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1365616 INFO  (zkConnectionManagerCallback-10904-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365616 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1365779 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1365779 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/control-001/solr.xml
   [junit4]   2> 1365781 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1365781 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1365783 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1366275 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1366276 WARN  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60dc55a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1366276 WARN  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60dc55a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1366279 WARN  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@749cb8f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1366279 WARN  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@749cb8f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1366280 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43443/solr
   [junit4]   2> 1366304 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1366306 INFO  (zkConnectionManagerCallback-10915-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1366307 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1366308 WARN  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]-SendThread(127.0.0.1:43443)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a574731f0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a574731f0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100a574731f0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1366409 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1366412 INFO  (zkConnectionManagerCallback-10917-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1366412 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1366639 WARN  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1366644 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45721_
   [junit4]   2> 1366645 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] o.a.s.c.Overseer Overseer (id=72239513604128772-127.0.0.1:45721_-n_0000000000) starting
   [junit4]   2> 1366660 INFO  (OverseerStateUpdate-72239513604128772-127.0.0.1:45721_-n_0000000000) [n:127.0.0.1:45721_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45721_
   [junit4]   2> 1366660 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45721_
   [junit4]   2> 1366663 INFO  (OverseerStateUpdate-72239513604128772-127.0.0.1:45721_-n_0000000000) [n:127.0.0.1:45721_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1366665 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1366665 WARN  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] 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> 1366681 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1366942 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1366958 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1366959 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1366960 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45721_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/control-001/cores
   [junit4]   2> 1367039 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1367040 INFO  (zkConnectionManagerCallback-10934-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1367040 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1367187 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1367192 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43443/solr ready
   [junit4]   2> 1367192 INFO  (SocketProxy-Acceptor-45721) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42362,localport=45721], receiveBufferSize: 65536
   [junit4]   2> 1367196 INFO  (SocketProxy-Acceptor-45721) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43807,localport=55206], receiveBufferSize=65536
   [junit4]   2> 1367250 INFO  (OverseerThreadFactory-10924-thread-1-processing-n:127.0.0.1:45721_) [n:127.0.0.1:45721_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1367422 INFO  (SocketProxy-Acceptor-45721) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42412,localport=45721], receiveBufferSize: 65536
   [junit4]   2> 1367422 INFO  (SocketProxy-Acceptor-45721) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43807,localport=55256], receiveBufferSize=65536
   [junit4]   2> 1367423 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1367424 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1368474 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 1368474 WARN  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 1368478 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1368509 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1368660 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1368660 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1368661 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1368662 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1368667 WARN  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1368762 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1368762 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1368763 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1368763 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1368764 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.38158200316300317]
   [junit4]   2> 1368765 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1368765 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1368766 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1368766 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1708200039243841536
   [junit4]   2> 1368792 INFO  (searcherExecutor-10936-thread-1-processing-n:127.0.0.1:45721_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1368879 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1368879 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1368884 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1368884 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1368884 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45721/control_collection_shard1_replica_n1/
   [junit4]   2> 1368885 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1368885 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:45721/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1368885 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72239513604128772-core_node2-n_0000000000
   [junit4]   2> 1368889 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45721/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1368992 INFO  (zkCallback-10916-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1368993 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1368995 INFO  (zkCallback-10916-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1369006 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1583
   [junit4]   2> 1369228 INFO  (zkCallback-10916-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1369229 INFO  (zkCallback-10916-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1369229 INFO  (qtp1526979294-31164) [n:127.0.0.1:45721_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1369229 INFO  (qtp1526979294-31164) [n:127.0.0.1:45721_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45721_&wt=javabin&version=2} status=0 QTime=2032
   [junit4]   2> 1369229 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 1369238 INFO  (zkCallback-10916-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1369254 INFO  (OverseerCollectionConfigSetProcessor-72239513604128772-127.0.0.1:45721_-n_0000000000) [n:127.0.0.1:45721_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1369405 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1369406 INFO  (zkConnectionManagerCallback-10945-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1369406 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1369409 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1369411 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43443/solr ready
   [junit4]   2> 1369411 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1369411 INFO  (SocketProxy-Acceptor-45721) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42650,localport=45721], receiveBufferSize: 65536
   [junit4]   2> 1369413 INFO  (SocketProxy-Acceptor-45721) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43807,localport=55494], receiveBufferSize=65536
   [junit4]   2> 1369459 INFO  (OverseerThreadFactory-10924-thread-2-processing-n:127.0.0.1:45721_) [n:127.0.0.1:45721_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1369752 WARN  (OverseerThreadFactory-10924-thread-2-processing-n:127.0.0.1:45721_) [n:127.0.0.1:45721_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1369778 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1369778 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_     ] o.a.s.c.c.ZkStateReader /collections/collection1/state.json is deleted, stop watching children
   [junit4]   2> 1369779 INFO  (qtp1526979294-31166) [n:127.0.0.1:45721_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=366
   [junit4]   2> 1369781 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.c.ZkStateReader /collections/collection1/state.json is deleted, stop watching children
   [junit4]   2> 1369786 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 1369786 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1369786 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 1369786 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1369786 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 1369786 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1369786 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 1369997 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-1-001 of type NRT for shard2
   [junit4]   2> 1370010 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1370011 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1370011 INFO  (closeThreadPool-10946-thread-1) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1370024 INFO  (closeThreadPool-10946-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1370024 INFO  (closeThreadPool-10946-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1370024 INFO  (closeThreadPool-10946-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1370034 INFO  (closeThreadPool-10946-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6041479d{/,null,AVAILABLE}
   [junit4]   2> 1370034 INFO  (closeThreadPool-10946-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@294852ed{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33539}
   [junit4]   2> 1370034 INFO  (closeThreadPool-10946-thread-1) [     ] o.e.j.s.Server Started @1370069ms
   [junit4]   2> 1370034 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=33175, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-1-001/cores}
   [junit4]   2> 1370034 ERROR (closeThreadPool-10946-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1370034 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1370034 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.1
   [junit4]   2> 1370035 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1370035 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr
   [junit4]   2> 1370035 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-15T22:28:25.980Z
   [junit4]   2> 1370049 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1370054 INFO  (zkConnectionManagerCallback-10948-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1370054 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1370155 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1370155 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-1-001/solr.xml
   [junit4]   2> 1370310 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1370310 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1370311 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1370324 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 1370334 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1370334 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1370334 INFO  (closeThreadPool-10946-thread-2) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1370441 INFO  (closeThreadPool-10946-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1370441 INFO  (closeThreadPool-10946-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1370442 INFO  (closeThreadPool-10946-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1370450 INFO  (closeThreadPool-10946-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70fd50f0{/,null,AVAILABLE}
   [junit4]   2> 1370450 INFO  (closeThreadPool-10946-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@42faa465{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45715}
   [junit4]   2> 1370450 INFO  (closeThreadPool-10946-thread-2) [     ] o.e.j.s.Server Started @1370485ms
   [junit4]   2> 1370450 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=45029, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-2-001/cores}
   [junit4]   2> 1370450 ERROR (closeThreadPool-10946-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1370450 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1370450 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.1
   [junit4]   2> 1370450 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1370450 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr
   [junit4]   2> 1370450 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-15T22:28:26.395Z
   [junit4]   2> 1370478 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1370480 INFO  (zkConnectionManagerCallback-10953-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1370480 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1370709 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1370709 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-2-001/solr.xml
   [junit4]   2> 1370709 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-3-001 of type NRT for shard2
   [junit4]   2> 1370712 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1370712 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1370714 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1370716 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1370716 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1370716 INFO  (closeThreadPool-10946-thread-3) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1370760 INFO  (closeThreadPool-10946-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1370761 INFO  (closeThreadPool-10946-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1370761 INFO  (closeThreadPool-10946-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1370765 INFO  (closeThreadPool-10946-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f884230{/,null,AVAILABLE}
   [junit4]   2> 1370765 INFO  (closeThreadPool-10946-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@279aa31c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43377}
   [junit4]   2> 1370765 INFO  (closeThreadPool-10946-thread-3) [     ] o.e.j.s.Server Started @1370800ms
   [junit4]   2> 1370765 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=43819, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-3-001/cores}
   [junit4]   2> 1370765 ERROR (closeThreadPool-10946-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1370765 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1370765 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.1
   [junit4]   2> 1370765 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1370765 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr
   [junit4]   2> 1370765 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-15T22:28:26.710Z
   [junit4]   2> 1370776 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1370779 INFO  (zkConnectionManagerCallback-10958-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1370779 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1370883 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1370883 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-3-001/solr.xml
   [junit4]   2> 1370885 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1370885 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1370887 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1371398 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1371398 WARN  (closeThreadPool-10946-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6b8b8a58[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1371398 WARN  (closeThreadPool-10946-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6b8b8a58[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1371406 WARN  (closeThreadPool-10946-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2d2ac311[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1371406 WARN  (closeThreadPool-10946-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2d2ac311[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1371407 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43443/solr
   [junit4]   2> 1371421 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1371431 INFO  (zkConnectionManagerCallback-10969-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1371431 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1371470 INFO  (OverseerCollectionConfigSetProcessor-72239513604128772-127.0.0.1:45721_-n_0000000000) [n:127.0.0.1:45721_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1371550 INFO  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1371560 INFO  (zkConnectionManagerCallback-10971-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1371560 INFO  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1371565 WARN  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1371566 INFO  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1371568 INFO  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.c.ZkController Publish node=127.0.0.1:33175_ as DOWN
   [junit4]   2> 1371569 INFO  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1371569 INFO  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33175_
   [junit4]   2> 1371570 INFO  (zkCallback-10916-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1371571 INFO  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1371571 WARN  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] 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> 1371590 INFO  (zkCallback-10944-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1371590 INFO  (zkCallback-10970-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1371610 INFO  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1371640 INFO  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1371651 INFO  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1371651 INFO  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1371710 INFO  (closeThreadPool-10946-thread-1) [n:127.0.0.1:33175_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-1-001/cores
   [junit4]   2> 1371769 INFO  (closeThreadPool-10946-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:33175_
   [junit4]   2> 1372472 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1372473 WARN  (closeThreadPool-10946-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@92c03bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1372474 WARN  (closeThreadPool-10946-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@92c03bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1372489 WARN  (closeThreadPool-10946-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@346307e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1372489 WARN  (closeThreadPool-10946-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@346307e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1372490 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43443/solr
   [junit4]   2> 1372518 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1372528 INFO  (zkConnectionManagerCallback-10987-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1372528 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1372529 WARN  (closeThreadPool-10946-thread-2-SendThread(127.0.0.1:43443)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a574731f000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a574731f000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100a574731f000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1372772 INFO  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1372785 INFO  (zkConnectionManagerCallback-10989-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1372786 INFO  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1372797 WARN  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1372802 INFO  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1372805 INFO  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.c.ZkController Publish node=127.0.0.1:45029_ as DOWN
   [junit4]   2> 1372806 INFO  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1372806 INFO  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45029_
   [junit4]   2> 1372807 INFO  (zkCallback-10944-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1372807 INFO  (zkCallback-10916-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1372807 INFO  (zkCallback-10970-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1372808 INFO  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1372809 WARN  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] 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> 1372815 INFO  (zkCallback-10988-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1372823 INFO  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1372848 INFO  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1372887 INFO  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1372887 INFO  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1372888 INFO  (closeThreadPool-10946-thread-2) [n:127.0.0.1:45029_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-2-001/cores
   [junit4]   2> 1372938 INFO  (closeThreadPool-10946-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:45029_
   [junit4]   2> 1373845 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1373850 WARN  (closeThreadPool-10946-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@55c6a89f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1373850 WARN  (closeThreadPool-10946-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@55c6a89f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1373890 WARN  (closeThreadPool-10946-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2b5b041[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1373890 WARN  (closeThreadPool-10946-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2b5b041[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1373891 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43443/solr
   [junit4]   2> 1373905 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1373944 INFO  (zkConnectionManagerCallback-11005-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1373944 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1374192 INFO  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1374193 INFO  (zkConnectionManagerCallback-11007-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1374193 INFO  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1374236 WARN  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1374237 INFO  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1374240 INFO  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.c.ZkController Publish node=127.0.0.1:43819_ as DOWN
   [junit4]   2> 1374241 INFO  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1374241 INFO  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43819_
   [junit4]   2> 1374243 INFO  (zkCallback-10944-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1374243 INFO  (zkCallback-10970-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1374243 INFO  (zkCallback-10988-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1374247 INFO  (zkCallback-10916-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1374250 INFO  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1374251 WARN  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] 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> 1374256 INFO  (zkCallback-11006-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1374268 INFO  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1374301 INFO  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1374322 INFO  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1374322 INFO  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1374323 INFO  (closeThreadPool-10946-thread-3) [n:127.0.0.1:43819_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-3-001/cores
   [junit4]   2> 1374406 INFO  (closeThreadPool-10946-thread-3) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:43819_
   [junit4]   2> 1374412 INFO  (SocketProxy-Acceptor-33175) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=37546,localport=33175], receiveBufferSize: 65536
   [junit4]   2> 1374416 INFO  (SocketProxy-Acceptor-33175) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33539,localport=34190], receiveBufferSize=65536
   [junit4]   2> 1374416 INFO  (SocketProxy-Acceptor-33175) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=37550,localport=33175], receiveBufferSize: 65536
   [junit4]   2> 1374421 INFO  (SocketProxy-Acceptor-33175) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33539,localport=34196], receiveBufferSize=65536
   [junit4]   2> 1374422 INFO  (SocketProxy-Acceptor-33175) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=37552,localport=33175], receiveBufferSize: 65536
   [junit4]   2> 1374422 INFO  (SocketProxy-Acceptor-33175) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33539,localport=34202], receiveBufferSize=65536
   [junit4]   2> 1374430 INFO  (OverseerThreadFactory-10924-thread-3-processing-n:127.0.0.1:45721_) [n:127.0.0.1:45721_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:33175_ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 1374430 INFO  (OverseerThreadFactory-10924-thread-4-processing-n:127.0.0.1:45721_) [n:127.0.0.1:45721_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:45029_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1374433 INFO  (OverseerThreadFactory-10924-thread-4-processing-n:127.0.0.1:45721_) [n:127.0.0.1:45721_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1374435 INFO  (SocketProxy-Acceptor-45029) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41636,localport=45029], receiveBufferSize: 65536
   [junit4]   2> 1374436 INFO  (OverseerThreadFactory-10924-thread-3-processing-n:127.0.0.1:45721_) [n:127.0.0.1:45721_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1374438 INFO  (SocketProxy-Acceptor-45029) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45715,localport=49640], receiveBufferSize=65536
   [junit4]   2> 1374455 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1374476 INFO  (SocketProxy-Acceptor-33175) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=37574,localport=33175], receiveBufferSize: 65536
   [junit4]   2> 1374482 INFO  (SocketProxy-Acceptor-33175) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33539,localport=34218], receiveBufferSize=65536
   [junit4]   2> 1374483 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1375485 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 1375485 WARN  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 1375490 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1375508 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1375508 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 1375508 WARN  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 1375512 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1375541 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1375549 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1375550 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1375550 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-2-001/cores/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 1375552 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1375554 WARN  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1375568 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 1375568 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4015791b
   [junit4]   2> 1375568 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-1-001/cores/collection1_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001/shard-1-001/cores/collection1_shard2_replica_n2/data/]
   [junit4]   2> 1375570 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1375580 WARN  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1375620 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1375620 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1375621 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1375621 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1375621 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.38158200316300317]
   [junit4]   2> 1375623 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1375623 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1375624 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1375624 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1708200046434975744
   [junit4]   2> 1375626 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader /collections/collection1/state.json is deleted, stop watching children
   [junit4]   2> 1375627 INFO  (searcherExecutor-11018-thread-1-processing-n:127.0.0.1:45029_ x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1375640 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1375641 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1375643 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1375643 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1375643 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45029/collection1_shard1_replica_n1/
   [junit4]   2> 1375643 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1375644 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:45029/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1375644 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72239513604128781-core_node3-n_0000000000
   [junit4]   2> 1375645 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45029/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1375646 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader /collections/collection1/state.json is deleted, stop watching children
   [junit4]   2> 1375747 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1375749 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader /collections/collection1/state.json is deleted, stop watching children
   [junit4]   2> 1375750 INFO  (qtp1187326053-31244) [n:127.0.0.1:45029_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1294
   [junit4]   2> 1375770 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1375770 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1375771 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1375771 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1375773 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.38158200316300317]
   [junit4]   2> 1375775 INFO  (qtp762827675-31232) [n:127.0.0.1:33175_ c:collection1    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:45029_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1352
   [junit4]   2> 1375775 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1375776 INFO  (qtp762827675-31230) [n:127.0.0.1:33175_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded nul

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

          => EndOfStreamException: Unable to read additional data from server sessionid 0x100a574731f0001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100a574731f0001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1517027 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> 	42	/solr/collections/c8n_1x3/terms/shard1
   [junit4]   2> 	41	/solr/collections/c8n_1x2/terms/shard1
   [junit4]   2> 	20	/solr/collections/collection1/state.json
   [junit4]   2> 	20	/solr/collections/collDoRecoveryOnRestart/terms/shard1
   [junit4]   2> 	16	/solr/collections/collDoRecoveryOnRestart/state.json
   [junit4]   2> 	14	/solr/collections/c8n_1x3/state.json
   [junit4]   2> 	13	/solr/collections/c8n_1x2/state.json
   [junit4]   2> 	13	/solr/collections/c8n_1x2_leader_session_loss/state.json
   [junit4]   2> 	12	/solr/collections/c8n_1x2_leader_session_loss/terms/shard1
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 	6	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	4	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	4	/solr/collections/collDoRecoveryOnRestart/collectionprops.json
   [junit4]   2> 	3	/solr/collections/c8n_1x3/collectionprops.json
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 	2	/solr/collections/control_collection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/c8n_1x2_leader_session_loss/collectionprops.json
   [junit4]   2> 	2	/solr/collections/c8n_1x2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	311	/solr/clusterstate.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72239513604128781-127.0.0.1:45029_-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/72239513604128779-127.0.0.1:33175_-n_0000000001
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard2/election/72239513604128779-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/collections/collDoRecoveryOnRestart/leader_elect/shard1/election/72239513604128779-core_node3-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	155	/solr/overseer/queue
   [junit4]   2> 	45	/solr/live_nodes
   [junit4]   2> 	43	/solr/collections
   [junit4]   2> 	38	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/collections/control_collection/state.json
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1517031 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45029_     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43443
   [junit4]   2> 1517031 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45029_     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43443
   [junit4]   2> 1517031 INFO  (TEST-HttpPartitionTest.test-seed#[F7BFEBD3FC0CAFFF]) [n:127.0.0.1:45029_     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43443
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=test -Dtests.seed=F7BFEBD3FC0CAFFF -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/test-data/enwiki.random.lines.txt -Dtests.locale=fr-LU -Dtests.timezone=Australia/South -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  153s J2 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=2 not found in http://127.0.0.1:45721/c8n_1x2_leader_session_loss due to: Path not found: /id; rsp={doc=null}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F7BFEBD3FC0CAFFF:7FEBD40952F0C207]:0)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:566)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:511)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testLeaderZkSessionLoss(HttpPartitionTest.java:462)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:148)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_F7BFEBD3FC0CAFFF-001
   [junit4]   2> Aug 15, 2021 10:30:53 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {multiDefault=PostingsFormat(name=Asserting), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), _root_=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=Direct), text=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Lucene80), id_i1=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Lucene80), range_facet_l=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1908, maxMBSortInHeap=6.961617717730377, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=fr-LU, timezone=Australia/South
   [junit4]   2> NOTE: Linux 4.15.0-147-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=95254200,total=483917824
   [junit4]   2> NOTE: All tests run in this JVM: [TestJsonFacetRefinement, TestCursorMarkWithoutUniqueKey, PingRequestHandlerTest, MetricTriggerIntegrationTest, SpellCheckComponentTest, MoveReplicaTest, CloudMLTQParserTest, DistribJoinFromCollectionTest, ByteBuffersDirectoryFactoryTest, CursorMarkTest, TestSlowCompositeReaderWrapper, BasicAuthOnSingleNodeTest, ZkStateWriterTest, ConcurrentCreateRoutedAliasTest, TestPushWriter, TestBackupRepositoryFactory, IndexBasedSpellCheckerTest, TestReloadDeadlock, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestFastOutputStream, StatelessScriptUpdateProcessorFactoryTest, HighlighterWithoutStoredIdTest, TestSort, TestLegacyNumericRangeQueryBuilder, BlockDirectoryTest, SolrIndexMetricsTest, StressHdfsTest, MergeStrategyTest, TestSnapshotCoreBackup, AddBlockUpdateTest, JWTIssuerConfigTest, TestSimComputePlanAction, TestZkChroot, TestHdfsUpdateLog, SolrInfoBeanTest, CdcrBootstrapTest, TestLeaderElectionWithEmptyReplica, TestClassicSimilarityFactory, TestDocumentBuilder, SolrRrdBackendFactoryTest, TestMinMaxOnMultiValuedField, SolrMetricReporterTest, TestFiltering, TransactionLogTest, BackupIdTest, SmileWriterTest, HdfsRecoverLeaseTest, SolrLogPostToolTest, TestSolrCoreSnapshots, TestPerFieldSimilarity, TestMultiWordSynonyms, OverseerStatusTest, ResponseBuilderTest, TestManagedResourceStorage, TestLegacyNumericUtils, RemoteQueryErrorTest, TestCloudRecovery, SimpleFacetsTest, TestLMDirichletSimilarityFactory, TestFuzzyAnalyzedSuggestions, TestPointFields, DocValuesMultiTest, TestScoreJoinQPNoScore, TermVectorComponentDistributedTest, ExplicitHLLTest, TestComponentsName, TestExpandComponent, TriggerEventQueueTest, Tagger2Test, TestSolrCloudWithHadoopAuthPlugin, TestIndexSearcher, AutoScalingHandlerTest, ZkDynamicConfigTest, TestSolrCoreParser, TestDefaultStatsCache, RankQueryTest, BJQParserTest, TestSmileRequest, CollectionsAPIAsyncDistributedZkTest, TestShortCircuitedRequests, TestWriterPerf, DirectoryFactoriesTest, TestEmbeddedSolrServerConstructors, DeleteShardTest, TestSimExtremeIndexing, TestDownShardTolerantSearch, NestedAtomicUpdateTest, DistributedMLTComponentTest, TestHttpServletCarrier, TestIncrementalCoreBackup, LeaderVoteWaitTimeoutTest, InfoHandlerTest, CoreAdminCreateDiscoverTest, TestTolerantUpdateProcessorRandomCloud, DistributedDebugComponentTest, TestTolerantSearch, VMParamsZkACLAndCredentialsProvidersTest, TestJsonRangeFacets, TestReplicaProperties, TestCryptoKeys, DistributedSpellCheckComponentTest, DateMathParserTest, TestPullReplicaWithAuth, TestRebalanceLeaders, FastVectorHighlighterTest, TestTermsQParserPlugin, CustomCollectionTest, HttpPartitionTest]
   [junit4] Completed [335/939 (1!)] on J2 in 153.84s, 1 test, 1 failure <<< FAILURES!

[...truncated 54570 lines...]

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.9 - Build # 71 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: ${BUILD_URL}

${FAILED_TESTS}

Build Log:
${BUILD_LOG_MULTILINE_REGEX,regex="(?x:                                                                                        \
                                                                                                                                                                      \
(?:.*\\[javac\\]\\s++(?![1-9]\\d*\\s+error).*\\r?\\n)*+.*\\[javac\\]\\s+[1-9]\\d*\\s+error.*\\r?\\n                             \
                                                                                                                                                                      \
|.*\\[junit4\\]\\s+Suite:.*+\\s++                                                                                                                         \
 (?:.*\\[junit4\\]\\s++(?!Suite:)(?!Completed).*\\r?\\n)*+                                                                                   \
 .*\\[junit4\\]\\s++Completed\\s+.*<<<\\s*FAILURES!\\r?\\n                                                                            \
                                                                                                                                                                       \
|.*\\[junit4\\]\\s+JVM\\s+J\\d+:\\s+std(?:out|err)\\s+was\\s+not\\s+empty.*+\\s++                                            \
 (?:.*\\[junit4\\]\\s++(?!JVM\\s+\\d+:\\s+std)(?!\\<<<\\s+JVM\\s+J\\d+:\\s+EOF).*\\r?\\n)*+                              \
 .*\\[junit4\\]\\s++<<<\\s+JVM\\s+J\\d+:\\s+EOF.*\\r?\\n                                                                                   \
                                                                                                                                                                       \
|.*rat-sources:.*\\r?\\n                                                                                                                                     \
 (?:\\s*+\\[echo\\]\\s*\\r?\\n|\\s*+\\[echo\\]\\s++(?![1-9]\\d*\\s+Unknown\\s+License)\\S.*\\r?\\n)*+                  \
 \\s*+\\[echo\\]\\s+[1-9]\\d*\\s+Unknown\\s+License.*\\r?\\n                                                                            \
 (?:\\s*+\\[echo\\].*\\r?\\n)*+                                                                                                                             \
                                                                                                                                                                        \
|(?:.*\\r?\\n){2}.*\\[licenses\\]\\s+MISSING\\s+sha1(?:.*\\r?\\n){2}                                                                    \
                                                                                                                                                                        \
|.*check-licenses:.*\\r?\\n\\s*\\[echo\\].*\\r?\\n                                                                                                  \
 \\s*\\[licenses\\]\\s+(?:MISSING\\s+LICENSE|CHECKSUM\\s+FAILED).*\\r?\\n                                            \
 (?:\\s*+\\[licenses\\].*\\r?\\n)++                                                                                                                        \
                                                                                                                                                                         \
|(?:.*\\[javadoc\\]\\s++(?![1-9]\\d*\\s+(?:error|warning)).+\\r?\\n)*+                                                                    \
 .*\\[javadoc\\]\\s+[1-9]\\d*\\s+(?:error|warning).*\\r?\\n                                                                                     \
                                                                                                                                                                         \
|.*javadocs-lint:.*\\r?\\n(?:.*\\[exec\\].*\\r?\\n)*+                                                                                                 \
                                                                                                                                                                          \
|.*check.*:.*\\r?\\n                                                                                                                                              \
 (?:\\s*+\\[forbidden-apis\\]\\s*\\r?\\n                                                                                                                  \
  |\\s*+\\[forbidden-apis\\]\\s++                                                                                                                           \
    (?!Scanned\\s+\\d+\\s+(?:\\(and\\s+\\d+\\s+related\\)\\s+)?class\\s+file\\(s\\))\\S.*\\r?\n)*+                            \
 \\s*+\\[forbidden-apis\\]\\s++                                                                                                                              \
   Scanned\\s+\\d+\\s+(?:\\(and\\s+\\d+\\s+related\\)\\s+)?class\\s+file\\(s\\).*[1-9]\\d*\\s+error\\(s\\)\\.\\r?\\n      \
                                                                                                                                                                            \
|\\S+:\\s*\\r?\\n                                                                                                                                                     \
 (?:(?!\\S+:\\s*\\r?\\n)(?!.*:\\s+exec\\s+returned:\\s+[^0]).*\\r?\\n)*+                                                                     \
 .*:\\s+exec\\s+returned:\\s+[^0](?s:.*+)                                                                                                               \
                                                                                                                                                                             \
|.*\\[echo\\]\\s+Building\\s+.*\\r?\\n                                                                                                                       \
 \\s*ivy-fail:\\s*(?:\\r?\\n)+                                                                                                                                     \
 \\s*ivy-configure:\\s*(?:\\r?\\n)+                                                                                                                           \
 \\s*\\[ivy:configure\\].*(?:\\r?\\n)+                                                                                                                         \
 .*resolve:.*(?:\\r?\\n)+                                                                                                                                          \
 (?:\\s*\\[ivy:retrieve\\].*\\r?\\n)*                                                                                                                             \
 \\s*\\[ivy:retrieve\\]\\s+:::*\\s+(?:ERRORS|FAILED\\s+DOWNLOADS).*\\r?\\n                                                    \
 (?:\\s*\\[ivy:retrieve\\].*\\r?\\n)*                                                                                                                             \
                                                                                                                                                                             \
|.*-ecj-javadoc-lint-(?:src|tests):.*\\r?\\n                                                                                                                \
 (?:\\s*\\[mkdir].*\\r?\\n)?                                                                                                                                      \
 (?:\\s*\\[ecj-lint\\].*\\r?\\n)*                                                                                                                                   \
 \\s*\\[ecj-lint\\].*\\([1-9]\\d*\\s+error.*\\r?\\n                                                                                                          \
                                                                                                                                                                            \
|.*check-lib-versions:.*\\r?\\n                                                                                                                               \
 (?:\\s*\\[echo\\].*\\r?\\n)?                                                                                                                                     \
 (?:\\s*\\[libversions\\].*\\r?\\n)*                                                                                                                             \
 \\s*\\[libversions\\].*[1-9]\\d*\\s+error.*\\r?\\n                                                                                                       \
                                                                                                                                                                            \
|.*-validate-source-patterns:.*\\r?\\n                                                                                                                    \
 (?:\\s*\\[source-patterns\\].*\\r?\\n)+                                                                                                                    \
                                                                                                                                                                            \
|.*\\r?\\n.*Full\\s+thread\\s+dump(?s:.*+)                                                                                                             \
                                                                                                                                                                            \
|.*(?:FATAL|ERROR):(?s:.*+)                                                                                                                              \
                                                                                                                                                                            \
|.*\\#\\s+A\\s+fatal\\s+error\\s+has\\s+been\\s+detected\\s+by\\s+the\\s+Java\\s+Runtime\\s+Environment:(?s:.*+)          \
                                                                                                                                                                            \
|.*\\#\\s+There\\s+is\\s+insufficient\\s+memory\\s+for\\s+the\\s+Java\\s+Runtime\\s+Environment\\s+to\\s+continue\\.(?s:.*+) \
                                                                                                                                                                            \
|.*BUILD\\s+FAILED(?s:.*+)                                                                                                                                \
)"}