Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-8.x-Linux/33/
Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Timeout occurred while waiting response from server at: 
https://127.0.0.1:37623/solr/myAlias

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: https://127.0.0.1:37623/solr/myAlias
        at 
__randomizedtesting.SeedInfo.seed([E09C80D5668675B9:D10C0C39C2D08A90]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1055)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:460)
        at 
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting(CategoryRoutedAliasUpdateProcessorTest.java:367)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        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 15615 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/init-core-data-001
   [junit4]   2> 2395802 WARN  
(SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[E09C80D5668675B9]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=116 numCloses=116
   [junit4]   2> 2395803 INFO  
(SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[E09C80D5668675B9]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2395804 INFO  
(SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[E09C80D5668675B9]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2395804 INFO  
(SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[E09C80D5668675B9]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2395809 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[E09C80D5668675B9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testMustMatch
   [junit4]   2> 2395809 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[E09C80D5668675B9])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001
   [junit4]   2> 2395809 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[E09C80D5668675B9])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2395811 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2395811 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2395914 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[E09C80D5668675B9])
 [    ] o.a.s.c.ZkTestServer start zk server on port:38777
   [junit4]   2> 2395915 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[E09C80D5668675B9])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38777
   [junit4]   2> 2395915 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[E09C80D5668675B9])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38777
   [junit4]   2> 2395929 INFO  (zkConnectionManagerCallback-14158-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2395939 INFO  (zkConnectionManagerCallback-14160-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2395954 INFO  (zkConnectionManagerCallback-14162-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2395961 WARN  (jetty-launcher-14163-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2395962 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2395962 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2395962 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 2395963 WARN  (jetty-launcher-14163-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2395963 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2395963 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2395963 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 2395971 WARN  (jetty-launcher-14163-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2395971 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2395971 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2395971 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 2395975 WARN  (jetty-launcher-14163-thread-4) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2395975 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2395975 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2395976 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 2395987 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2395987 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2395987 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2395995 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@66bd73a0{/solr,null,AVAILABLE}
   [junit4]   2> 2395995 WARN  (jetty-launcher-14163-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5ecc85ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396048 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@33341b75{SSL,[ssl, 
http/1.1]}{127.0.0.1:42897}
   [junit4]   2> 2396048 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.e.j.s.Server Started @2396083ms
   [junit4]   2> 2396048 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42897}
   [junit4]   2> 2396049 ERROR (jetty-launcher-14163-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2396049 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2396049 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 2396049 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2396049 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2396049 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-20T07:39:07.421Z
   [junit4]   2> 2396063 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2396063 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2396063 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2396067 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@485b6aa0{/solr,null,AVAILABLE}
   [junit4]   2> 2396067 WARN  (jetty-launcher-14163-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@22b1cd42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396071 INFO  (zkConnectionManagerCallback-14165-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396071 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2396130 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2396130 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2396130 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2396135 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ca46a55{/solr,null,AVAILABLE}
   [junit4]   2> 2396135 WARN  (jetty-launcher-14163-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3169de65[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396135 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2396135 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2396135 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2396135 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4c1aa36c{/solr,null,AVAILABLE}
   [junit4]   2> 2396136 WARN  (jetty-launcher-14163-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@283491e1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@67ac082c{SSL,[ssl, 
http/1.1]}{127.0.0.1:39393}
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.e.j.s.Server Started @2396171ms
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39393}
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@72ebdac4{SSL,[ssl, 
http/1.1]}{127.0.0.1:40983}
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.e.j.s.Server Started @2396171ms
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40983}
   [junit4]   2> 2396136 ERROR (jetty-launcher-14163-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2396136 ERROR (jetty-launcher-14163-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-20T07:39:07.508Z
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2396136 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-20T07:39:07.508Z
   [junit4]   2> 2396143 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5f753856{SSL,[ssl, 
http/1.1]}{127.0.0.1:39449}
   [junit4]   2> 2396143 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.e.j.s.Server Started @2396178ms
   [junit4]   2> 2396143 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39449}
   [junit4]   2> 2396143 ERROR (jetty-launcher-14163-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2396143 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2396143 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 2396143 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2396143 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2396143 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-20T07:39:07.515Z
   [junit4]   2> 2396155 INFO  (zkConnectionManagerCallback-14170-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396155 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2396160 INFO  (zkConnectionManagerCallback-14169-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396161 INFO  (zkConnectionManagerCallback-14172-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396167 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2396167 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2396238 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2396239 WARN  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2396244 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2396245 WARN  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2396271 WARN  (jetty-launcher-14163-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1ae8d329[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396283 WARN  (jetty-launcher-14163-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5ba8f708[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396291 WARN  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2396298 WARN  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2396315 WARN  (jetty-launcher-14163-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@54538036[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396316 INFO  (jetty-launcher-14163-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38777/solr
   [junit4]   2> 2396330 WARN  (jetty-launcher-14163-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2649aa59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396332 INFO  (jetty-launcher-14163-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38777/solr
   [junit4]   2> 2396383 INFO  (zkConnectionManagerCallback-14184-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396384 INFO  (zkConnectionManagerCallback-14187-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396391 INFO  (zkConnectionManagerCallback-14189-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396424 INFO  (zkConnectionManagerCallback-14191-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396428 INFO  (jetty-launcher-14163-thread-1) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40983_solr
   [junit4]   2> 2396428 INFO  (jetty-launcher-14163-thread-1) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.Overseer Overseer 
(id=72230748317876234-127.0.0.1:40983_solr-n_0000000000) starting
   [junit4]   2> 2396444 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2396445 WARN  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2396455 WARN  (jetty-launcher-14163-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4f302987[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396456 INFO  (jetty-launcher-14163-thread-4) 
[n:127.0.0.1:39393_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39393_solr
   [junit4]   2> 2396467 INFO  (zkCallback-14188-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2396470 INFO  (zkConnectionManagerCallback-14200-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396471 INFO  (jetty-launcher-14163-thread-1) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2396472 INFO  (jetty-launcher-14163-thread-1) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38777/solr ready
   [junit4]   2> 2396480 WARN  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2396500 INFO  (zkCallback-14190-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2396523 INFO  
(OverseerStateUpdate-72230748317876234-127.0.0.1:40983_solr-n_0000000000) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:40983_solr
   [junit4]   2> 2396527 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2396528 WARN  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2396535 INFO  (jetty-launcher-14163-thread-1) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40983_solr as DOWN
   [junit4]   2> 2396535 INFO  (jetty-launcher-14163-thread-1) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2396536 INFO  (jetty-launcher-14163-thread-1) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40983_solr
   [junit4]   2> 2396551 WARN  (jetty-launcher-14163-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1c3b23fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396552 INFO  (jetty-launcher-14163-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38777/solr
   [junit4]   2> 2396563 INFO  (zkCallback-14188-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2396563 INFO  (zkCallback-14199-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2396563 INFO  (zkCallback-14190-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2396591 WARN  (jetty-launcher-14163-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1dba46[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396642 INFO  (zkConnectionManagerCallback-14207-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396643 INFO  (jetty-launcher-14163-thread-4) 
[n:127.0.0.1:39393_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2396644 INFO  (jetty-launcher-14163-thread-4) 
[n:127.0.0.1:39393_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38777/solr ready
   [junit4]   2> 2396671 INFO  (zkConnectionManagerCallback-14213-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396681 INFO  (jetty-launcher-14163-thread-4) 
[n:127.0.0.1:39393_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2396683 INFO  (jetty-launcher-14163-thread-1) 
[n:127.0.0.1:40983_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2396683 WARN  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2396707 INFO  (jetty-launcher-14163-thread-1) 
[n:127.0.0.1:40983_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40983.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2396718 INFO  (jetty-launcher-14163-thread-1) 
[n:127.0.0.1:40983_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40983.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2396719 INFO  (jetty-launcher-14163-thread-1) 
[n:127.0.0.1:40983_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40983.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2396719 WARN  (jetty-launcher-14163-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7260bbd7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2396720 INFO  (jetty-launcher-14163-thread-1) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node1/.
   [junit4]   2> 2396720 INFO  (jetty-launcher-14163-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38777/solr
   [junit4]   2> 2396722 INFO  (jetty-launcher-14163-thread-4) 
[n:127.0.0.1:39393_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39393.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2396723 INFO  (zkConnectionManagerCallback-14218-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396725 INFO  (jetty-launcher-14163-thread-3) 
[n:127.0.0.1:39449_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2396727 INFO  (jetty-launcher-14163-thread-3) 
[n:127.0.0.1:39449_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39449_solr as DOWN
   [junit4]   2> 2396727 INFO  (jetty-launcher-14163-thread-3) 
[n:127.0.0.1:39449_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2396727 INFO  (jetty-launcher-14163-thread-3) 
[n:127.0.0.1:39449_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39449_solr
   [junit4]   2> 2396728 INFO  (zkCallback-14188-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2396728 INFO  (zkCallback-14190-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2396729 INFO  (jetty-launcher-14163-thread-4) 
[n:127.0.0.1:39393_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39393.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2396729 INFO  (jetty-launcher-14163-thread-4) 
[n:127.0.0.1:39393_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39393.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2396730 INFO  (jetty-launcher-14163-thread-4) 
[n:127.0.0.1:39393_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node4/.
   [junit4]   2> 2396739 INFO  (zkCallback-14206-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2396739 INFO  (zkCallback-14199-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2396739 INFO  (zkCallback-14217-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2396776 INFO  (zkConnectionManagerCallback-14221-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396799 INFO  (zkConnectionManagerCallback-14228-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396799 INFO  (jetty-launcher-14163-thread-3) 
[n:127.0.0.1:39449_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2396800 INFO  (jetty-launcher-14163-thread-3) 
[n:127.0.0.1:39449_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38777/solr ready
   [junit4]   2> 2396800 INFO  (jetty-launcher-14163-thread-3) 
[n:127.0.0.1:39449_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2396811 INFO  (zkConnectionManagerCallback-14230-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396813 INFO  (jetty-launcher-14163-thread-2) 
[n:127.0.0.1:42897_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2396814 INFO  (jetty-launcher-14163-thread-2) 
[n:127.0.0.1:42897_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42897_solr as DOWN
   [junit4]   2> 2396815 INFO  (jetty-launcher-14163-thread-2) 
[n:127.0.0.1:42897_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2396815 INFO  (jetty-launcher-14163-thread-2) 
[n:127.0.0.1:42897_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42897_solr
   [junit4]   2> 2396816 INFO  (zkCallback-14190-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2396817 INFO  (jetty-launcher-14163-thread-3) 
[n:127.0.0.1:39449_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39449.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2396819 INFO  (zkCallback-14199-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2396819 INFO  (zkCallback-14188-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2396826 INFO  (jetty-launcher-14163-thread-3) 
[n:127.0.0.1:39449_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39449.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2396826 INFO  (jetty-launcher-14163-thread-3) 
[n:127.0.0.1:39449_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39449.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2396827 INFO  (jetty-launcher-14163-thread-3) 
[n:127.0.0.1:39449_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node3/.
   [junit4]   2> 2396831 INFO  (zkCallback-14227-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2396835 INFO  (zkCallback-14217-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2396836 INFO  (zkCallback-14206-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2396839 INFO  (zkCallback-14229-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2396859 INFO  (zkConnectionManagerCallback-14238-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396863 INFO  (jetty-launcher-14163-thread-2) 
[n:127.0.0.1:42897_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 2396864 INFO  (jetty-launcher-14163-thread-2) 
[n:127.0.0.1:42897_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38777/solr ready
   [junit4]   2> 2396864 INFO  (jetty-launcher-14163-thread-2) 
[n:127.0.0.1:42897_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2396898 INFO  (jetty-launcher-14163-thread-2) 
[n:127.0.0.1:42897_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42897.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2396904 INFO  (jetty-launcher-14163-thread-2) 
[n:127.0.0.1:42897_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42897.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2396904 INFO  (jetty-launcher-14163-thread-2) 
[n:127.0.0.1:42897_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42897.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2396905 INFO  (jetty-launcher-14163-thread-2) 
[n:127.0.0.1:42897_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/.
   [junit4]   2> 2396947 INFO  (zkConnectionManagerCallback-14244-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2396947 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[E09C80D5668675B9])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2396948 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[E09C80D5668675B9])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:38777/solr ready
   [junit4]   2> 2396962 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2396963 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_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> 2396964 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[E09C80D5668675B9])
 [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest SolrClient: 
org.apache.solr.client.solrj.impl.CloudSolrClient@73ad054b
   [junit4]   2> 2396964 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testMustMatch-seed#[E09C80D5668675B9])
 [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest ClusterStateProvider 
org.apache.solr.client.solrj.impl.HttpClusterStateProvider@6f18d6aa
   [junit4]   2> 2396977 INFO  (qtp516470075-42596) [n:127.0.0.1:39449_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2396977 INFO  (qtp516470075-42596) [n:127.0.0.1:39449_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> 2396978 INFO  (qtp516470075-42600) [n:127.0.0.1:39449_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2396978 INFO  (qtp516470075-42600) [n:127.0.0.1:39449_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> 2396979 INFO  (qtp516470075-42599) [n:127.0.0.1:39449_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2396987 INFO  (qtp516470075-42599) [n:127.0.0.1:39449_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 2396987 INFO  (qtp516470075-42596) [n:127.0.0.1:39449_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2396988 INFO  (qtp516470075-42596) [n:127.0.0.1:39449_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> 2396989 INFO  (qtp516470075-42596) [n:127.0.0.1:39449_solr    
] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params 
baseConfigSet=_default&name=testMustMatch&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 2396994 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.OverseerConfigSetMessageHandler 
OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testMustMatch",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 2396995 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/testMustMatch/protwords.txt
   [junit4]   2> 2396996 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/testMustMatch/managed-schema
   [junit4]   2> 2396998 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/testMustMatch/solrconfig.xml
   [junit4]   2> 2396998 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/testMustMatch/synonyms.txt
   [junit4]   2> 2396999 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/testMustMatch/stopwords.txt
   [junit4]   2> 2397000 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testMustMatch/lang/contractions_it.txt
   [junit4]   2> 2397001 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testMustMatch/lang/stemdict_nl.txt
   [junit4]   2> 2397001 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testMustMatch/lang/stopwords_hy.txt
   [junit4]   2> 2397002 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testMustMatch/lang/stopwords_no.txt
   [junit4]   2> 2397010 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testMustMatch/lang/contractions_ca.txt
   [junit4]   2> 2397011 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testMustMatch/lang/stopwords_id.txt
   [junit4]   2> 2397012 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testMustMatch/lang/stopwords_ga.txt
   [junit4]   2> 2397012 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testMustMatch/lang/stopwords_hi.txt
   [junit4]   2> 2397013 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testMustMatch/lang/stopwords_da.txt
   [junit4]   2> 2397014 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testMustMatch/lang/stopwords_ja.txt
   [junit4]   2> 2397014 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testMustMatch/lang/stopwords_pt.txt
   [junit4]   2> 2397015 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testMustMatch/lang/stopwords_hu.txt
   [junit4]   2> 2397016 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testMustMatch/lang/stopwords_el.txt
   [junit4]   2> 2397017 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testMustMatch/lang/stopwords_ru.txt
   [junit4]   2> 2397017 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testMustMatch/lang/stopwords_tr.txt
   [junit4]   2> 2397018 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testMustMatch/lang/stopwords_ar.txt
   [junit4]   2> 2397019 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testMustMatch/lang/userdict_ja.txt
   [junit4]   2> 2397019 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testMustMatch/lang/stopwords_eu.txt
   [junit4]   2> 2397020 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testMustMatch/lang/stopwords_it.txt
   [junit4]   2> 2397021 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testMustMatch/lang/stopwords_cz.txt
   [junit4]   2> 2397022 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testMustMatch/lang/stoptags_ja.txt
   [junit4]   2> 2397022 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testMustMatch/lang/contractions_fr.txt
   [junit4]   2> 2397023 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testMustMatch/lang/stopwords_de.txt
   [junit4]   2> 2397024 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testMustMatch/lang/stopwords_fa.txt
   [junit4]   2> 2397025 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testMustMatch/lang/contractions_ga.txt
   [junit4]   2> 2397025 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testMustMatch/lang/stopwords_ca.txt
   [junit4]   2> 2397026 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testMustMatch/lang/stopwords_nl.txt
   [junit4]   2> 2397027 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testMustMatch/lang/stopwords_bg.txt
   [junit4]   2> 2397027 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testMustMatch/lang/stopwords_lv.txt
   [junit4]   2> 2397028 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testMustMatch/lang/stopwords_en.txt
   [junit4]   2> 2397029 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testMustMatch/lang/stopwords_es.txt
   [junit4]   2> 2397029 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testMustMatch/lang/stopwords_th.txt
   [junit4]   2> 2397030 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testMustMatch/lang/stopwords_ro.txt
   [junit4]   2> 2397030 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testMustMatch/lang/stopwords_fr.txt
   [junit4]   2> 2397031 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testMustMatch/lang/stopwords_sv.txt
   [junit4]   2> 2397031 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testMustMatch/lang/stopwords_fi.txt
   [junit4]   2> 2397032 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testMustMatch/lang/hyphenations_ga.txt
   [junit4]   2> 2397032 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testMustMatch/lang/stopwords_gl.txt
   [junit4]   2> 2397033 INFO  
(OverseerThreadFactory-14279-thread-1-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to /configs/testMustMatch/params.json
   [junit4]   2> 2397034 INFO  (qtp516470075-42596) [n:127.0.0.1:39449_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs 
params={baseConfigSet=_default&name=testMustMatch&action=CREATE&wt=javabin&version=2}
 status=0 QTime=44
   [junit4]   2> 2397035 INFO  (qtp516470075-42600) [n:127.0.0.1:39449_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2397035 INFO  (qtp516470075-42600) [n:127.0.0.1:39449_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> 2397035 INFO  (qtp516470075-42599) [n:127.0.0.1:39449_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2397036 INFO  (qtp516470075-42599) [n:127.0.0.1:39449_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> 2397036 INFO  (qtp516470075-42596) [n:127.0.0.1:39449_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2397036 INFO  (qtp516470075-42596) [n:127.0.0.1:39449_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> 2397043 INFO  (qtp516470075-42600) [n:127.0.0.1:39449_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2397045 INFO  (qtp516470075-42600) [n:127.0.0.1:39449_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> 2397045 INFO  (qtp516470075-42599) [n:127.0.0.1:39449_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=testMustMatch&name=testMustMatch&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2397048 INFO  
(OverseerThreadFactory-14279-thread-2-processing-n:127.0.0.1:40983_solr) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testMustMatch
   [junit4]   2> 2397049 INFO  
(OverseerCollectionConfigSetProcessor-72230748317876234-127.0.0.1:40983_solr-n_0000000000)
 [n:127.0.0.1:40983_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> 2397153 INFO  
(OverseerStateUpdate-72230748317876234-127.0.0.1:40983_solr-n_0000000000) 
[n:127.0.0.1:40983_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMustMatch",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMustMatch_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42897/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2397356 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr    
x:testMustMatch_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMustMatch&newCollection=true&name=testMustMatch_shard1_replica_n1&action=CREATE&numShards=1&collection=testMustMatch&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2398364 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2398364 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2398365 WARN  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2398365 WARN  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
   [junit4]   2> 2398365 WARN  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2398365 WARN  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
   [junit4]   2> 2398365 WARN  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2398365 WARN  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
   [junit4]   2> 2398365 WARN  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2398365 WARN  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
   [junit4]   2> 2398365 WARN  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
   [junit4]   2> 2398372 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 2398392 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.IndexSchema [testMustMatch_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2398562 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2398575 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testMustMatch_shard1_replica_n1' using 
configuration from collection testMustMatch, trusted=true
   [junit4]   2> 2398575 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42897.solr.core.testMustMatch.shard1.replica_n1' (registry 
'solr.core.testMustMatch.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58be8f1
   [junit4]   2> 2398576 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SolrCore [[testMustMatch_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/./testMustMatch_shard1_replica_n1/data/]
   [junit4]   2> 2398578 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2398627 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2398627 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2398630 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2398630 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2398631 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5cb74ab3[testMustMatch_shard1_replica_n1] main]
   [junit4]   2> 2398631 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/testMustMatch
   [junit4]   2> 2398632 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testMustMatch
   [junit4]   2> 2398632 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/testMustMatch/managed-schema
   [junit4]   2> 2398632 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2398632 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2398632 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_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> 2398633 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2398633 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1628509359314042880
   [junit4]   2> 2398636 INFO  
(searcherExecutor-14295-thread-1-processing-n:127.0.0.1:42897_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:42897_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.c.QuerySenderListener 
QuerySenderListener sending requests to 
Searcher@5cb74ab3[testMustMatch_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2398636 INFO  
(searcherExecutor-14295-thread-1-processing-n:127.0.0.1:42897_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:42897_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 2398636 INFO  
(searcherExecutor-14295-thread-1-processing-n:127.0.0.1:42897_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:42897_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell 
index for spellchecker: default
   [junit4]   2> 2398637 INFO  
(searcherExecutor-14295-thread-1-processing-n:127.0.0.1:42897_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:42897_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.c.SolrCore 
[testMustMatch_shard1_replica_n1] Registered new searcher 
Searcher@5cb74ab3[testMustMatch_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2398640 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testMustMatch/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 2398640 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testMustMatch/leaders/shard1
   [junit4]   2> 2398641 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2398641 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2398641 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:42897/solr/testMustMatch_shard1_replica_n1/
   [junit4]   2> 2398642 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2398642 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:42897/solr/testMustMatch_shard1_replica_n1/ has no replicas
   [junit4]   2> 2398642 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/testMustMatch/leaders/shard1/leader after winning as 
/collections/testMustMatch/leader_elect/shard1/election/72230748317876241-core_node2-n_0000000000
   [junit4]   2> 2398642 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:42897/solr/testMustMatch_shard1_replica_n1/ shard1
   [junit4]   2> 2398643 INFO  (zkCallback-14229-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMustMatch/state.json] for collection [testMustMatch] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2398644 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2398645 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMustMatch&newCollection=true&name=testMustMatch_shard1_replica_n1&action=CREATE&numShards=1&collection=testMustMatch&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1289
   [junit4]   2> 2398653 INFO  (qtp516470075-42599) [n:127.0.0.1:39449_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> 2398745 INFO  (zkCallback-14217-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMustMatch/state.json] for collection [testMustMatch] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2398745 INFO  (zkCallback-14229-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMustMatch/state.json] for collection [testMustMatch] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2398745 INFO  (zkCallback-14229-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMustMatch/state.json] for collection [testMustMatch] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2398745 INFO  (qtp516470075-42599) [n:127.0.0.1:39449_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=testMustMatch&name=testMustMatch&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1700
   [junit4]   2> 2398748 INFO  (qtp516470075-42596) [n:127.0.0.1:39449_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2398748 INFO  (qtp516470075-42596) [n:127.0.0.1:39449_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> 2398765 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_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":"testMustMatch"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     
"class":"org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 2398765 INFO  (qtp382943176-42574) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_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 testMustMatch
   [junit4]   2> 2398765 INFO  (Thread-7813) [    ] o.a.s.c.SolrCore config 
update listener called for core testMustMatch_shard1_replica_n1
   [junit4]   2> 2398765 INFO  (Thread-7813) [    ] o.a.s.c.SolrCore core 
reload testMustMatch_shard1_replica_n1
   [junit4]   2> 2398766 INFO  
(solrHandlerExecutor-14300-thread-1-processing-n:127.0.0.1:42897_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:42897_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 2398770 INFO  (Thread-7813) [    ] o.a.s.c.RequestParams conf 
resource params.json loaded . version : 0 
   [junit4]   2> 2398770 INFO  (Thread-7813) [    ] o.a.s.c.RequestParams 
request params refreshed to version 0
   [junit4]   2> 2398771 WARN  (Thread-7813) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2398771 WARN  (Thread-7813) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
   [junit4]   2> 2398771 WARN  (Thread-7813) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2398771 WARN  (Thread-7813) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
   [junit4]   2> 2398771 WARN  (Thread-7813) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2398771 WARN  (Thread-7813) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
   [junit4]   2> 2398772 WARN  (Thread-7813) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2398772 WARN  (Thread-7813) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
   [junit4]   2> 2398772 WARN  (Thread-7813) [    ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001/tempDir-001/node2/testMustMatch_shard1_replica_n1/../../../../dist
   [junit4]   2> 2398810 INFO  (Thread-7813) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.1.0
   [junit4]   2> 2398836 INFO  (Thread-7813) [    ] o.a.s.s.IndexSchema 
[testMustMatch_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2398869 INFO  (qtp382943176-42575) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 2398869 INFO  (qtp382943176-42575) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.S.Request [testMustMatch_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 2398869 INFO  (SolrConfigHandler-refreshconf) [    ] 
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 2398869 INFO  
(solrHandlerExecutor-14300-thread-1-processing-n:127.0.0.1:42897_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:42897_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from 
https://127.0.0.1:42897/solr/testMustMatch_shard1_replica_n1/ for prop overlay  
 after 1 attempts
   [junit4]   2> 2398869 INFO  
(solrHandlerExecutor-14300-thread-1-processing-n:127.0.0.1:42897_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:42897_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 2398988 INFO  (qtp382943176-42573) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 2398994 INFO  (qtp382943176-42573) [n:127.0.0.1:42897_solr 
c:testMustMatch s:shard1 r:core_node2 x:testMustMatch_shard1_replica_n1] 
o.a.s.c.S.Request [testMustMatch_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=7
   [junit4]   2> 2398995 INFO  
(solrHandlerExecutor-14300-thread-1-processing-n:127.0.0.1:42897_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:42897_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from 
https://127.0.0.1:42897/solr/testMustMatch_shard1_replica_n1/ for prop overlay  
 after 2 attempts
   [junit4]   2> 2398995 INFO  
(solrHandlerExecutor-14300-thread-1-processing-n:127.0.0.1:42897_solr 
x:testMustMatch_shard1_replica_n1 c:testMustMatch s:shard1 r:core_node2) 
[n:127.0.0.1:42897_solr c:testMustMatch s:shard1 r:core_node2 
x:testMustMatch_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 2398996 INFO  (SolrConfigHandler-refreshconf) [    ] 
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 2399043 INFO  (Thread-7813) [    ] o.a.s.s.IndexSchema Loaded 
schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2399051 INFO  
(OverseerCollectionConfigSetProcessor-72230748317876234-127.0.0.1:40983_solr-n_0000000000)
 [n:127.0.0.1:40983_solr    ] o.a.s.c.OverseerTaskQueue Respons

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

        /solr/collections/myAlias__CRA_______/state.json
   [junit4]   2>        6       
/solr/collections/myAlias__CRA_______________/state.json
   [junit4]   2>        6       /solr/collections/testNonEnglish/state.json
   [junit4]   2>        5       
/solr/collections/myAlias__CRA_____________/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72230780750725128-127.0.0.1:36029_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2>        9       /solr/collections
   [junit4]   2> 
   [junit4]   2> 2906374 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[E09C80D5668675B9])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37767
   [junit4]   2> 2906374 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[E09C80D5668675B9])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37767
   [junit4]   2> 2906375 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[E09C80D5668675B9])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testNonEnglish
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_E09C80D5668675B9-001
   [junit4]   2> Mar 20, 2019 7:47:37 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@24ae8e78),
 locale=zh-SG, timezone=Africa/Khartoum
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=8,threads=1,free=253089152,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ResponseHeaderTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestTlogReplica, 
TestHalfAndHalfDocValues, PreAnalyzedUpdateProcessorTest, ZkStateWriterTest, 
SubstringBytesRefFilterTest, TestHashPartitioner, TestJsonFacetRefinement, 
LukeRequestHandlerTest, TolerantUpdateProcessorTest, TestSearchPerf, 
TaggerTest, RulesTest, ClassificationUpdateProcessorTest, SuggesterFSTTest, 
DistributedUpdateProcessorTest, TestCloudDeleteByQuery, 
TestSubQueryTransformerCrossCore, TestPseudoReturnFields, 
TestUnInvertedFieldException, DistributedMLTComponentTest, TestBinaryField, 
SolrCoreTest, SolrIndexMetricsTest, LegacyCloudClusterPropTest, 
TestBlendedInfixSuggestions, CollectionStateFormat2Test, 
TestStressCloudBlindAtomicUpdates, CdcrWithNodesRestartsTest, 
TestDocumentBuilder, RequiredFieldsTest, SliceStateTest, 
DirectSolrConnectionTest, SolrRrdBackendFactoryTest, DistanceFunctionTest, 
DocumentAnalysisRequestHandlerTest, TestXIncludeConfig, 
StatelessScriptUpdateProcessorFactoryTest, TestIntervalFaceting, 
ConvertedLegacyTest, CdcrReplicationHandlerTest, 
TestEmbeddedSolrServerSchemaAPI, DOMUtilTest, TestReplicaProperties, 
DocValuesNotIndexedTest, ResourceLoaderTest, BooleanFieldTest, 
DocValuesMissingTest, TestOverriddenPrefixQueryForCustomFieldType, 
ShardSplitTest, TestSchemaManager, TestExpandComponent, 
SpatialHeatmapFacetsTest, TestChildDocTransformer, TestSolrQueryParser, 
EmbeddedSolrNoSerializeTest, TestCloudNestedDocsSort, DeleteNodeTest, 
TestSimExecutePlanAction, TestUniqueKeyFieldResource, ReplaceNodeTest, 
SpatialFilterTest, TestInitQParser, TestCollectionsAPIViaSolrCloudCluster, 
ReindexCollectionTest, TestNamedUpdateProcessors, 
HdfsTlogReplayBufferedWhileIndexingTest, PeerSyncReplicationTest, 
FileUtilsTest, TestLuceneIndexBackCompat, TestManagedSynonymGraphFilterFactory, 
MoveReplicaTest, DirectSolrSpellCheckerTest, TestFuzzyAnalyzedSuggestions, 
TestInPlaceUpdatesRequiredField, TestCSVLoader, PrimUtilsTest, 
ShufflingReplicaListTransformerTest, ConfigureRecoveryStrategyTest, 
TestDynamicURP, ResponseBuilderTest, ConcurrentDeleteAndCreateCollectionTest, 
CollectionTooManyReplicasTest, TestTrie, ResponseLogComponentTest, 
TestDistributedGrouping, DistribJoinFromCollectionTest, 
HdfsRestartWhileUpdatingTest, TestFieldCollectionResource, 
CreateRoutedAliasTest, TestDocTermOrdsUninvertLimit, 
TestLMDirichletSimilarityFactory, TestLegacyFieldReuse, 
TestAuthorizationFramework, BasicDistributedZkTest, TestUseDocValuesAsStored, 
TestCloudPivotFacet, TestPolicyCloud, BlockCacheTest, 
ExitableDirectoryReaderTest, SoftAutoCommitTest, TestCharFilters, 
FastVectorHighlighterTest, AnalyticsMergeStrategyTest, 
TestSolrConfigHandlerConcurrent, TestExtendedDismaxParser, IndexSchemaTest, 
TestConfigsApi, TestMinMaxOnMultiValuedField, CoreMergeIndexesAdminHandlerTest, 
ConfigSetsAPITest, TestCoreContainer, LeaderFailureAfterFreshStartTest, 
TestFilteredDocIdSet, TestConfigSetImmutable, PeerSyncTest, 
HLLSerializationTest, SolrGraphiteReporterTest, TestTrieFacet, 
TestBinaryResponseWriter, TestSchemaSimilarityResource, ExecutePlanActionTest, 
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, TestDistribIDF, 
TestCloudSchemaless, SystemInfoHandlerTest, TestFieldCacheWithThreads, 
TestCustomSort, TestRecoveryHdfs, NodeLostTriggerTest, TestCustomStream, 
DistributedQueryElevationComponentTest, TestRTGBase, 
TestReversedWildcardFilterFactory, TestCodecSupport, TestClusterProperties, 
TestConfigSetsAPI, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestLeaderElectionZkExpiry, TestOnReconnectListenerSupport, TestPullReplica, 
TestPullReplicaErrorHandling, TestRebalanceLeaders, 
TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, 
TestTolerantUpdateProcessorCloud, TestZkChroot, UnloadDistributedZkTest, 
ZkFailoverTest, ZkSolrClientTest, HdfsAutoAddReplicasIntegrationTest, 
HttpTriggerListenerTest, IndexSizeTriggerTest, MetricTriggerTest, 
NodeAddedTriggerIntegrationTest, ScheduledMaintenanceTriggerTest, 
TriggerSetPropertiesIntegrationTest, TestSimClusterStateProvider, 
TestSimLargeCluster, TestSolrCoreSnapshots, TestConfigReload, 
TestReplicationHandler, MetricsHandlerTest, MetricsHistoryHandlerTest, 
SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, BadComponentTest, 
CustomTermsComponentTest, DistributedFacetPivotLongTailTest, 
DistributedSpellCheckComponentTest, SpellCheckComponentTest, 
TermVectorComponentDistributedTest, TestPostingsSolrHighlighter, 
TestUnifiedSolrHighlighter, WrapperMergePolicyFactoryTest, 
TestLegacyNumericUtils, TestNumericRangeQuery32, TestNumericTokenStream, 
TestLogWatcher, JvmMetricsTest, MetricsConfigTest, SolrCoreMetricManagerTest, 
SolrMetricManagerTest, SolrMetricReporterTest, SolrJmxReporterCloudTest, 
SolrSlf4jReporterTest, TestJavabinTupleStreamParser, 
TestPHPSerializedResponseWriter, TestPushWriter, TestRawTransformer, 
TestManagedResource, TestManagedResourceStorage, TestRestManager, 
TestBulkSchemaAPI, ChangedSchemaMergeTest, CurrencyFieldTypeTest, 
EnumFieldTest, ManagedSchemaRoundRobinCloudTest, NotRequiredUniqueKeyTest, 
NumericFieldsTest, OpenExchangeRatesOrgProviderTest, PolyFieldTest, 
SchemaApiFailureTest, TestManagedSchema, QueryEqualityTest, ReturnFieldsTest, 
TestComplexPhraseLeadingWildcard, TestFoldingMultitermQuery, TestLFUCache, 
TestSolr4Spatial2, TestSort, TestValueSourceCache, TestXmlQParserPlugin, 
TestJsonFacetsStatsParsing, TestJsonFacetsWithNestedObjects, BJQParserTest, 
BlockJoinFacetDistribTest, BlockJoinFacetRandomTest, TestNestedDocsSort, 
TestScoreJoinQPNoScore, TestScoreJoinQPScore, TestJsonRequest, 
CloudMLTQParserTest, TestPerFieldSimilarity, TestSweetSpotSimilarityFactory, 
TestExactStatsCache, TestLRUStatsCache, JWTAuthPluginIntegrationTest, 
FileBasedSpellCheckerTest, IndexBasedSpellCheckerTest, SpellCheckCollatorTest, 
SpellPossibilityIteratorTest, SuggesterTSTTest, BlockDirectoryTest, 
TestFieldCacheReopen, TestLegacyFieldCache, TestNumericTerms64, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestIndexingPerformance, 
TestNestedUpdateProcessor, TransactionLogTest, UpdateLogTest, VersionInfoTest, 
AtomicUpdateProcessorFactoryTest, AtomicUpdatesTest, 
CategoryRoutedAliasUpdateProcessorTest]
   [junit4] Completed [849/849 (1!)] on J2 in 511.48s, 6 tests, 1 error <<< 
FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/temp/junit4-J2-20190320_065911_2886805768202814971146.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/heapdumps/java_pid8564.hprof
 ...
   [junit4] Heap dump file created [594270289 bytes in 2.636 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 8953 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/build.xml:642: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/build.xml:585: Some of 
the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid8564.hprof

Total time: 87 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/home/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=/home/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=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to