You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/07/09 22:58:16 UTC

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 258 - Still unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/258/

8 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testDeleteAliasWithExistingCollectionName

Error Message:
collection_old should point to collection_new

Stack Trace:
java.lang.AssertionError: collection_old should point to collection_new
	at __randomizedtesting.SeedInfo.seed([75A725E7C3349126:3D5F316875F471B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.AliasIntegrationTest.testDeleteAliasWithExistingCollectionName(AliasIntegrationTest.java:376)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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.LeaderTragicEventTest.testOtherReplicasAreNotActive

Error Message:
Jetty Connector is not open: -2

Stack Trace:
java.lang.IllegalStateException: Jetty Connector is not open: -2
	at __randomizedtesting.SeedInfo.seed([75A725E7C3349126:F0130990FFCB28BE]:0)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
	at org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
	at org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
	at org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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.TestPullReplica.testKillLeader

Error Message:
Replica core_node4 not up to date after 10 seconds expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: Replica core_node4 not up to date after 10 seconds expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([75A725E7C3349126:3CB1D153A18F0570]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.TestPullReplica.waitForNumDocsInAllReplicas(TestPullReplica.java:542)
	at org.apache.solr.cloud.TestPullReplica.doTestNoLeader(TestPullReplica.java:490)
	at org.apache.solr.cloud.TestPullReplica.testKillLeader(TestPullReplica.java:309)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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.TestPullReplica.testRemoveAllWriterReplicas

Error Message:
Replica core_node4 not up to date after 10 seconds expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: Replica core_node4 not up to date after 10 seconds expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([75A725E7C3349126:E6A9B9DCD7CA788F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.TestPullReplica.waitForNumDocsInAllReplicas(TestPullReplica.java:542)
	at org.apache.solr.cloud.TestPullReplica.doTestNoLeader(TestPullReplica.java:490)
	at org.apache.solr.cloud.TestPullReplica.testRemoveAllWriterReplicas(TestPullReplica.java:303)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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.handler.component.InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([75A725E7C3349126]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.component.InfixSuggestersTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([75A725E7C3349126]:0)


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([9CF63F511D36BF65]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.embedded.TestSolrProperties

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([9CF63F511D36BF65]:0)




Build Log:
[...truncated 13031 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_75A725E7C3349126-001/init-core-data-001
   [junit4]   2> 391051 WARN  (SUITE-AliasIntegrationTest-seed#[75A725E7C3349126]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 391051 INFO  (SUITE-AliasIntegrationTest-seed#[75A725E7C3349126]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 391053 INFO  (SUITE-AliasIntegrationTest-seed#[75A725E7C3349126]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 391055 INFO  (SUITE-AliasIntegrationTest-seed#[75A725E7C3349126]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 391055 INFO  (SUITE-AliasIntegrationTest-seed#[75A725E7C3349126]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_75A725E7C3349126-001/tempDir-001
   [junit4]   2> 391056 INFO  (SUITE-AliasIntegrationTest-seed#[75A725E7C3349126]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 391061 INFO  (Thread-414) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 391061 INFO  (Thread-414) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 391074 ERROR (Thread-414) [    ] 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> 391161 INFO  (SUITE-AliasIntegrationTest-seed#[75A725E7C3349126]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44232
   [junit4]   2> 391191 INFO  (zkConnectionManagerCallback-845-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 391197 INFO  (jetty-launcher-842-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> 391198 INFO  (jetty-launcher-842-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> 391202 INFO  (jetty-launcher-842-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 391202 INFO  (jetty-launcher-842-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 391202 INFO  (jetty-launcher-842-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 391202 INFO  (jetty-launcher-842-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@628265f0{/solr,null,AVAILABLE}
   [junit4]   2> 391204 INFO  (jetty-launcher-842-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@79a32083{SSL,[ssl, http/1.1]}{127.0.0.1:46287}
   [junit4]   2> 391204 INFO  (jetty-launcher-842-thread-1) [    ] o.e.j.s.Server Started @391272ms
   [junit4]   2> 391204 INFO  (jetty-launcher-842-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46287}
   [junit4]   2> 391205 ERROR (jetty-launcher-842-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 391205 INFO  (jetty-launcher-842-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 391205 INFO  (jetty-launcher-842-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 391205 INFO  (jetty-launcher-842-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 391205 INFO  (jetty-launcher-842-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 391205 INFO  (jetty-launcher-842-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-09T17:19:44.564Z
   [junit4]   2> 391232 INFO  (jetty-launcher-842-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 391232 INFO  (jetty-launcher-842-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 391232 INFO  (jetty-launcher-842-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 391253 INFO  (jetty-launcher-842-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1fffc050{/solr,null,AVAILABLE}
   [junit4]   2> 391256 INFO  (jetty-launcher-842-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4758f91c{SSL,[ssl, http/1.1]}{127.0.0.1:36933}
   [junit4]   2> 391256 INFO  (jetty-launcher-842-thread-2) [    ] o.e.j.s.Server Started @391324ms
   [junit4]   2> 391256 INFO  (jetty-launcher-842-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36933}
   [junit4]   2> 391256 ERROR (jetty-launcher-842-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 391256 INFO  (jetty-launcher-842-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 391256 INFO  (jetty-launcher-842-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 391256 INFO  (jetty-launcher-842-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 391256 INFO  (jetty-launcher-842-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 391256 INFO  (jetty-launcher-842-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-09T17:19:44.615Z
   [junit4]   2> 391257 INFO  (zkConnectionManagerCallback-847-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 391258 INFO  (jetty-launcher-842-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 391314 INFO  (zkConnectionManagerCallback-849-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 391315 INFO  (jetty-launcher-842-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 391966 INFO  (jetty-launcher-842-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44232/solr
   [junit4]   2> 391981 INFO  (zkConnectionManagerCallback-853-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 392009 INFO  (zkConnectionManagerCallback-855-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 392111 INFO  (jetty-launcher-842-thread-1) [n:127.0.0.1:46287_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 392112 INFO  (jetty-launcher-842-thread-1) [n:127.0.0.1:46287_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46287_solr
   [junit4]   2> 392113 INFO  (jetty-launcher-842-thread-1) [n:127.0.0.1:46287_solr    ] o.a.s.c.Overseer Overseer (id=74115993345982468-127.0.0.1:46287_solr-n_0000000000) starting
   [junit4]   2> 392161 INFO  (zkConnectionManagerCallback-862-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 392163 INFO  (jetty-launcher-842-thread-1) [n:127.0.0.1:46287_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44232/solr ready
   [junit4]   2> 392197 INFO  (jetty-launcher-842-thread-1) [n:127.0.0.1:46287_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46287_solr
   [junit4]   2> 392205 INFO  (OverseerStateUpdate-74115993345982468-127.0.0.1:46287_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 392250 INFO  (zkCallback-861-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 392269 INFO  (jetty-launcher-842-thread-1) [n:127.0.0.1:46287_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 392317 INFO  (jetty-launcher-842-thread-1) [n:127.0.0.1:46287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46287.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@48eb1b85
   [junit4]   2> 392334 INFO  (jetty-launcher-842-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44232/solr
   [junit4]   2> 392336 INFO  (jetty-launcher-842-thread-1) [n:127.0.0.1:46287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46287.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@48eb1b85
   [junit4]   2> 392338 INFO  (jetty-launcher-842-thread-1) [n:127.0.0.1:46287_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46287.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@48eb1b85
   [junit4]   2> 392339 INFO  (jetty-launcher-842-thread-1) [n:127.0.0.1:46287_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_75A725E7C3349126-001/tempDir-001/node1/.
   [junit4]   2> 392371 INFO  (zkConnectionManagerCallback-867-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 392389 INFO  (zkConnectionManagerCallback-869-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 392393 INFO  (jetty-launcher-842-thread-2) [n:127.0.0.1:36933_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 392395 INFO  (jetty-launcher-842-thread-2) [n:127.0.0.1:36933_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 392397 INFO  (jetty-launcher-842-thread-2) [n:127.0.0.1:36933_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 392397 INFO  (jetty-launcher-842-thread-2) [n:127.0.0.1:36933_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36933_solr
   [junit4]   2> 392398 INFO  (zkCallback-861-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 392398 INFO  (zkCallback-854-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 392418 INFO  (zkCallback-868-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 392449 INFO  (zkConnectionManagerCallback-876-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 392450 INFO  (jetty-launcher-842-thread-2) [n:127.0.0.1:36933_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 392451 INFO  (jetty-launcher-842-thread-2) [n:127.0.0.1:36933_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44232/solr ready
   [junit4]   2> 392461 INFO  (jetty-launcher-842-thread-2) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 392694 INFO  (jetty-launcher-842-thread-2) [n:127.0.0.1:36933_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36933.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@48eb1b85
   [junit4]   2> 392700 INFO  (jetty-launcher-842-thread-2) [n:127.0.0.1:36933_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36933.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@48eb1b85
   [junit4]   2> 392700 INFO  (jetty-launcher-842-thread-2) [n:127.0.0.1:36933_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36933.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@48eb1b85
   [junit4]   2> 392709 INFO  (jetty-launcher-842-thread-2) [n:127.0.0.1:36933_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_75A725E7C3349126-001/tempDir-001/node2/.
   [junit4]   2> 392753 INFO  (zkConnectionManagerCallback-879-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 392756 INFO  (zkConnectionManagerCallback-884-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 392756 INFO  (SUITE-AliasIntegrationTest-seed#[75A725E7C3349126]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 392757 INFO  (SUITE-AliasIntegrationTest-seed#[75A725E7C3349126]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44232/solr ready
   [junit4]   2> 392823 INFO  (TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[75A725E7C3349126]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteOneOfTwoCollectionsAliased
   [junit4]   2> 392902 INFO  (qtp715507670-2807) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 392905 INFO  (qtp715507670-2807) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 392949 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 393054 INFO  (OverseerThreadFactory-1136-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection_one
   [junit4]   2> 393173 INFO  (OverseerStateUpdate-74115993345982468-127.0.0.1:46287_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_one_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36933/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 393175 INFO  (OverseerStateUpdate-74115993345982468-127.0.0.1:46287_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection_one_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46287/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 393417 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr    x:collection_one_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 393577 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr    x:collection_one_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 393578 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr    x:collection_one_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 394455 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 394851 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 394855 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.IndexSchema [collection_one_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 394870 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 394870 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard1_replica_n1' using configuration from collection collection_one, trusted=true
   [junit4]   2> 394871 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36933.solr.core.collection_one.shard1.replica_n1' (registry 'solr.core.collection_one.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@48eb1b85
   [junit4]   2> 394871 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 394871 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [[collection_one_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_75A725E7C3349126-001/tempDir-001/node2/collection_one_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_75A725E7C3349126-001/tempDir-001/node2/./collection_one_shard1_replica_n1/data/]
   [junit4]   2> 394887 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.IndexSchema [collection_one_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 394889 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 394889 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard2_replica_n2' using configuration from collection collection_one, trusted=true
   [junit4]   2> 394902 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46287.solr.core.collection_one.shard2.replica_n2' (registry 'solr.core.collection_one.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@48eb1b85
   [junit4]   2> 394902 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 394902 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore [[collection_one_shard2_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_75A725E7C3349126-001/tempDir-001/node1/collection_one_shard2_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_75A725E7C3349126-001/tempDir-001/node1/./collection_one_shard2_replica_n2/data/]
   [junit4]   2> 395144 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 395144 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 395146 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 395146 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 395147 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4476fec0[collection_one_shard2_replica_n2] main]
   [junit4]   2> 395149 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 395150 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 395150 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 395153 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1605534260670758912
   [junit4]   2> 395168 INFO  (searcherExecutor-1149-thread-1-processing-n:127.0.0.1:46287_solr x:collection_one_shard2_replica_n2 c:collection_one s:shard2 r:core_node4) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore [collection_one_shard2_replica_n2] Registered new searcher Searcher@4476fec0[collection_one_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 395183 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_one/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 395185 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 395186 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 395186 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46287/solr/collection_one_shard2_replica_n2/
   [junit4]   2> 395186 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 395186 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:46287/solr/collection_one_shard2_replica_n2/ has no replicas
   [junit4]   2> 395186 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 395189 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46287/solr/collection_one_shard2_replica_n2/ shard2
   [junit4]   2> 395199 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 395199 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 395202 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 395202 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 395204 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@592c8933[collection_one_shard1_replica_n1] main]
   [junit4]   2> 395205 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 395205 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 395206 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 395206 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1605534260726333440
   [junit4]   2> 395210 INFO  (searcherExecutor-1148-thread-1-processing-n:127.0.0.1:36933_solr x:collection_one_shard1_replica_n1 c:collection_one s:shard1 r:core_node3) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [collection_one_shard1_replica_n1] Registered new searcher Searcher@592c8933[collection_one_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 395214 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_one/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 395216 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 395216 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 395216 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36933/solr/collection_one_shard1_replica_n1/
   [junit4]   2> 395216 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 395216 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:36933/solr/collection_one_shard1_replica_n1/ has no replicas
   [junit4]   2> 395216 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 395219 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36933/solr/collection_one_shard1_replica_n1/ shard1
   [junit4]   2> 395323 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 395326 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_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=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1908
   [junit4]   2> 395341 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 395343 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1765
   [junit4]   2> 395350 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_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> 395443 INFO  (zkCallback-854-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 395443 INFO  (zkCallback-868-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 396350 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3400
   [junit4]   2> 396351 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 396357 INFO  (OverseerCollectionConfigSetProcessor-74115993345982468-127.0.0.1:46287_solr-n_0000000000) [    ] 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> 396358 INFO  (OverseerThreadFactory-1136-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection_two
   [junit4]   2> 396687 INFO  (OverseerStateUpdate-74115993345982468-127.0.0.1:46287_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_two",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_two_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46287/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 396890 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr    x:collection_two_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 397912 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 397921 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.IndexSchema [collection_two_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 397923 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 397923 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection_two_shard1_replica_n1' using configuration from collection collection_two, trusted=true
   [junit4]   2> 397924 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46287.solr.core.collection_two.shard1.replica_n1' (registry 'solr.core.collection_two.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@48eb1b85
   [junit4]   2> 397924 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 397924 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore [[collection_two_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_75A725E7C3349126-001/tempDir-001/node1/collection_two_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_75A725E7C3349126-001/tempDir-001/node1/./collection_two_shard1_replica_n1/data/]
   [junit4]   2> 397993 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 397993 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 397995 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 397995 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 397996 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@26fc499f[collection_two_shard1_replica_n1] main]
   [junit4]   2> 397997 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 397997 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 397998 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 397998 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1605534263653957632
   [junit4]   2> 398048 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_two/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 398058 INFO  (searcherExecutor-1158-thread-1-processing-n:127.0.0.1:46287_solr x:collection_two_shard1_replica_n1 c:collection_two s:shard1 r:core_node2) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore [collection_two_shard1_replica_n1] Registered new searcher Searcher@26fc499f[collection_two_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 398059 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 398060 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 398060 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46287/solr/collection_two_shard1_replica_n1/
   [junit4]   2> 398060 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 398060 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:46287/solr/collection_two_shard1_replica_n1/ has no replicas
   [junit4]   2> 398060 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 398062 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46287/solr/collection_two_shard1_replica_n1/ shard1
   [junit4]   2> 398185 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 398188 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1298
   [junit4]   2> 398193 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_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> 398287 INFO  (zkCallback-854-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 398359 INFO  (OverseerCollectionConfigSetProcessor-74115993345982468-127.0.0.1:46287_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 399194 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2843
   [junit4]   2> 399211 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_one/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 399212 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_one:5&wt=javabin&version=2}{add=[1 (1605534264922734592)]} 0 3
   [junit4]   2> 399230 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1605534264945803264,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 399230 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@378abdfc commitCommandVersion:1605534264945803264
   [junit4]   2> 399232 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b0a8712[collection_one_shard1_replica_n1] main]
   [junit4]   2> 399233 INFO  (searcherExecutor-1148-thread-1-processing-n:127.0.0.1:36933_solr x:collection_one_shard1_replica_n1 c:collection_one s:shard1 r:core_node3) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [collection_one_shard1_replica_n1] Registered new searcher Searcher@7b0a8712[collection_one_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C1)))}
   [junit4]   2> 399235 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 399235 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:36933/solr/collection_one_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 5
   [junit4]   2> 399244 INFO  (qtp829243004-2792) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1605534264960483328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 399245 INFO  (qtp829243004-2792) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 399246 INFO  (qtp829243004-2792) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 399246 INFO  (qtp829243004-2792) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:36933/solr/collection_one_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 399247 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_one:5&commit=true&wt=javabin&version=2}{commit=} 0 34
   [junit4]   2> 399279 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_two/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 399279 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_two_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_two:4&wt=javabin&version=2}{add=[10 (1605534264973066240), 11 (1605534264996134912)]} 0 23
   [junit4]   2> 399281 INFO  (qtp829243004-2793) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1605534264999280640,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 399281 INFO  (qtp829243004-2793) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@467afe4a commitCommandVersion:1605534264999280640
   [junit4]   2> 399285 INFO  (qtp829243004-2793) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4219d0e1[collection_two_shard1_replica_n1] main]
   [junit4]   2> 399286 INFO  (qtp829243004-2793) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 399287 INFO  (searcherExecutor-1158-thread-1-processing-n:127.0.0.1:46287_solr x:collection_two_shard1_replica_n1 c:collection_two s:shard1 r:core_node2) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore [collection_two_shard1_replica_n1] Registered new searcher Searcher@4219d0e1[collection_two_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.5.0):C2)))}
   [junit4]   2> 399287 INFO  (qtp829243004-2793) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_two_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_two:4&commit=true&wt=javabin&version=2}{commit=} 0 7
   [junit4]   2> 399289 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection_one,collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 399418 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection_one,collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=128
   [junit4]   2> 399445 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.S.Request [collection_one_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_one:5|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=https://127.0.0.1:46287/solr/collection_one_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1531156792780&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 399456 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_one:5|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=https://127.0.0.1:46287/solr/collection_two_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1531156792780&isShard=true&wt=javabin} hits=2 status=0 QTime=0
   [junit4]   2> 399463 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_one:5|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=https://127.0.0.1:36933/solr/collection_one_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1531156792780&isShard=true&wt=javabin} hits=1 status=0 QTime=3
   [junit4]   2> 399497 INFO  (qtp715507670-2808) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=collection_one:5|collection_two:4&shards.purpose=64&NOW=1531156792780&ids=1&isShard=true&collection=collection_one,collection_two&shard.url=https://127.0.0.1:36933/solr/collection_one_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 399500 INFO  (qtp829243004-2796) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=collection_one:5|collection_two:4&shards.purpose=64&NOW=1531156792780&ids=11,10&isShard=true&collection=collection_one,collection_two&shard.url=https://127.0.0.1:46287/solr/collection_two_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 399502 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection_one:5|collection_two:4&wt=javabin&version=2} hits=3 status=0 QTime=80
   [junit4]   2> 399503 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=81f47a68-8363-480d-b15f-7fe37b9ed975&name=collection_one&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 399506 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=81f47a68-8363-480d-b15f-7fe37b9ed975&name=collection_one&action=DELETE&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 399507 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=81f47a68-8363-480d-b15f-7fe37b9ed975&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 399507 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=81f47a68-8363-480d-b15f-7fe37b9ed975&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 399530 INFO  (OverseerCollectionConfigSetProcessor-74115993345982468-127.0.0.1:46287_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 399531 ERROR (OverseerThreadFactory-1136-thread-4) [    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: collection_one operation: delete failed:org.apache.solr.common.SolrException: Collection : collection_one is part of alias collection_alias_pair remove or modify the alias before removing this collection.
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.checkNotReferencedByAlias(DeleteCollectionCmd.java:172)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:71)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:255)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 399533 INFO  (OverseerThreadFactory-1136-thread-4) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 400629 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=81f47a68-8363-480d-b15f-7fe37b9ed975&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 400631 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=81f47a68-8363-480d-b15f-7fe37b9ed975&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 400633 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=81f47a68-8363-480d-b15f-7fe37b9ed975&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 400635 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=81f47a68-8363-480d-b15f-7fe37b9ed975&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 400636 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 400644 INFO  (OverseerCollectionConfigSetProcessor-74115993345982468-127.0.0.1:46287_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 400748 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=112
   [junit4]   2> 400751 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=53f26a24-848c-43e4-aa12-4cc21e8e588d&name=collection_one&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 400766 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=53f26a24-848c-43e4-aa12-4cc21e8e588d&name=collection_one&action=DELETE&wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 400767 INFO  (OverseerThreadFactory-1136-thread-5) [    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=53f26a24-848c-43e4-aa12-4cc21e8e588d
   [junit4]   2> 400767 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=53f26a24-848c-43e4-aa12-4cc21e8e588d&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 400772 INFO  (OverseerCollectionConfigSetProcessor-74115993345982468-127.0.0.1:46287_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000007 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 400773 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=53f26a24-848c-43e4-aa12-4cc21e8e588d&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 400804 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr    x:collection_one_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection_one_shard2_replica_n2&async=53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541735725&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 400809 INFO  (parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:46287_solr x:collection_one_shard2_replica_n2 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541735725 UNLOAD) [n:127.0.0.1:46287_solr    x:collection_one_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard2.replica_n2, tag=null
   [junit4]   2> 400809 INFO  (parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:46287_solr x:collection_one_shard2_replica_n2 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541735725 UNLOAD) [n:127.0.0.1:46287_solr    x:collection_one_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47b78892: rootName = solr_46287, domain = solr.core.collection_one.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection_one.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@62fee8f8
   [junit4]   2> 400817 INFO  (parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:46287_solr x:collection_one_shard2_replica_n2 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541735725 UNLOAD) [n:127.0.0.1:46287_solr    x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore [collection_one_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@6464fb7a
   [junit4]   2> 400817 INFO  (parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:46287_solr x:collection_one_shard2_replica_n2 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541735725 UNLOAD) [n:127.0.0.1:46287_solr    x:collection_one_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard2.replica_n2, tag=6464fb7a
   [junit4]   2> 400817 INFO  (parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:46287_solr x:collection_one_shard2_replica_n2 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541735725 UNLOAD) [n:127.0.0.1:46287_solr    x:collection_one_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection_one.shard2.leader, tag=6464fb7a
   [junit4]   2> 400847 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr    x:collection_one_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection_one_shard1_replica_n1&async=53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541661696&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=38
   [junit4]   2> 400849 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541661696
   [junit4]   2> 400850 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541661696&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 400868 INFO  (parallelCoreAdminExecutor-1144-thread-1-processing-n:127.0.0.1:36933_solr x:collection_one_shard1_replica_n1 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541661696 UNLOAD) [n:127.0.0.1:36933_solr    x:collection_one_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard1.replica_n1, tag=null
   [junit4]   2> 400868 INFO  (parallelCoreAdminExecutor-1144-thread-1-processing-n:127.0.0.1:36933_solr x:collection_one_shard1_replica_n1 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541661696 UNLOAD) [n:127.0.0.1:36933_solr    x:collection_one_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@43e21157: rootName = solr_36933, domain = solr.core.collection_one.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection_one.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@32cc0dd2
   [junit4]   2> 400871 INFO  (parallelCoreAdminExecutor-1137-thread-1-processing-n:127.0.0.1:46287_solr x:collection_one_shard2_replica_n2 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541735725 UNLOAD) [n:127.0.0.1:46287_solr    x:collection_one_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_one/terms/shard2 to Terms{values={}, version=1}
   [junit4]   2> 400873 INFO  (zkCallback-854-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 400873 INFO  (zkCallback-868-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 400889 INFO  (parallelCoreAdminExecutor-1144-thread-1-processing-n:127.0.0.1:36933_solr x:collection_one_shard1_replica_n1 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541661696 UNLOAD) [n:127.0.0.1:36933_solr    x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [collection_one_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7790cc0b
   [junit4]   2> 400889 INFO  (parallelCoreAdminExecutor-1144-thread-1-processing-n:127.0.0.1:36933_solr x:collection_one_shard1_replica_n1 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541661696 UNLOAD) [n:127.0.0.1:36933_solr    x:collection_one_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard1.replica_n1, tag=7790cc0b
   [junit4]   2> 400889 INFO  (parallelCoreAdminExecutor-1144-thread-1-processing-n:127.0.0.1:36933_solr x:collection_one_shard1_replica_n1 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541661696 UNLOAD) [n:127.0.0.1:36933_solr    x:collection_one_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection_one.shard1.leader, tag=7790cc0b
   [junit4]   2> 400933 INFO  (parallelCoreAdminExecutor-1144-thread-1-processing-n:127.0.0.1:36933_solr x:collection_one_shard1_replica_n1 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541661696 UNLOAD) [n:127.0.0.1:36933_solr    x:collection_one_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_one/terms/shard1 to Terms{values={}, version=2}
   [junit4]   2> 401775 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=53f26a24-848c-43e4-aa12-4cc21e8e588d&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 401779 INFO  (qtp715507670-2809) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=53f26a24-848c-43e4-aa12-4cc21e8e588d&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 401852 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541661696
   [junit4]   2> 401852 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541661696&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 401853 INFO  (qtp829243004-2793) [n:127.0.0.1:46287_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541735725
   [junit4]   2> 401853 INFO  (qtp829243004-2793) [n:127.0.0.1:46287_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=53f26a24-848c-43e4-aa12-4cc21e8e588d31408690541735725&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 402650 INFO  (OverseerThreadFactory-1136-thread-5) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 402774 INFO  (OverseerCollectionConfigSetProcessor-74115993345982468-127.0.0.1:46287_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 402790 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=53f26a24-848c-43e4-aa12-4cc21e8e588d&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 402791 INFO  (qtp715507670-2810) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=53f26a24-848c-43e4-aa12-4cc21e8e588d&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 402807 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=53f26a24-848c-43e4-aa12-4cc21e8e588d&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 402807 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=53f26a24-848c-43e4-aa12-4cc21e8e588d&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 402813 INFO  (qtp829243004-2799) [n:127.0.0.1:46287_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection_two:4&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 402841 ERROR (TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[75A725E7C3349126]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection [collection_one] failed due to (404) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46287/solr/collection_one: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
   [junit4]   2> <title>Error 404 Can not find: /solr/collection_one/select</title>
   [junit4]   2> </head>
   [junit4]   2> <body><h2>HTTP ERROR 404</h2>
   [junit4]   2> <p>Problem accessing /solr/collection_one/select. Reason:
   [junit4]   2> <pre>    Can not find: /solr/collection_one/select</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
   [junit4]   2> 
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> , retry? 0
   [junit4]   2> 402849 INFO  (qtp715507670-2804) [n:127.0.0.1:36933_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with pa

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

out/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1013081139
     [copy] Copying 241 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1013081139
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1013081139

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 102ms :: artifacts dl 11ms
	---------------------------------------------------------------------
	|                  |            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: 557 minutes 3 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 lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java: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)