You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/08/03 12:01:54 UTC

[JENKINS] Lucene-Solr-Tests-8.x - Build # 343 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/343/

1 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Expected metric minimums for prefix SECURITY./authentication.: {failMissingCredentials=2, authenticated=20, passThrough=9, failWrongCredentials=1, requests=32, errors=0}, but got: {failMissingCredentials=2, authenticated=18, passThrough=11, totalTime=151208858, failWrongCredentials=1, requestTimes=248, requests=32, errors=0}

Stack Trace:
java.lang.AssertionError: Expected metric minimums for prefix SECURITY./authentication.: {failMissingCredentials=2, authenticated=20, passThrough=9, failWrongCredentials=1, requests=32, errors=0}, but got: {failMissingCredentials=2, authenticated=18, passThrough=11, totalTime=151208858, failWrongCredentials=1, requestTimes=248, requests=32, errors=0}
	at __randomizedtesting.SeedInfo.seed([A9403E1A7CA165E3:152E4808D8F2E699]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:129)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:83)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:302)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13414 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 454357 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A9403E1A7CA165E3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 454406 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A9403E1A7CA165E3]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_A9403E1A7CA165E3-001/data-dir-17-001
   [junit4]   2> 454406 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A9403E1A7CA165E3]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 454407 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A9403E1A7CA165E3]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 454440 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 454440 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_A9403E1A7CA165E3-001/tempDir-001
   [junit4]   2> 454440 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 454527 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 454529 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 454616 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.ZkTestServer start zk server on port:42567
   [junit4]   2> 454616 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42567
   [junit4]   2> 454616 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42567
   [junit4]   2> 454670 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 454778 INFO  (zkConnectionManagerCallback-1061-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 454779 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 454852 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 454909 INFO  (zkConnectionManagerCallback-1063-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 454909 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 454924 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 454965 INFO  (zkConnectionManagerCallback-1065-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 454965 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 455112 WARN  (jetty-launcher-1066-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 455113 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 455113 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 455113 INFO  (jetty-launcher-1066-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 455113 WARN  (jetty-launcher-1066-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 455131 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 455131 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 455131 INFO  (jetty-launcher-1066-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 455132 WARN  (jetty-launcher-1066-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 455132 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 455132 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 455132 INFO  (jetty-launcher-1066-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 455149 INFO  (jetty-launcher-1066-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 455149 INFO  (jetty-launcher-1066-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 455149 INFO  (jetty-launcher-1066-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 455150 INFO  (jetty-launcher-1066-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35086279{/solr,null,AVAILABLE}
   [junit4]   2> 455168 INFO  (jetty-launcher-1066-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 455168 INFO  (jetty-launcher-1066-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 455168 INFO  (jetty-launcher-1066-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 455184 INFO  (jetty-launcher-1066-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7279d942{/solr,null,AVAILABLE}
   [junit4]   2> 455220 INFO  (jetty-launcher-1066-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 455220 INFO  (jetty-launcher-1066-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 455220 INFO  (jetty-launcher-1066-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 455221 INFO  (jetty-launcher-1066-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ad7b11f{/solr,null,AVAILABLE}
   [junit4]   2> 455221 INFO  (jetty-launcher-1066-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@106e2a29{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44916}
   [junit4]   2> 455221 INFO  (jetty-launcher-1066-thread-1) [     ] o.e.j.s.Server Started @455404ms
   [junit4]   2> 455221 INFO  (jetty-launcher-1066-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@79172727{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37129}
   [junit4]   2> 455221 INFO  (jetty-launcher-1066-thread-3) [     ] o.e.j.s.Server Started @455404ms
   [junit4]   2> 455221 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44916}
   [junit4]   2> 455221 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37129}
   [junit4]   2> 455222 ERROR (jetty-launcher-1066-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 455222 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 455222 ERROR (jetty-launcher-1066-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 455222 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 455222 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.3.0
   [junit4]   2> 455222 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.3.0
   [junit4]   2> 455222 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 455222 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 455222 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 455222 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 455222 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-03T10:08:51.203Z
   [junit4]   2> 455222 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-03T10:08:51.203Z
   [junit4]   2> 455330 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 455368 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 455382 INFO  (jetty-launcher-1066-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5017c956{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35450}
   [junit4]   2> 455382 INFO  (jetty-launcher-1066-thread-2) [     ] o.e.j.s.Server Started @455565ms
   [junit4]   2> 455382 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35450}
   [junit4]   2> 455383 ERROR (jetty-launcher-1066-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 455383 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 455383 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.3.0
   [junit4]   2> 455383 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 455383 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 455383 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-03T10:08:51.364Z
   [junit4]   2> 455387 INFO  (zkConnectionManagerCallback-1068-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455387 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 455423 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 455440 INFO  (zkConnectionManagerCallback-1070-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455440 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 455475 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 455512 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 455605 INFO  (zkConnectionManagerCallback-1072-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455605 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 455658 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 456261 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 456262 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 456279 WARN  (jetty-launcher-1066-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@39e8681b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456279 WARN  (jetty-launcher-1066-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@39e8681b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456335 WARN  (jetty-launcher-1066-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4081204d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456335 WARN  (jetty-launcher-1066-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4081204d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456336 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42567/solr
   [junit4]   2> 456352 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 456388 WARN  (jetty-launcher-1066-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3bede384[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456388 WARN  (jetty-launcher-1066-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3bede384[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456404 WARN  (jetty-launcher-1066-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67ad3940[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456404 WARN  (jetty-launcher-1066-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67ad3940[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456405 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42567/solr
   [junit4]   2> 456420 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 456481 INFO  (zkConnectionManagerCallback-1082-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456481 INFO  (jetty-launcher-1066-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 456482 INFO  (zkConnectionManagerCallback-1087-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456493 INFO  (jetty-launcher-1066-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 456613 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 456643 WARN  (jetty-launcher-1066-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1fd2a0fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456643 WARN  (jetty-launcher-1066-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1fd2a0fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456663 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 456679 INFO  (zkConnectionManagerCallback-1090-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456682 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 456696 WARN  (jetty-launcher-1066-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@34664ade[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456696 WARN  (jetty-launcher-1066-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@34664ade[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 456696 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42567/solr
   [junit4]   2> 456698 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 456716 INFO  (zkConnectionManagerCallback-1095-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456716 INFO  (jetty-launcher-1066-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 456789 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 456792 INFO  (zkConnectionManagerCallback-1097-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456792 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 456885 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 456919 INFO  (zkConnectionManagerCallback-1099-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456919 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 457853 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37129_solr
   [junit4]   2> 457867 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.c.Overseer Overseer (id=75148555665014794-127.0.0.1:37129_solr-n_0000000000) starting
   [junit4]   2> 457939 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 457968 INFO  (zkConnectionManagerCallback-1110-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457968 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 458108 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42567/solr ready
   [junit4]   2> 458145 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35450_solr
   [junit4]   2> 458167 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 458184 INFO  (zkCallback-1109-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 458184 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37129_solr as DOWN
   [junit4]   2> 458186 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 458186 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37129_solr
   [junit4]   2> 458199 INFO  (zkCallback-1098-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 458199 INFO  (OverseerStateUpdate-75148555665014794-127.0.0.1:37129_solr-n_0000000000) [n:127.0.0.1:37129_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37129_solr
   [junit4]   2> 458201 INFO  (OverseerStateUpdate-75148555665014794-127.0.0.1:37129_solr-n_0000000000) [n:127.0.0.1:37129_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 458202 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 458219 INFO  (zkConnectionManagerCallback-1115-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458219 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 458220 INFO  (zkCallback-1098-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 458220 INFO  (zkCallback-1109-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 458221 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 458222 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42567/solr ready
   [junit4]   2> 458222 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 458312 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 458707 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44916_solr as DOWN
   [junit4]   2> 458708 ERROR (Finalizer) [     ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=2013987747
   [junit4]   2> 458708 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 458708 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44916_solr
   [junit4]   2> 458737 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 458743 INFO  (zkCallback-1109-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 458743 INFO  (zkCallback-1098-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 458744 INFO  (zkCallback-1096-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 458762 INFO  (zkCallback-1114-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 458778 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 458831 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 458940 INFO  (zkCallback-1089-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 458940 INFO  (zkConnectionManagerCallback-1122-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458940 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 459090 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 459159 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35450.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 459358 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37129.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 459377 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35450.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 459394 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35450.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 459396 INFO  (jetty-launcher-1066-thread-2) [n:127.0.0.1:35450_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_A9403E1A7CA165E3-001/tempDir-001/node2/.
   [junit4]   2> 459447 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37129.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 459448 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37129.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 459449 INFO  (jetty-launcher-1066-thread-3) [n:127.0.0.1:37129_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_A9403E1A7CA165E3-001/tempDir-001/node3/.
   [junit4]   2> 459491 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42567/solr ready
   [junit4]   2> 459491 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 459759 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 459814 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44916.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 459850 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44916.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 459850 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44916.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 459851 INFO  (jetty-launcher-1066-thread-1) [n:127.0.0.1:44916_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_A9403E1A7CA165E3-001/tempDir-001/node1/.
   [junit4]   2> 460078 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 460135 INFO  (zkConnectionManagerCallback-1128-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 460135 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 460334 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 460662 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42567/solr ready
   [junit4]   2> 460792 INFO  (qtp2010171309-2841) [n:127.0.0.1:37129_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 461136 INFO  (OverseerThreadFactory-740-thread-1-processing-n:127.0.0.1:37129_solr) [n:127.0.0.1:37129_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection authCollection
   [junit4]   2> 461440 INFO  (OverseerStateUpdate-75148555665014794-127.0.0.1:37129_solr-n_0000000000) [n:127.0.0.1:37129_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"authCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37129/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 461493 INFO  (OverseerStateUpdate-75148555665014794-127.0.0.1:37129_solr-n_0000000000) [n:127.0.0.1:37129_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"authCollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44916/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 461495 INFO  (OverseerStateUpdate-75148555665014794-127.0.0.1:37129_solr-n_0000000000) [n:127.0.0.1:37129_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"authCollection_shard3_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35450/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 461775 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr    x:authCollection_shard3_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n3&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 461775 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr    x:authCollection_shard3_replica_n3 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 461813 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr    x:authCollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 461814 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr    x:authCollection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n2&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 462973 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 463082 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.s.IndexSchema [authCollection_shard3_replica_n3] Schema name=minimal
   [junit4]   2> 463098 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 463098 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica_n3' using configuration from collection authCollection, trusted=true
   [junit4]   2> 463098 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35450.solr.core.authCollection.shard3.replica_n3' (registry 'solr.core.authCollection.shard3.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 463098 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.SolrCore [[authCollection_shard3_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_A9403E1A7CA165E3-001/tempDir-001/node2/authCollection_shard3_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_A9403E1A7CA165E3-001/tempDir-001/node2/./authCollection_shard3_replica_n3/data/]
   [junit4]   2> 463117 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 463373 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema [authCollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 463375 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 463375 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica_n1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 463376 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37129.solr.core.authCollection.shard1.replica_n1' (registry 'solr.core.authCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 463376 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [[authCollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_A9403E1A7CA165E3-001/tempDir-001/node3/authCollection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_A9403E1A7CA165E3-001/tempDir-001/node3/./authCollection_shard1_replica_n1/data/]
   [junit4]   2> 463793 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 463814 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 463814 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 463815 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 463815 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 463816 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@764070c3[authCollection_shard3_replica_n3] main]
   [junit4]   2> 463887 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 463907 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 463907 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 463908 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640839973321048064
   [junit4]   2> 463920 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.IndexSchema [authCollection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 463923 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 463923 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica_n2' using configuration from collection authCollection, trusted=true
   [junit4]   2> 464081 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44916.solr.core.authCollection.shard2.replica_n2' (registry 'solr.core.authCollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 464081 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrCore [[authCollection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_A9403E1A7CA165E3-001/tempDir-001/node1/authCollection_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_A9403E1A7CA165E3-001/tempDir-001/node1/./authCollection_shard2_replica_n2/data/]
   [junit4]   2> 464106 INFO  (searcherExecutor-753-thread-1-processing-n:127.0.0.1:35450_solr x:authCollection_shard3_replica_n3 c:authCollection s:shard3 r:core_node6) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.SolrCore [authCollection_shard3_replica_n3] Registered new searcher Searcher@764070c3[authCollection_shard3_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 464136 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/authCollection/terms/shard3 to Terms{values={core_node6=0}, version=0}
   [junit4]   2> 464136 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/authCollection/leaders/shard3
   [junit4]   2> 464147 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 464147 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 464147 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35450/solr/authCollection_shard3_replica_n3/
   [junit4]   2> 464147 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 464147 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.SyncStrategy http://127.0.0.1:35450/solr/authCollection_shard3_replica_n3/ has no replicas
   [junit4]   2> 464147 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/authCollection/leaders/shard3/leader after winning as /collections/authCollection/leader_elect/shard3/election/75148555665014795-core_node6-n_0000000000
   [junit4]   2> 464149 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35450/solr/authCollection_shard3_replica_n3/ shard3
   [junit4]   2> 464167 INFO  (zkCallback-1098-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 464168 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 464170 INFO  (qtp1590705404-2849) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n3&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2395
   [junit4]   2> 464187 INFO  (zkCallback-1098-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 464299 INFO  (zkCallback-1098-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 464308 INFO  (zkCallback-1098-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 464362 INFO  (zkCallback-1098-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 464363 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 464363 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 464364 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 464364 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 464382 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e1e30ca[authCollection_shard1_replica_n1] main]
   [junit4]   2> 464491 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 464492 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 464492 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 464492 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640839973933416448
   [junit4]   2> 464582 INFO  (searcherExecutor-754-thread-1-processing-n:127.0.0.1:37129_solr x:authCollection_shard1_replica_n1 c:authCollection s:shard1 r:core_node4) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [authCollection_shard1_replica_n1] Registered new searcher Searcher@e1e30ca[authCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 464658 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/authCollection/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 464658 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/authCollection/leaders/shard1
   [junit4]   2> 464710 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 464710 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 464711 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 464711 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 464712 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b96e739[authCollection_shard2_replica_n2] main]
   [junit4]   2> 464823 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 464871 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 464872 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 464872 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640839974331875328
   [junit4]   2> 464924 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 464925 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 464925 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37129/solr/authCollection_shard1_replica_n1/
   [junit4]   2> 464944 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 464998 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:37129/solr/authCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 464998 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/authCollection/leaders/shard1/leader after winning as /collections/authCollection/leader_elect/shard1/election/75148555665014794-core_node4-n_0000000000
   [junit4]   2> 465000 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37129/solr/authCollection_shard1_replica_n1/ shard1
   [junit4]   2> 465014 INFO  (searcherExecutor-760-thread-1-processing-n:127.0.0.1:44916_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrCore [authCollection_shard2_replica_n2] Registered new searcher Searcher@1b96e739[authCollection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 465034 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/authCollection/terms/shard2 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 465034 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/authCollection/leaders/shard2
   [junit4]   2> 465037 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 465037 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 465037 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44916/solr/authCollection_shard2_replica_n2/
   [junit4]   2> 465037 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 465037 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:44916/solr/authCollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 465037 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/authCollection/leaders/shard2/leader after winning as /collections/authCollection/leader_elect/shard2/election/75148555665014792-core_node5-n_0000000000
   [junit4]   2> 465051 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44916/solr/authCollection_shard2_replica_n2/ shard2
   [junit4]   2> 465184 INFO  (zkCallback-1089-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465200 INFO  (zkCallback-1098-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465200 INFO  (zkCallback-1096-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465200 INFO  (zkCallback-1096-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465218 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 465232 ERROR (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Collection authCollection is not lazy or watched!
   [junit4]   2> 465233 INFO  (zkCallback-1098-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465234 INFO  (zkCallback-1098-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465234 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 465236 INFO  (qtp2010171309-2843) [n:127.0.0.1:37129_solr c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3422
   [junit4]   2> 465255 INFO  (qtp514447244-2832) [n:127.0.0.1:44916_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n2&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3441
   [junit4]   2> 465307 INFO  (qtp2010171309-2841) [n:127.0.0.1:37129_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 465366 INFO  (zkCallback-1089-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465366 INFO  (zkCallback-1089-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465378 INFO  (zkCallback-1096-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465378 INFO  (zkCallback-1096-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465382 INFO  (zkCallback-1096-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465390 INFO  (zkCallback-1098-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465390 INFO  (zkCallback-1098-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465390 INFO  (zkCallback-1098-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 465398 INFO  (qtp2010171309-2841) [n:127.0.0.1:37129_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2} status=0 QTime=4606
   [junit4]   2> 465668 INFO  (qtp1590705404-2851) [n:127.0.0.1:35450_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 465707 INFO  (zkCallback-1098-thread-1) [     ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 465707 INFO  (zkCallback-1098-thread-1) [     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 465720 INFO  (qtp1590705404-2852) [n:127.0.0.1:35450_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 465729 INFO  (zkCallback-1096-thread-2) [     ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 465729 INFO  (zkCallback-1096-thread-2) [     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 465741 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=743190379
   [junit4]   2> 465741 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35450_solr
   [junit4]   2> 465743 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 465744 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:35450_solr as DOWN
   [junit4]   2> 465760 INFO  (zkCallback-1089-thread-1) [     ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 465760 INFO  (zkCallback-1089-thread-1) [     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 465978 INFO  (coreCloseExecutor-768-thread-1) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.c.SolrCore [authCollection_shard3_replica_n3]  CLOSING SolrCore org.apache.solr.core.SolrCore@158329ec
   [junit4]   2> 465978 INFO  (coreCloseExecutor-768-thread-1) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.authCollection.shard3.replica_n3, tag=158329ec
   [junit4]   2> 465979 INFO  (coreCloseExecutor-768-thread-1) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b0e5f7c: rootName = solr_35450, domain = solr.core.authCollection.shard3.replica_n3, service url = null, agent id = null] for registry solr.core.authCollection.shard3.replica_n3 / com.codahale.metrics.MetricRegistry@709ab28f
   [junit4]   2> 466072 INFO  (zkCallback-1089-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 466072 INFO  (zkCallback-1096-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 466083 INFO  (zkCallback-1098-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 466083 INFO  (zkCallback-1098-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 466084 INFO  (zkCallback-1089-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 466084 INFO  (zkCallback-1098-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 466084 INFO  (zkCallback-1096-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 466084 INFO  (zkCallback-1096-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 466088 INFO  (coreCloseExecutor-768-thread-1) [n:127.0.0.1:35450_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.authCollection.shard3.leader, tag=158329ec
   [junit4]   2> 466460 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 466500 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@41b39683: rootName = solr_35450, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@12a41e3b
   [junit4]   2> 466572 INFO  (zkCallback-1089-thread-1) [     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 466573 INFO  (zkCallback-1098-thread-1) [     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 466575 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 466575 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@68ad89ed: rootName = solr_35450, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@79750ea6
   [junit4]   2> 466595 INFO  (zkCallback-1096-thread-2) [     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 466611 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 466611 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@602892d5: rootName = solr_35450, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@ae1385d
   [junit4]   2> 466611 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 467023 INFO  (zkCallback-1127-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 467043 INFO  (zkCallback-1089-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 467043 INFO  (zkCallback-1121-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 467047 INFO  (zkCallback-1096-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 467096 INFO  (zkCallback-1109-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 467194 INFO  (OverseerCollectionConfigSetProcessor-75148555665014794-127.0.0.1:37129_solr-n_0000000000) [n:127.0.0.1:37129_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 467315 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5017c956{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 467331 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ad7b11f{/solr,null,UNAVAILABLE}
   [junit4]   2> 467351 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 467367 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 467368 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 467368 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 35450 try number 1 ...
   [junit4]   2> 467368 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 467452 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 467452 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 467453 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 467453 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ac3bc9a{/solr,null,AVAILABLE}
   [junit4]   2> 467465 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1ff48730{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35450}
   [junit4]   2> 467465 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.s.Server Started @467647ms
   [junit4]   2> 467465 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35450}
   [junit4]   2> 467465 ERROR (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 467465 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 467465 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.3.0
   [junit4]   2> 467465 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 467465 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 467465 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-08-03T10:09:03.446Z
   [junit4]   2> 467481 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 467550 INFO  (zkConnectionManagerCallback-1137-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 467553 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 467554 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 470167 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 470168 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@54374282[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 470168 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@54374282[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 470193 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1344594b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 470193 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1344594b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 470194 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42567/solr
   [junit4]   2> 470212 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 470227 INFO  (zkConnectionManagerCallback-1144-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 470227 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 470407 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 470445 INFO  (zkConnectionManagerCallback-1146-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 470445 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 470510 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 470529 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35450_solr as DOWN
   [junit4]   2> 470530 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 470530 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35450_solr
   [junit4]   2> 470531 INFO  (zkCallback-1121-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 470543 INFO  (zkCallback-1127-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 470551 INFO  (zkCallback-1096-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 470552 INFO  (zkCallback-1089-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 470552 INFO  (zkCallback-1109-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 470568 INFO  (zkCallback-1145-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 470572 INFO  (zkCallback-1096-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 470572 INFO  (zkCallback-1089-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 470572 INFO  (zkCallback-1096-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 470572 INFO  (zkCallback-1089-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 470580 INFO  (zkCallback-1096-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 470600 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 470627 INFO  (zkConnectionManagerCallback-1153-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 470645 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 470718 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 470775 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42567/solr ready
   [junit4]   2> 470776 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 470776 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 470776 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 471013 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 471200 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35450.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 471253 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35450.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 471254 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35450.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72e1e06
   [junit4]   2> 471256 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_A9403E1A7CA165E3-001/tempDir-001/node2/.
   [junit4]   2> 471256 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A9403E1A7CA165E3]) [n:127.0.0.1:35450_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [authCollection_shard3_replica_n3]
   [junit4]   2> 471375 INFO  (coreLoadExecutor-778-thread-1-processing-n:127.0.0.1:35450_solr) [n:127.0.0.1:35450_solr     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 471429 INFO  (coreLoadExecutor-778-thread-1-processing-n:127.0.0.1:35450_solr) [n:127.0.0.1:35450_solr     ] o.a.s.s.IndexSchema [authCollection_shard3_replica_n3] Schema name=minimal
   [junit4]   2> 471448 INFO  (coreLoad

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

tings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null262496550
     [copy] Copying 249 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null262496550
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null262496550

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene2-us-west.apache.org
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 19ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 194 minutes 14 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-Tests-8.x - Build # 344 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/344/

1 tests failed.
FAILED:  org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats

Error Message:
Key SEARCHER.searcher.indexVersion not found in registry solr.core.collection1

Stack Trace:
java.lang.AssertionError: Key SEARCHER.searcher.indexVersion not found in registry solr.core.collection1
	at __randomizedtesting.SeedInfo.seed([49C8C2382EBA0661:8656A701A14B6E3E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.handler.admin.StatsReloadRaceTest.requestMetrics(StatsReloadRaceTest.java:143)
	at org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats(StatsReloadRaceTest.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14013 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.StatsReloadRaceTest
   [junit4]   2> 1319567 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.admin.StatsReloadRaceTest_49C8C2382EBA0661-001/data-dir-88-001
   [junit4]   2> 1319567 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1319568 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1319568 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1319568 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1319568 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1319656 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 1319688 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1319843 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1320091 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1320106 WARN  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6b938366[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1320106 WARN  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6b938366[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1320109 WARN  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@488d4e21[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1320109 WARN  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@488d4e21[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1320133 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1320133 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1320145 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@617ea053
   [junit4]   2> 1320151 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@617ea053
   [junit4]   2> 1320151 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@617ea053
   [junit4]   2> 1320152 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1320190 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 1320213 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1320360 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1320378 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1320379 INFO  (coreLoadExecutor-2909-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@617ea053
   [junit4]   2> 1320379 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.admin.StatsReloadRaceTest_49C8C2382EBA0661-001/data-dir-88-001/]
   [junit4]   2> 1320380 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26129146631913347]
   [junit4]   2> 1320449 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1320449 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1320450 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1320450 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1320451 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8974535428537929]
   [junit4]   2> 1320451 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@63fc6dab[collection1] main]
   [junit4]   2> 1320451 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1320472 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1320518 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1320518 INFO  (coreLoadExecutor-2909-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1640853434253967360
   [junit4]   2> 1320520 INFO  (searcherExecutor-2910-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1320520 INFO  (searcherExecutor-2910-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1320520 INFO  (searcherExecutor-2910-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1320520 INFO  (searcherExecutor-2910-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1320520 INFO  (searcherExecutor-2910-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1320521 INFO  (searcherExecutor-2910-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1320521 INFO  (searcherExecutor-2910-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1320521 INFO  (searcherExecutor-2910-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1320521 INFO  (searcherExecutor-2910-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1320521 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1320523 INFO  (searcherExecutor-2910-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@63fc6dab[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1320524 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1640853434258161664), 1 (1640853434259210240), 2 (1640853434259210241), 3 (1640853434259210242), 4 (1640853434259210243), 5 (1640853434260258816), 6 (1640853434260258817), 7 (1640853434260258818), 8 (1640853434260258819), 9 (1640853434260258820), ... (24 adds)]} 0 2
   [junit4]   2> 1320526 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1640853434262355968,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1320526 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1884fd42 commitCommandVersion:1640853434262355968
   [junit4]   2> 1320559 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@76859232[collection1] main]
   [junit4]   2> 1320559 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1320561 INFO  (searcherExecutor-2910-thread-1) [     ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@76859232[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.3.0):C24:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.3.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1564839777265}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1320561 INFO  (SUITE-StatsReloadRaceTest-seed#[49C8C2382EBA0661]-worker) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 35
   [junit4]   2> 1320566 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testParallelReloadAndStats
   [junit4]   2> 1320566 ERROR (parallelCoreAdminExecutor-2906-thread-1-processing-x:collection1 1 RELOAD) [    x:collection1 ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1320566 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320567 INFO  (parallelCoreAdminExecutor-2906-thread-1-processing-x:collection1 1 RELOAD) [    x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1320580 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320580 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320622 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320622 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320623 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320623 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320623 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320624 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320624 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320624 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320625 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320625 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320625 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320626 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320626 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320627 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320627 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320627 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320627 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320628 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320649 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320649 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320649 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320649 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320650 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320650 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320651 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320651 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320651 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320652 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320664 INFO  (parallelCoreAdminExecutor-2906-thread-1-processing-x:collection1 1 RELOAD) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 1320665 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320665 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320665 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320666 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320666 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320667 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320667 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320667 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320667 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320668 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320668 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320685 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320693 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320693 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320694 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320694 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320694 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320695 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320695 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320695 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320696 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320696 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320696 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320697 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320697 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320697 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320697 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320698 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320698 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320698 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320699 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320699 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320700 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320700 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320700 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320701 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320721 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320721 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320722 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320722 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320737 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320738 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320738 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320739 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320739 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320739 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320740 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320740 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320740 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320740 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320741 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320741 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320741 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320742 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320742 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320742 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320743 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320743 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320743 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320744 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320744 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320744 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320745 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320745 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320745 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320766 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320767 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320767 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320768 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320768 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320768 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320769 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320769 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320773 INFO  (parallelCoreAdminExecutor-2906-thread-1-processing-x:collection1 1 RELOAD) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1320778 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320778 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320779 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320779 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320779 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320780 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320780 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320780 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320781 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320781 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320781 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320782 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320799 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320800 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320800 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320800 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320800 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320801 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320801 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320801 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320802 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320802 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320810 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320811 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320811 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320811 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320811 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320812 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320812 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320813 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320813 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320813 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320814 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320830 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320831 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320831 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320831 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320831 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320832 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320832 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320832 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320833 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320833 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320834 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320834 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320834 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320847 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320847 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320847 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320848 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320848 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320848 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320848 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320849 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320849 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320850 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320850 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320850 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320850 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320859 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320859 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320859 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320860 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320860 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320861 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320861 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320861 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320862 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320862 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320862 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320863 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320863 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320863 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320863 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320864 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320864 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320864 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320865 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320865 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320865 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320866 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320866 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320866 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320883 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320884 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320884 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320884 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320885 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320885 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320885 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320885 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320886 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320886 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320887 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320895 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320896 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320896 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320896 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320897 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320897 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320897 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320898 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320898 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320898 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320898 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320899 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320899 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320899 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320900 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320900 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320900 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320901 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320901 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320901 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320901 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320902 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320902 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320903 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320903 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320954 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320955 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320955 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320955 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320956 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320972 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320973 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320973 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320974 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320974 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320974 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320975 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320975 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320975 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320976 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320976 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320988 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320989 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320989 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320990 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320990 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320990 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1320991 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321005 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321005 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321006 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321006 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321006 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321007 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321007 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321007 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321008 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321008 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321009 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321009 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321009 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321010 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321010 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321010 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321011 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321011 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321011 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321012 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321012 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321013 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321038 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321038 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321038 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321039 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321039 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321039 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321039 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321040 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321040 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321040 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321040 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321041 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321041 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321054 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321054 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321054 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321055 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321055 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321055 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321056 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321056 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321056 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321059 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321060 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321060 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321060 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321061 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321061 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321061 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321082 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321082 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321083 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321083 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321083 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321084 INFO  (parallelCoreAdminExecutor-2906-thread-1-processing-x:collection1 1 RELOAD) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1321084 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321084 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321085 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321085 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321085 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321098 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321100 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321100 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321100 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321101 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321101 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321101 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321101 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321102 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321115 INFO  (parallelCoreAdminExecutor-2906-thread-1-processing-x:collection1 1 RELOAD) [    x:collection1 ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1321118 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321119 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321119 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321119 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321119 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321120 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321120 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321120 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321121 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321121 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321121 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321122 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321134 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321135 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321135 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321135 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321136 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321136 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321136 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321136 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321137 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321137 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321163 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321163 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321163 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321164 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321164 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321164 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321165 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321165 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321165 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321165 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321166 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321166 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321184 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321184 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321185 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321185 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321185 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321186 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321186 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321186 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321187 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321203 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321204 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321204 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321204 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321204 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321205 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321205 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321205 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321205 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321206 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321206 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321206 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321206 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321207 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321220 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321220 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321220 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321220 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321220 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321221 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321221 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321221 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321222 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321222 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321222 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321222 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321223 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321226 INFO  (parallelCoreAdminExecutor-2906-thread-1-processing-x:collection1 1 RELOAD) [    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@617ea053
   [junit4]   2> 1321226 INFO  (parallelCoreAdminExecutor-2906-thread-1-processing-x:collection1 1 RELOAD) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.admin.StatsReloadRaceTest_49C8C2382EBA0661-001/data-dir-88-001/]
   [junit4]   2> 1321240 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321240 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321240 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321240 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321241 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321241 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321241 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 1321241 INFO  (TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[49C8C2382EBA0661]) [     ] o.a.s.h.a.CoreAdminOperation Checking req

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

tings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null964128434
     [copy] Copying 249 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null964128434
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null964128434

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene2-us-west.apache.org
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 20ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 186 minutes 25 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)