Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/169/

4 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateCollectionWithPropertyParam

Error Message:
Could not load collection from ZK: solrj_test_core_props

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
solrj_test_core_props
        at 
__randomizedtesting.SeedInfo.seed([423C7D235A116B31:44A70FD2DECFAB68]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:117)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:258)
        at 
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateCollectionWithPropertyParam(CollectionsAPISolrJTest.java:326)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for 
/collections/solrj_test_core_props/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
        ... 45 more


FAILED:  
org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete

Error Message:
Error from server at 
http://127.0.0.1:46177/solr/testcollection_shard1_replica_n2: Expected mime 
type application/octet-stream but got text/html. <html> <head> <meta 
http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404 
Can not find: /solr/testcollection_shard1_replica_n2/update</title> </head> 
<body><h2>HTTP ERROR 404</h2> <p>Problem accessing 
/solr/testcollection_shard1_replica_n2/update. Reason: <pre>    Can not find: 
/solr/testcollection_shard1_replica_n2/update</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.11.v20180605</a><hr/>  
</body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at http://127.0.0.1:46177/solr/testcollection_shard1_replica_n2: 
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: 
/solr/testcollection_shard1_replica_n2/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: 
/solr/testcollection_shard1_replica_n2/update</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.11.v20180605</a><hr/>

</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([423C7D235A116B31:E1C6D386DDF98194]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:551)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1016)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:170)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:46177/solr/testcollection_shard1_replica_n2: 
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: 
/solr/testcollection_shard1_replica_n2/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: 
/solr/testcollection_shard1_replica_n2/update</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.11.v20180605</a><hr/>

</body>
</html>

        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        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


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestSimLargeCluster.testSearchRate

Error Message:
{}

Stack Trace:
java.lang.AssertionError: {}
        at 
