You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/08/05 19:21:33 UTC

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.6) - Build # 9189 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9189/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseParallelGC

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([7BEA92EB13C29B27:93363F09E02A8107]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1002)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:962)
	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:161)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped org.apache.solr.util.circuitbreaker.MemoryCircuitBreaker seenMemory=375477080 allowedMemory=358219776

	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:325)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2624)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:332)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:314)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:976)
	... 41 more




Build Log:
[...truncated 15057 lines...]
   [junit4] Suite: org.apache.solr.util.TestCircuitBreaker
   [junit4]   2> 1707175 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1707176 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1707176 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestCircuitBreaker_7BEA92EB13C29B27-001\data-dir-123-001
   [junit4]   2> 1707177 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1707179 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1707179 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1707186 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1707203 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1707279 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1707507 WARN  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.c.CoreContainer Unable to create [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\userfiles" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:897) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:322) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:752) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.WindowsPath.checkWrite(WindowsPath.java:854) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:496) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:689) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:796) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:742) ~[?:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:364) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:325) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:810) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:800) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:661) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:650) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestCircuitBreaker.setUpClass(TestCircuitBreaker.java:57) [test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.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.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 1707508 WARN  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\filestore] directory in SOLR_HOME [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:897) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:322) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:752) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1325) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1357) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:560) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:80) [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:664) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:810) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:800) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:661) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:650) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestCircuitBreaker.setUpClass(TestCircuitBreaker.java:57) [test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.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.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 1707511 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1707511 WARN  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6fa54fee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1707511 WARN  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6fa54fee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1707515 WARN  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4084eb55[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1707515 WARN  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4084eb55[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1707515 WARN  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-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> 1707547 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32789712
   [junit4]   2> 1707551 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32789712
   [junit4]   2> 1707551 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32789712
   [junit4]   2> 1707558 INFO  (coreLoadExecutor-16282-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1707565 INFO  (coreLoadExecutor-16282-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1707572 INFO  (coreLoadExecutor-16282-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 1707575 INFO  (coreLoadExecutor-16282-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1707652 INFO  (coreLoadExecutor-16282-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1707664 INFO  (coreLoadExecutor-16282-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@32789712
   [junit4]   2> 1707664 INFO  (coreLoadExecutor-16282-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestCircuitBreaker_7BEA92EB13C29B27-001\data-dir-123-001\]
   [junit4]   2> 1707664 INFO  (coreLoadExecutor-16282-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=92.8876953125, floorSegmentMB=0.541015625, forceMergeDeletesPctAllowed=9.284945572771779, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22455097466607532, deletesPctAllowed=40.216681850979555
   [junit4]   2> 1707752 INFO  (coreLoadExecutor-16282-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1707752 INFO  (coreLoadExecutor-16282-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1707755 INFO  (coreLoadExecutor-16282-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=7, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=49.0283203125, floorSegmentMB=1.4921875, forceMergeDeletesPctAllowed=28.94815049651724, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17520069828518148, deletesPctAllowed=45.804485023332624
   [junit4]   2> 1707756 WARN  (coreLoadExecutor-16282-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf ; switching to use InMemory storage instead.
   [junit4]   2> 1707765 INFO  (coreLoadExecutor-16282-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1707767 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1707768 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1707770 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1707776 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1707776 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1707780 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 4
   [junit4]   2> 1707780 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1707783 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 2
   [junit4]   2> 1707812 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1707812 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 26
   [junit4]   2> 1707816 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 2
   [junit4]   2> 1707816 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1707816 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1707816 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1707816 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1707819 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1707856 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1707856 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 39
   [junit4]   2> 1707860 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1707861 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1707864 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 1
   [junit4]   2> 1707864 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1707864 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1707864 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1707912 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1707916 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 50
   [junit4]   2> 1707917 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1707917 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1707917 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1707917 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1707917 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1707917 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1707961 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1707963 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 42
   [junit4]   2> 1707966 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 2
   [junit4]   2> 1707967 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1707967 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1707968 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1707968 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1707968 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708012 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708012 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 46
   [junit4]   2> 1708016 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1708016 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708016 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708016 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708016 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708020 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708032 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708036 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 15
   [junit4]   2> 1708037 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708037 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708037 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708038 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708038 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708038 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708045 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708045 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 1708045 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708045 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708045 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708048 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708048 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708048 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708052 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708052 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 1708052 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708056 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708056 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708056 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708056 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708056 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708068 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708068 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 1708068 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708068 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708068 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708068 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708068 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708070 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708076 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708076 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 1708076 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708076 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708078 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708078 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708078 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708079 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708085 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708085 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 1708086 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708086 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708087 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708087 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708087 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708088 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708101 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708104 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 16
   [junit4]   2> 1708106 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1708107 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708107 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708107 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708108 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708113 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 5
   [junit4]   2> 1708128 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708128 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 14
   [junit4]   2> 1708130 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1708131 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708131 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708131 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708132 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708132 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708177 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708179 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 46
   [junit4]   2> 1708180 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1708181 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708181 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708182 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708182 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708183 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708195 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708196 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 1708198 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1708198 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708198 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708198 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708199 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708199 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708232 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708232 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 35
   [junit4]   2> 1708232 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708236 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708236 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708239 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1708240 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708248 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708264 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708268 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 19
   [junit4]   2> 1708268 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1708268 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708268 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708268 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708268 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708268 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708380 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708383 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 108
   [junit4]   2> 1708384 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708384 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708384 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708384 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708384 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708384 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708395 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708397 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 1708397 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708397 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1708397 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708397 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1708400 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 1
   [junit4]   2> 1708401 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1708412 INFO  (searcherExecutor-16284-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1708424 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 23
   [junit4]   2> 1708426 INFO  (TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[7BEA92EB13C29B27]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testResponseWithCBTiming
   [junit4]   2> 1708426 INFO  (TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[7BEA92EB13C29B27]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml&debugQuery=true} status=503 QTime=0
   [junit4]   2> 1708426 ERROR (TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[7BEA92EB13C29B27]) [     ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*&wt=xml&debugQuery=true:org.apache.solr.common.SolrException: Circuit Breakers tripped org.apache.solr.util.circuitbreaker.MemoryCircuitBreaker seenMemory=375477080 allowedMemory=358219776
   [junit4]   2> 
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:325)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2624)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:332)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:314)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:976)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:962)
   [junit4]   2> 	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:161)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
   [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.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 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 1708428 INFO  (TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[7BEA92EB13C29B27]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testResponseWithCBTiming
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCircuitBreaker -Dtests.method=testResponseWithCBTiming -Dtests.seed=7BEA92EB13C29B27 -Dtests.slow=true -Dtests.locale=en-NF -Dtests.timezone=Indian/Cocos -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestCircuitBreaker.testResponseWithCBTiming <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7BEA92EB13C29B27:93363F09E02A8107]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1002)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:962)
   [junit4]    > 	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:161)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped org.apache.solr.util.circuitbreaker.MemoryCircuitBreaker seenMemory=375477080 allowedMemory=358219776
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:325)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2624)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:332)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:314)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:976)
   [junit4]    > 	... 41 more
   [junit4]   2> 1708433 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[7BEA92EB13C29B27]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCBAlwaysTrips
   [junit4]   2> 1708433 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[7BEA92EB13C29B27]) [     ] 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> 1708433 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[7BEA92EB13C29B27]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCBAlwaysTrips
   [junit4]   2> 1708436 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[7BEA92EB13C29B27]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCBFakeMemoryPressure
   [junit4]   2> 1708436 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[7BEA92EB13C29B27]) [     ] 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> 1708436 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[7BEA92EB13C29B27]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCBFakeMemoryPressure
   [junit4]   2> 1708440 INFO  (TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[7BEA92EB13C29B27]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBuildingMemoryPressure
   [junit4]   2> 1708443 INFO  (TestCircuitBreaker-16288-thread-4) [     ] o.a.s.u.TestCircuitBreaker BuildingUpMemoryPressureCircuitBreaker: Returning unblocking value for count 0
   [junit4]   2> 1708443 INFO  (TestCircuitBreaker-16288-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} hits=0 status=0 QTime=0
   [junit4]   2> 1708443 INFO  (TestCircuitBreaker-16288-thread-5) [     ] o.a.s.u.TestCircuitBreaker BuildingUpMemoryPressureCircuitBreaker: Returning unblocking value for count 1
   [junit4]   2> 1708443 INFO  (TestCircuitBreaker-16288-thread-5) [     ] 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> 1708531 INFO  (TestCircuitBreaker-16288-thread-1) [     ] o.a.s.u.TestCircuitBreaker BuildingUpMemoryPressureCircuitBreaker: Returning unblocking value for count 2
   [junit4]   2> 1708533 INFO  (TestCircuitBreaker-16288-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> 1708572 INFO  (TestCircuitBreaker-16288-thread-2) [     ] o.a.s.u.TestCircuitBreaker BuildingUpMemoryPressureCircuitBreaker: Returning unblocking value for count 3
   [junit4]   2> 1708572 INFO  (TestCircuitBreaker-16288-thread-3) [     ] o.a.s.u.TestCircuitBreaker Blocking query from BuildingUpMemoryPressureCircuitBreaker for count 4
   [junit4]   2> 1708572 INFO  (TestCircuitBreaker-16288-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> 1708576 INFO  (TestCircuitBreaker-16288-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=1
   [junit4]   2> 1708576 INFO  (TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[7BEA92EB13C29B27]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBuildingMemoryPressure
   [junit4]   2> 1708577 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1708577 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=316702355
   [junit4]   2> 1708585 INFO  (coreCloseExecutor-16290-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2a7a3aa2
   [junit4]   2> 1708585 INFO  (coreCloseExecutor-16290-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@2a7a3aa2
   [junit4]   2> 1708585 INFO  (coreCloseExecutor-16290-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2509c707: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@5e328091
   [junit4]   2> 1708592 INFO  (coreCloseExecutor-16290-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1708594 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1708594 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@64a7e0a8: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@3fa75ce4
   [junit4]   2> 1708596 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1708598 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@52853d73: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@7229fc70
   [junit4]   2> 1708599 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1708599 INFO  (SUITE-TestCircuitBreaker-seed#[7BEA92EB13C29B27]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@32bd02db: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@5a11c1f6
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestCircuitBreaker_7BEA92EB13C29B27-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {title_stringNoNorms=PostingsFormat(name=MockRandom), title_stemmed=BlockTreeOrds(blocksize=128), multiDefault=BlockTreeOrds(blocksize=128), inStock_b1=Lucene84, _root_=PostingsFormat(name=MockRandom), name=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), text=Lucene84, title=BlockTreeOrds(blocksize=128), title_lettertok=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(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=157, maxMBSortInHeap=7.669635953350168, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-NF, timezone=Indian/Cocos
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=52089760,total=455606272
   [junit4]   2> NOTE: All tests run in this JVM: [TestDynamicFieldResource, TestLegacyNumericRangeQueryBuilder, SuggesterFSTTest, LeaderVoteWaitTimeoutTest, TestFieldCacheReopen, AssignBackwardCompatibilityTest, TestBinaryField, TestPostingsSolrHighlighter, ShardRoutingCustomTest, TestBlobHandler, GraphQueryTest, SpellCheckCollatorWithCollapseTest, TestDynamicFieldNamesIndexCorrectly, TestSortableTextField, ConjunctionSolrSpellCheckerTest, TestCodecSupport, TestJsonFacetsWithNestedObjects, TestLegacyNumericUtils, HdfsRestartWhileUpdatingTest, CdcrBidirectionalTest, TestMaxTokenLenTokenizer, TestClassicSimilarityFactory, CoreAdminRequestStatusTest, DistributedFacetSimpleRefinementLongTailTest, ChaosMonkeySafeLeaderTest, TestMiniSolrCloudClusterSSL, BasicAuthOnSingleNodeTest, TestSolr4Spatial, FullHLLTest, TestHdfsBackupRestoreCore, DistributedFacetPivotLongTailTest, ClusterStateMockUtilTest, CollectionsAPISolrJTest, RandomizedTaggerTest, NestedShardedAtomicUpdateTest, TestSimpleTextCodec, TestQueryingOnDownCollection, TestDirectoryFactory, SolrInfoBeanTest, DebugComponentTest, AnalysisErrorHandlingTest, CategoryRoutedAliasUpdateProcessorTest, TestCharFilters, PeerSyncWithLeaderTest, VMParamsZkACLAndCredentialsProvidersTest, SchemaApiFailureTest, MoveReplicaHDFSFailoverTest, SOLR749Test, FullSolrCloudDistribCmdsTest, LeaderElectionIntegrationTest, VersionInfoTest, SortSpecParsingTest, DistributedIntervalFacetingTest, TestNestedUpdateProcessor, CreateRoutedAliasTest, TestLegacyFieldCache, TestRestoreCore, TestAnalyzedSuggestions, RankQParserPluginTest, AnalysisAfterCoreReloadTest, JsonLoaderTest, TestJoin, InfoHandlerTest, TestLRUStatsCacheCloud, UtilsToolTest, TestManagedResourceStorage, BJQFilterAccessibleTest, NotRequiredUniqueKeyTest, TestDistributedMissingSort, TestFacetMethods, TestAuthenticationFramework, SolrCloudExampleTest, TestInPlaceUpdateWithRouteField, LargeFieldTest, TermVectorComponentTest, TestNoOpRegenerator, RestartWhileUpdatingTest, OverseerModifyCollectionTest, TestReRankQParserPlugin, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestLMJelinekMercerSimilarityFactory, OverseerTaskQueueTest, NumberUtilsTest, LeaderElectionContextKeyTest, MultiSolrCloudTestCaseTest, RecoveryZkTest, RemoteQueryErrorTest, SSLMigrationTest, SaslZkACLProviderTest, TestCloudPhrasesIdentificationComponent, TestCloudPseudoReturnFields, TestClusterProperties, TestConfigSetsAPI, TestPullReplica, TestPullReplicaErrorHandling, TestSolrCloudWithDelegationTokens, TestStressLiveNodes, ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, SplitByPrefixTest, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, BaseCdcrDistributedZkTest, CdcrVersionReplicationTest, ZkStateWriterTest, TestCoreContainer, TestDistribPackageStore, TestStressThreadBackup, TestSystemCollAutoCreate, BadComponentTest, CloudReplicaSourceTest, CustomHighlightComponentTest, DistributedFacetPivotLargeTest, DistributedTermsComponentTest, SolrRrdBackendFactoryTest, TestPackages, CurrencyRangeFacetCloudTest, TestFieldSortValues, TestGraphTermsQParserPlugin, TestHashQParserPlugin, TestMissingGroups, TestQueryTypes, TestReload, TestStressReorder, TestValueSourceCache, TestCloudJSONFacetSKG, TestExactSharedStatsCache, AuditLoggerIntegrationTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, SolrIndexSplitterTest, TestIndexingPerformance, UpdateParamsTest, CloneFieldUpdateProcessorFactoryTest, DimensionalRoutedAliasUpdateProcessorTest, DistributedUpdateProcessorTest, TestPartialUpdateDeduplication, TimeRoutedAliasUpdateProcessorTest, TolerantUpdateProcessorTest, UniqFieldsUpdateProcessorFactoryTest, UpdateRequestProcessorFactoryTest, AuthToolTest, TestCircuitBreaker]
   [junit4] Completed [849/868 (1!)] on J0 in 1.45s, 4 tests, 1 error <<< FAILURES!

[...truncated 52004 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9189/consoleText

[repro] Revision: 9b369abc1710eaf38cef3c4084f4790867d5a24c

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestCircuitBreaker
[repro] ant compile-test

[...truncated 2468 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestCircuitBreaker" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=7BEA92EB13C29B27 -Dtests.slow=true -Dtests.locale=en-NF -Dtests.timezone=Indian/Cocos -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 97 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.util.TestCircuitBreaker
[repro] Exiting with code 0

[...truncated 84 lines...]

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-12.0.2) - Build # 9193 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9193/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 2226 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J2-20200806_141036_576500929524076646951.syserr
   [junit4] Suite: org.apache.lucene.util.fst.TestBytesStore
   [junit4] Completed [563/566] on J3 in 0.65s, 1 test
   [junit4] 
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J3-20200806_141036_57717801434137371325757.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 17 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J4-20200806_141036_5762674095287445743780.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J1-20200806_141036_57614484644294298419795.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20200806_141036_5776259068946061859105.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 328 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J4-20200806_141323_30514930944186871189622.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 14 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J2-20200806_141323_3055537297903439310526.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J1-20200806_141323_30511268517690031323370.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J3-20200806_141323_3059548357745624659998.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J0-20200806_141323_3059633261564493816755.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1105 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J4-20200806_141400_5333794788890552564484.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20200806_141400_53310037708674434366127.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J3-20200806_141400_5339559283713466987406.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J2-20200806_141400_53314498206243081483633.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20200806_141400_5339144485530411066921.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 244 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J2-20200806_141440_1495770122672923629918.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J3-20200806_141440_1499113102057288663288.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20200806_141440_1495918872865279533835.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20200806_141440_14915494023249713758051.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J4-20200806_141440_1495596093902051032413.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 228 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20200806_141447_91117082975109991688623.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J3-20200806_141447_9116763133593574704772.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J4-20200806_141447_91113173583744841608141.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20200806_141447_91116235074533957619272.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J2-20200806_141447_9113132647276480787984.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20200806_141454_71213761779915604991757.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20200806_141454_71211546982644482665013.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J2-20200806_141454_71213019063118076076364.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J2-20200806_141458_4735988095367522063109.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J0-20200806_141458_47311382344504259236320.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J3-20200806_141458_4737804110730771837973.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J4-20200806_141458_4734255939561104314240.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J1-20200806_141458_473118816538294408056.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J3-20200806_141504_02611670465841175354029.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J4-20200806_141504_02615768231818951055431.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J2-20200806_141504_02617561468436834249733.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J0-20200806_141504_02615901615150597194811.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J1-20200806_141504_0269954051531028170063.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 175 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J4-20200806_141508_07017753994802488787584.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J3-20200806_141508_07117318932258483483483.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J2-20200806_141508_07010498007787825145171.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20200806_141508_07015515538803381065887.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20200806_141508_0703708950240264565582.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 158 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20200806_141514_54310129788858369700697.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20200806_141514_54317412086728674162408.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 159 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J2-20200806_141517_33311139704744049529490.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20200806_141517_33314326689686190679991.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J3-20200806_141517_33310532745007252150163.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20200806_141517_33313219389376573145837.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J2-20200806_141521_06912350792512451724767.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J4-20200806_141521_06917846685994687489030.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20200806_141521_06810989308082600155505.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20200806_141521_0684695064758583345080.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J3-20200806_141521_0699036134561017345184.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 625 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J1-20200806_141606_4009065708478557875991.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J3-20200806_141606_40011639047626036518212.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J0-20200806_141606_40015381266278442917315.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J2-20200806_141606_4003603343638219433753.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J4-20200806_141606_4003005877104387964832.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 226 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J3-20200806_141617_00112486773829518457401.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J2-20200806_141617_00116158554162164469267.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J0-20200806_141617_00110963894228216101147.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J4-20200806_141617_0011388030931962705944.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J1-20200806_141617_0011383608941050815286.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 303 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J1-20200806_141624_7585434935877988514827.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J0-20200806_141624_75810728831421044716895.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J2-20200806_141624_7583053082359644787670.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 14 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J4-20200806_141624_75814790731611487864627.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J3-20200806_141624_75812364478538657314163.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 214 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J4-20200806_141712_21316027996551285629668.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J1-20200806_141712_21216543817444225871471.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J0-20200806_141712_2121262531856194518694.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J2-20200806_141712_21211834298327181836346.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J3-20200806_141712_2126642523483844189098.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 174 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J4-20200806_141716_7362216142935447820305.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J0-20200806_141716_7365604270241326472961.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J2-20200806_141716_73610012382343202257606.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J1-20200806_141716_73616453337161839208569.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J3-20200806_141716_73611832073438468397833.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J1-20200806_141721_79614629229547880037137.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J4-20200806_141721_796580649348660295225.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J0-20200806_141721_7963007997463129064194.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J2-20200806_141721_7967182508891504658821.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J3-20200806_141721_7962817770765543110460.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 195 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J3-20200806_141738_9707019534549676159477.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J4-20200806_141738_97013520170017781367874.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J0-20200806_141738_9703019851949658369194.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J2-20200806_141738_97014311195134740103508.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J1-20200806_141738_9707499879911842059228.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 246 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J1-20200806_141747_3174647614404234423742.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J4-20200806_141747_31716611748662463601074.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J3-20200806_141747_31715708561051121675647.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J2-20200806_141747_31710886645203077311951.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J0-20200806_141747_3178332041216634419436.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J4-20200806_141800_8409118739203832757335.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J0-20200806_141800_83916242657887261839118.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J2-20200806_141800_8392918619503655111113.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J1-20200806_141800_8396121503046824604634.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J3-20200806_141800_83915853524797931191169.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 269 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J3-20200806_141810_1013502966924847904966.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J2-20200806_141810_1011300367283214222584.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J1-20200806_141810_1014845631761915972388.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J4-20200806_141810_10112332461597804030052.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\luke\test\temp\junit4-J0-20200806_141810_10115274641691179471494.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J0-20200806_141818_44916037279974384366510.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J1-20200806_141818_4491568570616296542354.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J0-20200806_141822_0006628671657397597012.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J3-20200806_141822_00012594844357517487914.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J1-20200806_141822_0005146994143629412394.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 14 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J4-20200806_141822_00013089583817695324913.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J2-20200806_141822_0009138199533046706077.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 266 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J0-20200806_141831_96716817348997226955775.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J4-20200806_141831_96715923388742301161119.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J2-20200806_141831_9671304721166874511302.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J3-20200806_141831_9677863053562512876014.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\monitor\test\temp\junit4-J1-20200806_141831_9672419315017059884909.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 216 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J3-20200806_141839_45515526417757295681466.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J2-20200806_141839_45510619275117766255823.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J1-20200806_141839_4618793899074747272293.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J0-20200806_141839_4557974875068089223281.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J4-20200806_141839_4616000736057155770378.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 231 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J1-20200806_141849_6953220855027673351055.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J4-20200806_141849_69517783012142987829412.syserr
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J2-20200806_141849_69517066624955583065768.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J3-20200806_141849_6955400493160220301765.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J0-20200806_141849_6956961305010459416207.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 184 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J1-20200806_141859_590825084863117414561.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J2-20200806_141859_59015939154522472406948.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J0-20200806_141859_5905238797343740168511.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 23 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J3-20200806_141859_590488623128030467994.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J4-20200806_141859_59012463420897545535014.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 197 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J1-20200806_141912_61910007500836995687654.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J0-20200806_141912_6196209974182045064826.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J4-20200806_141912_62010817805680243530509.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J2-20200806_141912_6202629124437853678723.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J3-20200806_141912_6204736488941691910141.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 289 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J2-20200806_141924_0047856855899066912828.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20200806_141924_0047316698759472097171.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20200806_141924_00414903318401494845730.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J4-20200806_141924_00412184057890703572088.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J3-20200806_141924_00414951261729755255304.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 192 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J4-20200806_141938_2245482690618303450970.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J3-20200806_141938_22411526583803881734135.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20200806_141938_22410385252081611508036.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J2-20200806_141938_2244742296054019407691.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20200806_141938_2248865734436033191321.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 240 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J3-20200806_141946_79512156835034498147901.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J1-20200806_141946_79515201274088464048664.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J0-20200806_141946_795979577727844599147.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J2-20200806_141946_7953066329306280055399.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J4-20200806_141946_79513502795994498392768.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 4605 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J4-20200806_142048_98817890422051348097450.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J3-20200806_142048_9883040833547469999335.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J2-20200806_142048_98710666933113748196767.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20200806_142048_9879442231626169359678.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J0-20200806_142048_98717694824041811404311.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1098 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\temp\junit4-J1-20200806_145033_6133908001150074144523.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\temp\junit4-J0-20200806_145033_61314409860399518260814.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\temp\junit4-J2-20200806_145033_61315574567137736079711.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\temp\junit4-J3-20200806_145033_6131302358446693836036.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\temp\junit4-J4-20200806_145033_61316579593622809896015.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 1448 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J3-20200806_145537_87210286452910112973507.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J4-20200806_145537_87313689815933137343778.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J1-20200806_145537_87217549013421341877583.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J0-20200806_145537_87217270246471309563978.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J2-20200806_145537_8725155158751948304018.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 803 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J2-20200806_145622_38511306345118393444490.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J0-20200806_145622_3858714761363116939776.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J1-20200806_145622_3853442580576317268412.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J4-20200806_145622_38513458817166246558217.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J3-20200806_145622_3851447198257634595675.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 574 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J0-20200806_145741_22722508864517526944.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J2-20200806_145741_22710582090951052730965.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J1-20200806_145741_2277631620576588126165.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1296 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J0-20200806_145831_36610255578232060409698.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J1-20200806_145831_3669800549861900077115.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 659 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J1-20200806_145854_0695077877408771466926.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J4-20200806_145854_0696374006310678860600.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J0-20200806_145854_06910049452191936376718.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J3-20200806_145854_0694428927758324963796.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J2-20200806_145854_06912039612375434218199.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 574 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J1-20200806_145949_31514795956013132662279.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J2-20200806_145949_31517431731987914311183.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J0-20200806_145949_3153387983867377470509.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 564 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-jaegertracer-configurator\test\temp\junit4-J0-20200806_150015_8315002703972291303844.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 572 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J2-20200806_150046_0578840089067378172553.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J3-20200806_150046_0579098903417874892828.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J0-20200806_150046_0572003989070071129145.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J1-20200806_150046_0572106468075746823305.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 672 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J2-20200806_150118_8704293927682061079945.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J0-20200806_150118_8709425633714582816286.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J3-20200806_150118_8707201431381775559628.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J1-20200806_150118_87015208266106491130354.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J4-20200806_150118_8709190290560458225117.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 580 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J0-20200806_150213_1401520704827761633786.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J2-20200806_150213_1408406994376878189358.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J1-20200806_150213_1405728150492840169303.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J4-20200806_150213_14019574497378021690.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-prometheus-exporter\test\temp\junit4-J3-20200806_150213_1405169518160067056093.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 567 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-velocity\test\temp\junit4-J0-20200806_150243_5064262129078668083115.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 41992 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:635: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:101: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:625: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:157: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\solr-ref-guide\build.xml:172: Java returned: 1

Total time: 67 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-12.0.2) - Build # 9192 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9192/
Java: 64bit/jdk-12.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.handler.TestContainerPlugin.testApiFromPackage

Error Message:
Error from server at http://127.0.0.1:59720/solr: Error executing command

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:59720/solr: Error executing command
	at __randomizedtesting.SeedInfo.seed([BE971FDD60C26678:53C9E7AC5288B1F1]:0)
	at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:67)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:647)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1170)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:931)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:865)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:227)
	at org.apache.solr.handler.TestContainerPlugin.testApiFromPackage(TestContainerPlugin.java:265)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 12422 lines...]
   [junit4] Suite: org.apache.solr.handler.TestContainerPlugin
   [junit4]   2> 184715 INFO  (SUITE-TestContainerPlugin-seed#[BE971FDD60C26678]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 184715 INFO  (SUITE-TestContainerPlugin-seed#[BE971FDD60C26678]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 184718 INFO  (SUITE-TestContainerPlugin-seed#[BE971FDD60C26678]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.handler.TestContainerPlugin_BE971FDD60C26678-001\data-dir-21-001
   [junit4]   2> 184718 WARN  (SUITE-TestContainerPlugin-seed#[BE971FDD60C26678]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 184718 INFO  (SUITE-TestContainerPlugin-seed#[BE971FDD60C26678]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 184718 INFO  (SUITE-TestContainerPlugin-seed#[BE971FDD60C26678]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 184720 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testApiFromPackage
   [junit4]   2> 184722 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.handler.TestContainerPlugin_BE971FDD60C26678-001\tempDir-001
   [junit4]   2> 184722 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 184722 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 184722 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 184724 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 184832 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.ZkTestServer start zk server on port: 59690
   [junit4]   2> 184832 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:59690
   [junit4]   2> 184832 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59690
   [junit4]   2> 184832 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59690
   [junit4]   2> 184837 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184844 INFO  (zkConnectionManagerCallback-2223-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 184844 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184851 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184861 INFO  (zkConnectionManagerCallback-2225-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 184861 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184862 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184868 INFO  (zkConnectionManagerCallback-2227-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 184868 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184978 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 184978 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 184978 INFO  (jetty-launcher-2228-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b6fa3ee{/solr,null,AVAILABLE}
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 184980 INFO  (jetty-launcher-2228-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 184981 INFO  (jetty-launcher-2228-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 184981 INFO  (jetty-launcher-2228-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e4da6d1{/solr,null,AVAILABLE}
   [junit4]   2> 184981 INFO  (jetty-launcher-2228-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 184981 INFO  (jetty-launcher-2228-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 184981 INFO  (jetty-launcher-2228-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 184981 INFO  (jetty-launcher-2228-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1469cc0a{/solr,null,AVAILABLE}
   [junit4]   2> 184982 INFO  (jetty-launcher-2228-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 184982 INFO  (jetty-launcher-2228-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 184982 INFO  (jetty-launcher-2228-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 184982 INFO  (jetty-launcher-2228-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@293fdb92{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:59703}
   [junit4]   2> 184982 INFO  (jetty-launcher-2228-thread-1) [     ] o.e.j.s.Server Started @185231ms
   [junit4]   2> 184982 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59703}
   [junit4]   2> 184982 INFO  (jetty-launcher-2228-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14258ad0{/solr,null,AVAILABLE}
   [junit4]   2> 184983 ERROR (jetty-launcher-2228-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 184983 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 184983 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 184983 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 184983 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 184983 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-06T09:28:13.429834800Z
   [junit4]   2> 184983 INFO  (jetty-launcher-2228-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1e0e8ac6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:59708}
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-4) [     ] o.e.j.s.Server Started @185232ms
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3df2e975{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:59709}
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-2) [     ] o.e.j.s.Server Started @185232ms
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59708}
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59709}
   [junit4]   2> 184984 ERROR (jetty-launcher-2228-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 184984 ERROR (jetty-launcher-2228-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-06T09:28:13.430876Z
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-06T09:28:13.430876Z
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@212a6ded{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:59720}
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-3) [     ] o.e.j.s.Server Started @185233ms
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59720}
   [junit4]   2> 184984 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184986 ERROR (jetty-launcher-2228-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 184986 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 184986 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 184986 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 184986 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 184986 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-06T09:28:13.432126800Z
   [junit4]   2> 184986 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184987 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184987 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184990 INFO  (zkConnectionManagerCallback-2230-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 184990 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184990 INFO  (zkConnectionManagerCallback-2233-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 184990 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184990 INFO  (zkConnectionManagerCallback-2236-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 184992 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184992 INFO  (zkConnectionManagerCallback-2234-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 184992 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184993 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 184993 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 184993 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 184994 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 185002 WARN  (jetty-launcher-2228-thread-3-SendThread(127.0.0.1:59690)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100562066cd0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100562066cd0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100562066cd0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 185002 WARN  (jetty-launcher-2228-thread-1-SendThread(127.0.0.1:59690)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100562066cd0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100562066cd0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100562066cd0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 185002 WARN  (jetty-launcher-2228-thread-4-SendThread(127.0.0.1:59690)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100562066cd0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100562066cd0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100562066cd0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 185105 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 185107 WARN  (jetty-launcher-2228-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@552171f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185107 WARN  (jetty-launcher-2228-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@552171f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185112 WARN  (jetty-launcher-2228-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@63fd86c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185112 WARN  (jetty-launcher-2228-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@63fd86c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185113 INFO  (jetty-launcher-2228-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59690/solr
   [junit4]   2> 185114 INFO  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185120 INFO  (zkConnectionManagerCallback-2246-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185120 INFO  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185207 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 185208 WARN  (jetty-launcher-2228-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@68a677dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185208 WARN  (jetty-launcher-2228-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@68a677dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185212 WARN  (jetty-launcher-2228-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73526acb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185212 WARN  (jetty-launcher-2228-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73526acb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185214 INFO  (jetty-launcher-2228-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59690/solr
   [junit4]   2> 185215 INFO  (jetty-launcher-2228-thread-1) [n:127.0.0.1:59703_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185219 INFO  (zkConnectionManagerCallback-2258-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185219 INFO  (jetty-launcher-2228-thread-1) [n:127.0.0.1:59703_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185265 INFO  (jetty-launcher-2228-thread-1) [n:127.0.0.1:59703_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59703_solr
   [junit4]   2> 185270 INFO  (jetty-launcher-2228-thread-1) [n:127.0.0.1:59703_solr     ] o.a.s.c.Overseer Overseer (id=72152291201581064-127.0.0.1:59703_solr-n_0000000000) starting
   [junit4]   2> 185301 INFO  (jetty-launcher-2228-thread-1) [n:127.0.0.1:59703_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59703_solr
   [junit4]   2> 185301 INFO  (OverseerStateUpdate-72152291201581064-127.0.0.1:59703_solr-n_0000000000) [n:127.0.0.1:59703_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:59703_solr
   [junit4]   2> 185307 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 185309 WARN  (jetty-launcher-2228-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@25d0629f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185309 WARN  (jetty-launcher-2228-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@25d0629f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185310 INFO  (OverseerStateUpdate-72152291201581064-127.0.0.1:59703_solr-n_0000000000) [n:127.0.0.1:59703_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 185312 WARN  (jetty-launcher-2228-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a394118[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185312 WARN  (jetty-launcher-2228-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a394118[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185314 INFO  (jetty-launcher-2228-thread-1) [n:127.0.0.1:59703_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 185314 INFO  (jetty-launcher-2228-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59690/solr
   [junit4]   2> 185314 WARN  (jetty-launcher-2228-thread-1) [n:127.0.0.1:59703_solr     ] 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> 185316 INFO  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185321 INFO  (zkConnectionManagerCallback-2273-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185321 INFO  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185340 INFO  (jetty-launcher-2228-thread-1) [n:127.0.0.1:59703_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 185345 INFO  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 185369 INFO  (jetty-launcher-2228-thread-1) [n:127.0.0.1:59703_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59703.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a2330c5
   [junit4]   2> 185377 INFO  (jetty-launcher-2228-thread-1) [n:127.0.0.1:59703_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59703.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a2330c5
   [junit4]   2> 185377 INFO  (jetty-launcher-2228-thread-1) [n:127.0.0.1:59703_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59703.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a2330c5
   [junit4]   2> 185377 INFO  (jetty-launcher-2228-thread-1) [n:127.0.0.1:59703_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.handler.TestContainerPlugin_BE971FDD60C26678-001\tempDir-001\node1
   [junit4]   2> 185397 INFO  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:59708_solr as DOWN
   [junit4]   2> 185403 INFO  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 185405 INFO  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59708_solr
   [junit4]   2> 185408 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 185409 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 185409 WARN  (jetty-launcher-2228-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@74e070c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185411 WARN  (jetty-launcher-2228-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@74e070c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185412 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 185414 WARN  (jetty-launcher-2228-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@58132b9b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185414 WARN  (jetty-launcher-2228-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@58132b9b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185414 INFO  (jetty-launcher-2228-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59690/solr
   [junit4]   2> 185417 INFO  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185419 INFO  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 185419 WARN  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] 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> 185420 INFO  (zkConnectionManagerCallback-2291-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185420 INFO  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185451 INFO  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 185453 INFO  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 185469 INFO  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59708.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a2330c5
   [junit4]   2> 185476 INFO  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59708.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a2330c5
   [junit4]   2> 185476 INFO  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59708.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a2330c5
   [junit4]   2> 185478 INFO  (jetty-launcher-2228-thread-4) [n:127.0.0.1:59708_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.handler.TestContainerPlugin_BE971FDD60C26678-001\tempDir-001\node4
   [junit4]   2> 185478 INFO  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:59720_solr as DOWN
   [junit4]   2> 185486 INFO  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 185487 INFO  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59720_solr
   [junit4]   2> 185492 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 185495 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 185495 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 185502 INFO  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 185502 WARN  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] 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> 185531 INFO  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 185554 INFO  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59720.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a2330c5
   [junit4]   2> 185564 INFO  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59720.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a2330c5
   [junit4]   2> 185564 INFO  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59720.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a2330c5
   [junit4]   2> 185566 INFO  (jetty-launcher-2228-thread-3) [n:127.0.0.1:59720_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.handler.TestContainerPlugin_BE971FDD60C26678-001\tempDir-001\node3
   [junit4]   2> 185742 INFO  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 185747 INFO  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:59709_solr as DOWN
   [junit4]   2> 185754 INFO  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 185754 INFO  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59709_solr
   [junit4]   2> 185757 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 185757 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 185757 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 185757 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 185762 INFO  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 185763 WARN  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] 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> 185797 INFO  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 185821 INFO  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59709.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a2330c5
   [junit4]   2> 185828 INFO  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59709.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a2330c5
   [junit4]   2> 185829 INFO  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59709.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a2330c5
   [junit4]   2> 185830 INFO  (jetty-launcher-2228-thread-2) [n:127.0.0.1:59709_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.handler.TestContainerPlugin_BE971FDD60C26678-001\tempDir-001\node2
   [junit4]   2> 185867 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 185869 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185875 INFO  (zkConnectionManagerCallback-2315-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185876 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185881 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 185883 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[BE971FDD60C26678]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59690/solr ready
   [junit4]   2> 185965 INFO  (qtp670576925-3661) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:59709_solr} status=0 QTime=1
   [junit4]   2> 185970 INFO  (updateExecutor-2254-thread-1-processing-n:127.0.0.1:59703_solr) [n:127.0.0.1:59703_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:59709_solr 
   [junit4]   2> 185972 INFO  (qtp281634479-3658) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:59709_solr} status=0 QTime=0
   [junit4]   2> 185977 INFO  (qtp859115875-3683) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=2
   [junit4]   2> 185977 INFO  (qtp804095584-3684) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:59709_solr} status=0 QTime=0
   [junit4]   2> 185981 INFO  (qtp859115875-3680) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=57
   [junit4]   1> sync resp: http://127.0.0.1:59709/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 185985 INFO  (qtp859115875-3679) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 185991 INFO  (updateExecutor-2269-thread-1-processing-n:127.0.0.1:59708_solr) [n:127.0.0.1:59708_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:59709_solr 
   [junit4]   2> 185994 INFO  (qtp670576925-3663) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 185994 INFO  (updateExecutor-2286-thread-1-processing-n:127.0.0.1:59720_solr) [n:127.0.0.1:59720_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:59709_solr 
   [junit4]   2> 185994 INFO  (qtp859115875-3682) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=1
   [junit4]   2> 185998 INFO  (updateExecutor-2254-thread-1-processing-n:127.0.0.1:59703_solr) [n:127.0.0.1:59703_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 185998 INFO  (updateExecutor-2254-thread-1-processing-n:127.0.0.1:59703_solr) [n:127.0.0.1:59703_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 185998 INFO  (qtp859115875-3680) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 185998 INFO  (qtp859115875-3679) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 186001 INFO  (qtp859115875-3683) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 186023 INFO  (updateExecutor-2269-thread-1-processing-n:127.0.0.1:59708_solr) [n:127.0.0.1:59708_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 186023 INFO  (updateExecutor-2286-thread-1-processing-n:127.0.0.1:59720_solr) [n:127.0.0.1:59720_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 186023 INFO  (updateExecutor-2269-thread-1-processing-n:127.0.0.1:59708_solr) [n:127.0.0.1:59708_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 186023 INFO  (updateExecutor-2286-thread-1-processing-n:127.0.0.1:59720_solr) [n:127.0.0.1:59720_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 186109 INFO  (qtp670576925-3663) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=4
   [junit4]   2> 186117 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 186126 INFO  (qtp804095584-3678) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 186135 INFO  (qtp859115875-3680) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 186173 INFO  (qtp804095584-3678) [n:127.0.0.1:59720_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186173 INFO  (qtp804095584-3678) [n:127.0.0.1:59720_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v1.jar
   [junit4]   2> 186183 INFO  (qtp670576925-3663) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 186185 INFO  (qtp859115875-3682) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 186192 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 186195 INFO  (qtp804095584-3678) [n:127.0.0.1:59720_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v1.jar
   [junit4]   2> 186215 INFO  (qtp804095584-3678) [n:127.0.0.1:59720_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 186235 INFO  (qtp859115875-3680) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:59720_solr} status=0 QTime=0
   [junit4]   2> 186238 INFO  (qtp281634479-3673) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:59720_solr} status=0 QTime=0
   [junit4]   2> 186238 INFO  (updateExecutor-2269-thread-1-processing-n:127.0.0.1:59708_solr) [n:127.0.0.1:59708_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:59720_solr 
   [junit4]   2> 186238 INFO  (qtp670576925-3659) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:59720_solr} status=0 QTime=0
   [junit4]   2> 186238 INFO  (updateExecutor-2254-thread-1-processing-n:127.0.0.1:59703_solr) [n:127.0.0.1:59703_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:59720_solr 
   [junit4]   2> 186244 INFO  (qtp804095584-3681) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 186245 INFO  (qtp804095584-3681) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 186248 INFO  (qtp804095584-3681) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 186249 INFO  (qtp804095584-3681) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 186255 INFO  (qtp804095584-3678) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v1.jar params={sig=pmrmWCDafdNpYle2rueAGnU2J6NYlcAey9mkZYbqh%2B5RdYo2Ln%2BllLF9voyRj%2BDDivK9GV1XdtKvD9rgCxlD7Q%3D%3D&wt=javabin&version=2} status=0 QTime=92
   [junit4]   2> 186258 INFO  (updateExecutor-2242-thread-2-processing-n:127.0.0.1:59709_solr) [n:127.0.0.1:59709_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:59720_solr 
   [junit4]   2> 186260 INFO  (qtp804095584-3681) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 186260 INFO  (updateExecutor-2254-thread-1-processing-n:127.0.0.1:59703_solr) [n:127.0.0.1:59703_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 186260 INFO  (updateExecutor-2254-thread-1-processing-n:127.0.0.1:59703_solr) [n:127.0.0.1:59703_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 186261 INFO  (qtp670576925-3661) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 186263 INFO  (qtp804095584-3684) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=1
   [junit4]   2> 186270 INFO  (updateExecutor-2269-thread-1-processing-n:127.0.0.1:59708_solr) [n:127.0.0.1:59708_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 186270 INFO  (updateExecutor-2269-thread-1-processing-n:127.0.0.1:59708_solr) [n:127.0.0.1:59708_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 186272 INFO  (qtp281634479-3671) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 186280 INFO  (qtp804095584-3678) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 186296 INFO  (qtp859115875-3683) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=7
   [junit4]   2> 186296 INFO  (updateExecutor-2242-thread-2-processing-n:127.0.0.1:59709_solr) [n:127.0.0.1:59709_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 186296 INFO  (updateExecutor-2242-thread-2-processing-n:127.0.0.1:59709_solr) [n:127.0.0.1:59709_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 186326 INFO  (qtp281634479-3671) [n:127.0.0.1:59708_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186327 INFO  (qtp281634479-3671) [n:127.0.0.1:59708_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v2.jar
   [junit4]   2> 186331 INFO  (qtp670576925-3653) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 186334 INFO  (qtp804095584-3674) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 186335 INFO  (qtp859115875-3679) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 186335 INFO  (qtp281634479-3671) [n:127.0.0.1:59708_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v2.jar
   [junit4]   2> 186360 INFO  (qtp281634479-3671) [n:127.0.0.1:59708_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 186398 INFO  (qtp804095584-3678) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:59708_solr} status=0 QTime=0
   [junit4]   2> 186398 INFO  (updateExecutor-2286-thread-2-processing-n:127.0.0.1:59720_solr) [n:127.0.0.1:59720_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:59708_solr 
   [junit4]   2> 186400 INFO  (updateExecutor-2242-thread-2-processing-n:127.0.0.1:59709_solr) [n:127.0.0.1:59709_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:59708_solr 
   [junit4]   2> 186400 INFO  (qtp859115875-3683) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:59708_solr} status=0 QTime=0
   [junit4]   2> 186402 INFO  (qtp670576925-3663) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:59708_solr} status=0 QTime=0
   [junit4]   2> 186403 INFO  (updateExecutor-2254-thread-1-processing-n:127.0.0.1:59703_solr) [n:127.0.0.1:59703_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:59708_solr 
   [junit4]   2> 186404 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=1
   [junit4]   2> 186404 INFO  (qtp281634479-3673) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=1
   [junit4]   2> 186406 INFO  (qtp281634479-3658) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 186406 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 186406 INFO  (qtp281634479-3673) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 186406 INFO  (qtp281634479-3658) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 186426 INFO  (qtp281634479-3671) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v2.jar params={sig=StR3DmqaUSL7qjDOeVEiCqE%2BouiZAkW99fsL48F9oWG047o7NGgwwZ36iGgzDC3S2tPaFjRAd9Zg4UK7OZLQzg%3D%3D&wt=javabin&version=2} status=0 QTime=112
   [junit4]   2> 186447 INFO  (updateExecutor-2242-thread-2-processing-n:127.0.0.1:59709_solr) [n:127.0.0.1:59709_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 186447 INFO  (updateExecutor-2242-thread-2-processing-n:127.0.0.1:59709_solr) [n:127.0.0.1:59709_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 186448 INFO  (updateExecutor-2254-thread-1-processing-n:127.0.0.1:59703_solr) [n:127.0.0.1:59703_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 186448 INFO  (updateExecutor-2254-thread-1-processing-n:127.0.0.1:59703_solr) [n:127.0.0.1:59703_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 186448 INFO  (qtp670576925-3661) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=11
   [junit4]   2> 186451 INFO  (updateExecutor-2286-thread-2-processing-n:127.0.0.1:59720_solr) [n:127.0.0.1:59720_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 186451 INFO  (updateExecutor-2286-thread-2-processing-n:127.0.0.1:59720_solr) [n:127.0.0.1:59720_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 186457 INFO  (qtp281634479-3673) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 186467 INFO  (qtp804095584-3681) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 186481 INFO  (qtp859115875-3680) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 186558 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186558 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186582 INFO  (qtp859115875-3682) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 186586 INFO  (qtp670576925-3659) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 186600 INFO  (qtp804095584-3684) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 186602 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 186602 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 186602 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 186628 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 186628 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 186628 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 186628 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 186628 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 186631 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 186631 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 186631 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 186642 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 186642 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 186642 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 186668 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186668 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186668 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186668 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186674 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186674 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186674 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186677 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186678 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J4/temp/solr.handler.TestContainerPlugin_BE971FDD60C26678-001/tempDir-001/node3/filestore/myplugin]
   [junit4]   2> 186678 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J4/temp/solr.handler.TestContainerPlugin_BE971FDD60C26678-001/tempDir-001/node4/filestore/myplugin]
   [junit4]   2> 186678 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 186678 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 186678 INFO  (qtp281634479-3672) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=188
   [junit4]   2> 186678 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J4/temp/solr.handler.TestContainerPlugin_BE971FDD60C26678-001/tempDir-001/node2/filestore/myplugin]
   [junit4]   2> 186678 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 186678 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J4/temp/solr.handler.TestContainerPlugin_BE971FDD60C26678-001/tempDir-001/node1/filestore/myplugin]
   [junit4]   2> 186678 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 186687 INFO  (qtp670576925-3661) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 186710 INFO  (qtp281634479-3658) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 186722 INFO  (qtp804095584-3674) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 186727 INFO  (qtp859115875-3683) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 186770 INFO  (qtp859115875-3683) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=38
   [junit4]   2> 186782 INFO  (qtp670576925-3661) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 186791 INFO  (qtp281634479-3673) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/plugin/my/path params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 186798 INFO  (qtp670576925-3663) [n:127.0.0.1:59703_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186800 INFO  (qtp670576925-3663) [n:127.0.0.1:59703_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186822 INFO  (qtp281634479-3658) [n:127.0.0.1:59708_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 186823 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 186823 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 186823 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 186824 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 186824 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 186824 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 186824 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 186826 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 186826 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 186826 INFO  (qtp859115875-3682) [n:127.0.0.1:59709_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 186826 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 186826 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 186826 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 186826 INFO  (qtp804095584-3681) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 186826 INFO  (qtp670576925-3663) [n:127.0.0.1:59703_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 186826 INFO  (qtp670576925-3663) [n:127.0.0.1:59703_solr     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 186830 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186830 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186830 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186833 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186834 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186834 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186838 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J4/temp/solr.handler.TestContainerPlugin_BE971FDD60C26678-001/tempDir-001/node1/filestore/myplugin]
   [junit4]   2> 186838 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 186839 INFO  (qtp670576925-3663) [n:127.0.0.1:59703_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=45
   [junit4]   2> 186839 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J4/temp/solr.handler.TestContainerPlugin_BE971FDD60C26678-001/tempDir-001/node2/filestore/myplugin]
   [junit4]   2> 186839 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 186842 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186842 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J4/temp/solr.handler.TestContainerPlugin_BE971FDD60C26678-001/tempDir-001/node4/filestore/myplugin]
   [junit4]   2> 186842 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 186842 ERROR (qtp804095584-3674) [n:127.0.0.1:59720_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{update=org.apache.solr.client.solrj.request.beans.PluginMeta@5f226d1d, errorMessages=[No such package version:mypkg:2.0 . available versions :[1.0]]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:293) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:196) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:340) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 186842 INFO  (qtp804095584-3674) [n:127.0.0.1:59720_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=400 QTime=3
   [junit4]   2> 186852 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 186854 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J4/temp/solr.handler.TestContainerPlugin_BE971FDD60C26678-001/tempDir-001/node3/filestore/myplugin]
   [junit4]   2> 186856 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 186975 INFO  (jetty-closer-2316-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1680301271
   [junit4]   2> 186975 INFO  (jetty-closer-2316-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:59703_solr
   [junit4]   2> 186978 INFO  (jetty-closer-2316-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=538856502
   [junit4]   2> 186980 INFO  (jetty-closer-2316-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:59708_solr
   [junit4]   2> 186981 INFO  (jetty-closer-2316-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=230518649
   [junit4]   2> 186981 INFO  (jetty-closer-2316-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:59720_solr
   [junit4]   2> 186983 INFO  (jetty-closer-2316-thread-4) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=727053756
   [junit4]   2> 186983 INFO  (jetty-closer-2316-thread-4) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:59709_solr
   [junit4]   2> 186987 INFO  (jetty-closer-2316-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 186987 INFO  (jetty-closer-2316-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 186987 INFO  (jetty-closer-2316-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 186987 INFO  (jetty-closer-2316-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:59720_solr as DOWN
   [junit4]   2> 186987 INFO  (jetty-closer-2316-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:59703_solr as DOWN
   [junit4]   2> 186987 INFO  (jetty-closer-2316-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:59708_solr as DOWN
   [junit4]   2> 186987 INFO  (jetty-closer-2316-thread-4) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 186987 INFO  (jetty-closer-2316-thread-4) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:59709_solr as DOWN
   [junit4]   2> 186987 INFO  (zkCallback-2290-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (0)
   [junit4]   2> 186987 INFO  (zkCallback-2272-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (0)
   [junit4]   2> 186989 INFO  (zkCallback-2257-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (0)
   [junit4]   2> 186989 INFO  (zkCallback-2245-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (0)
   [junit4]   2> 187004 INFO  (jetty-closer-2316-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 187004 INFO  (jetty-closer-2316-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 187005 INFO  (jetty-closer-2316-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 187005 INFO  (jetty-closer-2316-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4779ba3b: rootName = solr_59708, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@503631d1
   [junit4]   2> 187005 INFO  (jetty-closer-2316-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@799cad48: rootName = solr_59703, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5559d1da
   [junit4]   2> 187006 INFO  (jetty-closer-2316-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 187008 INFO  (jetty-closer-2316-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 187008 INFO  (jetty-closer-2316-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2516c9e2: rootName = solr_59709, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@35f5f08a
   [junit4]   2> 187008 INFO  (jetty-closer-2316-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@32da77d6: rootName = solr_59720, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@d66f283
   [junit4]   2> 187018 INFO  (jetty-closer-2316-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 187018 INFO  (jetty-closer-2316-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@25f035a7: rootName = solr_59708, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@75b66508
   [junit4]   2> 187034 INFO  (jetty-closer-2316-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 187034 INFO  (jetty-closer-2316-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2c446986: rootName = solr_59708, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@4c999911
   [junit4]   2> 187035 INFO  (jetty-closer-2316-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 187039 INFO  (jetty-closer-2316-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 187039 INFO  (jetty-closer-2316-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c5283c9: rootName = solr_59703, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@75b66508
   [junit4]   2> 187039 INFO  (jetty-closer-2316-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 187039 INFO  (jetty-closer-2316-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@25f9ff5a: rootName = solr_59720, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@75b66508
   [junit4]   2> 187041 INFO  (jetty-closer-2316-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 187041 INFO  (jetty-closer-2316-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@65795108: rootName = solr_59709, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@75b66508
   [junit4]   2> 187048 INFO  (jetty-closer-2316-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 187048 INFO  (jetty-closer-2316-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@44fc48f4: rootName = solr_59720, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@4c999911
   [junit4]   2> 187048 INFO  (jetty-closer-2316-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 187050 INFO  (jetty-closer-2316-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 187050 INFO  (jetty-closer-2316-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@598e72c6: rootName = solr_59703, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@4c999911
   [junit4]   2> 187050 INFO  (jetty-closer-2316-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 187051 INFO  (jetty-closer-2316-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 187051 INFO  (jetty-closer-2316-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@35b36648: rootName = solr_59709, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@4c999911
   [junit4]   2> 187051 INFO  (jetty-closer-2316-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 187058 INFO  (closeThreadPool-2335-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72152291201581064-127.0.0.1:59703_solr-n_0000000000) closing
   [junit4]   2> 187058 INFO  (OverseerStateUpdate-72152291201581064-127.0.0.1:59703_solr-n_0000000000) [n:127.0

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

.z.ClientCnxn An exception was thrown while closing send thread for session 0x10056209d8b000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10056209d8b000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10056209d8b000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 201625 WARN  (jetty-launcher-2343-thread-3-SendThread(127.0.0.1:60178)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10056209d8b0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10056209d8b0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10056209d8b0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 201666 INFO  (closeThreadPool-2450-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72152292120002568-127.0.0.1:60215_solr-n_0000000000) closing
   [junit4]   2> 201726 INFO  (OverseerCollectionConfigSetProcessor-72152292120002568-127.0.0.1:60215_solr-n_0000000000) [n:127.0.0.1:60215_solr     ] o.a.s.c.OverseerTaskProcessor According to ZK I (id=72152292120002568-127.0.0.1:60215_solr-n_0000000000) am no longer a leader. propsId=null
   [junit4]   2> 201727 INFO  (OverseerStateUpdate-72152292120002568-127.0.0.1:60215_solr-n_0000000000) [n:127.0.0.1:60215_solr     ] o.a.s.c.Overseer According to ZK I (id=72152292120002568-127.0.0.1:60215_solr-n_0000000000) am no longer a leader. propsId=null
   [junit4]   2> 201727 INFO  (OverseerStateUpdate-72152292120002568-127.0.0.1:60215_solr-n_0000000000) [n:127.0.0.1:60215_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60215_solr
   [junit4]   2> 201728 INFO  (jetty-closer-2431-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@b931f9f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 201728 INFO  (jetty-closer-2431-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7142221a{/solr,null,UNAVAILABLE}
   [junit4]   2> 201729 INFO  (jetty-closer-2431-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 201730 INFO  (closeThreadPool-2450-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72152292120002568-127.0.0.1:60215_solr-n_0000000000) closing
   [junit4]   2> 201733 INFO  (jetty-closer-2431-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5f73c7e2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 201741 INFO  (jetty-closer-2431-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@41656291{/solr,null,UNAVAILABLE}
   [junit4]   2> 201741 INFO  (jetty-closer-2431-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 201830 INFO  (jetty-closer-2431-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72152292120002568-127.0.0.1:60215_solr-n_0000000000) closing
   [junit4]   2> 201835 INFO  (jetty-closer-2431-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@27adf6f8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 201837 INFO  (jetty-closer-2431-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@74066a8e{/solr,null,UNAVAILABLE}
   [junit4]   2> 201837 INFO  (jetty-closer-2431-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 201936 INFO  (jetty-closer-2431-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2011d823{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 201936 INFO  (jetty-closer-2431-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@67abb153{/solr,null,UNAVAILABLE}
   [junit4]   2> 201936 INFO  (jetty-closer-2431-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 201939 INFO  (TEST-TestContainerPlugin.testApi-seed#[BE971FDD60C26678]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 202152 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> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/live_nodes
   [junit4]   2> 	7	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 202162 INFO  (TEST-TestContainerPlugin.testApi-seed#[BE971FDD60C26678]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:60178
   [junit4]   2> 202162 INFO  (TEST-TestContainerPlugin.testApi-seed#[BE971FDD60C26678]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60178
   [junit4]   2> 202162 INFO  (TEST-TestContainerPlugin.testApi-seed#[BE971FDD60C26678]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60178
   [junit4]   2> 204627 INFO  (TEST-TestContainerPlugin.testApi-seed#[BE971FDD60C26678]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testApi
   [junit4]   2> 204630 INFO  (SUITE-TestContainerPlugin-seed#[BE971FDD60C26678]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 204630 INFO  (SUITE-TestContainerPlugin-seed#[BE971FDD60C26678]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:60178
   [junit4]   2> 204630 INFO  (SUITE-TestContainerPlugin-seed#[BE971FDD60C26678]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60178
   [junit4]   2> 204630 INFO  (SUITE-TestContainerPlugin-seed#[BE971FDD60C26678]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60178
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.handler.TestContainerPlugin_BE971FDD60C26678-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=26, maxMBSortInHeap=6.278744882120935, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=fy, timezone=SystemV/YST9
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=103056136,total=353370112
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemaManager, TestChildDocTransformer, AuditLoggerPluginTest, OverseerStatusTest, TestStressInPlaceUpdates, TestDirectoryFactory, TestMissingGroups, TestHdfsCloudBackupRestore, CircularListTest, TimeZoneUtilsTest, PluginInfoTest, TestSolrConfigHandlerCloud, DistributedFacetPivotWhiteBoxTest, SignificantTermsQParserPluginTest, SuggestComponentTest, HighlighterTest, SegmentsInfoRequestHandlerTest, TestPayloadScoreQParserPlugin, MetricsConfigTest, TestFilteredDocIdSet, DirectUpdateHandlerTest, UpdateLogTest, TestContainerPlugin]
   [junit4] Completed [98/863 (1!)] on J4 in 22.05s, 2 tests, 1 error <<< FAILURES!

[...truncated 54193 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:635: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:101: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:625: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:157: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\solr-ref-guide\build.xml:172: Java returned: 1

Total time: 61 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.6) - Build # 9191 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9191/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.TestDistributedGrouping.test

Error Message:
Error from server at http://127.0.0.1:52134/wk/collection1: org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:[http://[::1]:4/wk, http://[::1]:6/wk, http://[::1]:8/wk]

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:52134/wk/collection1: org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:[http://[::1]:4/wk, http://[::1]:6/wk, http://[::1]:8/wk]
	at __randomizedtesting.SeedInfo.seed([B64F89FCE2B82CE4:3E1BB6264C44411C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
	at org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:625)
	at org.apache.solr.TestDistributedGrouping.simpleQuery(TestDistributedGrouping.java:455)
	at org.apache.solr.TestDistributedGrouping.test(TestDistributedGrouping.java:443)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1117)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13342 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedGrouping
   [junit4]   2> 509508 INFO  (SUITE-TestDistributedGrouping-seed#[B64F89FCE2B82CE4]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 509508 INFO  (SUITE-TestDistributedGrouping-seed#[B64F89FCE2B82CE4]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 509509 INFO  (SUITE-TestDistributedGrouping-seed#[B64F89FCE2B82CE4]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\data-dir-91-001
   [junit4]   2> 509509 WARN  (SUITE-TestDistributedGrouping-seed#[B64F89FCE2B82CE4]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 509509 INFO  (SUITE-TestDistributedGrouping-seed#[B64F89FCE2B82CE4]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 509510 INFO  (SUITE-TestDistributedGrouping-seed#[B64F89FCE2B82CE4]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 509511 INFO  (SUITE-TestDistributedGrouping-seed#[B64F89FCE2B82CE4]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /wk/
   [junit4]   2> 512770 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\tempDir-001\control\cores\collection1
   [junit4]   2> 512795 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 512795 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 512795 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 512795 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 512795 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 512795 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 512795 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6eb18498{/wk,null,AVAILABLE}
   [junit4]   2> 512813 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@185b8f9f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:52083}
   [junit4]   2> 512813 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.Server Started @514354ms
   [junit4]   2> 512813 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/wk, hostPort=52083, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\tempDir-001\control\cores}
   [junit4]   2> 512813 ERROR (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 512813 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 512813 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 512813 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 512813 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 512813 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-06T04:29:53.132856400Z
   [junit4]   2> 512813 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\tempDir-001\control\solr.xml
   [junit4]   2> 512817 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@40b00dd4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 513009 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 513077 WARN  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f4ce8c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 513077 WARN  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f4ce8c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 513091 WARN  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@21657611[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 513091 WARN  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@21657611[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 513092 WARN  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] 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> 513114 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 513114 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 513128 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@40b00dd4
   [junit4]   2> 513132 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@40b00dd4
   [junit4]   2> 513132 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@40b00dd4
   [junit4]   2> 513136 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\tempDir-001\control\cores
   [junit4]   2> 513136 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 513200 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 513217 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 513222 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 513315 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 513326 INFO  (coreLoadExecutor-5781-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@40b00dd4
   [junit4]   2> 513329 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\tempDir-001\control\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\tempDir-001\control\cores\collection1\data\]
   [junit4]   2> 513334 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8037974748462595]
   [junit4]   2> 513497 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 513497 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 513501 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 513501 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 513506 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 513507 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 513525 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 513671 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 513676 INFO  (coreLoadExecutor-5781-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674248919706501120
   [junit4]   2> 513676 INFO  (searcherExecutor-5783-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 513677 INFO  (searcherExecutor-5783-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 513677 INFO  (searcherExecutor-5783-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 513677 INFO  (searcherExecutor-5783-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 513677 INFO  (searcherExecutor-5783-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 513677 INFO  (searcherExecutor-5783-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 513677 INFO  (searcherExecutor-5783-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 513679 INFO  (searcherExecutor-5783-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 513679 INFO  (searcherExecutor-5783-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 513679 INFO  (searcherExecutor-5783-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 516055 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 516071 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 516071 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 516073 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 516073 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 516073 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 516073 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 516074 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e17fd51{/wk,null,AVAILABLE}
   [junit4]   2> 516077 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@717aa2d3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:52134}
   [junit4]   2> 516077 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.s.Server Started @517461ms
   [junit4]   2> 516077 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/wk, hostPort=52134, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\tempDir-001\shard0\cores}
   [junit4]   2> 516077 ERROR (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 516077 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 516077 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 516077 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 516077 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 516077 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-06T04:29:56.396312200Z
   [junit4]   2> 516077 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\tempDir-001\shard0\solr.xml
   [junit4]   2> 516096 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@40b00dd4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 516149 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 516149 WARN  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d20b28c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 516149 WARN  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d20b28c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 516163 WARN  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67496013[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 516163 WARN  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67496013[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 516163 WARN  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] 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> 516187 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 516187 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 516206 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@40b00dd4
   [junit4]   2> 516212 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@40b00dd4
   [junit4]   2> 516212 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@40b00dd4
   [junit4]   2> 516217 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\tempDir-001\shard0\cores
   [junit4]   2> 516217 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 516262 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 516303 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 516321 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 516442 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 516460 INFO  (coreLoadExecutor-5799-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@40b00dd4
   [junit4]   2> 516460 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\tempDir-001\shard0\cores\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001\tempDir-001\shard0\cores\collection1\data\]
   [junit4]   2> 516463 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8037974748462595]
   [junit4]   2> 516672 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 516672 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 516673 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 516673 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 516676 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 516677 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 516711 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 516831 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 516831 INFO  (coreLoadExecutor-5799-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1674248923014758400
   [junit4]   2> 516831 INFO  (searcherExecutor-5801-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 516833 INFO  (searcherExecutor-5801-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 516833 INFO  (searcherExecutor-5801-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 516833 INFO  (searcherExecutor-5801-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 516833 INFO  (searcherExecutor-5801-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 516833 INFO  (TEST-TestDistributedGrouping.test-seed#[B64F89FCE2B82CE4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 516833 INFO  (searcherExecutor-5801-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 516833 INFO  (searcherExecutor-5801-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 516833 INFO  (searcherExecutor-5801-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 516833 INFO  (searcherExecutor-5801-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 516833 INFO  (searcherExecutor-5801-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 516842 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1674248923022098432)} 0 3
   [junit4]   2> 516846 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1674248923027341312)} 0 2
   [junit4]   2> 516848 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 516850 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 516854 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={q=*:*&distrib=false&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&wt=javabin&version=2&group.field=a_i1&group=true} hits=0 status=0 QTime=2
   [junit4]   2> 519402 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={df=text&group.distributed.first=true&distrib=false&fl=id&group.limit=-1&shards.purpose=2048&start=0&sort=a_i1+asc,+id+asc&shard.url=[::1]:4/wk|http://127.0.0.1:52134/wk/collection1|[::1]:6/wk|[::1]:8/wk&rows=100&rid=127.0.0.1-50942&version=2&q=*:*&omitHeader=false&NOW=1596688197173&isShard=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=2
   [junit4]   2> 519403 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={q=*:*&shards=[::1]:4/wk|http://127.0.0.1:52134/wk/collection1|[::1]:6/wk|[::1]:8/wk&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&wt=javabin&version=2&group.field=a_i1&group=true} rid=127.0.0.1-50942 status=0 QTime=2340
   [junit4]   2> 519403 WARN  (qtp566054268-9144) [    x:collection1 ] o.a.s.c.S.SlowRequest slow: [collection1]  webapp=/wk path=/select params={q=*:*&shards=[::1]:4/wk|http://127.0.0.1:52134/wk/collection1|[::1]:6/wk|[::1]:8/wk&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&wt=javabin&version=2&group.field=a_i1&group=true} rid=127.0.0.1-50942 status=0 QTime=2340
   [junit4]   2> 519406 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={q=*:*&distrib=false&hl=true&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&hl.fl=a_t&rows=100&wt=javabin&version=2&group.field=a_i1&group=true} hits=0 status=0 QTime=0
   [junit4]   2> 519410 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={df=text&group.distributed.first=true&distrib=false&hl=false&fl=id&group.limit=-1&shards.purpose=2048&start=0&sort=a_i1+asc,+id+asc&shard.url=http://127.0.0.1:52134/wk/collection1|[::1]:8/wk|[::1]:6/wk&rows=100&rid=127.0.0.1-50944&version=2&q=*:*&omitHeader=false&NOW=1596688199728&isShard=true&hl.fl=a_t&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 519411 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={q=*:*&shards=http://127.0.0.1:52134/wk/collection1|[::1]:8/wk|[::1]:6/wk&hl=true&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&hl.fl=a_t&rows=100&wt=javabin&version=2&group.field=a_i1&group=true} rid=127.0.0.1-50944 status=0 QTime=1
   [junit4]   2> 519411 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={q=*:*&facet.field=a_t&distrib=false&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&facet=true&wt=javabin&version=2&group.field=a_i1&group=true} hits=0 status=0 QTime=0
   [junit4]   2> 521984 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={facet.field=a_t&df=text&group.distributed.first=true&distrib=false&fl=id&group.limit=-1&shards.purpose=2048&start=0&sort=a_i1+asc,+id+asc&shard.url=[::1]:4/wk|[::1]:6/wk|http://127.0.0.1:52134/wk/collection1&rows=100&rid=127.0.0.1-50946&version=2&q=*:*&omitHeader=false&NOW=1596688199731&isShard=true&facet=false&wt=javabin&group.field=a_i1&group=true} status=0 QTime=1
   [junit4]   2> 521996 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={facet.field=a_t&df=text&distrib=false&fl=id&group.limit=-1&shards.purpose=20&start=0&f.a_t.facet.mincount=0&sort=a_i1+asc,+id+asc&shard.url=[::1]:4/wk|[::1]:6/wk|http://127.0.0.1:52134/wk/collection1&rows=100&rid=127.0.0.1-50946&version=2&group.distributed.second=true&q=*:*&f.a_t.facet.limit=160&omitHeader=false&NOW=1596688199731&isShard=true&facet=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=1
   [junit4]   2> 522000 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={q=*:*&shards=[::1]:4/wk|[::1]:6/wk|http://127.0.0.1:52134/wk/collection1&facet.field=a_t&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&facet=true&wt=javabin&version=2&group.field=a_i1&group=true} rid=127.0.0.1-50946 status=0 QTime=2378
   [junit4]   2> 522000 WARN  (qtp566054268-9145) [    x:collection1 ] o.a.s.c.S.SlowRequest slow: [collection1]  webapp=/wk path=/select params={q=*:*&shards=[::1]:4/wk|[::1]:6/wk|http://127.0.0.1:52134/wk/collection1&facet.field=a_t&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&facet=true&wt=javabin&version=2&group.field=a_i1&group=true} rid=127.0.0.1-50946 status=0 QTime=2378
   [junit4]   2> 522018 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={q=*:*&distrib=false&stats=true&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&wt=javabin&version=2&group.field=a_i1&group=true&stats.field=a_i1} hits=0 status=0 QTime=11
   [junit4]   2> 522031 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={df=text&group.distributed.first=true&distrib=false&fl=id&group.limit=-1&shards.purpose=2048&start=0&sort=a_i1+asc,+id+asc&shard.url=[::1]:4/wk|http://127.0.0.1:52134/wk/collection1&rows=100&rid=127.0.0.1-50948&version=2&q=*:*&stats=false&omitHeader=false&NOW=1596688202337&isShard=true&wt=javabin&group.field=a_i1&group=true&stats.field=a_i1} status=0 QTime=0
   [junit4]   2> 522035 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={df=text&distrib=false&fl=id&group.limit=-1&shards.purpose=516&start=0&sort=a_i1+asc,+id+asc&shard.url=[::1]:4/wk|http://127.0.0.1:52134/wk/collection1&rows=100&rid=127.0.0.1-50948&version=2&group.distributed.second=true&q=*:*&stats=true&omitHeader=false&NOW=1596688202337&isShard=true&wt=javabin&group.field=a_i1&group=true&stats.field=a_i1} status=0 QTime=0
   [junit4]   2> 522035 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={q=*:*&shards=[::1]:4/wk|http://127.0.0.1:52134/wk/collection1&stats=true&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&wt=javabin&version=2&group.field=a_i1&group=true&stats.field=a_i1} rid=127.0.0.1-50948 status=0 QTime=14
   [junit4]   2> 522040 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={df=subject&distrib=false&qt=spellCheckCompRH&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&version=2&spellcheck.build=true&q=kings&spellcheck=true&wt=javabin&group.field=a_i1&group=true} hits=0 status=0 QTime=0
   [junit4]   2> 522048 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={df=subject&group.distributed.first=true&distrib=false&qt=spellCheckCompRH&fl=id&group.limit=-1&shards.purpose=2048&start=0&sort=a_i1+asc,+id+asc&shard.url=http://127.0.0.1:52134/wk/collection1&rows=100&rid=127.0.0.1-50950&version=2&spellcheck.build=true&q=kings&spellcheck=true&omitHeader=false&NOW=1596688202359&isShard=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 522053 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={df=subject&qt=spellCheckCompRH&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&version=2&spellcheck.build=true&q=kings&shards=http://127.0.0.1:52134/wk/collection1&spellcheck=true&wt=javabin&group.field=a_i1&group=true} rid=127.0.0.1-50950 status=0 QTime=7
   [junit4]   2> 522057 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={facet.field=a_t&distrib=false&fl=id,a_i1&group.limit=-1&fq=a_s:a&sort=a_i1+asc,+id+asc&rows=100&version=2&q=*:*&group.truncate=true&facet=true&wt=javabin&group.field=a_i1&group=true} hits=0 status=0 QTime=4
   [junit4]   2> 522061 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={facet.field=a_t&df=text&group.distributed.first=true&distrib=false&fl=id&group.limit=-1&shards.purpose=2048&start=0&fq=a_s:a&sort=a_i1+asc,+id+asc&shard.url=http://127.0.0.1:52134/wk/collection1&rows=100&rid=127.0.0.1-50952&version=2&q=*:*&group.truncate=true&omitHeader=false&NOW=1596688202380&isShard=true&facet=false&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 522061 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={df=text&distrib=false&fl=id&shards.purpose=20&fq=a_s:a&shard.url=http://127.0.0.1:52134/wk/collection1&rid=127.0.0.1-50952&wt=javabin&group.field=a_i1&group=true&facet.field=a_t&group.limit=-1&start=0&f.a_t.facet.mincount=0&sort=a_i1+asc,+id+asc&rows=100&version=2&group.distributed.second=true&q=*:*&f.a_t.facet.limit=160&group.truncate=true&omitHeader=false&NOW=1596688202380&isShard=true&facet=true} status=0 QTime=0
   [junit4]   2> 522066 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wk path=/select params={facet.field=a_t&fl=id,a_i1&group.limit=-1&fq=a_s:a&sort=a_i1+asc,+id+asc&rows=100&version=2&q=*:*&shards=http://127.0.0.1:52134/wk/collection1&group.truncate=true&facet=true&wt=javabin&group.field=a_i1&group=true} rid=127.0.0.1-50952 status=0 QTime=6
   [junit4]   2> 522070 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[1 (1674248928508248064)]} 0 3
   [junit4]   2> 522077 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[1 (1674248928513490944)]} 0 2
   [junit4]   2> 522079 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[2 (1674248928515588096)]} 0 3
   [junit4]   2> 522079 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[2 (1674248928517685248)]} 0 0
   [junit4]   2> 522084 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[3 (1674248928522928128)]} 0 0
   [junit4]   2> 522088 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[3 (1674248928527122432)]} 0 0
   [junit4]   2> 522092 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[4 (1674248928531316736)]} 0 0
   [junit4]   2> 522092 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[4 (1674248928531316736)]} 0 0
   [junit4]   2> 522096 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[5 (1674248928531316737)]} 0 0
   [junit4]   2> 522096 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[5 (1674248928535511040)]} 0 0
   [junit4]   2> 522107 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[6 (1674248928544948224)]} 0 1
   [junit4]   2> 522109 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[6 (1674248928547045376)]} 0 0
   [junit4]   2> 522109 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[7 (1674248928549142528)]} 0 0
   [junit4]   2> 522109 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[7 (1674248928549142528)]} 0 0
   [junit4]   2> 522115 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[8 (1674248928555433984)]} 0 0
   [junit4]   2> 522117 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[8 (1674248928557531136)]} 0 0
   [junit4]   2> 522118 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[9 (1674248928558579712)]} 0 1
   [junit4]   2> 522120 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[9 (1674248928560676864)]} 0 0
   [junit4]   2> 522121 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[10 (1674248928561725440)]} 0 0
   [junit4]   2> 522122 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[10 (1674248928562774016)]} 0 0
   [junit4]   2> 522131 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[11 (1674248928572211200)]} 0 0
   [junit4]   2> 522131 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[11 (1674248928572211200)]} 0 1
   [junit4]   2> 522138 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[12 (1674248928577454080)]} 0 0
   [junit4]   2> 522138 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[12 (1674248928579551232)]} 0 0
   [junit4]   2> 522141 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[14 (1674248928579551232)]} 0 0
   [junit4]   2> 522141 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[14 (1674248928582696960)]} 0 0
   [junit4]   2> 522144 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[15 (1674248928585842688)]} 0 0
   [junit4]   2> 522146 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[15 (1674248928586891264)]} 0 0
   [junit4]   2> 522146 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[16 (1674248928587939840)]} 0 0
   [junit4]   2> 522147 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[16 (1674248928588988416)]} 0 0
   [junit4]   2> 522153 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[17 (1674248928595279872)]} 0 0
   [junit4]   2> 522157 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[17 (1674248928598425600)]} 0 0
   [junit4]   2> 522159 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[18 (1674248928601571328)]} 0 0
   [junit4]   2> 522159 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[18 (1674248928601571328)]} 0 0
   [junit4]   2> 522169 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[19 (1674248928612057088)]} 0 1
   [junit4]   2> 522170 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[19 (1674248928613105664)]} 0 1
   [junit4]   2> 522173 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[20 (1674248928616251392)]} 0 0
   [junit4]   2> 522175 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[20 (1674248928618348544)]} 0 0
   [junit4]   2> 522176 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[21 (1674248928619397120)]} 0 0
   [junit4]   2> 522178 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[21 (1674248928621494272)]} 0 0
   [junit4]   2> 522179 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[22 (1674248928622542848)]} 0 0
   [junit4]   2> 522180 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[22 (1674248928623591424)]} 0 0
   [junit4]   2> 522181 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[23 (1674248928624640000)]} 0 0
   [junit4]   2> 522184 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[23 (1674248928626737152)]} 0 0
   [junit4]   2> 522186 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[100 (1674248928629882880)]} 0 0
   [junit4]   2> 522186 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[100 (1674248928629882880)]} 0 0
   [junit4]   2> 522192 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[101 (1674248928636174336)]} 0 0
   [junit4]   2> 522192 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[101 (1674248928636174336)]} 0 0
   [junit4]   2> 522192 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[102 (1674248928636174337)]} 0 0
   [junit4]   2> 522192 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[102 (1674248928636174337)]} 0 0
   [junit4]   2> 522192 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[103 (1674248928636174338)]} 0 0
   [junit4]   2> 522197 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[103 (1674248928641417216)]} 0 0
   [junit4]   2> 522197 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[104 (1674248928641417216)]} 0 0
   [junit4]   2> 522199 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[104 (1674248928643514368)]} 0 0
   [junit4]   2> 522200 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[105 (1674248928644562944)]} 0 0
   [junit4]   2> 522201 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[105 (1674248928645611520)]} 0 1
   [junit4]   2> 522205 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[106 (1674248928648757248)]} 0 0
   [junit4]   2> 522206 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[106 (1674248928650854400)]} 0 0
   [junit4]   2> 522208 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[107 (1674248928651902976)]} 0 0
   [junit4]   2> 522209 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[107 (1674248928654000128)]} 0 0
   [junit4]   2> 522211 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[108 (1674248928656097280)]} 0 0
   [junit4]   2> 522211 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[108 (1674248928656097280)]} 0 0
   [junit4]   2> 522215 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[109 (1674248928660291584)]} 0 0
   [junit4]   2> 522217 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[109 (1674248928662388736)]} 0 0
   [junit4]   2> 522218 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[110 (1674248928663437312)]} 0 0
   [junit4]   2> 522218 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[110 (1674248928663437312)]} 0 0
   [junit4]   2> 522225 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[111 (1674248928670777344)]} 0 0
   [junit4]   2> 522225 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[111 (1674248928670777344)]} 0 0
   [junit4]   2> 522225 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[112 (1674248928670777345)]} 0 0
   [junit4]   2> 522227 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[112 (1674248928672874496)]} 0 0
   [junit4]   2> 522230 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[113 (1674248928676020224)]} 0 0
   [junit4]   2> 522231 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[113 (1674248928677068800)]} 0 0
   [junit4]   2> 522232 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[114 (1674248928677068800)]} 0 0
   [junit4]   2> 522233 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[114 (1674248928679165952)]} 0 0
   [junit4]   2> 522245 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[115 (1674248928690700288)]} 0 1
   [junit4]   2> 522250 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[115 (1674248928696991744)]} 0 0
   [junit4]   2> 522250 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[116 (1674248928696991744)]} 0 0
   [junit4]   2> 522256 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[116 (1674248928700137472)]} 0 0
   [junit4]   2> 522258 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[117 (1674248928703283200)]} 0 0
   [junit4]   2> 522258 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[117 (1674248928705380352)]} 0 0
   [junit4]   2> 522259 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[118 (1674248928706428928)]} 0 0
   [junit4]   2> 522259 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[118 (1674248928706428928)]} 0 0
   [junit4]   2> 522259 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[119 (1674248928706428929)]} 0 0
   [junit4]   2> 522261 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[119 (1674248928708526080)]} 0 0
   [junit4]   2> 522262 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[120 (1674248928708526080)]} 0 0
   [junit4]   2> 522271 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[120 (1674248928719011840)]} 0 0
   [junit4]   2> 522275 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[121 (1674248928723206144)]} 0 0
   [junit4]   2> 522276 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[121 (1674248928724254720)]} 0 0
   [junit4]   2> 522276 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[122 (1674248928724254720)]} 0 0
   [junit4]   2> 522280 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[122 (1674248928728449024)]} 0 0
   [junit4]   2> 522280 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[123 (1674248928728449024)]} 0 0
   [junit4]   2> 522280 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[123 (1674248928728449025)]} 0 0
   [junit4]   2> 522284 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[124 (1674248928732643328)]} 0 0
   [junit4]   2> 522284 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[124 (1674248928732643328)]} 0 0
   [junit4]   2> 522286 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[125 (1674248928734740480)]} 0 0
   [junit4]   2> 522287 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[125 (1674248928734740480)]} 0 0
   [junit4]   2> 522287 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[126 (1674248928735789056)]} 0 0
   [junit4]   2> 522288 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[126 (1674248928736837632)]} 0 0
   [junit4]   2> 522288 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[127 (1674248928736837632)]} 0 0
   [junit4]   2> 522288 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[127 (1674248928736837633)]} 0 0
   [junit4]   2> 522293 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[128 (1674248928736837633)]} 0 0
   [junit4]   2> 522294 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[128 (1674248928743129088)]} 0 0
   [junit4]   2> 522295 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[129 (1674248928744177664)]} 0 0
   [junit4]   2> 522296 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[129 (1674248928745226240)]} 0 0
   [junit4]   2> 522301 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[130 (1674248928750469120)]} 0 1
   [junit4]   2> 522306 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[130 (1674248928752566272)]} 0 0
   [junit4]   2> 522307 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[131 (1674248928756760576)]} 0 0
   [junit4]   2> 522308 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[131 (1674248928757809152)]} 0 0
   [junit4]   2> 522309 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[132 (1674248928758857728)]} 0 0
   [junit4]   2> 522310 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[132 (1674248928758857728)]} 0 0
   [junit4]   2> 522310 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[133 (1674248928759906304)]} 0 0
   [junit4]   2> 522311 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[133 (1674248928760954880)]} 0 0
   [junit4]   2> 522311 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[134 (1674248928760954880)]} 0 0
   [junit4]   2> 522312 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[134 (1674248928762003456)]} 0 0
   [junit4]   2> 522316 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[135 (1674248928766197760)]} 0 0
   [junit4]   2> 522316 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[135 (1674248928766197760)]} 0 0
   [junit4]   2> 522319 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[136 (1674248928769343488)]} 0 0
   [junit4]   2> 522322 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[136 (1674248928772489216)]} 0 0
   [junit4]   2> 522323 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[137 (1674248928773537792)]} 0 0
   [junit4]   2> 522323 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[137 (1674248928773537792)]} 0 0
   [junit4]   2> 522323 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[138 (1674248928773537793)]} 0 0
   [junit4]   2> 522323 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[138 (1674248928773537793)]} 0 0
   [junit4]   2> 522323 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[139 (1674248928773537794)]} 0 0
   [junit4]   2> 522332 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[139 (1674248928782974976)]} 0 0
   [junit4]   2> 522332 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[140 (1674248928782974976)]} 0 0
   [junit4]   2> 522336 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[140 (1674248928787169280)]} 0 0
   [junit4]   2> 522336 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[141 (1674248928787169280)]} 0 0
   [junit4]   2> 522337 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[141 (1674248928788217856)]} 0 0
   [junit4]   2> 522337 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[142 (1674248928788217856)]} 0 0
   [junit4]   2> 522341 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[142 (1674248928788217857)]} 0 0
   [junit4]   2> 522341 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[143 (1674248928792412160)]} 0 0
   [junit4]   2> 522341 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[143 (1674248928792412160)]} 0 0
   [junit4]   2> 522344 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[144 (1674248928792412161)]} 0 0
   [junit4]   2> 522345 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[144 (1674248928796606464)]} 0 0
   [junit4]   2> 522345 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[145 (1674248928796606464)]} 0 0
   [junit4]   2> 522345 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[145 (1674248928796606465)]} 0 0
   [junit4]   2> 522345 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[146 (1674248928796606465)]} 0 0
   [junit4]   2> 522345 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[146 (1674248928796606466)]} 0 0
   [junit4]   2> 522345 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[147 (1674248928796606466)]} 0 0
   [junit4]   2> 522345 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[147 (1674248928796606467)]} 0 0
   [junit4]   2> 522349 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[148 (1674248928800800768)]} 0 0
   [junit4]   2> 522349 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[148 (1674248928800800768)]} 0 0
   [junit4]   2> 522349 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[149 (1674248928800800769)]} 0 0
   [junit4]   2> 522349 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[149 (1674248928800800769)]} 0 0
   [junit4]   2> 522349 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[500 (1674248928800800770)]} 0 0
   [junit4]   2> 522353 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[500 (1674248928800800770)]} 0 0
   [junit4]   2> 522354 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[501 (1674248928804995072)]} 0 0
   [junit4]   2> 522354 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[501 (1674248928806043648)]} 0 0
   [junit4]   2> 522354 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[502 (1674248928806043648)]} 0 0
   [junit4]   2> 522354 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[502 (1674248928806043649)]} 0 0
   [junit4]   2> 522354 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[503 (1674248928806043649)]} 0 0
   [junit4]   2> 522354 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[503 (1674248928806043650)]} 0 0
   [junit4]   2> 522358 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[504 (1674248928809189376)]} 0 0
   [junit4]   2> 522358 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[504 (1674248928810237952)]} 0 0
   [junit4]   2> 522358 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[505 (1674248928810237952)]} 0 0
   [junit4]   2> 522361 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[505 (1674248928813383680)]} 0 0
   [junit4]   2> 522361 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[506 (1674248928813383680)]} 0 0
   [junit4]   2> 522362 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[506 (1674248928814432256)]} 0 0
   [junit4]   2> 522375 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[507 (1674248928828063744)]} 0 11
   [junit4]   2> 522375 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[507 (1674248928828063744)]} 0 0
   [junit4]   2> 522384 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[508 (1674248928837500928)]} 0 0
   [junit4]   2> 522384 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[508 (1674248928837500928)]} 0 0
   [junit4]   2> 522387 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[509 (1674248928840646656)]} 0 0
   [junit4]   2> 522388 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[509 (1674248928841695232)]} 0 0
   [junit4]   2> 522388 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[510 (1674248928841695232)]} 0 0
   [junit4]   2> 522388 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[510 (1674248928841695233)]} 0 0
   [junit4]   2> 522402 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[511 (1674248928856375296)]} 0 0
   [junit4]   2> 522406 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[511 (1674248928860569600)]} 0 0
   [junit4]   2> 522410 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[512 (1674248928864763904)]} 0 0
   [junit4]   2> 522415 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[512 (1674248928864763904)]} 0 0
   [junit4]   2> 522415 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[513 (1674248928870006784)]} 0 0
   [junit4]   2> 522417 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[513 (1674248928872103936)]} 0 0
   [junit4]   2> 522417 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[514 (1674248928872103936)]} 0 0
   [junit4]   2> 522418 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[514 (1674248928873152512)]} 0 0
   [junit4]   2> 522419 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[515 (1674248928874201088)]} 0 0
   [junit4]   2> 522423 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[515 (1674248928878395392)]} 0 0
   [junit4]   2> 522432 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[516 (1674248928887832576)]} 0 0
   [junit4]   2> 522432 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[516 (1674248928887832576)]} 0 0
   [junit4]   2> 522435 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[517 (1674248928890978304)]} 0 0
   [junit4]   2> 522436 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[517 (1674248928892026880)]} 0 0
   [junit4]   2> 522438 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[518 (1674248928894124032)]} 0 0
   [junit4]   2> 522439 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[518 (1674248928895172608)]} 0 0
   [junit4]   2> 522441 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[519 (1674248928897269760)]} 0 0
   [junit4]   2> 522442 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[519 (1674248928898318336)]} 0 0
   [junit4]   2> 522443 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[520 (1674248928899366912)]} 0 0
   [junit4]   2> 522444 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[520 (1674248928900415488)]} 0 0
   [junit4]   2> 522445 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[521 (1674248928901464064)]} 0 0
   [junit4]   2> 522446 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[521 (1674248928902512640)]} 0 0
   [junit4]   2> 522447 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[522 (1674248928903561216)]} 0 0
   [junit4]   2> 522448 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[522 (1674248928904609792)]} 0 0
   [junit4]   2> 522448 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[523 (1674248928904609792)]} 0 0
   [junit4]   2> 522448 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[523 (1674248928904609793)]} 0 0
   [junit4]   2> 522448 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[524 (1674248928904609793)]} 0 0
   [junit4]   2> 522453 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[524 (1674248928908804096)]} 0 0
   [junit4]   2> 522455 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[525 (1674248928910901248)]} 0 0
   [junit4]   2> 522456 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[525 (1674248928912998400)]} 0 0
   [junit4]   2> 522458 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[526 (1674248928915095552)]} 0 0
   [junit4]   2> 522459 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[526 (1674248928916144128)]} 0 0
   [junit4]   2> 522459 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[527 (1674248928916144128)]} 0 0
   [junit4]   2> 522461 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[527 (1674248928918241280)]} 0 0
   [junit4]   2> 522461 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[528 (1674248928918241280)]} 0 0
   [junit4]   2> 522462 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[528 (1674248928919289856)]} 0 0
   [junit4]   2> 522462 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[529 (1674248928919289856)]} 0 0
   [junit4]   2> 522463 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[529 (1674248928920338432)]} 0 0
   [junit4]   2> 522463 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[530 (1674248928920338432)]} 0 0
   [junit4]   2> 522463 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[530 (1674248928920338433)]} 0 0
   [junit4]   2> 522464 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[531 (1674248928921387008)]} 0 0
   [junit4]   2> 522464 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[531 (1674248928921387008)]} 0 0
   [junit4]   2> 522465 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[532 (1674248928922435584)]} 0 0
   [junit4]   2> 522465 INFO  (qtp566054268-9145) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[532 (1674248928922435584)]} 0 0
   [junit4]   2> 522466 INFO  (qtp1003579380-9123) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[533 (1674248928923484160)]} 0 0
   [junit4]   2> 522466 INFO  (qtp566054268-9143) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[533 (1674248928923484160)]} 0 0
   [junit4]   2> 522467 INFO  (qtp1003579380-9124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[534 (1674248928924532736)]} 0 0
   [junit4]   2> 522467 INFO  (qtp566054268-9144) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[534 (1674248928924532736)]} 0 0
   [junit4]   2> 522468 INFO  (qtp1003579380-9118) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[535 (1674248928925581312)]} 0 0
   [junit4]   2> 522468 INFO  (qtp566054268-9142) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/update params={wt=javabin&version=2}{add=[535 (1674248928925581312)]} 0 0
   [junit4]   2> 522469 INFO  (qtp1003579380-9119) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wk path=/upda

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

