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

3 tests failed.
FAILED:  
org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.testGetConfusionMatrixWithCNB

Error Message:
expected:<7> but was:<6>

Stack Trace:
java.lang.AssertionError: expected:<7> but was:<6>
        at 
__randomizedtesting.SeedInfo.seed([49DCA1A619906B1D:18C746B88BFA4B78]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.checkCM(ConfusionMatrixGeneratorTest.java:110)
        at 
org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.testGetConfusionMatrixWithCNB(ConfusionMatrixGeneratorTest.java:152)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.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 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testSliceRouting

Error Message:
Timeout occurred while waiting response from server at: 
https://127.0.0.1:35381/solr/myalias_2017-10-23_shard1_replica_n1

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Timeout 
occurred while waiting response from server at: 
https://127.0.0.1:35381/solr/myalias_2017-10-23_shard1_replica_n1
        at 
__randomizedtesting.SeedInfo.seed([60B41ADDCE11284A:512496316A47D763]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:553)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1019)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:177)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
        at 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testSliceRouting(TimeRoutedAliasUpdateProcessorTest.java:294)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: 
https://127.0.0.1:35381/solr/myalias_2017-10-23_shard1_replica_n1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:661)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        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.LBHttpSolrClient.request(LBHttpSolrClient.java:213)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:528)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
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:975)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
        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:549)
        ... 11 more


FAILED:  
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testPreemptiveCreation

Error Message:
took over 10 seconds after collection creation to update aliases

Stack Trace:
java.lang.AssertionError: took over 10 seconds after collection creation to 
update aliases
        at 
__randomizedtesting.SeedInfo.seed([60B41ADDCE11284A:DDE9F76F673C57E]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.waitColAndAlias(TimeRoutedAliasUpdateProcessorTest.java:715)
        at 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testPreemptiveCreation(TimeRoutedAliasUpdateProcessorTest.java:482)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 7040 lines...]
   [junit4] Suite: 
org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ConfusionMatrixGeneratorTest 
-Dtests.method=testGetConfusionMatrixWithCNB -Dtests.seed=49DCA1A619906B1D 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=es-PY -Dtests.timezone=Asia/Kolkata -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 14.1s J2 | 
ConfusionMatrixGeneratorTest.testGetConfusionMatrixWithCNB <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<7> but 
was:<6>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([49DCA1A619906B1D:18C746B88BFA4B78]:0)
   [junit4]    >        at 
org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.checkCM(ConfusionMatrixGeneratorTest.java:110)
   [junit4]    >        at 
org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.testGetConfusionMatrixWithCNB(ConfusionMatrixGeneratorTest.java:152)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{bool=PostingsFormat(name=LuceneFixedGap), 
cat=PostingsFormat(name=LuceneFixedGap), text=PostingsFormat(name=MockRandom)}, 
docValues:{}, maxPointsInLeafNode=170, maxMBSortInHeap=5.952451675464406, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2a83a30b),
 locale=es-PY, timezone=Asia/Kolkata
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=217216688,total=336592896
   [junit4]   2> NOTE: All tests run in this JVM: 
[CachingNaiveBayesClassifierTest, ConfusionMatrixGeneratorTest]
   [junit4] Completed [5/11 (1!)] on J2 in 19.35s, 7 tests, 1 failure <<< 
FAILURES!

