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/04/19 13:34:57 UTC

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 79 - Failure

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

1 tests failed.
FAILED:  org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:33793/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:33793/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1068)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:837)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:769)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy(RulesTest.java:116)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	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)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
	... 50 more




Build Log:
[...truncated 14545 lines...]
   [junit4] Suite: org.apache.solr.cloud.rule.RulesTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_2A6253C2024984CD-001/init-core-data-001
   [junit4]   2> 1517883 WARN  (SUITE-RulesTest-seed#[2A6253C2024984CD]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1517883 INFO  (SUITE-RulesTest-seed#[2A6253C2024984CD]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1517885 INFO  (SUITE-RulesTest-seed#[2A6253C2024984CD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1517885 INFO  (SUITE-RulesTest-seed#[2A6253C2024984CD]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1517886 INFO  (SUITE-RulesTest-seed#[2A6253C2024984CD]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_2A6253C2024984CD-001/tempDir-001
   [junit4]   2> 1517887 INFO  (SUITE-RulesTest-seed#[2A6253C2024984CD]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1517887 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1517887 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1517987 INFO  (SUITE-RulesTest-seed#[2A6253C2024984CD]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:33544
   [junit4]   2> 1517987 INFO  (SUITE-RulesTest-seed#[2A6253C2024984CD]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33544
   [junit4]   2> 1517987 INFO  (SUITE-RulesTest-seed#[2A6253C2024984CD]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33544
   [junit4]   2> 1518037 INFO  (zkConnectionManagerCallback-7564-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518072 INFO  (zkConnectionManagerCallback-7566-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518094 INFO  (zkConnectionManagerCallback-7568-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518105 WARN  (jetty-launcher-7569-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1518105 INFO  (jetty-launcher-7569-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1518105 INFO  (jetty-launcher-7569-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1518105 INFO  (jetty-launcher-7569-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1518110 WARN  (jetty-launcher-7569-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1518111 INFO  (jetty-launcher-7569-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1518111 INFO  (jetty-launcher-7569-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1518111 INFO  (jetty-launcher-7569-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1518129 WARN  (jetty-launcher-7569-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1518129 INFO  (jetty-launcher-7569-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1518129 INFO  (jetty-launcher-7569-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1518129 INFO  (jetty-launcher-7569-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1518132 WARN  (jetty-launcher-7569-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1518132 INFO  (jetty-launcher-7569-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1518133 INFO  (jetty-launcher-7569-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1518133 INFO  (jetty-launcher-7569-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1518137 WARN  (jetty-launcher-7569-thread-5) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1518137 INFO  (jetty-launcher-7569-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1518137 INFO  (jetty-launcher-7569-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1518137 INFO  (jetty-launcher-7569-thread-5) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1518144 INFO  (jetty-launcher-7569-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1518144 INFO  (jetty-launcher-7569-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1518144 INFO  (jetty-launcher-7569-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1518145 INFO  (jetty-launcher-7569-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6523c128{/solr,null,AVAILABLE}
   [junit4]   2> 1518146 INFO  (jetty-launcher-7569-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1518146 INFO  (jetty-launcher-7569-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1518146 INFO  (jetty-launcher-7569-thread-5) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1518147 INFO  (jetty-launcher-7569-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6754ae7a{/solr,null,AVAILABLE}
   [junit4]   2> 1518149 INFO  (jetty-launcher-7569-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@69cebcf{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35149}
   [junit4]   2> 1518149 INFO  (jetty-launcher-7569-thread-5) [    ] o.e.j.s.Server Started @1518213ms
   [junit4]   2> 1518149 INFO  (jetty-launcher-7569-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35149}
   [junit4]   2> 1518149 ERROR (jetty-launcher-7569-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1518149 INFO  (jetty-launcher-7569-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1518149 INFO  (jetty-launcher-7569-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1518149 INFO  (jetty-launcher-7569-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1518149 INFO  (jetty-launcher-7569-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1518149 INFO  (jetty-launcher-7569-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-19T12:46:12.129Z
   [junit4]   2> 1518150 INFO  (jetty-launcher-7569-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1518150 INFO  (jetty-launcher-7569-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1518150 INFO  (jetty-launcher-7569-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1518150 INFO  (jetty-launcher-7569-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@96817eb{/solr,null,AVAILABLE}
   [junit4]   2> 1518151 INFO  (jetty-launcher-7569-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1518151 INFO  (jetty-launcher-7569-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1518151 INFO  (jetty-launcher-7569-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@43bf89a2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33793}
   [junit4]   2> 1518151 INFO  (jetty-launcher-7569-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1518151 INFO  (jetty-launcher-7569-thread-1) [    ] o.e.j.s.Server Started @1518215ms
   [junit4]   2> 1518151 INFO  (jetty-launcher-7569-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33793}
   [junit4]   2> 1518152 ERROR (jetty-launcher-7569-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1518152 INFO  (jetty-launcher-7569-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1518152 INFO  (jetty-launcher-7569-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1518152 INFO  (jetty-launcher-7569-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1518152 INFO  (jetty-launcher-7569-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1518152 INFO  (jetty-launcher-7569-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-19T12:46:12.132Z
   [junit4]   2> 1518153 INFO  (jetty-launcher-7569-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@742ad423{/solr,null,AVAILABLE}
   [junit4]   2> 1518157 INFO  (jetty-launcher-7569-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1518157 INFO  (jetty-launcher-7569-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1518157 INFO  (jetty-launcher-7569-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1518157 INFO  (jetty-launcher-7569-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d7534f5{/solr,null,AVAILABLE}
   [junit4]   2> 1518158 INFO  (jetty-launcher-7569-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@22872c3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38625}
   [junit4]   2> 1518158 INFO  (jetty-launcher-7569-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1abf6e6f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37818}
   [junit4]   2> 1518158 INFO  (jetty-launcher-7569-thread-2) [    ] o.e.j.s.Server Started @1518222ms
   [junit4]   2> 1518158 INFO  (jetty-launcher-7569-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38625}
   [junit4]   2> 1518158 INFO  (jetty-launcher-7569-thread-3) [    ] o.e.j.s.Server Started @1518222ms
   [junit4]   2> 1518158 INFO  (jetty-launcher-7569-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37818}
   [junit4]   2> 1518158 ERROR (jetty-launcher-7569-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1518158 INFO  (jetty-launcher-7569-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1518158 ERROR (jetty-launcher-7569-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1518158 INFO  (jetty-launcher-7569-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1518159 INFO  (jetty-launcher-7569-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1518159 INFO  (jetty-launcher-7569-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1518159 INFO  (jetty-launcher-7569-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1518159 INFO  (jetty-launcher-7569-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1518159 INFO  (jetty-launcher-7569-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1518159 INFO  (jetty-launcher-7569-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1518159 INFO  (jetty-launcher-7569-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-19T12:46:12.139Z
   [junit4]   2> 1518159 INFO  (jetty-launcher-7569-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-19T12:46:12.139Z
   [junit4]   2> 1518159 INFO  (zkConnectionManagerCallback-7573-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518160 INFO  (jetty-launcher-7569-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1518160 INFO  (zkConnectionManagerCallback-7571-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518161 INFO  (jetty-launcher-7569-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1518161 INFO  (jetty-launcher-7569-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@74f68e22{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40976}
   [junit4]   2> 1518161 INFO  (jetty-launcher-7569-thread-4) [    ] o.e.j.s.Server Started @1518225ms
   [junit4]   2> 1518161 INFO  (jetty-launcher-7569-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40976}
   [junit4]   2> 1518161 ERROR (jetty-launcher-7569-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1518161 INFO  (jetty-launcher-7569-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1518161 INFO  (jetty-launcher-7569-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1518161 INFO  (jetty-launcher-7569-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1518161 INFO  (jetty-launcher-7569-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1518161 INFO  (jetty-launcher-7569-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-19T12:46:12.141Z
   [junit4]   2> 1518163 INFO  (zkConnectionManagerCallback-7575-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518166 INFO  (zkConnectionManagerCallback-7579-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518167 INFO  (zkConnectionManagerCallback-7577-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518167 INFO  (jetty-launcher-7569-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1518172 INFO  (jetty-launcher-7569-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1518177 INFO  (jetty-launcher-7569-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1518314 INFO  (jetty-launcher-7569-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1518341 WARN  (jetty-launcher-7569-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2701167b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518387 WARN  (jetty-launcher-7569-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@58c706ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518388 INFO  (jetty-launcher-7569-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33544/solr
   [junit4]   2> 1518416 INFO  (zkConnectionManagerCallback-7590-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518446 INFO  (zkConnectionManagerCallback-7592-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518522 INFO  (jetty-launcher-7569-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1518543 WARN  (jetty-launcher-7569-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@14dc7d08[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518553 INFO  (jetty-launcher-7569-thread-1) [n:127.0.0.1:33793_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33793_solr
   [junit4]   2> 1518554 INFO  (jetty-launcher-7569-thread-1) [n:127.0.0.1:33793_solr    ] o.a.s.c.Overseer Overseer (id=73159432688107529-127.0.0.1:33793_solr-n_0000000000) starting
   [junit4]   2> 1518603 WARN  (jetty-launcher-7569-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2eb1ffa9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518604 INFO  (jetty-launcher-7569-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33544/solr
   [junit4]   2> 1518607 INFO  (zkConnectionManagerCallback-7601-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518610 INFO  (jetty-launcher-7569-thread-1) [n:127.0.0.1:33793_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33544/solr ready
   [junit4]   2> 1518623 INFO  (jetty-launcher-7569-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1518626 INFO  (zkConnectionManagerCallback-7605-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518632 INFO  (OverseerStateUpdate-73159432688107529-127.0.0.1:33793_solr-n_0000000000) [n:127.0.0.1:33793_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33793_solr
   [junit4]   2> 1518637 INFO  (jetty-launcher-7569-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1518639 INFO  (jetty-launcher-7569-thread-1) [n:127.0.0.1:33793_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33793_solr
   [junit4]   2> 1518645 WARN  (jetty-launcher-7569-thread-5) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@219baff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518650 WARN  (jetty-launcher-7569-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4d1de53c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518653 INFO  (zkCallback-7600-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1518655 WARN  (jetty-launcher-7569-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4d0594dd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518656 INFO  (jetty-launcher-7569-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33544/solr
   [junit4]   2> 1518657 INFO  (zkCallback-7591-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1518665 WARN  (jetty-launcher-7569-thread-5) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@57f8c405[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518666 INFO  (jetty-launcher-7569-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33544/solr
   [junit4]   2> 1518672 INFO  (zkConnectionManagerCallback-7609-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518680 INFO  (zkConnectionManagerCallback-7615-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518680 INFO  (zkConnectionManagerCallback-7619-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518689 INFO  (jetty-launcher-7569-thread-1) [n:127.0.0.1:33793_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1518691 INFO  (jetty-launcher-7569-thread-2) [n:127.0.0.1:38625_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1518716 INFO  (jetty-launcher-7569-thread-2) [n:127.0.0.1:38625_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:38625_solr as DOWN
   [junit4]   2> 1518716 INFO  (jetty-launcher-7569-thread-2) [n:127.0.0.1:38625_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1518717 INFO  (jetty-launcher-7569-thread-2) [n:127.0.0.1:38625_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38625_solr
   [junit4]   2> 1518745 INFO  (zkConnectionManagerCallback-7623-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518745 INFO  (zkCallback-7608-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1518746 INFO  (zkCallback-7600-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1518751 INFO  (jetty-launcher-7569-thread-4) [n:127.0.0.1:40976_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1518753 INFO  (jetty-launcher-7569-thread-1) [n:127.0.0.1:33793_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33793.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1518755 INFO  (jetty-launcher-7569-thread-4) [n:127.0.0.1:40976_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40976_solr as DOWN
   [junit4]   2> 1518756 INFO  (zkCallback-7591-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1518756 INFO  (jetty-launcher-7569-thread-4) [n:127.0.0.1:40976_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1518756 INFO  (jetty-launcher-7569-thread-4) [n:127.0.0.1:40976_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40976_solr
   [junit4]   2> 1518758 INFO  (zkCallback-7600-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1518768 INFO  (jetty-launcher-7569-thread-1) [n:127.0.0.1:33793_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33793.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1518768 INFO  (jetty-launcher-7569-thread-1) [n:127.0.0.1:33793_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33793.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1518770 INFO  (jetty-launcher-7569-thread-1) [n:127.0.0.1:33793_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_2A6253C2024984CD-001/tempDir-001/node1/.
   [junit4]   2> 1518772 INFO  (zkCallback-7622-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1518772 INFO  (zkCallback-7608-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1518772 INFO  (zkCallback-7591-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1518787 INFO  (zkConnectionManagerCallback-7626-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518790 INFO  (zkConnectionManagerCallback-7633-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518794 INFO  (jetty-launcher-7569-thread-5) [n:127.0.0.1:35149_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1518798 INFO  (jetty-launcher-7569-thread-5) [n:127.0.0.1:35149_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35149_solr as DOWN
   [junit4]   2> 1518799 INFO  (jetty-launcher-7569-thread-5) [n:127.0.0.1:35149_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1518799 INFO  (jetty-launcher-7569-thread-5) [n:127.0.0.1:35149_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35149_solr
   [junit4]   2> 1518801 INFO  (jetty-launcher-7569-thread-2) [n:127.0.0.1:38625_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1518801 INFO  (zkCallback-7608-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518801 INFO  (zkCallback-7600-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518802 INFO  (zkCallback-7591-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518802 INFO  (zkConnectionManagerCallback-7638-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518802 INFO  (zkCallback-7622-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518803 INFO  (jetty-launcher-7569-thread-2) [n:127.0.0.1:38625_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33544/solr ready
   [junit4]   2> 1518814 INFO  (jetty-launcher-7569-thread-4) [n:127.0.0.1:40976_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1518817 INFO  (jetty-launcher-7569-thread-4) [n:127.0.0.1:40976_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33544/solr ready
   [junit4]   2> 1518818 INFO  (jetty-launcher-7569-thread-4) [n:127.0.0.1:40976_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1518820 INFO  (zkCallback-7625-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518831 INFO  (jetty-launcher-7569-thread-2) [n:127.0.0.1:38625_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1518859 INFO  (jetty-launcher-7569-thread-2) [n:127.0.0.1:38625_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38625.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1518876 INFO  (jetty-launcher-7569-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1518878 INFO  (jetty-launcher-7569-thread-4) [n:127.0.0.1:40976_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40976.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1518886 INFO  (jetty-launcher-7569-thread-2) [n:127.0.0.1:38625_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38625.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1518886 INFO  (jetty-launcher-7569-thread-2) [n:127.0.0.1:38625_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38625.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1518888 INFO  (jetty-launcher-7569-thread-2) [n:127.0.0.1:38625_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_2A6253C2024984CD-001/tempDir-001/node2/.
   [junit4]   2> 1518895 WARN  (jetty-launcher-7569-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@420d1aac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518899 INFO  (jetty-launcher-7569-thread-4) [n:127.0.0.1:40976_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40976.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1518900 INFO  (jetty-launcher-7569-thread-4) [n:127.0.0.1:40976_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40976.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1518902 INFO  (jetty-launcher-7569-thread-4) [n:127.0.0.1:40976_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_2A6253C2024984CD-001/tempDir-001/node4/.
   [junit4]   2> 1518910 INFO  (zkConnectionManagerCallback-7648-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518935 INFO  (jetty-launcher-7569-thread-5) [n:127.0.0.1:35149_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1518935 WARN  (jetty-launcher-7569-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7018da4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518936 INFO  (jetty-launcher-7569-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33544/solr
   [junit4]   2> 1518936 INFO  (jetty-launcher-7569-thread-5) [n:127.0.0.1:35149_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33544/solr ready
   [junit4]   2> 1518941 INFO  (jetty-launcher-7569-thread-5) [n:127.0.0.1:35149_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1518947 INFO  (zkConnectionManagerCallback-7653-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518950 INFO  (zkConnectionManagerCallback-7656-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518957 INFO  (jetty-launcher-7569-thread-3) [n:127.0.0.1:37818_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1518961 INFO  (jetty-launcher-7569-thread-3) [n:127.0.0.1:37818_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:37818_solr as DOWN
   [junit4]   2> 1518962 INFO  (jetty-launcher-7569-thread-3) [n:127.0.0.1:37818_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1518962 INFO  (jetty-launcher-7569-thread-3) [n:127.0.0.1:37818_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37818_solr
   [junit4]   2> 1518964 INFO  (zkCallback-7600-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1518964 INFO  (zkCallback-7608-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1518964 INFO  (zkCallback-7622-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1518965 INFO  (zkCallback-7591-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1518973 INFO  (jetty-launcher-7569-thread-5) [n:127.0.0.1:35149_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35149.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1518981 INFO  (zkCallback-7632-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1518981 INFO  (zkCallback-7655-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1518981 INFO  (zkCallback-7637-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1518981 INFO  (zkCallback-7647-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1518982 INFO  (zkCallback-7625-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1518991 INFO  (jetty-launcher-7569-thread-5) [n:127.0.0.1:35149_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35149.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1518992 INFO  (jetty-launcher-7569-thread-5) [n:127.0.0.1:35149_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35149.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1519007 INFO  (zkConnectionManagerCallback-7663-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1519010 INFO  (jetty-launcher-7569-thread-3) [n:127.0.0.1:37818_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1519011 INFO  (jetty-launcher-7569-thread-3) [n:127.0.0.1:37818_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33544/solr ready
   [junit4]   2> 1519012 INFO  (jetty-launcher-7569-thread-3) [n:127.0.0.1:37818_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1519028 INFO  (jetty-launcher-7569-thread-5) [n:127.0.0.1:35149_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_2A6253C2024984CD-001/tempDir-001/node5/.
   [junit4]   2> 1519081 INFO  (jetty-launcher-7569-thread-3) [n:127.0.0.1:37818_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37818.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1519132 INFO  (jetty-launcher-7569-thread-3) [n:127.0.0.1:37818_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37818.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1519136 INFO  (jetty-launcher-7569-thread-3) [n:127.0.0.1:37818_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37818.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@275185ca
   [junit4]   2> 1519138 INFO  (jetty-launcher-7569-thread-3) [n:127.0.0.1:37818_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_2A6253C2024984CD-001/tempDir-001/node3/.
   [junit4]   2> 1519362 INFO  (zkConnectionManagerCallback-7669-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1519364 INFO  (SUITE-RulesTest-seed#[2A6253C2024984CD]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1519368 INFO  (SUITE-RulesTest-seed#[2A6253C2024984CD]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33544/solr ready
   [junit4]   2> 1519479 INFO  (TEST-RulesTest.testPortRuleInPresenceOfClusterPolicy-seed#[2A6253C2024984CD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPortRuleInPresenceOfClusterPolicy
   [junit4]   2> 1519512 INFO  (qtp697679366-21159) [n:127.0.0.1:33793_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519513 INFO  (qtp697679366-21160) [n:127.0.0.1:33793_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519514 INFO  (qtp697679366-21156) [n:127.0.0.1:33793_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519529 INFO  (qtp697679366-21158) [n:127.0.0.1:33793_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519530 INFO  (qtp697679366-21159) [n:127.0.0.1:33793_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519540 INFO  (qtp1967150617-21171) [n:127.0.0.1:35149_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519541 INFO  (qtp1967150617-21172) [n:127.0.0.1:35149_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519544 INFO  (qtp1967150617-21173) [n:127.0.0.1:35149_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519545 INFO  (qtp1967150617-21174) [n:127.0.0.1:35149_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519546 INFO  (qtp1967150617-21170) [n:127.0.0.1:35149_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519561 INFO  (qtp1408730337-21183) [n:127.0.0.1:37818_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519562 INFO  (qtp1408730337-21184) [n:127.0.0.1:37818_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519563 INFO  (qtp1408730337-21180) [n:127.0.0.1:37818_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519563 INFO  (qtp1408730337-21178) [n:127.0.0.1:37818_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519564 INFO  (qtp1408730337-21182) [n:127.0.0.1:37818_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519592 INFO  (qtp115798759-21189) [n:127.0.0.1:38625_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519593 INFO  (qtp115798759-21190) [n:127.0.0.1:38625_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519594 INFO  (qtp115798759-21191) [n:127.0.0.1:38625_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519595 INFO  (qtp115798759-21192) [n:127.0.0.1:38625_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519596 INFO  (qtp115798759-21188) [n:127.0.0.1:38625_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519608 INFO  (qtp1583768481-21197) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=4
   [junit4]   2> 1519609 INFO  (qtp1583768481-21198) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519610 INFO  (qtp1583768481-21164) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519611 INFO  (qtp1583768481-21200) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519612 INFO  (qtp1583768481-21196) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1519614 INFO  (qtp697679366-21157) [n:127.0.0.1:33793_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=124
   [junit4]   2> 1519620 INFO  (qtp697679366-21160) [n:127.0.0.1:33793_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1&collection.configName=conf&snitch=class:ImplicitSnitch&name=portRuleColl2&router.name=implicit&nrtReplicas=2&action=CREATE&rule=port:40976&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519654 INFO  (OverseerThreadFactory-7059-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection portRuleColl2
   [junit4]   2> 1519769 INFO  (OverseerStateUpdate-73159432688107529-127.0.0.1:33793_solr-n_0000000000) [n:127.0.0.1:33793_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"portRuleColl2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"portRuleColl2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40976/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1519772 INFO  (OverseerStateUpdate-73159432688107529-127.0.0.1:33793_solr-n_0000000000) [n:127.0.0.1:33793_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"portRuleColl2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"portRuleColl2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40976/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1519975 INFO  (qtp1583768481-21197) [n:127.0.0.1:40976_solr    x:portRuleColl2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=portRuleColl2_shard1_replica_n1&action=CREATE&numShards=1&collection=portRuleColl2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1519975 INFO  (qtp1583768481-21164) [n:127.0.0.1:40976_solr    x:portRuleColl2_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=portRuleColl2_shard1_replica_n2&action=CREATE&numShards=1&collection=portRuleColl2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1578695 INFO  (qtp1408730337-21183) [n:127.0.0.1:37818_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=1
   [junit4]   2> 1578697 INFO  (qtp1408730337-21184) [n:127.0.0.1:37818_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578697 INFO  (qtp1408730337-21180) [n:127.0.0.1:37818_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578700 INFO  (qtp115798759-21189) [n:127.0.0.1:38625_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578701 INFO  (qtp115798759-21190) [n:127.0.0.1:38625_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578702 INFO  (qtp115798759-21191) [n:127.0.0.1:38625_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578703 INFO  (qtp1583768481-21196) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.portRuleColl2.shard1.replica_n1:QUERY./select.requests&key=solr.core.portRuleColl2.shard1.replica_n2:QUERY./select.requests&key=solr.core.portRuleColl2.shard1.replica_n1:UPDATE./update.requests&key=solr.core.portRuleColl2.shard1.replica_n2:UPDATE./update.requests&key=solr.core.portRuleColl2.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.portRuleColl2.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1578704 INFO  (qtp1583768481-21198) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.portRuleColl2.shard1.replica_n1:QUERY./select.requests&key=solr.core.portRuleColl2.shard1.replica_n2:QUERY./select.requests&key=solr.core.portRuleColl2.shard1.replica_n1:UPDATE./update.requests&key=solr.core.portRuleColl2.shard1.replica_n2:UPDATE./update.requests&key=solr.core.portRuleColl2.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.portRuleColl2.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1578704 INFO  (qtp1583768481-21200) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.portRuleColl2.shard1.replica_n1:QUERY./select.requests&key=solr.core.portRuleColl2.shard1.replica_n2:QUERY./select.requests&key=solr.core.portRuleColl2.shard1.replica_n1:UPDATE./update.requests&key=solr.core.portRuleColl2.shard1.replica_n2:UPDATE./update.requests&key=solr.core.portRuleColl2.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.portRuleColl2.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1578705 INFO  (qtp1583768481-21196) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578706 INFO  (qtp1583768481-21198) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578707 INFO  (qtp1583768481-21200) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578710 INFO  (qtp697679366-21156) [n:127.0.0.1:33793_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578711 INFO  (qtp697679366-21158) [n:127.0.0.1:33793_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578711 INFO  (qtp697679366-21159) [n:127.0.0.1:33793_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578714 INFO  (qtp1967150617-21171) [n:127.0.0.1:35149_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578715 INFO  (qtp1967150617-21172) [n:127.0.0.1:35149_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1578716 INFO  (qtp1967150617-21173) [n:127.0.0.1:35149_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1609706 INFO  (TEST-RulesTest.testPortRuleInPresenceOfClusterPolicy-seed#[2A6253C2024984CD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1609709 INFO  (qtp697679366-21156) [n:127.0.0.1:33793_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=portRuleColl2&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1638722 INFO  (qtp1408730337-21178) [n:127.0.0.1:37818_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=1
   [junit4]   2> 1638724 INFO  (qtp1408730337-21182) [n:127.0.0.1:37818_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1638725 INFO  (qtp1408730337-21183) [n:127.0.0.1:37818_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1638728 INFO  (qtp115798759-21192) [n:127.0.0.1:38625_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=1
   [junit4]   2> 1638729 INFO  (qtp115798759-21188) [n:127.0.0.1:38625_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1638730 INFO  (qtp115798759-21189) [n:127.0.0.1:38625_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1638732 INFO  (qtp1583768481-21196) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.portRuleColl2.shard1.replica_n1:QUERY./select.requests&key=solr.core.portRuleColl2.shard1.replica_n2:QUERY./select.requests&key=solr.core.portRuleColl2.shard1.replica_n1:UPDATE./update.requests&key=solr.core.portRuleColl2.shard1.replica_n2:UPDATE./update.requests&key=solr.core.portRuleColl2.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.portRuleColl2.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1638733 INFO  (qtp1583768481-21198) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.portRuleColl2.shard1.replica_n1:QUERY./select.requests&key=solr.core.portRuleColl2.shard1.replica_n2:QUERY./select.requests&key=solr.core.portRuleColl2.shard1.replica_n1:UPDATE./update.requests&key=solr.core.portRuleColl2.shard1.replica_n2:UPDATE./update.requests&key=solr.core.portRuleColl2.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.portRuleColl2.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1638734 INFO  (qtp1583768481-21200) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.portRuleColl2.shard1.replica_n1:QUERY./select.requests&key=solr.core.portRuleColl2.shard1.replica_n2:QUERY./select.requests&key=solr.core.portRuleColl2.shard1.replica_n1:UPDATE./update.requests&key=solr.core.portRuleColl2.shard1.replica_n2:UPDATE./update.requests&key=solr.core.portRuleColl2.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.portRuleColl2.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1638735 INFO  (qtp1583768481-21196) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1638736 INFO  (qtp1583768481-21198) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1638737 INFO  (qtp1583768481-21200) [n:127.0.0.1:40976_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1638742 INFO  (qtp697679366-21158) [n:127.0.0.1:33793_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1638743 INFO  (qtp697679366-21159) [n:127.0.0.1:33793_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1638745 INFO  (qtp697679366-21157) [n:127.0.0.1:33793_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1638747 INFO  (qtp1967150617-21174) [n:127.0.0.1:35149_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1638748 INFO  (qtp1967150617-21170) [n:127.0.0.1:35149_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1638749 INFO  (qtp1967150617-21171) [n:127.0.0.1:35149_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1640074 ERROR (OverseerThreadFactory-7059-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:40976/solr
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:40976/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:40976/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:172) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:188) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:181) ~[metrics-core-4.0.5.jar:4.0.5]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2> 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_191]
   [junit4]   2> 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_191]
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_191]
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_191]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120) ~[java/:?]
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548) ~[java/:?]
   [junit4]   2> 	... 13 more
   [junit4]   2> 1640074 ERROR (OverseerThreadFactory-7059-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:40976/solr
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:40976/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:40976/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:172) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:188) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:181) ~[metrics-core-4.0.5.jar:4.0.5]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2> 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_191]
   [junit4]   2> 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_191]
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_191]
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_191]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120) ~[java/:?]
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548) ~[java/:?]
   [junit4]   2> 	... 13 more
   [junit4]   2> 1640074 ERROR (OverseerThreadFactory-7059-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Cleaning up collection [portRuleColl2].
   [junit4]   2> 1640079 INFO  (OverseerThreadFactory-7059-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1640082 ERROR (qtp1583768481-21196) [n:127.0.0.1:40976_solr    x:portRuleColl2_shard1_replica_n1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Cannot unload non-existent core [portRuleColl2_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.unload(CoreContainer.java:1623)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$1(CoreAdminOperation.java:105)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:796)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:762)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:522)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:397)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1640082 INFO  (qtp1583768481-21196) [n:127.0.0.1:40976_solr    x:portRuleColl2_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=portRuleColl2_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 1640083 ERROR (qtp1583768481-21198) [n:127.0.0.1:40976_solr    x:portRuleColl2_shard1_replica_n2] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Cannot unload non-existent core [portRuleColl2_shard1_replica_n2]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.unload(CoreContainer.java:1623)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$1(CoreAdminOperation.java:105)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:796)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:762)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:522)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:397)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1640083 INFO  (qtp1583768481-21198) [n:127.0.0.1:40976_solr    x:portRuleColl2_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=portRuleColl2_shard1_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 1640084 ERROR (OverseerThreadFactory-7059-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:40976/solr
   [junit4]   2>           => org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:40976/solr: Cannot unload non-existent core [portRuleColl2_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:40976/solr: Cannot unload non-existent core [portRuleColl2_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:172) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:188) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:181) ~[metrics-core-4.0.5.jar:4.0.5]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 1640084 ERROR (OverseerThreadFactory-7059-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:40976/solr
   [junit4]   2>           => org.apache.solr.client.solrj.impl.HttpSolrClient$Remo

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

oadresource] 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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/null1926635914
     [copy] Copying 38 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/null1926635914
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/null1926635914

resolve-example:

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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null1664845817
     [copy] Copying 239 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null1664845817
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null1664845817

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 29ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/build.xml:642: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/build.xml:506: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/build.xml:493: Source checkout is dirty (unversioned/missing files) after running tests!!! Offending files:
* solr/licenses/gmetric4j-1.0.7.jar.sha1

Total time: 113 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

2 tests failed.
FAILED:  org.apache.solr.handler.TestReqParamsAPI.test

Error Message:
{   "responseHeader":{     "status":500,     "QTime":35559},   "errorMessages":["2 out of 3 the property overlay to be of version 0 within 30 seconds! Failed cores: [https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/, https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/]\n"],   "WARNING":"This response format is experimental.  It is likely to change in the future.",   "error":{     "metadata":[       "error-class","org.apache.solr.common.SolrException",       "root-error-class","org.apache.solr.common.SolrException"],     "msg":"2 out of 3 the property overlay to be of version 0 within 30 seconds! Failed cores: [https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/, https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/]",     "trace":"org.apache.solr.common.SolrException: 2 out of 3 the property overlay to be of version 0 within 30 seconds! Failed cores: [https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/, https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/]\n\tat org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:768)\n\tat org.apache.solr.handler.SolrConfigHandler.access$400(SolrConfigHandler.java:101)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:499)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:345)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.access$100(SolrConfigHandler.java:158)\n\tat org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:136)\n\tat org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)\n\tat org.apache.solr.api.ApiBag$ReqHandlerToApi.call(ApiBag.java:242)\n\tat org.apache.solr.api.V2HttpCall.execute(V2HttpCall.java:355)\n\tat org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:542)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:397)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)\n\tat org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:502)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:411)\n\tat org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:305)\n\tat org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)\n\tat java.lang.Thread.run(Thread.java:748)\n",     "code":500}}  expected null, but was:<[2 out of 3 the property overlay to be of version 0 within 30 seconds! Failed cores: [https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/, https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/] ]>

Stack Trace:
java.lang.AssertionError: {
  "responseHeader":{
    "status":500,
    "QTime":35559},
  "errorMessages":["2 out of 3 the property overlay to be of version 0 within 30 seconds! Failed cores: [https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/, https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/]\n"],
  "WARNING":"This response format is experimental.  It is likely to change in the future.",
  "error":{
    "metadata":[
      "error-class","org.apache.solr.common.SolrException",
      "root-error-class","org.apache.solr.common.SolrException"],
    "msg":"2 out of 3 the property overlay to be of version 0 within 30 seconds! Failed cores: [https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/, https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/]",
    "trace":"org.apache.solr.common.SolrException: 2 out of 3 the property overlay to be of version 0 within 30 seconds! Failed cores: [https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/, https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/]\n\tat org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:768)\n\tat org.apache.solr.handler.SolrConfigHandler.access$400(SolrConfigHandler.java:101)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:499)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:345)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.access$100(SolrConfigHandler.java:158)\n\tat org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:136)\n\tat org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)\n\tat org.apache.solr.api.ApiBag$ReqHandlerToApi.call(ApiBag.java:242)\n\tat org.apache.solr.api.V2HttpCall.execute(V2HttpCall.java:355)\n\tat org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:542)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:397)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)\n\tat org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:502)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:411)\n\tat org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:305)\n\tat org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)\n\tat java.lang.Thread.run(Thread.java:748)\n",
    "code":500}}
 expected null, but was:<[2 out of 3 the property overlay to be of version 0 within 30 seconds! Failed cores: [https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/, https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/]
]>
	at __randomizedtesting.SeedInfo.seed([C950A2722687DCB4:41049DA8887BB14C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.core.TestSolrConfigHandler.runConfigCommand(TestSolrConfigHandler.java:180)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:96)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:73)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure

Error Message:
Could not load collection from ZK: falsepredicate

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: falsepredicate
	at __randomizedtesting.SeedInfo.seed([602EFAFE315F63F0:E81858ADE9F08BE2]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1371)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:748)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
	at org.apache.solr.common.cloud.ZkStateReader.registerCollectionStateWatcher(ZkStateReader.java:1489)
	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1526)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.waitForState(BaseCloudSolrClient.java:380)
	at org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:237)
	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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/falsepredicate/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1221)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:358)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:358)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1383)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1369)
	... 46 more




Build Log:
[...truncated 13097 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C950A2722687DCB4-001/init-core-data-001
   [junit4]   2> 508792 INFO  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 508792 WARN  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 508792 INFO  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 508794 INFO  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 508811 INFO  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C950A2722687DCB4-001/tempDir-001
   [junit4]   2> 508811 INFO  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 508812 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 508812 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 508912 INFO  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:38569
   [junit4]   2> 508912 INFO  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38569
   [junit4]   2> 508912 INFO  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38569
   [junit4]   2> 509001 INFO  (zkConnectionManagerCallback-1327-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 509006 INFO  (zkConnectionManagerCallback-1329-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 509030 INFO  (zkConnectionManagerCallback-1331-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 509044 WARN  (jetty-launcher-1332-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 509045 INFO  (jetty-launcher-1332-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 509045 INFO  (jetty-launcher-1332-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 509045 INFO  (jetty-launcher-1332-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 509049 WARN  (jetty-launcher-1332-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 509049 INFO  (jetty-launcher-1332-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 509049 INFO  (jetty-launcher-1332-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 509049 INFO  (jetty-launcher-1332-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 509075 INFO  (jetty-launcher-1332-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 509075 INFO  (jetty-launcher-1332-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 509075 INFO  (jetty-launcher-1332-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 509076 INFO  (jetty-launcher-1332-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e6ab82a{/solr,null,AVAILABLE}
   [junit4]   2> 509076 WARN  (jetty-launcher-1332-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@57961282[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 509076 INFO  (jetty-launcher-1332-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@27fbcd81{SSL,[ssl, http/1.1]}{127.0.0.1:41678}
   [junit4]   2> 509076 INFO  (jetty-launcher-1332-thread-1) [    ] o.e.j.s.Server Started @509386ms
   [junit4]   2> 509076 INFO  (jetty-launcher-1332-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41678}
   [junit4]   2> 509077 ERROR (jetty-launcher-1332-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 509077 INFO  (jetty-launcher-1332-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 509077 INFO  (jetty-launcher-1332-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 509077 INFO  (jetty-launcher-1332-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 509077 INFO  (jetty-launcher-1332-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 509077 INFO  (jetty-launcher-1332-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-21T13:46:19.693Z
   [junit4]   2> 509135 INFO  (zkConnectionManagerCallback-1334-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 509200 INFO  (jetty-launcher-1332-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 509200 INFO  (jetty-launcher-1332-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 509200 INFO  (jetty-launcher-1332-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 509200 INFO  (jetty-launcher-1332-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 509201 INFO  (jetty-launcher-1332-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3007e04f{/solr,null,AVAILABLE}
   [junit4]   2> 509201 WARN  (jetty-launcher-1332-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@285cf32d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 509220 INFO  (jetty-launcher-1332-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@366280a9{SSL,[ssl, http/1.1]}{127.0.0.1:46610}
   [junit4]   2> 509220 INFO  (jetty-launcher-1332-thread-2) [    ] o.e.j.s.Server Started @509529ms
   [junit4]   2> 509220 INFO  (jetty-launcher-1332-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46610}
   [junit4]   2> 509220 ERROR (jetty-launcher-1332-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 509220 INFO  (jetty-launcher-1332-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 509236 INFO  (jetty-launcher-1332-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 509236 INFO  (jetty-launcher-1332-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 509236 INFO  (jetty-launcher-1332-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 509236 INFO  (jetty-launcher-1332-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-21T13:46:19.852Z
   [junit4]   2> 509294 INFO  (zkConnectionManagerCallback-1337-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 509295 INFO  (jetty-launcher-1332-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 509921 INFO  (jetty-launcher-1332-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 509937 WARN  (jetty-launcher-1332-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 509938 WARN  (jetty-launcher-1332-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@e07e8fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 509940 WARN  (jetty-launcher-1332-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 509994 WARN  (jetty-launcher-1332-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@39bef029[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 509995 INFO  (jetty-launcher-1332-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38569/solr
   [junit4]   2> 510071 INFO  (zkConnectionManagerCallback-1344-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 510108 INFO  (jetty-launcher-1332-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 510109 WARN  (jetty-launcher-1332-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 510110 WARN  (jetty-launcher-1332-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@34561d8e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 510125 WARN  (jetty-launcher-1332-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 510125 WARN  (jetty-launcher-1332-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@64d91598[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 510126 INFO  (jetty-launcher-1332-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38569/solr
   [junit4]   2> 510174 INFO  (zkConnectionManagerCallback-1350-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 510175 INFO  (zkConnectionManagerCallback-1352-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 510237 INFO  (zkConnectionManagerCallback-1354-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 510921 INFO  (jetty-launcher-1332-thread-2) [n:127.0.0.1:46610_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46610_solr
   [junit4]   2> 510935 INFO  (jetty-launcher-1332-thread-2) [n:127.0.0.1:46610_solr    ] o.a.s.c.Overseer Overseer (id=74560530555994120-127.0.0.1:46610_solr-n_0000000000) starting
   [junit4]   2> 511092 INFO  (zkConnectionManagerCallback-1363-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 511264 INFO  (jetty-launcher-1332-thread-2) [n:127.0.0.1:46610_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38569/solr ready
   [junit4]   2> 511306 INFO  (OverseerStateUpdate-74560530555994120-127.0.0.1:46610_solr-n_0000000000) [n:127.0.0.1:46610_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46610_solr
   [junit4]   2> 511307 INFO  (jetty-launcher-1332-thread-2) [n:127.0.0.1:46610_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46610_solr
   [junit4]   2> 511309 INFO  (OverseerStateUpdate-74560530555994120-127.0.0.1:46610_solr-n_0000000000) [n:127.0.0.1:46610_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 511386 INFO  (jetty-launcher-1332-thread-1) [n:127.0.0.1:41678_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 511404 INFO  (zkCallback-1362-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 511405 INFO  (jetty-launcher-1332-thread-1) [n:127.0.0.1:41678_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:41678_solr as DOWN
   [junit4]   2> 511406 INFO  (jetty-launcher-1332-thread-1) [n:127.0.0.1:41678_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 511406 INFO  (jetty-launcher-1332-thread-1) [n:127.0.0.1:41678_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41678_solr
   [junit4]   2> 511426 INFO  (zkCallback-1351-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 511456 INFO  (zkCallback-1353-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 511457 INFO  (zkCallback-1362-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 511567 INFO  (zkConnectionManagerCallback-1368-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 511603 INFO  (jetty-launcher-1332-thread-2) [n:127.0.0.1:46610_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 511623 INFO  (jetty-launcher-1332-thread-1) [n:127.0.0.1:41678_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 511624 INFO  (jetty-launcher-1332-thread-1) [n:127.0.0.1:41678_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38569/solr ready
   [junit4]   2> 511631 INFO  (jetty-launcher-1332-thread-1) [n:127.0.0.1:41678_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 511881 INFO  (jetty-launcher-1332-thread-2) [n:127.0.0.1:46610_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46610.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f75fdd9
   [junit4]   2> 511900 INFO  (jetty-launcher-1332-thread-1) [n:127.0.0.1:41678_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41678.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f75fdd9
   [junit4]   2> 512118 INFO  (jetty-launcher-1332-thread-2) [n:127.0.0.1:46610_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46610.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f75fdd9
   [junit4]   2> 512118 INFO  (jetty-launcher-1332-thread-2) [n:127.0.0.1:46610_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46610.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f75fdd9
   [junit4]   2> 512119 INFO  (jetty-launcher-1332-thread-2) [n:127.0.0.1:46610_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C950A2722687DCB4-001/tempDir-001/node2/.
   [junit4]   2> 512127 INFO  (jetty-launcher-1332-thread-1) [n:127.0.0.1:41678_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41678.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f75fdd9
   [junit4]   2> 512142 INFO  (jetty-launcher-1332-thread-1) [n:127.0.0.1:41678_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41678.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f75fdd9
   [junit4]   2> 512143 INFO  (jetty-launcher-1332-thread-1) [n:127.0.0.1:41678_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C950A2722687DCB4-001/tempDir-001/node1/.
   [junit4]   2> 512472 INFO  (zkConnectionManagerCallback-1375-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 512510 INFO  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 512582 INFO  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38569/solr ready
   [junit4]   2> 512980 INFO  (qtp1773601606-3848) [n:127.0.0.1:46610_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 513097 INFO  (OverseerThreadFactory-2214-thread-1-processing-n:127.0.0.1:46610_solr) [n:127.0.0.1:46610_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 513244 INFO  (OverseerStateUpdate-74560530555994120-127.0.0.1:46610_solr-n_0000000000) [n:127.0.0.1:46610_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46610/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 513245 INFO  (OverseerStateUpdate-74560530555994120-127.0.0.1:46610_solr-n_0000000000) [n:127.0.0.1:46610_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41678/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 513882 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 513915 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr    x:collection1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 514135 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr    x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 515115 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 515182 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 515185 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 515202 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 515202 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 515203 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46610.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f75fdd9
   [junit4]   2> 515203 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C950A2722687DCB4-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C950A2722687DCB4-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 515219 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 515222 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 515222 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 515222 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41678.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f75fdd9
   [junit4]   2> 515222 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C950A2722687DCB4-001/tempDir-001/node1/collection1_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C950A2722687DCB4-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 515433 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 515433 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 515463 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 515463 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 515465 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 515465 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 515466 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@57aea84d[collection1_shard1_replica_n2] main]
   [junit4]   2> 515467 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 515467 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 515468 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@659cc100[collection1_shard1_replica_n1] main]
   [junit4]   2> 515499 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 515499 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 515503 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 515504 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 515539 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 515540 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 515561 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 515561 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 515561 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631431568839933952
   [junit4]   2> 515563 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 515563 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 515563 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631431568842031104
   [junit4]   2> 515580 INFO  (searcherExecutor-2224-thread-1-processing-n:127.0.0.1:41678_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@57aea84d[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 515597 INFO  (searcherExecutor-2223-thread-1-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@659cc100[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 515614 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 515614 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 515615 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 515616 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 515616 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 515618 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 516120 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 516120 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 516120 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/
   [junit4]   2> 516120 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=https://127.0.0.1:46610/solr START replicas=[https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 516120 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=https://127.0.0.1:46610/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 516135 INFO  (qtp900821805-3834) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 516136 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 516136 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 516136 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/74560530555994120-core_node3-n_0000000000
   [junit4]   2> 516138 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 516240 INFO  (zkCallback-1353-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 516241 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 516246 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2364
   [junit4]   2> 516359 INFO  (zkCallback-1353-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 516359 INFO  (zkCallback-1353-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 516697 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2562
   [junit4]   2> 521986 INFO  (qtp1773601606-3848) [n:127.0.0.1:46610_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> 522004 INFO  (zkCallback-1353-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 522004 INFO  (OverseerCollectionConfigSetProcessor-74560530555994120-127.0.0.1:46610_solr-n_0000000000) [n:127.0.0.1:46610_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> 522004 INFO  (zkCallback-1351-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 522004 INFO  (zkCallback-1353-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 522005 INFO  (qtp1773601606-3848) [n:127.0.0.1:46610_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=9024
   [junit4]   2> 522005 INFO  (zkCallback-1351-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 522315 INFO  (TEST-TestReqParamsAPI.test-seed#[C950A2722687DCB4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 522352 INFO  (TEST-TestReqParamsAPI.test-seed#[C950A2722687DCB4]) [    ] o.a.s.c.TestSolrConfigHandler going to send config command. path /config , payload: {
   [junit4]   2> 'create-requesthandler' : { 'name' : '/dump0', 'class': 'org.apache.solr.handler.DumpRequestHandler' }
   [junit4]   2> }
   [junit4]   2> 522521 INFO  (qtp1773601606-3845) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted to ZK [{"create-requesthandler":{
   [junit4]   2>     "name":"/dump0",
   [junit4]   2>     "class":"org.apache.solr.handler.DumpRequestHandler"}}]
   [junit4]   2> 522536 INFO  (qtp1773601606-3845) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 2 replicas to set the property overlay to be of version 0 for collection collection1
   [junit4]   2> 522538 INFO  (solrHandlerExecutor-2233-thread-1-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 522538 INFO  (Thread-867) [    ] o.a.s.c.SolrCore config update listener called for core collection1_shard1_replica_n1
   [junit4]   2> 522569 INFO  (solrHandlerExecutor-2233-thread-2-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 522569 INFO  (Thread-867) [    ] o.a.s.c.SolrCore core reload collection1_shard1_replica_n1
   [junit4]   2> 522575 INFO  (Thread-868) [    ] o.a.s.c.SolrCore config update listener called for core collection1_shard1_replica_n2
   [junit4]   2> 522582 INFO  (Thread-868) [    ] o.a.s.c.SolrCore core reload collection1_shard1_replica_n2
   [junit4]   2> 522586 INFO  (Thread-867) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 522608 INFO  (Thread-868) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 522643 INFO  (Thread-867) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 522697 INFO  (Thread-868) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 522700 INFO  (Thread-868) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 522700 INFO  (Thread-868) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1
   [junit4]   2> 522723 INFO  (Thread-867) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 522723 INFO  (Thread-867) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1
   [junit4]   2> 522836 INFO  (qtp900821805-3833) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 522837 INFO  (qtp900821805-3833) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 522837 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 522838 INFO  (solrHandlerExecutor-2233-thread-2-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/ for prop overlay   after 1 attempts
   [junit4]   2> 522838 INFO  (solrHandlerExecutor-2233-thread-2-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 522868 INFO  (qtp1773601606-3847) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 522871 INFO  (qtp1773601606-3847) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 522871 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 522880 INFO  (solrHandlerExecutor-2233-thread-1-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 522880 INFO  (solrHandlerExecutor-2233-thread-1-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 522943 INFO  (qtp900821805-3834) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 522943 INFO  (qtp900821805-3834) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 522944 INFO  (solrHandlerExecutor-2233-thread-2-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/ for prop overlay   after 2 attempts
   [junit4]   2> 522944 INFO  (solrHandlerExecutor-2233-thread-2-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 522978 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 523117 INFO  (qtp1773601606-3844) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 523118 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41678.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f75fdd9
   [junit4]   2> 523118 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C950A2722687DCB4-001/tempDir-001/node1/collection1_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C950A2722687DCB4-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 523135 INFO  (qtp1773601606-3844) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 523135 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46610.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f75fdd9
   [junit4]   2> 523135 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C950A2722687DCB4-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_C950A2722687DCB4-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 523219 INFO  (solrHandlerExecutor-2233-thread-1-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/ for prop overlay   after 2 attempts
   [junit4]   2> 523219 INFO  (solrHandlerExecutor-2233-thread-1-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 523224 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 523242 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 523243 INFO  (qtp900821805-3836) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 523244 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 523244 INFO  (solrHandlerExecutor-2233-thread-2-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/ for prop overlay   after 3 attempts
   [junit4]   2> 523244 INFO  (solrHandlerExecutor-2233-thread-2-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 523339 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 523339 INFO  (qtp1773601606-3846) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 523358 INFO  (solrHandlerExecutor-2233-thread-1-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/ for prop overlay   after 3 attempts
   [junit4]   2> 523358 INFO  (solrHandlerExecutor-2233-thread-1-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 523359 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 523375 INFO  (qtp900821805-3835) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 523395 INFO  (qtp900821805-3835) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 523395 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 523396 INFO  (solrHandlerExecutor-2233-thread-2-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/ for prop overlay   after 4 attempts
   [junit4]   2> 523396 INFO  (solrHandlerExecutor-2233-thread-2-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 557948 WARN  (qtp1773601606-3845) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Core https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/could not get the expected version 0
   [junit4]   2> 557948 WARN  (qtp1773601606-3845) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.SolrConfigHandler Core https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/could not get the expected version 0
   [junit4]   2> 557948 WARN  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker-SendThread(lucene2-us-west.apache.org:38569)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 35596ms for sessionid 0x108e468520e000b
   [junit4]   2> 557949 WARN  (jetty-launcher-1332-thread-2-SendThread(lucene2-us-west.apache.org:38569)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 41214ms for sessionid 0x108e468520e0009
   [junit4]   2> 557949 WARN  (jetty-launcher-1332-thread-1-SendThread(lucene2-us-west.apache.org:38569)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 41214ms for sessionid 0x108e468520e000a
   [junit4]   2> 557961 WARN  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker-SendThread(lucene2-us-west.apache.org:38569)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 48955ms for sessionid 0x108e468520e0001
   [junit4]   2> 557962 WARN  (SUITE-TestReqParamsAPI-seed#[C950A2722687DCB4]-worker-SendThread(lucene2-us-west.apache.org:38569)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 48957ms for sessionid 0x108e468520e0000
   [junit4]   2> 557964 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x108e468520e000a, likely client has closed socket
   [junit4]   2> 557980 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x108e468520e0000, likely client has closed socket
   [junit4]   2> 557980 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x108e468520e0009, likely client has closed socket
   [junit4]   2> 557981 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x108e468520e000b, likely client has closed socket
   [junit4]   2> 557981 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x108e468520e0001, likely client has closed socket
   [junit4]   2> 558050 ERROR (qtp1773601606-3845) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: 2 out of 3 the property overlay to be of version 0 within 30 seconds! Failed cores: [https://127.0.0.1:46610/solr/collection1_shard1_replica_n1/, https://127.0.0.1:41678/solr/collection1_shard1_replica_n2/]
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:768)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler.access$400(SolrConfigHandler.java:101)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:499)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:345)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.access$100(SolrConfigHandler.java:158)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:136)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.api.ApiBag$ReqHandlerToApi.call(ApiBag.java:242)
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.execute(V2HttpCall.java:355)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:542)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:397)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:411)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 558103 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 558103 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 558114 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 558114 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 558123 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ceeec8f[collection1_shard1_replica_n1] main]
   [junit4]   2> 558130 WARN  (zkConnectionManagerCallback-1329-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@739ee7c0 name: ZooKeeperConnection Watcher:127.0.0.1:38569/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 558130 WARN  (zkConnectionManagerCallback-1329-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 558130 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@20c53d3f[collection1_shard1_replica_n2] main]
   [junit4]   2> 558146 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 558146 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 558146 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 558146 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 558147 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 558147 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 558147 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 558147 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 558150 WARN  (zkConnectionManagerCallback-1327-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7755596b name: ZooKeeperConnection Watcher:127.0.0.1:38569 got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 558150 WARN  (zkConnectionManagerCallback-1327-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 558150 WARN  (zkConnectionManagerCallback-1375-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2c2e2636 name: ZooKeeperConnection Watcher:127.0.0.1:38569/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 558150 WARN  (zkConnectionManagerCallback-1375-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 558150 WARN  (zkConnectionManagerCallback-1368-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3386a52f name: ZooKeeperConnection Watcher:127.0.0.1:38569/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 558150 WARN  (zkConnectionManagerCallback-1368-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 558229 WARN  (zkConnectionManagerCallback-1363-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77a371d0 name: ZooKeeperConnection Watcher:127.0.0.1:38569/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 558229 WARN  (zkConnectionManagerCallback-1363-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 558233 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631431613584769024
   [junit4]   2> 558236 INFO  (TEST-TestReqParamsAPI.test-seed#[C950A2722687DCB4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 558260 INFO  (searcherExecutor-2235-thread-1-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@7ceeec8f[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 558269 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 558269 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 558270 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631431613623566336
   [junit4]   2> 558273 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 558274 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@15ae7dd[collection1_shard1_replica_n1] main]
   [junit4]   2> 558274 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3fe29357
   [junit4]   2> 558274 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=3fe29357
   [junit4]   2> 558274 INFO  (Thread-867) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f1b0600: rootName = solr_46610, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6bebfda0
   [junit4]   2> 558290 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 558290 INFO  (searcherExecutor-2235-thread-1-processing-n:127.0.0.1:46610_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:46610_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@15ae7dd[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 558291 INFO  (searcherExecutor-2234-thread-1-processing-n:127.0.0.1:41678_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@20c53d3f[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 558291 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bb23a05[collection1_shard1_replica_n2] main]
   [junit4]   2> 558291 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@59119040
   [junit4]   2> 558291 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n2, tag=59119040
   [junit4]   2> 558291 INFO  (Thread-868) [n:127.0.0.1:41678_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.a

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

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-BadApples-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-BadApples-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-BadApples-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-BadApples-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-BadApples-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-BadApples-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-BadApples-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-BadApples-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-BadApples-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-BadApples-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-BadApples-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-BadApples-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-BadApples-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-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

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 28ms :: 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: 230 minutes 38 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-BadApples-Tests-8.x - Build # 80 - Unstable

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

1 tests failed.
FAILED:  org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test

Error Message:
.responseHeader.status:200!=0

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




Build Log:
[...truncated 12964 lines...]
   [junit4] Suite: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/init-core-data-001
   [junit4]   2> 92399 WARN  (SUITE-TestDistributedStatsComponentCardinality-seed#[C7C0649EC1898030]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 92399 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[C7C0649EC1898030]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 92401 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[C7C0649EC1898030]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-9062)
   [junit4]   2> 92401 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[C7C0649EC1898030]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 92402 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[C7C0649EC1898030]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_jx/
   [junit4]   2> 93024 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/control/cores/collection1
   [junit4]   2> 93025 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 93026 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 93026 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 93026 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 93028 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 93028 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 93028 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 93031 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1eef48b7{/_jx,null,AVAILABLE}
   [junit4]   2> 93031 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6231bc55{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44527}
   [junit4]   2> 93031 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.Server Started @93118ms
   [junit4]   2> 93032 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_jx, hostPort=44527, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/control/cores}
   [junit4]   2> 93032 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 93032 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 93032 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 93033 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 93033 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 93033 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-20T15:03:43.085Z
   [junit4]   2> 93033 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/control/solr.xml
   [junit4]   2> 93039 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 93039 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 93041 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 93178 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 93181 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2e50db3d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 93187 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4886e935[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 93214 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 93214 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 93247 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf
   [junit4]   2> 93282 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf
   [junit4]   2> 93283 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf
   [junit4]   2> 93287 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/control/cores
   [junit4]   2> 93287 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 93290 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 93438 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 93490 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 93665 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 93687 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 93688 INFO  (coreLoadExecutor-321-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@7c62d4bf
   [junit4]   2> 93688 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 93691 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=59.685546875, floorSegmentMB=1.3896484375, forceMergeDeletesPctAllowed=21.808180124006302, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7767246526234588, deletesPctAllowed=48.314053404592784
   [junit4]   2> 93798 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 93798 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 93801 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 93801 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 93802 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=72.1474609375, floorSegmentMB=0.3837890625, forceMergeDeletesPctAllowed=8.697681649704279, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26319376548141393, deletesPctAllowed=20.579447757843134
   [junit4]   2> 93803 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1738d255[collection1] main]
   [junit4]   2> 93804 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 93819 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 93878 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 93889 INFO  (coreLoadExecutor-321-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631345834921558016
   [junit4]   2> 93891 INFO  (searcherExecutor-322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 93893 INFO  (searcherExecutor-322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 93893 INFO  (searcherExecutor-322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 93893 INFO  (searcherExecutor-322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 93893 INFO  (searcherExecutor-322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 93895 INFO  (searcherExecutor-322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 93895 INFO  (searcherExecutor-322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 93896 INFO  (searcherExecutor-322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 93897 INFO  (searcherExecutor-322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 93901 INFO  (searcherExecutor-322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1738d255[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 94133 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 94134 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 94135 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 94135 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 94135 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 94153 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 94153 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 94153 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 94154 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@153c0342{/_jx,null,AVAILABLE}
   [junit4]   2> 94155 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@784e093f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45094}
   [junit4]   2> 94155 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.Server Started @94241ms
   [junit4]   2> 94155 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_jx, hostPort=45094, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard0/cores}
   [junit4]   2> 94156 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 94156 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 94156 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 94156 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 94156 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 94156 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-20T15:03:44.208Z
   [junit4]   2> 94157 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 94165 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 94165 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 94199 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 94282 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 94285 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3138f294[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 94296 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@732e2b44[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 94324 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 94324 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 94358 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf
   [junit4]   2> 94374 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf
   [junit4]   2> 94374 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf
   [junit4]   2> 94377 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard0/cores
   [junit4]   2> 94377 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 94380 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 94503 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 94574 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 94923 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 94981 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 94983 INFO  (coreLoadExecutor-335-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@7c62d4bf
   [junit4]   2> 94984 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 94993 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=59.685546875, floorSegmentMB=1.3896484375, forceMergeDeletesPctAllowed=21.808180124006302, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7767246526234588, deletesPctAllowed=48.314053404592784
   [junit4]   2> 95096 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 95096 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 95099 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 95099 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 95101 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=72.1474609375, floorSegmentMB=0.3837890625, forceMergeDeletesPctAllowed=8.697681649704279, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26319376548141393, deletesPctAllowed=20.579447757843134
   [junit4]   2> 95102 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b3c07e8[collection1] main]
   [junit4]   2> 95103 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 95118 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 95179 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 95180 INFO  (coreLoadExecutor-335-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631345836275269632
   [junit4]   2> 95182 INFO  (searcherExecutor-336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 95184 INFO  (searcherExecutor-336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 95184 INFO  (searcherExecutor-336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 95184 INFO  (searcherExecutor-336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 95185 INFO  (searcherExecutor-336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 95185 INFO  (searcherExecutor-336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 95186 INFO  (searcherExecutor-336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 95186 INFO  (searcherExecutor-336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 95187 INFO  (searcherExecutor-336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 95189 INFO  (searcherExecutor-336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3b3c07e8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 96049 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 96050 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 96050 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 96050 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 96050 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 96074 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 96075 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 96075 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 96075 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a03db81{/_jx,null,AVAILABLE}
   [junit4]   2> 96076 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@71a3cf6e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:32989}
   [junit4]   2> 96076 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.Server Started @96163ms
   [junit4]   2> 96076 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_jx, hostPort=32989, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard1/cores}
   [junit4]   2> 96077 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 96077 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 96077 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 96077 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 96077 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 96077 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-20T15:03:46.129Z
   [junit4]   2> 96077 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 96083 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 96083 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 96085 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 96515 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 96518 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6bb922c1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 96524 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3d67f984[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 96551 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 96551 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 96579 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf
   [junit4]   2> 96595 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf
   [junit4]   2> 96595 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf
   [junit4]   2> 96599 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard1/cores
   [junit4]   2> 96599 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 96619 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 96669 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 96750 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 96950 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 97022 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 97023 INFO  (coreLoadExecutor-349-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@7c62d4bf
   [junit4]   2> 97023 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 97041 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=59.685546875, floorSegmentMB=1.3896484375, forceMergeDeletesPctAllowed=21.808180124006302, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7767246526234588, deletesPctAllowed=48.314053404592784
   [junit4]   2> 97145 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 97145 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 97149 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 97149 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 97151 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=72.1474609375, floorSegmentMB=0.3837890625, forceMergeDeletesPctAllowed=8.697681649704279, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26319376548141393, deletesPctAllowed=20.579447757843134
   [junit4]   2> 97152 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7c504b02[collection1] main]
   [junit4]   2> 97153 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 97172 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 97246 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 97246 INFO  (coreLoadExecutor-349-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631345838441627648
   [junit4]   2> 97251 INFO  (searcherExecutor-350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 97252 INFO  (searcherExecutor-350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 97252 INFO  (searcherExecutor-350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 97252 INFO  (searcherExecutor-350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 97254 INFO  (searcherExecutor-350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 97254 INFO  (searcherExecutor-350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 97255 INFO  (searcherExecutor-350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 97255 INFO  (searcherExecutor-350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 97256 INFO  (searcherExecutor-350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 97261 INFO  (searcherExecutor-350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7c504b02[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 98155 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 98156 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 98156 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 98156 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 98157 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 98257 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 98257 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 98257 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 98268 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d0596a9{/_jx,null,AVAILABLE}
   [junit4]   2> 98268 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f43c0e9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:46009}
   [junit4]   2> 98269 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.s.Server Started @98355ms
   [junit4]   2> 98269 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_jx, hostPort=46009, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard2/cores}
   [junit4]   2> 98269 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 98269 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 98269 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 98270 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 98270 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 98270 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-20T15:03:48.322Z
   [junit4]   2> 98270 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 98276 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 98276 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 98278 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 98519 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 98533 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2578be7a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 98562 WARN  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@f9f983b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 98647 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 98648 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 98705 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf
   [junit4]   2> 98723 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf
   [junit4]   2> 98723 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c62d4bf
   [junit4]   2> 98726 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard2/cores
   [junit4]   2> 98726 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 98728 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 98839 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 98952 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 100518 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 100535 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 100536 INFO  (coreLoadExecutor-363-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@7c62d4bf
   [junit4]   2> 100536 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.handler.component.TestDistributedStatsComponentCardinality_C7C0649EC1898030-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 100539 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=59.685546875, floorSegmentMB=1.3896484375, forceMergeDeletesPctAllowed=21.808180124006302, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7767246526234588, deletesPctAllowed=48.314053404592784
   [junit4]   2> 100801 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 100801 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 100805 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 100805 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 100806 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=72.1474609375, floorSegmentMB=0.3837890625, forceMergeDeletesPctAllowed=8.697681649704279, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26319376548141393, deletesPctAllowed=20.579447757843134
   [junit4]   2> 100807 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d433f06[collection1] main]
   [junit4]   2> 100809 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 100829 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 100880 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 100881 INFO  (coreLoadExecutor-363-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631345842253201408
   [junit4]   2> 100894 INFO  (searcherExecutor-364-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 100895 INFO  (searcherExecutor-364-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 100895 INFO  (searcherExecutor-364-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 100895 INFO  (searcherExecutor-364-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 100896 INFO  (searcherExecutor-364-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 100896 INFO  (searcherExecutor-364-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 100897 INFO  (searcherExecutor-364-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 100897 INFO  (searcherExecutor-364-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 100898 INFO  (searcherExecutor-364-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 100904 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 100904 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[C7C0649EC1898030]) [    ] o.a.s.h.c.TestDistributedStatsComponentCardinality Building an index of 10449 docs
   [junit4]   2> 100913 INFO  (searcherExecutor-364-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2d433f06[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 101002 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[1 (1631345842324504576)]} 0 60
   [junit4]   2> 101016 INFO  (qtp1245636584-990) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[1 (1631345842387419136)]} 0 7
   [junit4]   2> 101022 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[2 (1631345842396856320)]} 0 3
   [junit4]   2> 101040 INFO  (qtp1029100160-1012) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[2 (1631345842412584960)]} 0 8
   [junit4]   2> 101044 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[3 (1631345842423070720)]} 0 2
   [junit4]   2> 101075 INFO  (qtp873874067-1032) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[3 (1631345842427265024)]} 0 28
   [junit4]   2> 101082 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[4 (1631345842461868032)]} 0 1
   [junit4]   2> 101087 INFO  (qtp1245636584-991) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[4 (1631345842467110912)]} 0 2
   [junit4]   2> 101090 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[5 (1631345842471305216)]} 0 1
   [junit4]   2> 101109 INFO  (qtp1029100160-1013) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[5 (1631345842475499520)]} 0 16
   [junit4]   2> 101115 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[6 (1631345842494373888)]} 0 4
   [junit4]   2> 101124 INFO  (qtp873874067-1033) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[6 (1631345842504859648)]} 0 3
   [junit4]   2> 101127 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[7 (1631345842510102528)]} 0 1
   [junit4]   2> 101129 INFO  (qtp1245636584-992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[7 (1631345842512199680)]} 0 1
   [junit4]   2> 101132 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[8 (1631345842515345408)]} 0 1
   [junit4]   2> 101134 INFO  (qtp1029100160-1014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[8 (1631345842517442560)]} 0 1
   [junit4]   2> 101137 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[9 (1631345842520588288)]} 0 1
   [junit4]   2> 101139 INFO  (qtp873874067-1034) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[9 (1631345842522685440)]} 0 1
   [junit4]   2> 101142 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[10 (1631345842525831168)]} 0 1
   [junit4]   2> 101144 INFO  (qtp1245636584-993) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[10 (1631345842527928320)]} 0 1
   [junit4]   2> 101147 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[11 (1631345842531074048)]} 0 1
   [junit4]   2> 101150 INFO  (qtp1029100160-1010) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[11 (1631345842534219776)]} 0 1
   [junit4]   2> 101153 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[12 (1631345842537365504)]} 0 1
   [junit4]   2> 101155 INFO  (qtp873874067-1035) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[12 (1631345842539462656)]} 0 1
   [junit4]   2> 101162 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[13 (1631345842546802688)]} 0 4
   [junit4]   2> 101165 INFO  (qtp1245636584-989) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[13 (1631345842549948416)]} 0 1
   [junit4]   2> 101167 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[14 (1631345842553094144)]} 0 1
   [junit4]   2> 101173 INFO  (qtp1029100160-1011) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[14 (1631345842558337024)]} 0 1
   [junit4]   2> 101176 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[15 (1631345842561482752)]} 0 1
   [junit4]   2> 101181 INFO  (qtp873874067-1031) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[15 (1631345842566725632)]} 0 1
   [junit4]   2> 101183 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[16 (1631345842569871360)]} 0 1
   [junit4]   2> 101191 INFO  (qtp1245636584-990) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[16 (1631345842577211392)]} 0 1
   [junit4]   2> 101197 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[17 (1631345842582454272)]} 0 1
   [junit4]   2> 101201 INFO  (qtp1029100160-1012) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[17 (1631345842587697152)]} 0 1
   [junit4]   2> 101203 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[18 (1631345842590842880)]} 0 1
   [junit4]   2> 101217 INFO  (qtp873874067-1032) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[18 (1631345842604474368)]} 0 1
   [junit4]   2> 101227 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[19 (1631345842614960128)]} 0 1
   [junit4]   2> 101237 INFO  (qtp1245636584-991) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[19 (1631345842625445888)]} 0 1
   [junit4]   2> 101240 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[20 (1631345842628591616)]} 0 1
   [junit4]   2> 101242 INFO  (qtp1029100160-1013) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[20 (1631345842631737344)]} 0 1
   [junit4]   2> 101245 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[21 (1631345842633834496)]} 0 1
   [junit4]   2> 101247 INFO  (qtp873874067-1033) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[21 (1631345842635931648)]} 0 1
   [junit4]   2> 101262 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[22 (1631345842651660288)]} 0 1
   [junit4]   2> 101265 INFO  (qtp1245636584-992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[22 (1631345842654806016)]} 0 1
   [junit4]   2> 101268 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[23 (1631345842657951744)]} 0 1
   [junit4]   2> 101270 INFO  (qtp1029100160-1014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[23 (1631345842660048896)]} 0 1
   [junit4]   2> 101275 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[24 (1631345842665291776)]} 0 1
   [junit4]   2> 101278 INFO  (qtp873874067-1034) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[24 (1631345842668437504)]} 0 1
   [junit4]   2> 101280 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[25 (1631345842670534656)]} 0 1
   [junit4]   2> 101285 INFO  (qtp1245636584-993) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[25 (1631345842675777536)]} 0 1
   [junit4]   2> 101288 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[26 (1631345842678923264)]} 0 1
   [junit4]   2> 101290 INFO  (qtp1029100160-1010) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[26 (1631345842682068992)]} 0 1
   [junit4]   2> 101302 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[27 (1631345842693603328)]} 0 1
   [junit4]   2> 101305 INFO  (qtp873874067-1035) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[27 (1631345842696749056)]} 0 1
   [junit4]   2> 101315 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[28 (1631345842707234816)]} 0 1
   [junit4]   2> 101317 INFO  (qtp1245636584-989) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[28 (1631345842709331968)]} 0 1
   [junit4]   2> 101324 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[29 (1631345842716672000)]} 0 1
   [junit4]   2> 101327 INFO  (qtp1029100160-1011) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[29 (1631345842719817728)]} 0 1
   [junit4]   2> 101329 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[30 (1631345842722963456)]} 0 1
   [junit4]   2> 101334 INFO  (qtp873874067-1031) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[30 (1631345842727157760)]} 0 1
   [junit4]   2> 101338 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[31 (1631345842731352064)]} 0 1
   [junit4]   2> 101341 INFO  (qtp1245636584-990) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[31 (1631345842735546368)]} 0 1
   [junit4]   2> 101349 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[32 (1631345842742886400)]} 0 1
   [junit4]   2> 101351 INFO  (qtp1029100160-1012) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[32 (1631345842746032128)]} 0 1
   [junit4]   2> 101354 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[33 (1631345842748129280)]} 0 1
   [junit4]   2> 101356 INFO  (qtp873874067-1032) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[33 (1631345842751275008)]} 0 1
   [junit4]   2> 101359 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[34 (1631345842753372160)]} 0 1
   [junit4]   2> 101362 INFO  (qtp1245636584-991) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[34 (1631345842757566464)]} 0 1
   [junit4]   2> 101365 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[35 (1631345842759663616)]} 0 1
   [junit4]   2> 101367 INFO  (qtp1029100160-1013) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[35 (1631345842761760768)]} 0 0
   [junit4]   2> 101369 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[36 (1631345842764906496)]} 0 0
   [junit4]   2> 101371 INFO  (qtp873874067-1033) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[36 (1631345842767003648)]} 0 1
   [junit4]   2> 101374 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[37 (1631345842769100800)]} 0 1
   [junit4]   2> 101376 INFO  (qtp1245636584-992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[37 (1631345842771197952)]} 0 0
   [junit4]   2> 101380 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[38 (1631345842775392256)]} 0 1
   [junit4]   2> 101390 INFO  (qtp1029100160-1014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[38 (1631345842786926592)]} 0 1
   [junit4]   2> 101393 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[39 (1631345842789023744)]} 0 1
   [junit4]   2> 101399 INFO  (qtp873874067-1034) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[39 (1631345842795315200)]} 0 1
   [junit4]   2> 101402 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[40 (1631345842798460928)]} 0 1
   [junit4]   2> 101404 INFO  (qtp1245636584-993) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[40 (1631345842800558080)]} 0 1
   [junit4]   2> 101406 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[41 (1631345842803703808)]} 0 1
   [junit4]   2> 101409 INFO  (qtp1029100160-1010) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[41 (1631345842805800960)]} 0 0
   [junit4]   2> 101411 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[42 (1631345842807898112)]} 0 1
   [junit4]   2> 101413 INFO  (qtp873874067-1035) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[42 (1631345842809995264)]} 0 0
   [junit4]   2> 101419 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[43 (1631345842817335296)]} 0 1
   [junit4]   2> 101422 INFO  (qtp1245636584-989) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[43 (1631345842819432448)]} 0 0
   [junit4]   2> 101424 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[44 (1631345842821529600)]} 0 0
   [junit4]   2> 101432 INFO  (qtp1029100160-1011) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[44 (1631345842829918208)]} 0 1
   [junit4]   2> 101434 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[45 (1631345842832015360)]} 0 0
   [junit4]   2> 101436 INFO  (qtp873874067-1031) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[45 (1631345842834112512)]} 0 0
   [junit4]   2> 101438 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[46 (1631345842837258240)]} 0 0
   [junit4]   2> 101441 INFO  (qtp1245636584-990) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[46 (1631345842839355392)]} 0 1
   [junit4]   2> 101443 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[47 (1631345842841452544)]} 0 0
   [junit4]   2> 101445 INFO  (qtp1029100160-1012) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[47 (1631345842844598272)]} 0 0
   [junit4]   2> 101461 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[48 (1631345842860326912)]} 0 1
   [junit4]   2> 101469 INFO  (qtp873874067-1032) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[48 (1631345842868715520)]} 0 1
   [junit4]   2> 101472 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[49 (1631345842871861248)]} 0 0
   [junit4]   2> 101474 INFO  (qtp1245636584-991) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[49 (1631345842875006976)]} 0 0
   [junit4]   2> 101478 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[50 (1631345842878152704)]} 0 0
   [junit4]   2> 101480 INFO  (qtp1029100160-1013) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[50 (1631345842881298432)]} 0 0
   [junit4]   2> 101483 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[51 (1631345842884444160)]} 0 1
   [junit4]   2> 101486 INFO  (qtp873874067-1033) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[51 (1631345842886541312)]} 0 1
   [junit4]   2> 101497 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[52 (1631345842898075648)]} 0 2
   [junit4]   2> 101503 INFO  (qtp1245636584-992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[52 (1631345842904367104)]} 0 1
   [junit4]   2> 101511 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[53 (1631345842912755712)]} 0 1
   [junit4]   2> 101515 INFO  (qtp1029100160-1014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[53 (1631345842917998592)]} 0 1
   [junit4]   2> 101520 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[54 (1631345842922192896)]} 0 0
   [junit4]   2> 101524 INFO  (qtp873874067-1034) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[54 (1631345842927435776)]} 0 0
   [junit4]   2> 101527 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[55 (1631345842929532928)]} 0 0
   [junit4]   2> 101529 INFO  (qtp1245636584-993) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[55 (1631345842931630080)]} 0 0
   [junit4]   2> 101531 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[56 (1631345842934775808)]} 0 0
   [junit4]   2> 101534 INFO  (qtp1029100160-1010) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[56 (1631345842936872960)]} 0 1
   [junit4]   2> 101536 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[57 (1631345842938970112)]} 0 0
   [junit4]   2> 101538 INFO  (qtp873874067-1035) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[57 (1631345842941067264)]} 0 0
   [junit4]   2> 101540 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[58 (1631345842944212992)]} 0 0
   [junit4]   2> 101549 INFO  (qtp1245636584-989) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[58 (1631345842953650176)]} 0 1
   [junit4]   2> 101552 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[59 (1631345842955747328)]} 0 0
   [junit4]   2> 101554 INFO  (qtp1029100160-1011) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[59 (1631345842957844480)]} 0 0
   [junit4]   2> 101556 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[60 (1631345842960990208)]} 0 0
   [junit4]   2> 101558 INFO  (qtp873874067-1031) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[60 (1631345842963087360)]} 0 0
   [junit4]   2> 101560 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[61 (1631345842965184512)]} 0 0
   [junit4]   2> 101562 INFO  (qtp1245636584-990) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[61 (1631345842967281664)]} 0 0
   [junit4]   2> 101571 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[62 (1631345842975670272)]} 0 1
   [junit4]   2> 101574 INFO  (qtp1029100160-1012) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[62 (1631345842978816000)]} 0 0
   [junit4]   2> 101578 INFO  (qtp1161404756-971) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[63 (1631345842984058880)]} 0 0
   [junit4]   2> 101584 INFO  (qtp873874067-1032) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[63 (1631345842988253184)]} 0 2
   [junit4]   2> 101588 INFO  (qtp1161404756-972) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[64 (1631345842993496064)]} 0 1
   [junit4]   2> 101590 INFO  (qtp1245636584-991) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[64 (1631345842996641792)]} 0 0
   [junit4]   2> 101594 INFO  (qtp1161404756-968) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[65 (1631345842999787520)]} 0 0
   [junit4]   2> 101596 INFO  (qtp1029100160-1013) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[65 (1631345843001884672)]} 0 1
   [junit4]   2> 101598 INFO  (qtp1161404756-969) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[66 (1631345843005030400)]} 0 0
   [junit4]   2> 101600 INFO  (qtp873874067-1033) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[66 (1631345843007127552)]} 0 0
   [junit4]   2> 101602 INFO  (qtp1161404756-970) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[67 (1631345843009224704)]} 0 1
   [junit4]   2> 101604 INFO  (qtp1245636584-992) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_jx path=/update params={wt=javabin&version=2}{add=[67 (1631345843011321856)]} 0 0
   [junit4]   2> 101614 INFO  (qtp1161404756-971) [    x:c

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

ailability-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null1112508466
     [copy] Copying 239 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null1112508466
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null1112508466

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene1-us-west
[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 29ms :: 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: 112 minutes 51 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 lucene
		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)