__randomizedtesting.SeedInfo.seed([423C7D235A116B31:1F7463AA95D7CD7E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.autoscaling.sim.TestSimLargeCluster.testSearchRate(TestSimLargeCluster.java:695)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:10008_solr should have been deleted

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:10008_solr 
should have been deleted
        at 
__randomizedtesting.SeedInfo.seed([423C7D235A116B31:5A86F52F5424A6DE]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertFalse(Assert.java:68)
        at 
org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testNodeMarkersRegistration(TestSimTriggerIntegration.java:883)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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 12776 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
   [junit4]   2> 1082115 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[423C7D235A116B31]-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-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/init-core-data-001
   [junit4]   2> 1082116 WARN  
(SUITE-CollectionsAPISolrJTest-seed#[423C7D235A116B31]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1082116 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[423C7D235A116B31]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1082117 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[423C7D235A116B31]-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> 1082118 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[423C7D235A116B31]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001
   [junit4]   2> 1082118 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[423C7D235A116B31]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1082120 INFO  (Thread-660) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1082120 INFO  (Thread-660) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1082121 ERROR (Thread-660) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1082220 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[423C7D235A116B31]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38884
   [junit4]   2> 1082222 INFO  (zkConnectionManagerCallback-813-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082229 INFO  (jetty-launcher-810-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1082229 INFO  (jetty-launcher-810-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1082231 INFO  (jetty-launcher-810-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1082231 INFO  (jetty-launcher-810-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1082232 INFO  (jetty-launcher-810-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1082232 INFO  (jetty-launcher-810-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1082232 INFO  (jetty-launcher-810-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1082233 INFO  (jetty-launcher-810-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1082233 INFO  (jetty-launcher-810-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1082233 INFO  (jetty-launcher-810-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1082233 INFO  (jetty-launcher-810-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@791d7e84{/solr,null,AVAILABLE}
   [junit4]   2> 1082234 INFO  (jetty-launcher-810-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3a6a8fb7{SSL,[ssl, 
http/1.1]}{127.0.0.1:35573}
   [junit4]   2> 1082235 INFO  (jetty-launcher-810-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1082235 INFO  (jetty-launcher-810-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1082235 INFO  (jetty-launcher-810-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1082235 INFO  (jetty-launcher-810-thread-3) [    ] 
o.e.j.s.Server Started @1082414ms
   [junit4]   2> 1082235 INFO  (jetty-launcher-810-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35573}
   [junit4]   2> 1082236 ERROR (jetty-launcher-810-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1082236 INFO  (jetty-launcher-810-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1082236 INFO  (jetty-launcher-810-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 1082236 INFO  (jetty-launcher-810-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1082236 INFO  (jetty-launcher-810-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1082236 INFO  (jetty-launcher-810-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-27T18:15:27.231Z
   [junit4]   2> 1082236 INFO  (jetty-launcher-810-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@bfe9ca2{/solr,null,AVAILABLE}
   [junit4]   2> 1082240 INFO  (jetty-launcher-810-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@76f3112d{/solr,null,AVAILABLE}
   [junit4]   2> 1082240 INFO  (jetty-launcher-810-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3c46efc2{SSL,[ssl, 
http/1.1]}{127.0.0.1:38246}
   [junit4]   2> 1082240 INFO  (jetty-launcher-810-thread-2) [    ] 
o.e.j.s.Server Started @1082419ms
   [junit4]   2> 1082240 INFO  (jetty-launcher-810-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38246}
   [junit4]   2> 1082240 ERROR (jetty-launcher-810-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1082240 INFO  (jetty-launcher-810-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1082241 INFO  (jetty-launcher-810-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 1082241 INFO  (jetty-launcher-810-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1082241 INFO  (jetty-launcher-810-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1082241 INFO  (jetty-launcher-810-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-27T18:15:27.236Z
   [junit4]   2> 1082244 INFO  (jetty-launcher-810-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1082244 INFO  (jetty-launcher-810-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1082244 INFO  (jetty-launcher-810-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1082244 INFO  (jetty-launcher-810-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e55fd69{/solr,null,AVAILABLE}
   [junit4]   2> 1082245 INFO  (jetty-launcher-810-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2f1f8e2{SSL,[ssl, 
http/1.1]}{127.0.0.1:36689}
   [junit4]   2> 1082245 INFO  (jetty-launcher-810-thread-1) [    ] 
o.e.j.s.Server Started @1082423ms
   [junit4]   2> 1082245 INFO  (jetty-launcher-810-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36689}
   [junit4]   2> 1082245 ERROR (jetty-launcher-810-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1082245 INFO  (jetty-launcher-810-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1082245 INFO  (jetty-launcher-810-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 1082245 INFO  (jetty-launcher-810-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1082245 INFO  (jetty-launcher-810-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1082245 INFO  (jetty-launcher-810-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-27T18:15:27.240Z
   [junit4]   2> 1082252 INFO  (jetty-launcher-810-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@30654e2d{SSL,[ssl, 
http/1.1]}{127.0.0.1:34610}
   [junit4]   2> 1082252 INFO  (jetty-launcher-810-thread-4) [    ] 
o.e.j.s.Server Started @1082431ms
   [junit4]   2> 1082252 INFO  (jetty-launcher-810-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34610}
   [junit4]   2> 1082252 ERROR (jetty-launcher-810-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1082252 INFO  (jetty-launcher-810-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1082254 INFO  (jetty-launcher-810-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 1082254 INFO  (jetty-launcher-810-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1082254 INFO  (jetty-launcher-810-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1082254 INFO  (jetty-launcher-810-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-27T18:15:27.249Z
   [junit4]   2> 1082254 INFO  (zkConnectionManagerCallback-819-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082267 INFO  (zkConnectionManagerCallback-817-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082268 INFO  (jetty-launcher-810-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1082268 INFO  (jetty-launcher-810-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1082294 INFO  (zkConnectionManagerCallback-821-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082308 INFO  (jetty-launcher-810-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1082324 INFO  (zkConnectionManagerCallback-815-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082344 INFO  (jetty-launcher-810-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1082420 INFO  (jetty-launcher-810-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38884/solr
   [junit4]   2> 1082472 INFO  (zkConnectionManagerCallback-825-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082516 INFO  (zkConnectionManagerCallback-827-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082626 INFO  (jetty-launcher-810-thread-2) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38246_solr
   [junit4]   2> 1082626 INFO  (jetty-launcher-810-thread-2) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.Overseer Overseer 
(id=73395152868409350-127.0.0.1:38246_solr-n_0000000000) starting
   [junit4]   2> 1082652 INFO  (jetty-launcher-810-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38884/solr
   [junit4]   2> 1082700 INFO  (zkConnectionManagerCallback-838-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082701 INFO  (zkConnectionManagerCallback-834-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082730 INFO  (jetty-launcher-810-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38884/solr
   [junit4]   2> 1082731 INFO  (jetty-launcher-810-thread-2) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38884/solr ready
   [junit4]   2> 1082732 INFO  
(OverseerStateUpdate-73395152868409350-127.0.0.1:38246_solr-n_0000000000) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:38246_solr
   [junit4]   2> 1082733 INFO  (jetty-launcher-810-thread-2) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38246_solr
   [junit4]   2> 1082736 INFO  (jetty-launcher-810-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38884/solr
   [junit4]   2> 1082744 INFO  (zkCallback-837-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1082748 INFO  
(OverseerStateUpdate-73395152868409350-127.0.0.1:38246_solr-n_0000000000) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1082749 INFO  (zkConnectionManagerCallback-844-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082756 INFO  (zkConnectionManagerCallback-848-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082757 INFO  (jetty-launcher-810-thread-2) 
[n:127.0.0.1:38246_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1082772 INFO  (zkConnectionManagerCallback-841-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082772 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x104c080aef50009, likely client has closed socket
   [junit4]   2> 1082772 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x104c080aef5000b, likely client has closed socket
   [junit4]   2> 1082799 INFO  (jetty-launcher-810-thread-2) 
[n:127.0.0.1:38246_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38246.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1082808 INFO  (jetty-launcher-810-thread-2) 
[n:127.0.0.1:38246_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38246.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1082808 INFO  (jetty-launcher-810-thread-2) 
[n:127.0.0.1:38246_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38246.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1082809 INFO  (jetty-launcher-810-thread-2) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node2/.
   [junit4]   2> 1082821 INFO  (jetty-launcher-810-thread-3) 
[n:127.0.0.1:35573_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1082823 INFO  (zkConnectionManagerCallback-851-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082843 INFO  (zkConnectionManagerCallback-853-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082844 INFO  (jetty-launcher-810-thread-3) 
[n:127.0.0.1:35573_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1082844 INFO  (jetty-launcher-810-thread-3) 
[n:127.0.0.1:35573_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35573_solr
   [junit4]   2> 1082846 INFO  (jetty-launcher-810-thread-4) 
[n:127.0.0.1:34610_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1082852 INFO  (zkCallback-837-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1082852 INFO  (zkCallback-826-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1082855 INFO  (jetty-launcher-810-thread-1) 
[n:127.0.0.1:36689_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1082860 INFO  (jetty-launcher-810-thread-4) 
[n:127.0.0.1:34610_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1082860 INFO  (jetty-launcher-810-thread-4) 
[n:127.0.0.1:34610_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34610_solr
   [junit4]   2> 1082860 INFO  (jetty-launcher-810-thread-1) 
[n:127.0.0.1:36689_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1082860 INFO  (jetty-launcher-810-thread-1) 
[n:127.0.0.1:36689_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36689_solr
   [junit4]   2> 1082861 INFO  (zkCallback-840-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1082862 INFO  (zkCallback-837-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1082866 INFO  (zkCallback-826-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1082877 INFO  (zkCallback-850-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1082908 INFO  (zkCallback-840-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1082938 INFO  (zkCallback-852-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1082939 INFO  (zkConnectionManagerCallback-866-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082940 INFO  (zkConnectionManagerCallback-870-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082952 INFO  (zkConnectionManagerCallback-874-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1082952 INFO  (jetty-launcher-810-thread-4) 
[n:127.0.0.1:34610_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1082953 INFO  (jetty-launcher-810-thread-4) 
[n:127.0.0.1:34610_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38884/solr ready
   [junit4]   2> 1082954 INFO  (jetty-launcher-810-thread-4) 
[n:127.0.0.1:34610_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1082964 INFO  (jetty-launcher-810-thread-1) 
[n:127.0.0.1:36689_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1082964 INFO  (jetty-launcher-810-thread-3) 
[n:127.0.0.1:35573_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1082965 INFO  (jetty-launcher-810-thread-3) 
[n:127.0.0.1:35573_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38884/solr ready
   [junit4]   2> 1082980 INFO  (jetty-launcher-810-thread-1) 
[n:127.0.0.1:36689_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38884/solr ready
   [junit4]   2> 1082981 INFO  (jetty-launcher-810-thread-3) 
[n:127.0.0.1:35573_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1082992 INFO  (jetty-launcher-810-thread-1) 
[n:127.0.0.1:36689_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1083005 INFO  (jetty-launcher-810-thread-4) 
[n:127.0.0.1:34610_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34610.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1083029 INFO  (jetty-launcher-810-thread-3) 
[n:127.0.0.1:35573_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35573.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1083057 INFO  (jetty-launcher-810-thread-1) 
[n:127.0.0.1:36689_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36689.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1083064 INFO  (jetty-launcher-810-thread-4) 
[n:127.0.0.1:34610_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34610.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1083064 INFO  (jetty-launcher-810-thread-4) 
[n:127.0.0.1:34610_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34610.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1083065 INFO  (jetty-launcher-810-thread-4) 
[n:127.0.0.1:34610_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node4/.
   [junit4]   2> 1083068 INFO  (jetty-launcher-810-thread-3) 
[n:127.0.0.1:35573_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35573.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1083069 INFO  (jetty-launcher-810-thread-3) 
[n:127.0.0.1:35573_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35573.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1083070 INFO  (jetty-launcher-810-thread-3) 
[n:127.0.0.1:35573_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node3/.
   [junit4]   2> 1083078 INFO  (jetty-launcher-810-thread-1) 
[n:127.0.0.1:36689_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36689.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1083078 INFO  (jetty-launcher-810-thread-1) 
[n:127.0.0.1:36689_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36689.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1083080 INFO  (jetty-launcher-810-thread-1) 
[n:127.0.0.1:36689_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node1/.
   [junit4]   2> 1083305 INFO  (zkConnectionManagerCallback-879-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1083309 INFO  (zkConnectionManagerCallback-884-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1083310 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[423C7D235A116B31]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1083311 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[423C7D235A116B31]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38884/solr ready
   [junit4]   2> 1083352 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[423C7D235A116B31])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCloudInfoInCoreStatus
   [junit4]   2> 1083380 INFO  (qtp2094369806-3253) [n:127.0.0.1:38246_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=corestatus_test&nrtReplicas=2&action=CREATE&numShards=2&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1083393 INFO  
(OverseerThreadFactory-1931-thread-1-processing-n:127.0.0.1:38246_solr) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
corestatus_test
   [junit4]   2> 1083513 INFO  
(OverseerStateUpdate-73395152868409350-127.0.0.1:38246_solr-n_0000000000) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"corestatus_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"corestatus_test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36689/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1083515 INFO  
(OverseerStateUpdate-73395152868409350-127.0.0.1:38246_solr-n_0000000000) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"corestatus_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"corestatus_test_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35573/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1083517 INFO  
(OverseerStateUpdate-73395152868409350-127.0.0.1:38246_solr-n_0000000000) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"corestatus_test",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"corestatus_test_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34610/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1083519 INFO  
(OverseerStateUpdate-73395152868409350-127.0.0.1:38246_solr-n_0000000000) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"corestatus_test",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"corestatus_test_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38246/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1083769 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr    
x:corestatus_test_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n2&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1083785 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr    
x:corestatus_test_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n6&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1083786 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr    
x:corestatus_test_shard2_replica_n6] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1083791 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr    
x:corestatus_test_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n1&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1083803 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr    
x:corestatus_test_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n4&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1084815 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1084815 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1084816 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1084821 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1084846 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.s.IndexSchema [corestatus_test_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1084848 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1084848 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard1_replica_n1' 
using configuration from collection corestatus_test, trusted=true
   [junit4]   2> 1084849 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36689.solr.core.corestatus_test.shard1.replica_n1' (registry 
'solr.core.corestatus_test.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1084849 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.SolrCore [[corestatus_test_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node1/corestatus_test_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node1/./corestatus_test_shard1_replica_n1/data/]
   [junit4]   2> 1084857 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.s.IndexSchema [corestatus_test_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1084859 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1084859 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard2_replica_n6' 
using configuration from collection corestatus_test, trusted=true
   [junit4]   2> 1084860 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38246.solr.core.corestatus_test.shard2.replica_n6' (registry 
'solr.core.corestatus_test.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1084861 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.SolrCore [[corestatus_test_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node2/corestatus_test_shard2_replica_n6],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node2/./corestatus_test_shard2_replica_n6/data/]
   [junit4]   2> 1084862 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.s.IndexSchema [corestatus_test_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1084863 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1084863 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard2_replica_n4' 
using configuration from collection corestatus_test, trusted=true
   [junit4]   2> 1084868 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34610.solr.core.corestatus_test.shard2.replica_n4' (registry 
'solr.core.corestatus_test.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1084868 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.SolrCore [[corestatus_test_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node4/corestatus_test_shard2_replica_n4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node4/./corestatus_test_shard2_replica_n4/data/]
   [junit4]   2> 1084869 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.s.IndexSchema [corestatus_test_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1084871 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1084871 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard1_replica_n2' 
using configuration from collection corestatus_test, trusted=true
   [junit4]   2> 1084872 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35573.solr.core.corestatus_test.shard1.replica_n2' (registry 
'solr.core.corestatus_test.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1084872 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.SolrCore [[corestatus_test_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node3/corestatus_test_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node3/./corestatus_test_shard1_replica_n2/data/]
   [junit4]   2> 1085038 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1085038 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1085039 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1085039 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1085048 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2ac3dceb[corestatus_test_shard1_replica_n1] main]
   [junit4]   2> 1085049 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1085049 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1085049 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1085049 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1085050 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1085050 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1085050 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1085051 INFO  
(searcherExecutor-1948-thread-1-processing-n:127.0.0.1:36689_solr 
x:corestatus_test_shard1_replica_n1 c:corestatus_test s:shard1 r:core_node3) 
[n:127.0.0.1:36689_solr c:corestatus_test s:shard1 r:core_node3 
x:corestatus_test_shard1_replica_n1] o.a.s.c.SolrCore 
[corestatus_test_shard1_replica_n1] Registered new searcher 
Searcher@2ac3dceb[corestatus_test_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1085051 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1612785521835114496
   [junit4]   2> 1085051 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@27f7ab4b[corestatus_test_shard1_replica_n2] main]
   [junit4]   2> 1085053 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1085053 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1085053 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1085054 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1612785521838260224
   [junit4]   2> 1085059 INFO  
(searcherExecutor-1951-thread-1-processing-n:127.0.0.1:35573_solr 
x:corestatus_test_shard1_replica_n2 c:corestatus_test s:shard1 r:core_node5) 
[n:127.0.0.1:35573_solr c:corestatus_test s:shard1 r:core_node5 
x:corestatus_test_shard1_replica_n2] o.a.s.c.SolrCore 
[corestatus_test_shard1_replica_n2] Registered new searcher 
Searcher@27f7ab4b[corestatus_test_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1085060 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/corestatus_test/terms/shard1 to Terms{values={core_node3=0, 
core_node5=0}, version=1}
   [junit4]   2> 1085063 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1085064 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/corestatus_test/terms/shard1 to Terms{values={core_node3=0}, 
version=0}
   [junit4]   2> 1085068 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1085068 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1085069 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1085069 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1085070 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@508c9a25[corestatus_test_shard2_replica_n6] main]
   [junit4]   2> 1085071 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1085072 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1085073 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1085078 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1085078 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1085079 INFO  
(searcherExecutor-1949-thread-1-processing-n:127.0.0.1:38246_solr 
x:corestatus_test_shard2_replica_n6 c:corestatus_test s:shard2 r:core_node8) 
[n:127.0.0.1:38246_solr c:corestatus_test s:shard2 r:core_node8 
x:corestatus_test_shard2_replica_n6] o.a.s.c.SolrCore 
[corestatus_test_shard2_replica_n6] Registered new searcher 
Searcher@508c9a25[corestatus_test_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1085079 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1612785521864474624
   [junit4]   2> 1085079 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1085079 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1085081 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@48aa8290[corestatus_test_shard2_replica_n4] main]
   [junit4]   2> 1085082 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1085083 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1085083 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1085084 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/corestatus_test/terms/shard2 to Terms{values={core_node8=0}, 
version=0}
   [junit4]   2> 1085084 INFO  
(searcherExecutor-1950-thread-1-processing-n:127.0.0.1:34610_solr 
x:corestatus_test_shard2_replica_n4 c:corestatus_test s:shard2 r:core_node7) 
[n:127.0.0.1:34610_solr c:corestatus_test s:shard2 r:core_node7 
x:corestatus_test_shard2_replica_n4] o.a.s.c.SolrCore 
[corestatus_test_shard2_replica_n4] Registered new searcher 
Searcher@48aa8290[corestatus_test_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1085085 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1612785521870766080
   [junit4]   2> 1085090 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/corestatus_test/terms/shard2 to Terms{values={core_node7=0, 
core_node8=0}, version=1}
   [junit4]   2> 1085090 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1085564 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1085564 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1085564 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:35573/solr/corestatus_test_shard1_replica_n2/
   [junit4]   2> 1085564 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard1_replica_n2 
url=https://127.0.0.1:35573/solr START 
replicas=[https://127.0.0.1:36689/solr/corestatus_test_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 1085572 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard1_replica_n2 
url=https://127.0.0.1:35573/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1085593 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1085593 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1085593 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:38246/solr/corestatus_test_shard2_replica_n6/
   [junit4]   2> 1085593 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard2_replica_n6 
url=https://127.0.0.1:38246/solr START 
replicas=[https://127.0.0.1:34610/solr/corestatus_test_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 1085605 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard2_replica_n6 
url=https://127.0.0.1:38246/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1085614 INFO  (qtp1745269413-3285) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.c.S.Request [corestatus_test_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1085614 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1085614 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1085614 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1085662 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:35573/solr/corestatus_test_shard1_replica_n2/ shard1
   [junit4]   2> 1085662 INFO  (qtp1128856681-3270) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.c.S.Request [corestatus_test_shard2_replica_n4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=6
   [junit4]   2> 1085662 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1085662 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1085662 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1085680 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:38246/solr/corestatus_test_shard2_replica_n6/ shard2
   [junit4]   2> 1085815 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1085832 INFO  (qtp1407133064-3255) [n:127.0.0.1:35573_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n2&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2062
   [junit4]   2> 1085832 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1085835 INFO  (qtp2094369806-3279) [n:127.0.0.1:38246_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n6&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2049
   [junit4]   2> 1086117 INFO  (qtp1128856681-3267) [n:127.0.0.1:34610_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n4&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2314
   [junit4]   2> 1086120 INFO  (qtp1745269413-3284) [n:127.0.0.1:36689_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n1&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2329
   [junit4]   2> 1086126 INFO  (qtp2094369806-3253) [n:127.0.0.1:38246_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1087127 INFO  (qtp2094369806-3253) [n:127.0.0.1:38246_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=corestatus_test&nrtReplicas=2&action=CREATE&numShards=2&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=3748
   [junit4]   2> 1087170 INFO  (qtp1407133064-3252) [n:127.0.0.1:35573_solr    
x:corestatus_test_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={core=corestatus_test_shard1_replica_n2&action=STATUS&indexInfo=true&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 1087171 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[423C7D235A116B31])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCloudInfoInCoreStatus
   [junit4]   2> 1087237 INFO  
(TEST-CollectionsAPISolrJTest.testList-seed#[423C7D235A116B31]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testList
   [junit4]   2> 1087238 INFO  (qtp2094369806-3277) [n:127.0.0.1:38246_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1087239 INFO  (qtp2094369806-3277) [n:127.0.0.1:38246_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1087239 INFO  
(TEST-CollectionsAPISolrJTest.testList-seed#[423C7D235A116B31]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testList
   [junit4]   2> 1087282 INFO  
(TEST-CollectionsAPISolrJTest.testCreateAndDeleteAlias-seed#[423C7D235A116B31]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateAndDeleteAlias
   [junit4]   2> 1087282 INFO  (qtp2094369806-3277) [n:127.0.0.1:38246_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=aliasedCollection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1087297 INFO  
(OverseerCollectionConfigSetProcessor-73395152868409350-127.0.0.1:38246_solr-n_0000000000)
 [n:127.0.0.1:38246_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> 1087297 INFO  
(OverseerThreadFactory-1931-thread-2-processing-n:127.0.0.1:38246_solr) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
aliasedCollection
   [junit4]   2> 1087524 INFO  
(OverseerStateUpdate-73395152868409350-127.0.0.1:38246_solr-n_0000000000) 
[n:127.0.0.1:38246_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"aliasedCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"aliasedCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38246/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1087730 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr    
x:aliasedCollection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=aliasedCollection_shard1_replica_n1&action=CREATE&numShards=1&collection=aliasedCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1088750 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 1089873 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.s.IndexSchema 
[aliasedCollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1089876 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1089876 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'aliasedCollection_shard1_replica_n1' using configuration from collection 
aliasedCollection, trusted=true
   [junit4]   2> 1089877 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_38246.solr.core.aliasedCollection.shard1.replica_n1' (registry 
'solr.core.aliasedCollection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27b0ddf4
   [junit4]   2> 1089877 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.c.SolrCore 
[[aliasedCollection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node2/aliasedCollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_423C7D235A116B31-001/tempDir-001/node2/./aliasedCollection_shard1_replica_n1/data/]
   [junit4]   2> 1090014 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1090014 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1090015 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1090015 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1090032 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6de03670[aliasedCollection_shard1_replica_n1] main]
   [junit4]   2> 1090041 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1090042 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1090043 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1090043 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1612785527069605888
   [junit4]   2> 1090046 INFO  
(searcherExecutor-1968-thread-1-processing-n:127.0.0.1:38246_solr 
x:aliasedCollection_shard1_replica_n1 c:aliasedCollection s:shard1 
r:core_node2) [n:127.0.0.1:38246_solr c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.c.SolrCore 
[aliasedCollection_shard1_replica_n1] Registered new searcher 
Searcher@6de03670[aliasedCollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1090058 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/aliasedCollection/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1090068 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1090068 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 1090068 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:38246/solr/aliasedCollection_shard1_replica_n1/
   [junit4]   2> 1090068 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1090068 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:38246/solr/aliasedCollection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1090069 INFO  (qtp2094369806-3266) [n:127.0.0.1:38246_solr 
c:aliasedCollection s:shard1 r:core_node2 
x:aliasedCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found 
all replicas participating in e

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

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

resolve:

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

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 36ms :: artifacts dl 1ms
        ---------------------------------------------------------------------
        |                  |            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: 230 minutes 40 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
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:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                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:1819)
                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:2920)
        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:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        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:1819)
        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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to