You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/04/20 16:42:00 UTC

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk1.8.0) - Build # 91 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/91/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

No tests ran.

Build Log:
[...truncated 16750 lines...]
ERROR: command execution failed.
Archiving artifacts
ERROR: MacOSX VBOX is offline; cannot locate ANT 1.8.2
Setting ANT_1_8_2_HOME=
Agent went offline during the build
ERROR: Connection was broken: java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2681)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3156)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:358)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:140)
	at hudson.remoting.Command.readFrom(Command.java:126)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)

Build step 'Archive the artifacts' marked build as failure
ERROR: Step ‘[Deprecated] Scan for compiler warnings’ failed: no workspace for Lucene-Solr-8.x-MacOSX #91
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for Lucene-Solr-8.x-MacOSX #91
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: MacOSX VBOX is offline; cannot locate ANT 1.8.2
Setting ANT_1_8_2_HOME=
ERROR: MacOSX VBOX is offline; cannot locate ANT 1.8.2
Setting ANT_1_8_2_HOME=
ERROR: MacOSX VBOX is offline; cannot locate ANT 1.8.2
Setting ANT_1_8_2_HOME=
ERROR: MacOSX VBOX is offline; cannot locate ANT 1.8.2
Setting ANT_1_8_2_HOME=
ERROR: MacOSX VBOX is offline; cannot locate ANT 1.8.2
Setting ANT_1_8_2_HOME=
ERROR: MacOSX VBOX is offline; cannot locate ANT 1.8.2
Setting ANT_1_8_2_HOME=

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-11.0.2) - Build # 92 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/92/
Java: 64bit/jdk-11.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:61418/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n12

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:61418/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n12
	at __randomizedtesting.SeedInfo.seed([4560367860AA6279:74F0BA94C4FC9D50]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:505)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:977)
	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.SolrClient.add(SolrClient.java:177)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting(CategoryRoutedAliasUpdateProcessorTest.java:366)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:61418/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n12
	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.directUpdate(BaseCloudSolrClient.java:499)
	... 45 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	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 15783 lines...]
   [junit4] Suite: org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
   [junit4]   2> 3297058 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[4560367860AA6279]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/init-core-data-001
   [junit4]   2> 3297058 WARN  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[4560367860AA6279]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 3297058 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[4560367860AA6279]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3297059 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[4560367860AA6279]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3297061 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[4560367860AA6279]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 3297061 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[4560367860AA6279]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001
   [junit4]   2> 3297061 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[4560367860AA6279]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3297062 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3297062 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3297166 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[4560367860AA6279]) [    ] o.a.s.c.ZkTestServer start zk server on port:61301
   [junit4]   2> 3297166 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[4560367860AA6279]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61301
   [junit4]   2> 3297166 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[4560367860AA6279]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61301
   [junit4]   2> 3297177 INFO  (zkConnectionManagerCallback-22496-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297182 INFO  (zkConnectionManagerCallback-22498-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297184 INFO  (zkConnectionManagerCallback-22500-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297187 WARN  (jetty-launcher-22501-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3297187 WARN  (jetty-launcher-22501-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3297187 INFO  (jetty-launcher-22501-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3297187 INFO  (jetty-launcher-22501-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3297187 INFO  (jetty-launcher-22501-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3297187 INFO  (jetty-launcher-22501-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3297187 INFO  (jetty-launcher-22501-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 3297187 WARN  (jetty-launcher-22501-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3297187 INFO  (jetty-launcher-22501-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 3297187 INFO  (jetty-launcher-22501-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3297187 INFO  (jetty-launcher-22501-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3297187 INFO  (jetty-launcher-22501-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 3297187 WARN  (jetty-launcher-22501-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3297187 INFO  (jetty-launcher-22501-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3297187 INFO  (jetty-launcher-22501-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3297187 INFO  (jetty-launcher-22501-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 3297205 INFO  (jetty-launcher-22501-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3297205 INFO  (jetty-launcher-22501-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3297205 INFO  (jetty-launcher-22501-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3297206 INFO  (jetty-launcher-22501-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3297206 INFO  (jetty-launcher-22501-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3297206 INFO  (jetty-launcher-22501-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3297206 INFO  (jetty-launcher-22501-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3297206 INFO  (jetty-launcher-22501-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3297206 INFO  (jetty-launcher-22501-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3297206 INFO  (jetty-launcher-22501-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3297206 INFO  (jetty-launcher-22501-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3297206 INFO  (jetty-launcher-22501-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3297206 INFO  (jetty-launcher-22501-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75945dce{/solr,null,AVAILABLE}
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@114635ac{/solr,null,AVAILABLE}
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5af2fbb7{/solr,null,AVAILABLE}
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4482c7fa{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:61306}
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-4) [    ] o.e.j.s.Server Started @3297274ms
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3c6ccac{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:61307}
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61306}
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-3) [    ] o.e.j.s.Server Started @3297274ms
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61307}
   [junit4]   2> 3297207 ERROR (jetty-launcher-22501-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3297207 ERROR (jetty-launcher-22501-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6604a2f4{/solr,null,AVAILABLE}
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-21T03:58:02.871849Z
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3297207 INFO  (jetty-launcher-22501-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-21T03:58:02.871860Z
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@225e0252{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:61308}
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-2) [    ] o.e.j.s.Server Started @3297275ms
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61308}
   [junit4]   2> 3297208 ERROR (jetty-launcher-22501-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@39e2e17c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:61309}
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-1) [    ] o.e.j.s.Server Started @3297275ms
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61309}
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-21T03:58:02.872478Z
   [junit4]   2> 3297208 ERROR (jetty-launcher-22501-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3297208 INFO  (jetty-launcher-22501-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-21T03:58:02.872809Z
   [junit4]   2> 3297212 INFO  (zkConnectionManagerCallback-22505-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297212 INFO  (jetty-launcher-22501-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3297214 INFO  (zkConnectionManagerCallback-22507-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297215 INFO  (zkConnectionManagerCallback-22509-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297215 INFO  (zkConnectionManagerCallback-22503-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297216 INFO  (jetty-launcher-22501-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3297216 INFO  (jetty-launcher-22501-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3297217 INFO  (jetty-launcher-22501-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3297284 INFO  (jetty-launcher-22501-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3297285 INFO  (jetty-launcher-22501-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3297285 WARN  (jetty-launcher-22501-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2033a6d9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3297286 WARN  (jetty-launcher-22501-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@72233da1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3297289 WARN  (jetty-launcher-22501-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2764204d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3297290 INFO  (jetty-launcher-22501-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61301/solr
   [junit4]   2> 3297290 WARN  (jetty-launcher-22501-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@346f251f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3297291 INFO  (jetty-launcher-22501-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61301/solr
   [junit4]   2> 3297295 INFO  (zkConnectionManagerCallback-22522-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297295 INFO  (zkConnectionManagerCallback-22525-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297302 INFO  (zkConnectionManagerCallback-22527-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297303 INFO  (zkConnectionManagerCallback-22529-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297346 INFO  (jetty-launcher-22501-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3297347 WARN  (jetty-launcher-22501-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@644d5cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3297349 WARN  (jetty-launcher-22501-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@323c7ec5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3297350 INFO  (jetty-launcher-22501-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61301/solr
   [junit4]   2> 3297353 INFO  (zkConnectionManagerCallback-22539-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297358 INFO  (zkConnectionManagerCallback-22541-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297378 INFO  (jetty-launcher-22501-thread-3) [n:127.0.0.1:61307_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61307_solr
   [junit4]   2> 3297379 INFO  (jetty-launcher-22501-thread-3) [n:127.0.0.1:61307_solr    ] o.a.s.c.Overseer Overseer (id=72059009591672844-127.0.0.1:61307_solr-n_0000000000) starting
   [junit4]   2> 3297400 INFO  (zkConnectionManagerCallback-22548-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297406 INFO  (jetty-launcher-22501-thread-3) [n:127.0.0.1:61307_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61301/solr ready
   [junit4]   2> 3297408 INFO  (OverseerStateUpdate-72059009591672844-127.0.0.1:61307_solr-n_0000000000) [n:127.0.0.1:61307_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:61307_solr
   [junit4]   2> 3297409 INFO  (jetty-launcher-22501-thread-3) [n:127.0.0.1:61307_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61307_solr
   [junit4]   2> 3297411 INFO  (OverseerStateUpdate-72059009591672844-127.0.0.1:61307_solr-n_0000000000) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3297413 INFO  (zkCallback-22547-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3297432 INFO  (jetty-launcher-22501-thread-3) [n:127.0.0.1:61307_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3297451 INFO  (jetty-launcher-22501-thread-3) [n:127.0.0.1:61307_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61307.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3297459 INFO  (jetty-launcher-22501-thread-3) [n:127.0.0.1:61307_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61307.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3297460 INFO  (jetty-launcher-22501-thread-3) [n:127.0.0.1:61307_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61307.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3297460 INFO  (jetty-launcher-22501-thread-3) [n:127.0.0.1:61307_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node3/.
   [junit4]   2> 3297466 INFO  (jetty-launcher-22501-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3297467 WARN  (jetty-launcher-22501-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@77cc63a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3297469 WARN  (jetty-launcher-22501-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7e79a1c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3297470 INFO  (jetty-launcher-22501-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61301/solr
   [junit4]   2> 3297474 INFO  (zkConnectionManagerCallback-22555-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297478 INFO  (zkConnectionManagerCallback-22557-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297486 INFO  (jetty-launcher-22501-thread-2) [n:127.0.0.1:61308_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3297486 INFO  (jetty-launcher-22501-thread-1) [n:127.0.0.1:61309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3297492 INFO  (jetty-launcher-22501-thread-1) [n:127.0.0.1:61309_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:61309_solr as DOWN
   [junit4]   2> 3297492 INFO  (jetty-launcher-22501-thread-2) [n:127.0.0.1:61308_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:61308_solr as DOWN
   [junit4]   2> 3297493 INFO  (jetty-launcher-22501-thread-1) [n:127.0.0.1:61309_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3297493 INFO  (jetty-launcher-22501-thread-1) [n:127.0.0.1:61309_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61309_solr
   [junit4]   2> 3297494 INFO  (jetty-launcher-22501-thread-2) [n:127.0.0.1:61308_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3297494 INFO  (jetty-launcher-22501-thread-2) [n:127.0.0.1:61308_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61308_solr
   [junit4]   2> 3297496 INFO  (zkCallback-22540-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 3297496 INFO  (zkCallback-22547-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 3297496 INFO  (zkCallback-22528-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 3297496 INFO  (zkCallback-22556-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 3297516 INFO  (jetty-launcher-22501-thread-4) [n:127.0.0.1:61306_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3297516 INFO  (zkConnectionManagerCallback-22569-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297516 INFO  (zkConnectionManagerCallback-22564-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297518 INFO  (jetty-launcher-22501-thread-1) [n:127.0.0.1:61309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3297518 INFO  (jetty-launcher-22501-thread-2) [n:127.0.0.1:61308_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3297520 INFO  (jetty-launcher-22501-thread-1) [n:127.0.0.1:61309_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61301/solr ready
   [junit4]   2> 3297520 INFO  (jetty-launcher-22501-thread-2) [n:127.0.0.1:61308_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61301/solr ready
   [junit4]   2> 3297520 INFO  (jetty-launcher-22501-thread-1) [n:127.0.0.1:61309_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3297520 INFO  (jetty-launcher-22501-thread-2) [n:127.0.0.1:61308_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3297522 INFO  (jetty-launcher-22501-thread-4) [n:127.0.0.1:61306_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:61306_solr as DOWN
   [junit4]   2> 3297523 INFO  (jetty-launcher-22501-thread-4) [n:127.0.0.1:61306_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3297523 INFO  (jetty-launcher-22501-thread-4) [n:127.0.0.1:61306_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61306_solr
   [junit4]   2> 3297528 INFO  (zkCallback-22528-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3297528 INFO  (zkCallback-22547-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3297528 INFO  (zkCallback-22540-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3297528 INFO  (zkCallback-22556-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3297528 INFO  (zkCallback-22526-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3297528 INFO  (zkCallback-22568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3297528 INFO  (zkCallback-22563-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3297539 INFO  (jetty-launcher-22501-thread-2) [n:127.0.0.1:61308_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61308.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3297539 INFO  (jetty-launcher-22501-thread-1) [n:127.0.0.1:61309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61309.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3297556 INFO  (zkConnectionManagerCallback-22576-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297558 INFO  (jetty-launcher-22501-thread-4) [n:127.0.0.1:61306_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3297560 INFO  (jetty-launcher-22501-thread-4) [n:127.0.0.1:61306_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61301/solr ready
   [junit4]   2> 3297560 INFO  (jetty-launcher-22501-thread-4) [n:127.0.0.1:61306_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3297560 INFO  (jetty-launcher-22501-thread-2) [n:127.0.0.1:61308_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61308.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3297560 INFO  (jetty-launcher-22501-thread-1) [n:127.0.0.1:61309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61309.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3297560 INFO  (jetty-launcher-22501-thread-2) [n:127.0.0.1:61308_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61308.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3297560 INFO  (jetty-launcher-22501-thread-1) [n:127.0.0.1:61309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61309.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3297561 INFO  (jetty-launcher-22501-thread-1) [n:127.0.0.1:61309_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/.
   [junit4]   2> 3297561 INFO  (jetty-launcher-22501-thread-2) [n:127.0.0.1:61308_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node2/.
   [junit4]   2> 3297577 INFO  (jetty-launcher-22501-thread-4) [n:127.0.0.1:61306_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61306.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3297586 INFO  (jetty-launcher-22501-thread-4) [n:127.0.0.1:61306_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61306.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3297586 INFO  (jetty-launcher-22501-thread-4) [n:127.0.0.1:61306_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61306.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3297587 INFO  (jetty-launcher-22501-thread-4) [n:127.0.0.1:61306_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node4/.
   [junit4]   2> 3297649 INFO  (zkConnectionManagerCallback-22582-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3297651 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[4560367860AA6279]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3297653 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[4560367860AA6279]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61301/solr ready
   [junit4]   2> 3297656 INFO  (qtp1619950875-55568) [n:127.0.0.1:61308_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3297657 INFO  (qtp1619950875-55568) [n:127.0.0.1:61308_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3297658 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[4560367860AA6279]) [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest SolrClient: org.apache.solr.client.solrj.impl.CloudSolrClient@5527b18
   [junit4]   2> 3297658 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[4560367860AA6279]) [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest ClusterStateProvider org.apache.solr.client.solrj.impl.HttpClusterStateProvider@c08c25
   [junit4]   2> 3297661 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3297663 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3297663 INFO  (qtp1996663069-55580) [n:127.0.0.1:61309_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3297664 INFO  (qtp1996663069-55580) [n:127.0.0.1:61309_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3297665 INFO  (qtp1996663069-55591) [n:127.0.0.1:61309_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3297666 INFO  (qtp1996663069-55591) [n:127.0.0.1:61309_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3297666 INFO  (qtp1996663069-55596) [n:127.0.0.1:61309_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3297667 INFO  (qtp1996663069-55596) [n:127.0.0.1:61309_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3297668 INFO  (qtp1996663069-55578) [n:127.0.0.1:61309_solr    ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params baseConfigSet=_default&name=test&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 3297671 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.OverseerConfigSetMessageHandler OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"test",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 3297673 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/test/managed-schema
   [junit4]   2> 3297676 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/test/protwords.txt
   [junit4]   2> 3297678 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/test/solrconfig.xml
   [junit4]   2> 3297680 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/test/synonyms.txt
   [junit4]   2> 3297683 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/test/stopwords.txt
   [junit4]   2> 3297687 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/test/lang/contractions_it.txt
   [junit4]   2> 3297689 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/test/lang/contractions_ca.txt
   [junit4]   2> 3297692 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/test/lang/stemdict_nl.txt
   [junit4]   2> 3297695 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/test/lang/stopwords_hy.txt
   [junit4]   2> 3297697 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/test/lang/stopwords_no.txt
   [junit4]   2> 3297701 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/test/lang/stopwords_id.txt
   [junit4]   2> 3297703 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/test/lang/stopwords_da.txt
   [junit4]   2> 3297706 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/test/lang/stopwords_ga.txt
   [junit4]   2> 3297709 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/test/lang/stopwords_hi.txt
   [junit4]   2> 3297711 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/test/lang/stopwords_ja.txt
   [junit4]   2> 3297714 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/test/lang/stopwords_pt.txt
   [junit4]   2> 3297717 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/test/lang/stopwords_hu.txt
   [junit4]   2> 3297720 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/test/lang/stopwords_el.txt
   [junit4]   2> 3297723 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/test/lang/stopwords_ru.txt
   [junit4]   2> 3297726 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/test/lang/stopwords_tr.txt
   [junit4]   2> 3297728 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/test/lang/stopwords_ar.txt
   [junit4]   2> 3297731 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/test/lang/userdict_ja.txt
   [junit4]   2> 3297734 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/test/lang/stopwords_eu.txt
   [junit4]   2> 3297737 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/test/lang/stopwords_it.txt
   [junit4]   2> 3297740 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/test/lang/stopwords_cz.txt
   [junit4]   2> 3297743 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/test/lang/stoptags_ja.txt
   [junit4]   2> 3297746 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/test/lang/contractions_fr.txt
   [junit4]   2> 3297748 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/test/lang/stopwords_de.txt
   [junit4]   2> 3297751 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/test/lang/stopwords_fa.txt
   [junit4]   2> 3297754 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/test/lang/contractions_ga.txt
   [junit4]   2> 3297757 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/test/lang/stopwords_ca.txt
   [junit4]   2> 3297759 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/test/lang/stopwords_nl.txt
   [junit4]   2> 3297762 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/test/lang/stopwords_bg.txt
   [junit4]   2> 3297765 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/test/lang/stopwords_en.txt
   [junit4]   2> 3297767 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/test/lang/stopwords_es.txt
   [junit4]   2> 3297770 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/test/lang/stopwords_lv.txt
   [junit4]   2> 3297773 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/test/lang/stopwords_ro.txt
   [junit4]   2> 3297776 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/test/lang/stopwords_th.txt
   [junit4]   2> 3297778 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/test/lang/stopwords_fr.txt
   [junit4]   2> 3297781 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/test/lang/stopwords_sv.txt
   [junit4]   2> 3297784 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/test/lang/stopwords_fi.txt
   [junit4]   2> 3297787 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/test/lang/hyphenations_ga.txt
   [junit4]   2> 3297790 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/test/lang/stopwords_gl.txt
   [junit4]   2> 3297793 INFO  (OverseerThreadFactory-20144-thread-1-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/test/params.json
   [junit4]   2> 3297796 INFO  (qtp1996663069-55578) [n:127.0.0.1:61309_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs params={baseConfigSet=_default&name=test&action=CREATE&wt=javabin&version=2} status=0 QTime=127
   [junit4]   2> 3297797 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3297797 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3297798 INFO  (qtp1996663069-55580) [n:127.0.0.1:61309_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3297799 INFO  (qtp1996663069-55580) [n:127.0.0.1:61309_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3297799 INFO  (qtp1996663069-55591) [n:127.0.0.1:61309_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3297800 INFO  (qtp1996663069-55591) [n:127.0.0.1:61309_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3297801 INFO  (qtp1996663069-55596) [n:127.0.0.1:61309_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3297802 INFO  (qtp1996663069-55596) [n:127.0.0.1:61309_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3297803 INFO  (qtp1996663069-55597) [n:127.0.0.1:61309_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=test&name=test&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3297807 INFO  (OverseerThreadFactory-20144-thread-2-processing-n:127.0.0.1:61307_solr) [n:127.0.0.1:61307_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test
   [junit4]   2> 3297807 INFO  (OverseerCollectionConfigSetProcessor-72059009591672844-127.0.0.1:61307_solr-n_0000000000) [n:127.0.0.1:61307_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> 3297931 INFO  (OverseerStateUpdate-72059009591672844-127.0.0.1:61307_solr-n_0000000000) [n:127.0.0.1:61307_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61309/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3298136 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr    x:test_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=test&newCollection=true&name=test_shard1_replica_n1&action=CREATE&numShards=1&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3299160 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3299160 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3299161 WARN  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 3299161 WARN  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 3299161 WARN  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 3299161 WARN  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 3299161 WARN  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 3299161 WARN  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 3299161 WARN  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 3299161 WARN  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 3299162 WARN  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 3299162 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3299198 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.IndexSchema [test_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 3299365 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3299426 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'test_shard1_replica_n1' using configuration from collection test, trusted=true
   [junit4]   2> 3299426 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61309.solr.core.test.shard1.replica_n1' (registry 'solr.core.test.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3299426 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrCore [[test_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/./test_shard1_replica_n1/data/]
   [junit4]   2> 3299429 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3299497 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3299497 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3299500 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 3299500 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3299501 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5900d044[test_shard1_replica_n1] main]
   [junit4]   2> 3299503 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 3299503 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 3299503 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/test/managed-schema
   [junit4]   2> 3299504 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3299504 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3299505 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 3299505 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3299505 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631394553050169344
   [junit4]   2> 3299508 INFO  (searcherExecutor-20164-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@5900d044[test_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3299508 INFO  (searcherExecutor-20164-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3299508 INFO  (searcherExecutor-20164-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3299509 INFO  (searcherExecutor-20164-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrCore [test_shard1_replica_n1] Registered new searcher Searcher@5900d044[test_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3299513 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 3299513 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test/leaders/shard1
   [junit4]   2> 3299519 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3299519 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3299519 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61309/solr/test_shard1_replica_n1/
   [junit4]   2> 3299519 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3299520 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:61309/solr/test_shard1_replica_n1/ has no replicas
   [junit4]   2> 3299520 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/test/leaders/shard1/leader after winning as /collections/test/leader_elect/shard1/election/72059009591672847-core_node2-n_0000000000
   [junit4]   2> 3299522 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61309/solr/test_shard1_replica_n1/ shard1
   [junit4]   2> 3299635 INFO  (zkCallback-22556-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3299635 INFO  (zkCallback-22556-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3299636 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3299638 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=test&newCollection=true&name=test_shard1_replica_n1&action=CREATE&numShards=1&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1502
   [junit4]   2> 3299642 INFO  (qtp1996663069-55597) [n:127.0.0.1:61309_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> 3299741 INFO  (zkCallback-22556-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3299741 INFO  (zkCallback-22556-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3299741 INFO  (zkCallback-22556-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3299742 INFO  (qtp1996663069-55597) [n:127.0.0.1:61309_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=test&name=test&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1939
   [junit4]   2> 3299745 INFO  (qtp1996663069-55580) [n:127.0.0.1:61309_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3299746 INFO  (qtp1996663069-55580) [n:127.0.0.1:61309_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3299772 INFO  (qtp1996663069-55591) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted to ZK [{"set-user-property":{"update.autoCreateFields":false}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"tracking-testSliceRouting",
   [junit4]   2>     "class":"solr.TrackingUpdateProcessorFactory",
   [junit4]   2>     "group":"test"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     "class":"org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 3299772 INFO  (qtp1996663069-55591) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection test
   [junit4]   2> 3299772 INFO  (Thread-7827) [    ] o.a.s.c.SolrCore config update listener called for core test_shard1_replica_n1
   [junit4]   2> 3299773 INFO  (solrHandlerExecutor-20169-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3299773 INFO  (Thread-7827) [    ] o.a.s.c.SolrCore core reload test_shard1_replica_n1
   [junit4]   2> 3299782 INFO  (Thread-7827) [    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3299782 INFO  (Thread-7827) [    ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3299783 WARN  (Thread-7827) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 3299783 WARN  (Thread-7827) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 3299783 WARN  (Thread-7827) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 3299783 WARN  (Thread-7827) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 3299783 WARN  (Thread-7827) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 3299783 WARN  (Thread-7827) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 3299783 WARN  (Thread-7827) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 3299783 WARN  (Thread-7827) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 3299783 WARN  (Thread-7827) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 3299784 INFO  (Thread-7827) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3299806 INFO  (Thread-7827) [    ] o.a.s.s.IndexSchema [test_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 3299839 INFO  (OverseerCollectionConfigSetProcessor-72059009591672844-127.0.0.1:61307_solr-n_0000000000) [n:127.0.0.1:61307_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3299883 INFO  (qtp1996663069-55578) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3299883 INFO  (qtp1996663069-55578) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.S.Request [test_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3299883 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3299883 INFO  (solrHandlerExecutor-20169-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:61309/solr/test_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 3299883 INFO  (solrHandlerExecutor-20169-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3300395 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3300395 INFO  (qtp1996663069-55579) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.S.Request [test_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3300395 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3300396 INFO  (solrHandlerExecutor-20169-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:61309/solr/test_shard1_replica_n1/ for prop overlay   after 2 attempts
   [junit4]   2> 3300396 INFO  (solrHandlerExecutor-20169-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3300470 INFO  (Thread-7827) [    ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3300497 INFO  (qtp1996663069-55597) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3300497 INFO  (qtp1996663069-55597) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.S.Request [test_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3300497 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3300497 INFO  (solrHandlerExecutor-20169-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:61309/solr/test_shard1_replica_n1/ for prop overlay   after 3 attempts
   [junit4]   2> 3300497 INFO  (solrHandlerExecutor-20169-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3300530 INFO  (Thread-7827) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'test_shard1_replica_n1' using configuration from collection test
   [junit4]   2> 3300551 INFO  (Thread-7827) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61309.solr.core.test.shard1.replica_n1' (registry 'solr.core.test.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4346530d
   [junit4]   2> 3300551 INFO  (Thread-7827) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrCore [[test_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/test_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_4560367860AA6279-001/tempDir-001/node1/./test_shard1_replica_n1/data/]
   [junit4]   2> 3300553 INFO  (Thread-7827) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3300597 INFO  (Thread-7827) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 3300597 INFO  (Thread-7827) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3300598 INFO  (Thread-7827) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f61cf9f[test_shard1_replica_n1] main]
   [junit4]   2> 3300600 INFO  (qtp1996663069-55580) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3300600 INFO  (Thread-7827) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 3300600 INFO  (qtp1996663069-55580) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.S.Request [test_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3300600 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3300601 INFO  (solrHandlerExecutor-20169-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:61309/solr/test_shard1_replica_n1/ for prop overlay   after 4 attempts
   [junit4]   2> 3300601 INFO  (solrHandlerExecutor-20169-thread-1-processing-n:127.0.0.1:61309_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3300601 INFO  (Thread-7827) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 3300601 INFO  (Thread-7827) [n:127.0.0.1:61309_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Cr

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

ntDeleteAndCreateCollectionTest, TestSystemIdResolver, TestLockTree, HdfsBasicDistributedZkTest, TestBulkSchemaConcurrent, MultiDestinationAuditLoggerTest, TestExtendedDismaxParser, NoCacheHeaderTest, BasicDistributedZkTest, VMParamsZkACLAndCredentialsProvidersTest, ReturnFieldsTest, OpenExchangeRatesOrgProviderTest, LeaderElectionContextKeyTest, DistributedFacetPivotSmallAdvancedTest, TestShardHandlerFactory, NestedAtomicUpdateTest, TestRandomDVFaceting, BJQParserTest, DefaultValueUpdateProcessorTest, TestLegacyFieldReuse, ReplaceNodeNoTargetTest, HDFSCollectionsAPITest, TestMacros, TaggerTest, OverseerTest, HdfsRecoverLeaseTest, AddBlockUpdateTest, ActionThrottleTest, TestScoreJoinQPScore, WordBreakSolrSpellCheckerTest, TestSQLHandlerNonCloud, PathHierarchyTokenizerFactoryTest, UUIDUpdateProcessorFallbackTest, SolrRequestParserTest, DistributedQueueTest, TestQueryTypes, SegmentsInfoRequestHandlerTest, SOLR749Test, TestImplicitCoreProperties, TestUseDocValuesAsStored, SmileWriterTest, TestLMJelinekMercerSimilarityFactory, HealthCheckHandlerTest, LeaderFailureAfterFreshStartTest, TestDocSet, TestPullReplica, DistributedQueryElevationComponentTest, TestDistributedMissingSort, MetricsHandlerTest, DirectSolrConnectionTest, SolrLogAuditLoggerPluginTest, TestConfigsApi, TestDocTermOrds, TestSearcherReuse, CoreAdminCreateDiscoverTest, TestZkAclsWithHadoopAuth, ReindexCollectionTest, ChaosMonkeySafeLeaderTest, TestSolrConfigHandler, TestSolrConfigHandlerConcurrent, TestSolrQueryResponse, TestSimExecutePlanAction, ZkControllerTest, MinimalSchemaTest, HdfsChaosMonkeySafeLeaderTest, StressHdfsTest, TestAddFieldRealTimeGet, TestLFUCache, ComputePlanActionTest, TestPointFields, DirectUpdateHandlerTest, TestManagedResource, TestDistributedStatsComponentCardinality, TestCoreDiscovery, TestSSLRandomization, V2ApiIntegrationTest, TestConfigSets, SuggesterWFSTTest, DistributedExpandComponentTest, ImplicitSnitchTest, TriggerIntegrationTest, BlockDirectoryTest, CursorMarkTest, MetricTriggerTest, SimplePostToolTest, TestCharFilters, TestLegacyFieldCache, HdfsThreadLeakTest, TestConfig, TestTolerantSearch, TestStressLiveNodes, BaseCdcrDistributedZkTest, ByteBuffersDirectoryFactoryTest, AutoAddReplicasPlanActionTest, TestDynamicLoading, RulesTest, TestCollectionsAPIViaSolrCloudCluster, SolrMetricReporterTest, OrderedExecutorTest, TestValueSourceCache, TestPayloadScoreQParserPlugin, SuggestComponentTest, DocValuesTest, TestNestedDocsSort, TestUtils, TestSkipOverseerOperations, LeaderVoteWaitTimeoutTest, TestPartialUpdateDeduplication, TestReplicationHandler, TestFileDictionaryLookup, TriLevelCompositeIdRoutingTest, CopyFieldTest, TestDistributedMap, SearchHandlerTest, TestCoreBackup, TestBM25SimilarityFactory, ZkStateReaderTest, OverseerStatusTest, BlockJoinFacetRandomTest, TestConfigSetImmutable, DistributedQueryComponentCustomSortTest, SolrTestCaseJ4Test, SimpleFacetsTest, AtomicUpdateProcessorFactoryTest, TestSchemaVersionResource, ChaosMonkeyNothingIsSafeTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, OutputWriterTest, SampleTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestGroupingSearch, TestHighlightDedupGrouping, TestRandomFaceting, TestSimpleTrackingShardHandler, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, AsyncCallRequestStatusResponseTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionPropsTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, LeaderElectionIntegrationTest, LeaderElectionTest, MoveReplicaHDFSTest, MoveReplicaTest, NestedShardedAtomicUpdateTest, OutOfBoxZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SyncSliceTest, TestCloudDeleteByQuery, TestCloudSearcherWarming, TestDeleteCollectionOnDownNodes, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestPullReplicaErrorHandling, TestRandomRequestDistribution, TestSegmentSorting, TestSolrCloudWithSecureImpersonation, TestTolerantUpdateProcessorRandomCloud, ZkFailoverTest, AssignTest, CollectionReloadTest, CollectionTooManyReplicasTest, CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, TestSimNodeAddedTrigger, CdcrBidirectionalTest, CdcrBootstrapTest, CdcrRequestHandlerTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, AlternateDirectoryTest, BlobRepositoryCloudTest, CachingDirectoryFactoryTest, SolrCoreTest, TestMergePolicyConfig, TestNRTOpen, TestQuerySenderListener, TestQuerySenderNoQuery, TestSolrDeletionPolicy1, TestSolrDeletionPolicy2, TestSolrIndexConfig, TestSolrXml, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, MoreLikeThisHandlerTest, RequestLoggingTest, TestReplicationHandlerBackup, TestReqParamsAPI, CoreAdminHandlerTest, CoreAdminOperationTest, DaemonStreamApiTest, StatsReloadRaceTest, CustomHighlightComponentTest, DistributedFacetPivotSmallTest, DistributedFacetPivotWhiteBoxTest, DistributedSuggestComponentTest, FacetPivotSmallTest, InfixSuggestersTest, PhrasesIdentificationComponentTest, ReplicaListTransformerTest, ResponseLogComponentTest, SearchHandlerTest, StatsComponentTest, TermVectorComponentTest, TestHttpShardHandlerFactory, TestExportWriter, JavabinLoaderTest, EmbeddedSolrNoSerializeTest, RandomizedTaggerTest, FastVectorHighlighterTest, HighlighterConfigTest, HighlighterMaxOffsetTest, HighlighterTest, TestUnifiedSolrHighlighter, UninvertDocValuesMergePolicyTest, TestMultiValuedNumericRangeQuery, TestNumericRangeQuery64, TestNumericTokenStream, SolrCoreMetricManagerTest, SolrSlf4jReporterTest, SolrShardReporterTest, SubstringBytesRefFilterTest, TestFacetMethods, TestFaceting, TestIntervalFaceting, TestSubQueryTransformer, TestSubQueryTransformerCrossCore, TestRestManager, TestBulkSchemaAPI, TestUniqueKeyFieldResource, BadCopyFieldTest, DocValuesMissingTest, IndexSchemaTest, NotRequiredUniqueKeyTest, PolyFieldTest, PreAnalyzedFieldManagedSchemaCloudTest, RequiredFieldsTest, SchemaVersionSpecificBehaviorTest, TestCloudManagedSchema, TestManagedSchemaAPI, TestManagedSchemaThreadSafety, TestSchemaManager, TestSchemalessBufferedUpdates, TestUseDocValuesAsStored2, UUIDFieldTest, AnalyticsMergeStrategyTest, AnalyticsQueryTest, LargeFieldTest, MergeStrategyTest, QueryEqualityTest, QueryParsingTest, TestComplexPhraseLeadingWildcard, TestFastLRUCache, TestFieldSortValues, TestFiltering, TestHashQParserPlugin, TestLRUCache, TestLegacyNumericRangeQueryBuilder, TestMaxScoreQueryParser, TestNoOpRegenerator, TestOverriddenPrefixQueryForCustomFieldType, TestRTGBase, TestReRankQParserPlugin, TestRecovery, TestCloudJSONFacetJoinDomain, TestCloudJSONFacetSKG, TestJsonFacetRefinement, TestMinMaxOnMultiValuedField, TestDFRSimilarityFactory, TestIBSimilarityFactory, TestDefaultStatsCache, TestDistribIDF, TestExactSharedStatsCache, TestLRUStatsCache, AuditLoggerPluginTest, BasicAuthIntegrationTest, TestPKIAuthenticationPlugin, TestDelegationWithHadoopAuth, TestImpersonationWithHadoopAuth, ConjunctionSolrSpellCheckerTest, DirectSolrSpellCheckerTest, FileBasedSpellCheckerTest, IndexBasedSpellCheckerTest, SpellCheckCollatorWithCollapseTest, SpellPossibilityIteratorTest, SpellingQueryConverterTest, SuggesterFSTTest, TestAnalyzeInfixSuggestions, TestFreeTextSuggestions, TestHighFrequencyDictionaryFactory, TestDocTermOrdsUninvertLimit, TestFieldCache, TestFieldCacheVsDocValues, TestNumericTerms64, SolrCmdDistributorTest, SolrIndexSplitterTest, TestAtomicUpdateErrorCases, TestExceedMaxTermLength, TestHdfsUpdateLog, TestInPlaceUpdatesDistrib, TestInPlaceUpdatesRequiredField, TestInPlaceUpdatesStandalone, TestIndexingPerformance, TestNestedUpdateProcessor, TestUpdate, CategoryRoutedAliasUpdateProcessorTest]
   [junit4] Completed [854/854 (1!)] on J1 in 254.25s, 6 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/temp/junit4-J1-20190421_030305_39812347414099328746602.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/heapdumps/java_pid4740.hprof ...
   [junit4] Heap dump file created [596708759 bytes in 22.332 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8939 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:586: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid4740.hprof

Total time: 110 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2