registry=solr.jetty tag=null
   [junit4]   2> 527813 INFO  (closeThreadPool-5807-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2f16b95: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@78472a1f
   [junit4]   2> 527828 INFO  (closeThreadPool-5807-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@185b8f9f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 527829 INFO  (closeThreadPool-5807-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@717aa2d3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 527829 INFO  (closeThreadPool-5807-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6eb18498{/wk,null,UNAVAILABLE}
   [junit4]   2> 527829 INFO  (closeThreadPool-5807-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e17fd51{/wk,null,UNAVAILABLE}
   [junit4]   2> 527829 INFO  (closeThreadPool-5807-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 527840 INFO  (closeThreadPool-5807-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistributedGrouping -Dtests.method=test -Dtests.seed=B64F89FCE2B82CE4 -Dtests.slow=true -Dtests.locale=ce-RU -Dtests.timezone=America/Atka -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   18.3s J4 | TestDistributedGrouping.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:52134/wk/collection1: org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:[http://[::1]:4/wk, http://[::1]:6/wk, http://[::1]:8/wk]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B64F89FCE2B82CE4:3E1BB6264C44411C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:625)
   [junit4]    > 	at org.apache.solr.TestDistributedGrouping.simpleQuery(TestDistributedGrouping.java:455)
   [junit4]    > 	at org.apache.solr.TestDistributedGrouping.test(TestDistributedGrouping.java:443)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1117)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.TestDistributedGrouping_B64F89FCE2B82CE4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {other_tl1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), SubjectTerms_mfacet=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), range_facet_l_dv=PostingsFormat(name=MockRandom), n_l1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), multiDefault=PostingsFormat(name=Direct), intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), n_td1=PostingsFormat(name=Direct), n_d1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), n_f1=PostingsFormat(name=Direct), range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), b_n_tdt1=PostingsFormat(name=MockRandom), n_tl1=PostingsFormat(name=Direct), a_n_tdt1=PostingsFormat(name=Direct), a_s=PostingsFormat(name=Asserting), n_tf1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), id=PostingsFormat(name=MockRandom), text=PostingsFormat(name=Asserting), oddField_s1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), a_idv=PostingsFormat(name=Asserting), timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), _root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), n_dt1=PostingsFormat(name=Direct), a_i1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), n_ti1=PostingsFormat(name=MockRandom), rnd_b=PostingsFormat(name=MockRandom), foo_b=PostingsFormat(name=Asserting), n_tdt1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_d=PostingsFormat(name=MockRandom), id_i1=PostingsFormat(name=Direct), range_facet_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_f=PostingsFormat(name=Asserting)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene80), a_b_dvo=DocValuesFormat(name=Lucene80), a_s_dvo=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Asserting), a_idv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=442, maxMBSortInHeap=5.982731778799207, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ce-RU, timezone=America/Atka
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=146217272,total=403701760
   [junit4]   2> NOTE: All tests run in this JVM: [CrossCollectionJoinQueryTest, HdfsBasicDistributedZkTest, TestHdfsUpdateLog, TestCoreBackup, DeleteReplicaTest, XmlInterpolationTest, EmbeddedSolrNoSerializeTest, TestTolerantUpdateProcessorCloud, HdfsUnloadDistributedZkTest, TestHighlightDedupGrouping, SignatureUpdateProcessorFactoryTest, TestReload, UpdateParamsTest, UUIDFieldTest, SearchHandlerTest, TestSolrConfigHandlerConcurrent, SolrCoreMetricManagerTest, TestConfigSetProperties, LeaderTragicEventTest, TestConfigSetsAPIZkFailure, FieldMutatingUpdateProcessorTest, IndexSizeEstimatorTest, TestPseudoReturnFields, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CachingDirectoryFactoryTest, ForceLeaderWithTlogReplicasTest, TestGeoJSONResponseWriter, CdcrRequestHandlerTest, CloneFieldUpdateProcessorFactoryTest, FuzzySearchTest, TestWordDelimiterFilterFactory, MissingSegmentRecoveryTest, CreateCollectionCleanupTest, TestXmlQParserPlugin, TestFieldCache, AliasIntegrationTest, TestDynamicFieldCollectionResource, SubstringBytesRefFilterTest, TestSizeLimitedDistributedMap, DocumentBuilderTest, MetricsHandlerTest, TestExactSharedStatsCache, HdfsCollectionsAPIDistributedZkTest, ParsingFieldUpdateProcessorsTest, TestDelegationWithHadoopAuth, ShardsWhitelistTest, TestStreamBody, CircularListTest, TestManagedSchemaThreadSafety, TestLockTree, TestLMDirichletSimilarityFactory, TestHttpShardHandlerFactory, WordBreakSolrSpellCheckerTest, TestSolrFieldCacheBean, TestPullReplicaErrorHandling, TestCloudJSONFacetSKG, TestSmileRequest, SampleTest, ShowFileRequestHandlerTest, TestCollationField, TestImplicitCoreProperties, SolrIndexSearcherTest, TestFuzzyAnalyzedSuggestions, BasicAuthIntegrationTest, TestCloudRecovery2, PeerSyncWithLeaderAndIndexFingerprintCachingTest, SynonymTokenizerTest, CacheHeaderTest, TestEmbeddedSolrServerSchemaAPI, ResourceLoaderTest, TestRawResponseWriter, CustomTermsComponentTest, CurrencyFieldTypeTest, UUIDUpdateProcessorFallbackTest, TestScoreJoinQPScore, PhrasesIdentificationComponentTest, AddBlockUpdateTest, SaslZkACLProviderTest, TestHashPartitioner, ZookeeperReadAPITest, SolrRrdBackendFactoryTest, SolrLogAuditLoggerPluginTest, TestChildDocTransformerHierarchy, TestRangeQuery, ProtectedTermFilterFactoryTest, BadCopyFieldTest, TestSchemalessBufferedUpdates, CursorPagingTest, DisMaxRequestHandlerTest, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping]
   [junit4] Completed [338/868 (1!)] on J4 in 18.40s, 1 test, 1 error <<< FAILURES!