[...truncated 8566 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
   [junit4]   2> 5090402 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[60B41ADDCE11284A]-worker) [    
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/init-core-data-001
   [junit4]   2> 5090402 WARN  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[60B41ADDCE11284A]-worker) [    
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 5090403 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[60B41ADDCE11284A]-worker) [    
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 5090404 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[60B41ADDCE11284A]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 5090407 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSliceRouting
   [junit4]   2> 5090409 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001
   [junit4]   2> 5090409 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5090409 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5090409 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 5090509 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A])
 [    ] o.a.s.c.ZkTestServer start zk server on port:43326
   [junit4]   2> 5090509 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43326
   [junit4]   2> 5090509 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43326
   [junit4]   2> 5090514 INFO  (zkConnectionManagerCallback-18017-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090517 INFO  (zkConnectionManagerCallback-18019-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090518 INFO  (zkConnectionManagerCallback-18021-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090521 WARN  (jetty-launcher-18022-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5090521 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5090521 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5090522 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5090523 WARN  (jetty-launcher-18022-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5090523 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5090523 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5090523 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5090524 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5090524 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5090524 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5090524 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6c07dcc8{/solr,null,AVAILABLE}
   [junit4]   2> 5090525 WARN  (jetty-launcher-18022-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5090525 WARN  (jetty-launcher-18022-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4884e427[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090525 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5090525 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5090525 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1554bfd4{/solr,null,AVAILABLE}
   [junit4]   2> 5090526 WARN  (jetty-launcher-18022-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@43e1286c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090526 WARN  (jetty-launcher-18022-thread-4) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@49b64821{SSL,[ssl, 
http/1.1]}{127.0.0.1:39764}
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.e.j.s.Server Started @5090615ms
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39764}
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5090527 ERROR (jetty-launcher-18022-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4ed1bc8b{/solr,null,AVAILABLE}
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-15T22:20:16.094Z
   [junit4]   2> 5090527 WARN  (jetty-launcher-18022-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@294b9d52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4ad895cc{SSL,[ssl, 
http/1.1]}{127.0.0.1:35381}
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.e.j.s.Server Started @5090616ms
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35381}
   [junit4]   2> 5090528 ERROR (jetty-launcher-18022-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-15T22:20:16.095Z
   [junit4]   2> 5090529 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7122bfea{SSL,[ssl, 
http/1.1]}{127.0.0.1:38345}
   [junit4]   2> 5090529 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.e.j.s.Server Started @5090618ms
   [junit4]   2> 5090529 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38345}
   [junit4]   2> 5090530 ERROR (jetty-launcher-18022-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 5090530 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5090530 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 5090530 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5090530 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5090530 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-15T22:20:16.097Z
   [junit4]   2> 5090531 INFO  (zkConnectionManagerCallback-18024-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090531 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5090531 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5090531 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5090531 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5090534 INFO  (zkConnectionManagerCallback-18026-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090535 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5090536 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@782091ad{/solr,null,AVAILABLE}
   [junit4]   2> 5090537 WARN  (jetty-launcher-18022-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@727d7359[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090537 INFO  (zkConnectionManagerCallback-18028-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090537 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3e18595{SSL,[ssl, 
http/1.1]}{127.0.0.1:41173}
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.e.j.s.Server Started @5090628ms
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41173}
   [junit4]   2> 5090539 ERROR (jetty-launcher-18022-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-15T22:20:16.106Z
   [junit4]   2> 5090568 INFO  (zkConnectionManagerCallback-18030-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090568 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5090643 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5090644 WARN  (jetty-launcher-18022-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> 5090664 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5090664 WARN  (jetty-launcher-18022-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7c308967[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090664 WARN  (jetty-launcher-18022-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> 5090682 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5090683 WARN  (jetty-launcher-18022-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> 5090688 WARN  (jetty-launcher-18022-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> 5090696 WARN  (jetty-launcher-18022-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@9eca4ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090700 WARN  (jetty-launcher-18022-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@411551ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090701 INFO  (jetty-launcher-18022-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43326/solr
   [junit4]   2> 5090704 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5090704 WARN  (jetty-launcher-18022-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> 5090705 WARN  (jetty-launcher-18022-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> 5090709 WARN  (jetty-launcher-18022-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@340f66ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090711 WARN  (jetty-launcher-18022-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@327d85a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090711 WARN  (jetty-launcher-18022-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@35ab506[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090712 INFO  (jetty-launcher-18022-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43326/solr
   [junit4]   2> 5090712 INFO  (zkConnectionManagerCallback-18039-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090717 WARN  (jetty-launcher-18022-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> 5090717 WARN  (jetty-launcher-18022-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> 5090724 INFO  (zkConnectionManagerCallback-18046-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090726 WARN  (jetty-launcher-18022-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@501f88e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090727 INFO  (jetty-launcher-18022-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43326/solr
   [junit4]   2> 5090727 WARN  (jetty-launcher-18022-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@69279152[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090728 INFO  (jetty-launcher-18022-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43326/solr
   [junit4]   2> 5090730 INFO  (zkConnectionManagerCallback-18050-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090730 INFO  (zkConnectionManagerCallback-18058-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090730 INFO  (zkConnectionManagerCallback-18055-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090730 INFO  (zkConnectionManagerCallback-18052-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090756 INFO  (zkConnectionManagerCallback-18060-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090761 INFO  (zkConnectionManagerCallback-18062-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090764 INFO  (jetty-launcher-18022-thread-4) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41173_solr
   [junit4]   2> 5090772 INFO  (jetty-launcher-18022-thread-4) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer Overseer 
(id=74194501284003853-127.0.0.1:41173_solr-n_0000000000) starting
   [junit4]   2> 5090780 INFO  (jetty-launcher-18022-thread-2) 
[n:127.0.0.1:39764_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39764_solr
   [junit4]   2> 5090795 INFO  (zkCallback-18061-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5090800 INFO  (zkConnectionManagerCallback-18075-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090801 INFO  (jetty-launcher-18022-thread-4) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 5090802 INFO  (jetty-launcher-18022-thread-4) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43326/solr ready
   [junit4]   2> 5090812 INFO  (zkCallback-18059-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5090817 INFO  (jetty-launcher-18022-thread-1) 
[n:127.0.0.1:38345_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 5090820 INFO  (jetty-launcher-18022-thread-1) 
[n:127.0.0.1:38345_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38345_solr as DOWN
   [junit4]   2> 5090821 INFO  (jetty-launcher-18022-thread-1) 
[n:127.0.0.1:38345_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 5090821 INFO  (jetty-launcher-18022-thread-1) 
[n:127.0.0.1:38345_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38345_solr
   [junit4]   2> 5090828 INFO  (zkCallback-18061-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5090828 INFO  (zkCallback-18059-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5090828 INFO  (jetty-launcher-18022-thread-4) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:41173_solr as DOWN
   [junit4]   2> 5090828 INFO  
(OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:41173_solr
   [junit4]   2> 5090829 INFO  (zkCallback-18051-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5090833 INFO  (jetty-launcher-18022-thread-4) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 5090833 INFO  (jetty-launcher-18022-thread-4) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41173_solr
   [junit4]   2> 5090836 INFO  (zkCallback-18074-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5090838 INFO  (zkCallback-18061-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5090838 INFO  (zkCallback-18059-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5090838 INFO  (zkCallback-18074-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5090838 INFO  (zkCallback-18051-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5090844 DEBUG 
(OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38345_solr"} current state version: 0
   [junit4]   2> 5090844 DEBUG 
(OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41173_solr"} current state version: 0
   [junit4]   2> 5090848 INFO  (zkConnectionManagerCallback-18080-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090849 INFO  (jetty-launcher-18022-thread-2) 
[n:127.0.0.1:39764_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 5090850 INFO  (jetty-launcher-18022-thread-2) 
[n:127.0.0.1:39764_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43326/solr ready
   [junit4]   2> 5090852 INFO  (zkConnectionManagerCallback-18085-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090853 INFO  (jetty-launcher-18022-thread-2) 
[n:127.0.0.1:39764_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 5090860 INFO  (jetty-launcher-18022-thread-4) 
[n:127.0.0.1:41173_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 5090860 INFO  (jetty-launcher-18022-thread-1) 
[n:127.0.0.1:38345_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 5090861 INFO  (jetty-launcher-18022-thread-1) 
[n:127.0.0.1:38345_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43326/solr ready
   [junit4]   2> 5090864 INFO  (jetty-launcher-18022-thread-1) 
[n:127.0.0.1:38345_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 5090871 DEBUG 
(OverseerAutoScalingTriggerThread-74194501284003853-127.0.0.1:41173_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:39764_solr, 127.0.0.1:38345_solr, 127.0.0.1:41173_solr]
   [junit4]   2> 5090879 DEBUG (ScheduledTrigger-15270-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3 and last live nodes: 3
   [junit4]   2> 5090886 INFO  (jetty-launcher-18022-thread-3) 
[n:127.0.0.1:35381_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 5090889 INFO  (jetty-launcher-18022-thread-3) 
[n:127.0.0.1:35381_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35381_solr as DOWN
   [junit4]   2> 5090890 INFO  (jetty-launcher-18022-thread-3) 
[n:127.0.0.1:35381_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 5090890 INFO  (jetty-launcher-18022-thread-3) 
[n:127.0.0.1:35381_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35381_solr
   [junit4]   2> 5090891 INFO  (zkCallback-18061-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090891 INFO  (zkCallback-18051-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090891 INFO  (zkCallback-18074-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090900 INFO  (zkCallback-18049-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090900 INFO  (zkCallback-18059-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090900 DEBUG 
(OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35381_solr"} current state version: 0
   [junit4]   2> 5090905 INFO  (jetty-launcher-18022-thread-2) 
[n:127.0.0.1:39764_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39764.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090906 INFO  (jetty-launcher-18022-thread-1) 
[n:127.0.0.1:38345_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38345.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090916 INFO  (zkCallback-18084-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090920 INFO  (zkCallback-18079-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090927 INFO  (jetty-launcher-18022-thread-2) 
[n:127.0.0.1:39764_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39764.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090927 INFO  (jetty-launcher-18022-thread-2) 
[n:127.0.0.1:39764_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39764.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090928 INFO  (jetty-launcher-18022-thread-2) 
[n:127.0.0.1:39764_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node2/.
   [junit4]   2> 5090929 INFO  (jetty-launcher-18022-thread-1) 
[n:127.0.0.1:38345_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38345.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090932 INFO  (jetty-launcher-18022-thread-4) 
[n:127.0.0.1:41173_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41173.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090947 INFO  (zkConnectionManagerCallback-18093-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090947 INFO  (jetty-launcher-18022-thread-1) 
[n:127.0.0.1:38345_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38345.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090947 INFO  (jetty-launcher-18022-thread-1) 
[n:127.0.0.1:38345_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node1/.
   [junit4]   2> 5090955 INFO  (jetty-launcher-18022-thread-4) 
[n:127.0.0.1:41173_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41173.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090955 INFO  (jetty-launcher-18022-thread-4) 
[n:127.0.0.1:41173_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41173.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090956 INFO  (jetty-launcher-18022-thread-4) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node4/.
   [junit4]   2> 5090957 INFO  (jetty-launcher-18022-thread-3) 
[n:127.0.0.1:35381_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 5090958 INFO  (jetty-launcher-18022-thread-3) 
[n:127.0.0.1:35381_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43326/solr ready
   [junit4]   2> 5090960 INFO  (jetty-launcher-18022-thread-3) 
[n:127.0.0.1:35381_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 5090975 INFO  (jetty-launcher-18022-thread-3) 
[n:127.0.0.1:35381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35381.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5091008 INFO  (jetty-launcher-18022-thread-3) 
[n:127.0.0.1:35381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35381.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5091008 INFO  (jetty-launcher-18022-thread-3) 
[n:127.0.0.1:35381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35381.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5091009 INFO  (jetty-launcher-18022-thread-3) 
[n:127.0.0.1:35381_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/.
   [junit4]   2> 5091102 INFO  (zkConnectionManagerCallback-18099-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5091103 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 5091104 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:43326/solr ready
   [junit4]   2> 5091105 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A])
 [    ] o.a.s.u.p.TimeRoutedAliasUpdateProcessorTest SolrClient: 
org.apache.solr.client.solrj.impl.CloudSolrClient@18b06fa9
   [junit4]   2> 5091105 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A])
 [    ] o.a.s.u.p.TimeRoutedAliasUpdateProcessorTest ClusterStateProvider 
127.0.0.1:43326/solr
   [junit4]   2> 5091106 INFO  (zkConnectionManagerCallback-18104-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5091107 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 5091108 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:43326/solr ready
   [junit4]   2> 5091123 INFO  (qtp1148887579-52600) [n:127.0.0.1:39764_solr    
] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params 
baseConfigSet=_default&name=testSliceRouting&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 5091124 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.OverseerConfigSetMessageHandler 
OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testSliceRouting",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 5091125 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/testSliceRouting/protwords.txt
   [junit4]   2> 5091126 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/testSliceRouting/managed-schema
   [junit4]   2> 5091128 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/testSliceRouting/solrconfig.xml
   [junit4]   2> 5091129 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/testSliceRouting/synonyms.txt
   [junit4]   2> 5091130 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/testSliceRouting/stopwords.txt
   [junit4]   2> 5091131 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to /configs/testSliceRouting/params.json
   [junit4]   2> 5091133 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testSliceRouting/lang/contractions_it.txt
   [junit4]   2> 5091134 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testSliceRouting/lang/stopwords_no.txt
   [junit4]   2> 5091135 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testSliceRouting/lang/stopwords_hy.txt
   [junit4]   2> 5091137 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testSliceRouting/lang/stemdict_nl.txt
   [junit4]   2> 5091138 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testSliceRouting/lang/contractions_ca.txt
   [junit4]   2> 5091139 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testSliceRouting/lang/stopwords_id.txt
   [junit4]   2> 5091140 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testSliceRouting/lang/stopwords_ga.txt
   [junit4]   2> 5091141 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testSliceRouting/lang/stopwords_da.txt
   [junit4]   2> 5091143 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testSliceRouting/lang/stopwords_hi.txt
   [junit4]   2> 5091145 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testSliceRouting/lang/stopwords_ja.txt
   [junit4]   2> 5091146 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testSliceRouting/lang/stopwords_pt.txt
   [junit4]   2> 5091147 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testSliceRouting/lang/stopwords_hu.txt
   [junit4]   2> 5091148 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testSliceRouting/lang/stopwords_el.txt
   [junit4]   2> 5091150 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testSliceRouting/lang/stopwords_ru.txt
   [junit4]   2> 5091151 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testSliceRouting/lang/stopwords_tr.txt
   [junit4]   2> 5091152 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testSliceRouting/lang/stopwords_ar.txt
   [junit4]   2> 5091154 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testSliceRouting/lang/userdict_ja.txt
   [junit4]   2> 5091155 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testSliceRouting/lang/stopwords_it.txt
   [junit4]   2> 5091156 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testSliceRouting/lang/stopwords_eu.txt
   [junit4]   2> 5091157 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testSliceRouting/lang/stopwords_cz.txt
   [junit4]   2> 5091159 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testSliceRouting/lang/stoptags_ja.txt
   [junit4]   2> 5091160 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testSliceRouting/lang/contractions_fr.txt
   [junit4]   2> 5091161 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testSliceRouting/lang/stopwords_fa.txt
   [junit4]   2> 5091163 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testSliceRouting/lang/stopwords_de.txt
   [junit4]   2> 5091164 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testSliceRouting/lang/contractions_ga.txt
   [junit4]   2> 5091165 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testSliceRouting/lang/stopwords_ca.txt
   [junit4]   2> 5091167 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testSliceRouting/lang/stopwords_nl.txt
   [junit4]   2> 5091168 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testSliceRouting/lang/stopwords_bg.txt
   [junit4]   2> 5091169 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testSliceRouting/lang/stopwords_es.txt
   [junit4]   2> 5091170 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testSliceRouting/lang/stopwords_en.txt
   [junit4]   2> 5091172 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testSliceRouting/lang/stopwords_lv.txt
   [junit4]   2> 5091173 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testSliceRouting/lang/stopwords_th.txt
   [junit4]   2> 5091174 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testSliceRouting/lang/stopwords_ro.txt
   [junit4]   2> 5091179 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testSliceRouting/lang/stopwords_fr.txt
   [junit4]   2> 5091180 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testSliceRouting/lang/stopwords_sv.txt
   [junit4]   2> 5091181 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testSliceRouting/lang/stopwords_fi.txt
   [junit4]   2> 5091182 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testSliceRouting/lang/hyphenations_ga.txt
   [junit4]   2> 5091184 INFO  
(OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testSliceRouting/lang/stopwords_gl.txt
   [junit4]   2> 5091190 INFO  (qtp1148887579-52600) [n:127.0.0.1:39764_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs 
params={baseConfigSet=_default&name=testSliceRouting&action=CREATE&wt=javabin&version=2}
 status=0 QTime=67
   [junit4]   2> 5091191 INFO  (qtp1148887579-52593) [n:127.0.0.1:39764_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=testSliceRouting&name=testSliceRouting&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 5091194 INFO  
(OverseerThreadFactory-15273-thread-2-processing-n:127.0.0.1:41173_solr) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSliceRouting
   [junit4]   2> 5091194 INFO  
(OverseerCollectionConfigSetProcessor-74194501284003853-127.0.0.1:41173_solr-n_0000000000)
 [n:127.0.0.1:41173_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> 5091197 DEBUG 
(OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"testSliceRouting",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"testSliceRouting",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 5091302 INFO  (qtp1148887579-52599) [n:127.0.0.1:39764_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091303 INFO  (qtp1148887579-52600) [n:127.0.0.1:39764_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091304 INFO  (qtp1148887579-52597) [n:127.0.0.1:39764_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091304 INFO  (qtp1148887579-52598) [n:127.0.0.1:39764_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091305 INFO  (qtp1148887579-52599) [n:127.0.0.1:39764_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091316 INFO  (qtp2086959348-52612) [n:127.0.0.1:38345_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091316 INFO  (qtp2086959348-52613) [n:127.0.0.1:38345_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091317 INFO  (qtp2086959348-52609) [n:127.0.0.1:38345_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091318 INFO  (qtp2086959348-52610) [n:127.0.0.1:38345_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091318 INFO  (qtp2086959348-52611) [n:127.0.0.1:38345_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091332 INFO  (qtp1144119714-52633) [n:127.0.0.1:41173_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091333 INFO  (qtp1144119714-52630) [n:127.0.0.1:41173_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091334 INFO  (qtp1144119714-52625) [n:127.0.0.1:41173_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091334 INFO  (qtp1144119714-52627) [n:127.0.0.1:41173_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091335 INFO  (qtp1144119714-52628) [n:127.0.0.1:41173_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091344 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091345 INFO  (qtp1458121336-52619) [n:127.0.0.1:35381_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091346 INFO  (qtp1458121336-52615) [n:127.0.0.1:35381_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091347 INFO  (qtp1458121336-52607) [n:127.0.0.1:35381_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091347 INFO  (qtp1458121336-52616) [n:127.0.0.1:35381_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5091351 DEBUG 
(OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSliceRouting",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSliceRouting_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35381/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 5091351 INFO  
(OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSliceRouting",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSliceRouting_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35381/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5091556 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr    
x:testSliceRouting_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testSliceRouting&newCollection=true&name=testSliceRouting_shard1_replica_n1&action=CREATE&numShards=1&collection=testSliceRouting&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5091562 DEBUG 
(OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) 
[n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"testSliceRouting_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:35381/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:35381_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testSliceRouting",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 5091888 DEBUG (ScheduledTrigger-15270-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4 and last live nodes: 3
   [junit4]   2> 5092579 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 5092579 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 5092579 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
   [junit4]   2> 5092581 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
   [junit4]   2> 5092588 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 5092611 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.s.IndexSchema [testSliceRouting_shard1_replica_n1] Schema 
name=default-config
   [junit4]   2> 5092851 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 5092879 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testSliceRouting_shard1_replica_n1' 
using configuration from collection testSliceRouting, trusted=true
   [junit4]   2> 5092880 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35381.solr.core.testSliceRouting.shard1.replica_n1' (registry 
'solr.core.testSliceRouting.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5092880 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSliceRouting_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/./testSliceRouting_shard1_replica_n1/data/]
   [junit4]   2> 5092883 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 5092890 DEBUG (ScheduledTrigger-15270-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 5092956 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 5092956 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5092958 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 5092958 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5092959 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7c939764[testSliceRouting_shard1_replica_n1] main]
   [junit4]   2> 5092960 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/testSliceRouting
   [junit4]   2> 5092961 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testSliceRouting
   [junit4]   2> 5092961 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/testSliceRouting/managed-schema
   [junit4]   2> 5092961 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 5092962 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 5092962 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_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> 5092963 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5092963 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr 
c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] 
o.a.s.u.

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

Apples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

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

-jenkins-base:

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

Reply via email to