[...truncated 53742 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9191/consoleText

[repro] Revision: 6752111be82681e9f97d7c092d8a0652623bbcee

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestDistributedGrouping
[repro] ant compile-test

[...truncated 2468 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestDistributedGrouping" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=B64F89FCE2B82CE4 -Dtests.slow=true -Dtests.locale=ce-RU -Dtests.timezone=America/Atka -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 87 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.TestDistributedGrouping
[repro] Exiting with code 0

[...truncated 84 lines...]

[JENKINS-Experimental-GC] Lucene-Solr-master-Windows (64bit/jdk-14.0.1) - Build # 9190 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9190/
Java: 64bit/jdk-14.0.1 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

1 tests failed.
FAILED:  org.apache.solr.handler.TestContainerPlugin.testApiFromPackage

Error Message:
Error from server at http://127.0.0.1:51193/solr: Error executing command

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:51193/solr: Error executing command
	at __randomizedtesting.SeedInfo.seed([D622B0E86155FE7A:3B7C4899531F29F3]:0)
	at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:67)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:647)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1170)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:931)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:865)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:227)
	at org.apache.solr.handler.TestContainerPlugin.testApiFromPackage(TestContainerPlugin.java:265)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 14311 lines...]
   [junit4] Suite: org.apache.solr.handler.TestContainerPlugin
   [junit4]   2> 1470473 INFO  (SUITE-TestContainerPlugin-seed#[D622B0E86155FE7A]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1470477 INFO  (SUITE-TestContainerPlugin-seed#[D622B0E86155FE7A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestContainerPlugin_D622B0E86155FE7A-001\data-dir-116-001
   [junit4]   2> 1470477 WARN  (SUITE-TestContainerPlugin-seed#[D622B0E86155FE7A]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=32 numCloses=32
   [junit4]   2> 1470477 INFO  (SUITE-TestContainerPlugin-seed#[D622B0E86155FE7A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1470479 INFO  (SUITE-TestContainerPlugin-seed#[D622B0E86155FE7A]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1470479 INFO  (SUITE-TestContainerPlugin-seed#[D622B0E86155FE7A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1470483 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testApi
   [junit4]   2> 1470484 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestContainerPlugin_D622B0E86155FE7A-001\tempDir-001
   [junit4]   2> 1470485 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1470485 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1470485 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1470489 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1470588 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.ZkTestServer start zk server on port: 50870
   [junit4]   2> 1470588 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:50870
   [junit4]   2> 1470588 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50870
   [junit4]   2> 1470588 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50870
   [junit4]   2> 1470591 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1470598 INFO  (zkConnectionManagerCallback-9385-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1470598 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1470603 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1470609 INFO  (zkConnectionManagerCallback-9387-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1470609 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1470610 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1470615 INFO  (zkConnectionManagerCallback-9389-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1470615 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1470727 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1470727 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1470727 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1470727 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1470727 INFO  (jetty-launcher-9390-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1470727 INFO  (jetty-launcher-9390-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1470727 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1470727 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1470727 INFO  (jetty-launcher-9390-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1470729 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1470729 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1470729 INFO  (jetty-launcher-9390-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1470729 INFO  (jetty-launcher-9390-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1470729 INFO  (jetty-launcher-9390-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1470729 INFO  (jetty-launcher-9390-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1470730 INFO  (jetty-launcher-9390-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1470730 INFO  (jetty-launcher-9390-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1470730 INFO  (jetty-launcher-9390-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1470730 INFO  (jetty-launcher-9390-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d4e31f0{/solr,null,AVAILABLE}
   [junit4]   2> 1470730 INFO  (jetty-launcher-9390-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f276152{/solr,null,AVAILABLE}
   [junit4]   2> 1470730 INFO  (jetty-launcher-9390-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1470730 INFO  (jetty-launcher-9390-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1470730 INFO  (jetty-launcher-9390-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1470730 INFO  (jetty-launcher-9390-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@428f35f1{/solr,null,AVAILABLE}
   [junit4]   2> 1470732 INFO  (jetty-launcher-9390-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1470732 INFO  (jetty-launcher-9390-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1470732 INFO  (jetty-launcher-9390-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1470732 INFO  (jetty-launcher-9390-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@441fbb1e{/solr,null,AVAILABLE}
   [junit4]   2> 1470732 INFO  (jetty-launcher-9390-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2f9e1fdc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:50903}
   [junit4]   2> 1470732 INFO  (jetty-launcher-9390-thread-3) [     ] o.e.j.s.Server Started @1471458ms
   [junit4]   2> 1470732 INFO  (jetty-launcher-9390-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@55b291d5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:50904}
   [junit4]   2> 1470732 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50903}
   [junit4]   2> 1470732 INFO  (jetty-launcher-9390-thread-4) [     ] o.e.j.s.Server Started @1471458ms
   [junit4]   2> 1470732 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50904}
   [junit4]   2> 1470732 ERROR (jetty-launcher-9390-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1470732 ERROR (jetty-launcher-9390-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1470733 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1470733 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1470733 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 1470733 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 1470733 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1470733 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1470733 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1470733 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1470733 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-05T23:46:57.278477200Z
   [junit4]   2> 1470733 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-05T23:46:57.278477200Z
   [junit4]   2> 1470733 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1470735 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1470735 INFO  (jetty-launcher-9390-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4bffdbf3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:50909}
   [junit4]   2> 1470735 INFO  (jetty-launcher-9390-thread-2) [     ] o.e.j.s.Server Started @1471461ms
   [junit4]   2> 1470735 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50909}
   [junit4]   2> 1470735 ERROR (jetty-launcher-9390-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1470735 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1470735 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 1470735 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1470735 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1470735 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-05T23:46:57.280814100Z
   [junit4]   2> 1470736 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1470737 INFO  (jetty-launcher-9390-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@42de4175{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:50920}
   [junit4]   2> 1470737 INFO  (jetty-launcher-9390-thread-1) [     ] o.e.j.s.Server Started @1471463ms
   [junit4]   2> 1470737 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50920}
   [junit4]   2> 1470737 ERROR (jetty-launcher-9390-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1470737 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1470737 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 9.0.0
   [junit4]   2> 1470737 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1470737 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1470737 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-05T23:46:57.282296900Z
   [junit4]   2> 1470738 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1470744 INFO  (zkConnectionManagerCallback-9396-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1470744 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1470745 INFO  (zkConnectionManagerCallback-9392-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1470745 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1470745 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1470748 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1470748 INFO  (zkConnectionManagerCallback-9394-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1470748 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1470748 INFO  (zkConnectionManagerCallback-9398-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1470749 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1470750 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1470750 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1470760 WARN  (jetty-launcher-9390-thread-1-SendThread(127.0.0.1:50870)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100540bb2fb0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100540bb2fb0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100540bb2fb0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 1470865 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1470866 WARN  (jetty-launcher-9390-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62eaae2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1470866 WARN  (jetty-launcher-9390-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62eaae2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1470871 WARN  (jetty-launcher-9390-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3561443b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1470871 WARN  (jetty-launcher-9390-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3561443b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1470871 INFO  (jetty-launcher-9390-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50870/solr
   [junit4]   2> 1470874 INFO  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1470879 INFO  (zkConnectionManagerCallback-9408-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1470879 INFO  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1470963 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1470968 WARN  (jetty-launcher-9390-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2428060b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1470968 WARN  (jetty-launcher-9390-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2428060b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1470972 WARN  (jetty-launcher-9390-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@74a5c414[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1470972 WARN  (jetty-launcher-9390-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@74a5c414[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1470973 INFO  (jetty-launcher-9390-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50870/solr
   [junit4]   2> 1470974 INFO  (jetty-launcher-9390-thread-1) [n:127.0.0.1:50920_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1470981 INFO  (zkConnectionManagerCallback-9420-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1470981 INFO  (jetty-launcher-9390-thread-1) [n:127.0.0.1:50920_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1471047 INFO  (jetty-launcher-9390-thread-1) [n:127.0.0.1:50920_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50920_solr
   [junit4]   2> 1471056 INFO  (jetty-launcher-9390-thread-1) [n:127.0.0.1:50920_solr     ] o.a.s.c.Overseer Overseer (id=72150003262095368-127.0.0.1:50920_solr-n_0000000000) starting
   [junit4]   2> 1471068 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1471076 WARN  (jetty-launcher-9390-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@20aa0536[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1471076 WARN  (jetty-launcher-9390-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@20aa0536[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1471082 WARN  (jetty-launcher-9390-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33076f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1471082 WARN  (jetty-launcher-9390-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33076f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1471082 INFO  (jetty-launcher-9390-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50870/solr
   [junit4]   2> 1471084 INFO  (jetty-launcher-9390-thread-4) [n:127.0.0.1:50904_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1471094 INFO  (zkConnectionManagerCallback-9432-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1471094 INFO  (jetty-launcher-9390-thread-4) [n:127.0.0.1:50904_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1471121 INFO  (jetty-launcher-9390-thread-1) [n:127.0.0.1:50920_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50920_solr
   [junit4]   2> 1471121 INFO  (OverseerStateUpdate-72150003262095368-127.0.0.1:50920_solr-n_0000000000) [n:127.0.0.1:50920_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:50920_solr
   [junit4]   2> 1471130 INFO  (OverseerStateUpdate-72150003262095368-127.0.0.1:50920_solr-n_0000000000) [n:127.0.0.1:50920_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1471133 INFO  (zkCallback-9431-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1471137 INFO  (jetty-launcher-9390-thread-1) [n:127.0.0.1:50920_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1471138 WARN  (jetty-launcher-9390-thread-1) [n:127.0.0.1:50920_solr     ] 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> 1471151 INFO  (jetty-launcher-9390-thread-4) [n:127.0.0.1:50904_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:50904_solr as DOWN
   [junit4]   2> 1471163 INFO  (jetty-launcher-9390-thread-4) [n:127.0.0.1:50904_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1471163 INFO  (jetty-launcher-9390-thread-4) [n:127.0.0.1:50904_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50904_solr
   [junit4]   2> 1471170 INFO  (zkCallback-9431-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1471170 INFO  (zkCallback-9419-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1471171 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1471174 INFO  (jetty-launcher-9390-thread-1) [n:127.0.0.1:50920_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1471174 WARN  (jetty-launcher-9390-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5c7d4b19[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1471175 WARN  (jetty-launcher-9390-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5c7d4b19[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1471179 WARN  (jetty-launcher-9390-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@dd74700[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1471179 WARN  (jetty-launcher-9390-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@dd74700[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1471179 INFO  (jetty-launcher-9390-thread-4) [n:127.0.0.1:50904_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1471179 INFO  (jetty-launcher-9390-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50870/solr
   [junit4]   2> 1471179 WARN  (jetty-launcher-9390-thread-4) [n:127.0.0.1:50904_solr     ] 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> 1471182 INFO  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1471194 INFO  (zkConnectionManagerCallback-9452-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1471194 INFO  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1471210 INFO  (jetty-launcher-9390-thread-1) [n:127.0.0.1:50920_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50920.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@319cc2e9
   [junit4]   2> 1471215 INFO  (jetty-launcher-9390-thread-4) [n:127.0.0.1:50904_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1471221 INFO  (jetty-launcher-9390-thread-1) [n:127.0.0.1:50920_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50920.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@319cc2e9
   [junit4]   2> 1471221 INFO  (jetty-launcher-9390-thread-1) [n:127.0.0.1:50920_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50920.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@319cc2e9
   [junit4]   2> 1471221 INFO  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1471221 INFO  (jetty-launcher-9390-thread-1) [n:127.0.0.1:50920_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestContainerPlugin_D622B0E86155FE7A-001\tempDir-001\node3
   [junit4]   2> 1471241 INFO  (jetty-launcher-9390-thread-4) [n:127.0.0.1:50904_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50904.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@319cc2e9
   [junit4]   2> 1471249 INFO  (jetty-launcher-9390-thread-4) [n:127.0.0.1:50904_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50904.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@319cc2e9
   [junit4]   2> 1471250 INFO  (jetty-launcher-9390-thread-4) [n:127.0.0.1:50904_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50904.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@319cc2e9
   [junit4]   2> 1471250 INFO  (jetty-launcher-9390-thread-4) [n:127.0.0.1:50904_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestContainerPlugin_D622B0E86155FE7A-001\tempDir-001\node2
   [junit4]   2> 1471255 INFO  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:50903_solr as DOWN
   [junit4]   2> 1471262 INFO  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1471263 INFO  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50903_solr
   [junit4]   2> 1471267 INFO  (zkCallback-9431-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1471270 INFO  (zkCallback-9451-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1471270 INFO  (zkCallback-9419-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1471276 INFO  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1471276 WARN  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] 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> 1471307 INFO  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1471334 INFO  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50903.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@319cc2e9
   [junit4]   2> 1471342 INFO  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50903.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@319cc2e9
   [junit4]   2> 1471342 INFO  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50903.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@319cc2e9
   [junit4]   2> 1471345 INFO  (jetty-launcher-9390-thread-3) [n:127.0.0.1:50903_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestContainerPlugin_D622B0E86155FE7A-001\tempDir-001\node1
   [junit4]   2> 1471489 INFO  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1471497 INFO  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:50909_solr as DOWN
   [junit4]   2> 1471500 INFO  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1471501 INFO  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50909_solr
   [junit4]   2> 1471504 INFO  (zkCallback-9451-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1471504 INFO  (zkCallback-9419-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1471504 INFO  (zkCallback-9431-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1471504 INFO  (zkCallback-9407-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1471505 INFO  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1471506 WARN  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] 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> 1471542 INFO  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1471561 INFO  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50909.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@319cc2e9
   [junit4]   2> 1471567 INFO  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50909.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@319cc2e9
   [junit4]   2> 1471567 INFO  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50909.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@319cc2e9
   [junit4]   2> 1471569 INFO  (jetty-launcher-9390-thread-2) [n:127.0.0.1:50909_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestContainerPlugin_D622B0E86155FE7A-001\tempDir-001\node4
   [junit4]   2> 1471587 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1471590 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1471597 INFO  (zkConnectionManagerCallback-9477-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1471597 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1471598 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1471600 INFO  (TEST-TestContainerPlugin.testApi-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50870/solr ready
   [junit4]   2> 1471610 ERROR (qtp1161309476-15551) [n:127.0.0.1:50909_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{add=org.apache.solr.client.solrj.request.beans.PluginMeta@aa107ef, errorMessages=[java.lang.RuntimeException: No method with @Command in class: org.apache.solr.handler.TestContainerPlugin$C2]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:293) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:196) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:340) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 1471612 INFO  (qtp1161309476-15551) [n:127.0.0.1:50909_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=400 QTime=6
   [junit4]   2> 1471616 ERROR (qtp1276749446-15556) [n:127.0.0.1:50920_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{add=org.apache.solr.client.solrj.request.beans.PluginMeta@aa107ee, errorMessages=[java.lang.RuntimeException: Invalid Class : org.apache.solr.handler.TestContainerPlugin$C1 No @EndPoints]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:293) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:196) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:340) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 1471617 INFO  (qtp1276749446-15556) [n:127.0.0.1:50920_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=400 QTime=2
   [junit4]   2> 1471627 INFO  (qtp1534420171-15534) [n:127.0.0.1:50904_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1471630 INFO  (qtp559539591-15531) [n:127.0.0.1:50903_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1471631 INFO  (qtp1534420171-15535) [n:127.0.0.1:50904_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/plugin/my/plugin params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1471637 INFO  (qtp559539591-15542) [n:127.0.0.1:50903_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1471639 INFO  (qtp559539591-15543) [n:127.0.0.1:50903_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1471641 ERROR (qtp1276749446-15557) [n:127.0.0.1:50920_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{add=org.apache.solr.client.solrj.request.beans.PluginMeta@21cc1b41, errorMessages=[path must not have a prefix: collections]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:293) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:196) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:340) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 1471642 INFO  (qtp1276749446-15557) [n:127.0.0.1:50920_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=400 QTime=1
   [junit4]   2> 1471648 INFO  (qtp1534420171-15536) [n:127.0.0.1:50904_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1471650 ERROR (qtp1534420171-15526) [n:127.0.0.1:50904_solr     ] o.a.s.a.V2HttpCall >> path: '/my-random-name/my/plugin'
   [junit4]   2> 1471650 ERROR (qtp1534420171-15526) [n:127.0.0.1:50904_solr     ] o.a.s.a.V2HttpCall Error in init()
   [junit4]   2>           => org.apache.solr.common.SolrException: no core retrieved for null
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.init(V2HttpCall.java:139)
   [junit4]   2> org.apache.solr.common.SolrException: no core retrieved for null
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.init(V2HttpCall.java:139) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:546) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 1471754 INFO  (qtp1161309476-15552) [n:127.0.0.1:50909_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/my-random-name/my/plugin params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1471754 INFO  (qtp1276749446-15558) [n:127.0.0.1:50920_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/my-random-prefix/their/plugin params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1471778 INFO  (qtp559539591-15528) [n:127.0.0.1:50903_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=22
   [junit4]   2> 1471778 INFO  (qtp1276749446-15541) [n:127.0.0.1:50920_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/my-random-prefix/their/plugin params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1471887 ERROR (qtp559539591-15531) [n:127.0.0.1:50903_solr     ] o.a.s.a.V2HttpCall >> path: '/my-random-prefix/their/plugin'
   [junit4]   2> 1471887 ERROR (qtp559539591-15531) [n:127.0.0.1:50903_solr     ] o.a.s.a.V2HttpCall Error in init()
   [junit4]   2>           => org.apache.solr.common.SolrException: no core retrieved for null
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.init(V2HttpCall.java:139)
   [junit4]   2> org.apache.solr.common.SolrException: no core retrieved for null
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.init(V2HttpCall.java:139) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:546) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 1471894 ERROR (qtp559539591-15542) [n:127.0.0.1:50903_solr     ] o.a.s.a.V2HttpCall >> path: '/my-random-prefix/their/plugin'
   [junit4]   2> 1471894 ERROR (qtp559539591-15542) [n:127.0.0.1:50903_solr     ] o.a.s.a.V2HttpCall Error in init()
   [junit4]   2>           => org.apache.solr.common.SolrException: no core retrieved for null
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.init(V2HttpCall.java:139)
   [junit4]   2> org.apache.solr.common.SolrException: no core retrieved for null
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.init(V2HttpCall.java:139) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:546) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 1472009 INFO  (jetty-closer-9478-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1860686165
   [junit4]   2> 1472009 INFO  (jetty-closer-9478-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=917751929
   [junit4]   2> 1472009 INFO  (jetty-closer-9478-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1290520934
   [junit4]   2> 1472010 INFO  (jetty-closer-9478-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50903_solr
   [junit4]   2> 1472009 INFO  (jetty-closer-9478-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50904_solr
   [junit4]   2> 1472010 INFO  (jetty-closer-9478-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50920_solr
   [junit4]   2> 1472010 INFO  (jetty-closer-9478-thread-4) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1902019806
   [junit4]   2> 1472010 INFO  (jetty-closer-9478-thread-4) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50909_solr
   [junit4]   2> 1472012 INFO  (jetty-closer-9478-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1472012 INFO  (jetty-closer-9478-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:50904_solr as DOWN
   [junit4]   2> 1472012 INFO  (jetty-closer-9478-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1472012 INFO  (jetty-closer-9478-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:50903_solr as DOWN
   [junit4]   2> 1472012 INFO  (jetty-closer-9478-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1472012 INFO  (jetty-closer-9478-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:50920_solr as DOWN
   [junit4]   2> 1472012 INFO  (jetty-closer-9478-thread-4) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1472012 INFO  (jetty-closer-9478-thread-4) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:50909_solr as DOWN
   [junit4]   2> 1472012 INFO  (zkCallback-9407-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (0)
   [junit4]   2> 1472012 INFO  (zkCallback-9431-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (0)
   [junit4]   2> 1472013 INFO  (zkCallback-9451-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (0)
   [junit4]   2> 1472013 INFO  (zkCallback-9419-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (0)
   [junit4]   2> 1472017 INFO  (jetty-closer-9478-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1472017 INFO  (jetty-closer-9478-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1472017 INFO  (jetty-closer-9478-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1472017 INFO  (jetty-closer-9478-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@21175f3b: rootName = solr_50903, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@43117c3f
   [junit4]   2> 1472018 INFO  (jetty-closer-9478-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@50e964cd: rootName = solr_50904, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@3cb0120d
   [junit4]   2> 1472018 INFO  (jetty-closer-9478-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1472018 INFO  (jetty-closer-9478-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22697c48: rootName = solr_50920, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@8d31f3f
   [junit4]   2> 1472018 INFO  (jetty-closer-9478-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1472018 INFO  (jetty-closer-9478-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c9d57f4: rootName = solr_50909, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5ab3079f
   [junit4]   2> 1472047 INFO  (jetty-closer-9478-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1472047 INFO  (jetty-closer-9478-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b3f2a86: rootName = solr_50903, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@657a0411
   [junit4]   2> 1472047 INFO  (jetty-closer-9478-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1472047 INFO  (jetty-closer-9478-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a1a106: rootName = solr_50904, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@657a0411
   [junit4]   2> 1472053 INFO  (jetty-closer-9478-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1472053 INFO  (jetty-closer-9478-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7924f334: rootName = solr_50920, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@657a0411
   [junit4]   2> 1472055 INFO  (jetty-closer-9478-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1472055 INFO  (jetty-closer-9478-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a6999ad: rootName = solr_50909, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@657a0411
   [junit4]   2> 1472063 INFO  (jetty-closer-9478-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1472063 INFO  (jetty-closer-9478-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1472063 INFO  (jetty-closer-9478-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b41942: rootName = solr_50903, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6545655a
   [junit4]   2> 1472063 INFO  (jetty-closer-9478-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1fb9c60b: rootName = solr_50904, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6545655a
   [junit4]   2> 1472063 INFO  (jetty-closer-9478-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1472063 INFO  (jetty-closer-9478-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1472063 INFO  (jetty-closer-9478-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1472063 INFO  (jetty-closer-9478-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ac53850: rootName = solr_50920, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6545655a
   [junit4]   2> 1472063 INFO  (jetty-closer-9478-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1472067 INFO  (jetty-closer-9478-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1472067 INFO  (jetty-closer-9478-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3246f8a9: rootName = solr_50909, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6545655a
   [junit4]   2> 1472067 INFO  (jetty-closer-9478-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1472080 INFO  (closeThreadPool-9498-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72150003262095368-127.0.0.1:50920_solr-n_0000000000) closing
   [junit4]   2> 1472080 INFO  (OverseerStateUpdate-72150003262095368-127.0.0.1:50920_solr-n_0000000000) [n:127.0.0.1:50920_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50920_solr
   [junit4]   2> 1472082 INFO  (closeThreadPool-9498-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72150003262095368-127.0.0.1:50920_solr-n_0000000000) closing
   [junit4]   2> 1472083 WARN  (jetty-launcher-9390-thread-2-SendThread(127.0.0.1:50870)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100540bb2fb0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100540bb2fb0007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100540bb2fb0007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 1472070 WARN  (jetty-launcher-9390-thread-3-SendThread(127.0.0.1:50870)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100540bb2fb000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100540bb2fb000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100540bb2fb000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 1472171 INFO  (jetty-closer-9478-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@55b291d5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1472171 INFO  (jetty-closer-9478-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3f276152{/solr,null,UNAVAILABLE}
   [junit4]   2> 1472171 INFO  (jetty-closer-9478-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1472274 INFO  (jetty-closer-9478-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2f9e1fdc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1472274 INFO  (jetty-closer-9478-thread-3) [     ] o.e.j.s.h.Con

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

 1487461 INFO  (jetty-closer-9593-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@61f56dc4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1487461 INFO  (jetty-closer-9593-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2f9272ab{/solr,null,UNAVAILABLE}
   [junit4]   2> 1487461 INFO  (jetty-closer-9593-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1487521 INFO  (jetty-closer-9593-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@181b9944{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1487521 INFO  (jetty-closer-9593-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2338ec61{/solr,null,UNAVAILABLE}
   [junit4]   2> 1487521 INFO  (jetty-closer-9593-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1487523 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1487733 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> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/live_nodes
   [junit4]   2> 	7	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1487739 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:51161
   [junit4]   2> 1487739 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51161
   [junit4]   2> 1487739 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[D622B0E86155FE7A]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51161
   [junit4]   2> 1489906 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[D622B0E86155FE7A]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testApiFromPackage
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestContainerPlugin -Dtests.method=testApiFromPackage -Dtests.seed=D622B0E86155FE7A -Dtests.slow=true -Dtests.locale=om-ET -Dtests.timezone=Antarctica/Mawson -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   15.2s J1 | TestContainerPlugin.testApiFromPackage <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:51193/solr: Error executing command
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D622B0E86155FE7A:3B7C4899531F29F3]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:67)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:647)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1170)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:931)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:865)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:227)
   [junit4]    > 	at org.apache.solr.handler.TestContainerPlugin.testApiFromPackage(TestContainerPlugin.java:265)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 1489907 INFO  (SUITE-TestContainerPlugin-seed#[D622B0E86155FE7A]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1489907 INFO  (SUITE-TestContainerPlugin-seed#[D622B0E86155FE7A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:51161
   [junit4]   2> 1489907 INFO  (SUITE-TestContainerPlugin-seed#[D622B0E86155FE7A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51161
   [junit4]   2> 1489907 INFO  (SUITE-TestContainerPlugin-seed#[D622B0E86155FE7A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51161
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestContainerPlugin_D622B0E86155FE7A-001
   [junit4]   2> NOTE: test params are: codec=Lucene86, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=om-ET, timezone=Antarctica/Mawson
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=1,free=373293056,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestExtendedDismaxParser, DateMathParserTest, PropertiesRequestHandlerTest, LoggingHandlerTest, CoreMergeIndexesAdminHandlerTest, LeaderElectionTest, TestClusterProperties, CdcrBootstrapTest, TestDeleteCollectionOnDownNodes, TestLRUStatsCache, ImplicitSnitchTest, StressHdfsTest, BlobRepositoryCloudTest, BadComponentTest, TestObjectReleaseTracker, TestSQLHandler, TestLogWatcher, TestTolerantSearch, TestOverriddenPrefixQueryForCustomFieldType, TestQueryUtils, TestLegacyBM25SimilarityFactory, TestDFISimilarityFactory, DistributedVersionInfoTest, TestFaceting, TestInPlaceUpdatesDistrib, HdfsChaosMonkeySafeLeaderTest, TestJavabinTupleStreamParser, CdcrUpdateLogTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestDistributedSearch, TestSystemCollAutoCreate, ChaosMonkeySafeLeaderWithPullReplicasTest, TimeRoutedAliasUpdateProcessorTest, SimpleCollectionCreateDeleteTest, TestWaitForStateWithJettyShutdowns, OverseerTest, StatelessScriptUpdateProcessorFactoryTest, SolrXmlInZkTest, TestSchemaResource, TestSolrCloudWithDelegationTokens, TestTrackingShardHandlerFactory, TestSolr4Spatial2, TestSystemIdResolver, TestBulkSchemaConcurrent, TestConfig, MaxScoreCollectorTest, CdcrWithNodesRestartsTest, TestRestManager, ResponseBuilderTest, MoreLikeThisHandlerTest, TestLuceneIndexBackCompat, DeleteStatusTest, SuggesterTSTTest, TestRealTimeGet, ConcurrentCreateRoutedAliasTest, ZkSolrClientTest, TestXIncludeConfig, SolrIndexSplitterTest, MetricsHistoryIntegrationTest, RegexBoostProcessorTest, PeerSyncTest, NumericFieldsTest, StatsComponentTest, TermsComponentTest, SchemaVersionSpecificBehaviorTest, TestJsonFacetErrors, TestSearchPerf, BasicAuthStandaloneTest, DateRangeFieldTest, CheckHdfsIndexTest, ClusterStateTest, BigEndianAscendingWordDeserializerTest, TestSubQueryTransformer, TestPackages, SolrMetricReporterTest, TestJsonRequest, TestPointFields, JWTVerificationkeyResolverTest, TestDistributedTracing, TestStressReorder, ExternalFileFieldSortTest, TestUpdate, HdfsSyncSliceTest, DeleteInactiveReplicaTest, TestDynamicLoading, TestConfigsApi, BasicDistributedZk2Test, ChaosMonkeyNothingIsSafeWithPullReplicasTest, HttpPartitionWithTlogReplicasTest, NestedShardedAtomicUpdateTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryZkTest, ReplicationFactorTest, TestRSAKeyPair, TestRandomFlRTGCloud, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, VMParamsZkACLAndCredentialsProvidersTest, ZkControllerTest, ZkNodePropsTest, CollectionReloadTest, CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, ExitableDirectoryReaderTest, QueryResultKeyTest, TestCoreDiscovery, TestCorePropertiesReload, TestJmxIntegration, TestSolrCloudSnapshots, TestCSVLoader, TestContainerPlugin]
   [junit4] Completed [604/868 (1!)] on J1 in 21.52s, 2 tests, 1 error <<< FAILURES!

[...truncated 45582 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9190/consoleText

[repro] Revision: 6752111be82681e9f97d7c092d8a0652623bbcee

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestContainerPlugin
[repro] ant compile-test

[...truncated 2468 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestContainerPlugin" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=D622B0E86155FE7A -Dtests.slow=true -Dtests.locale=om-ET -Dtests.timezone=Antarctica/Mawson -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 87 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.handler.TestContainerPlugin
[repro] Exiting with code 0

[...truncated 84 lines...]