Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.6/3/

4 tests failed.
FAILED:  org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef

Error Message:
ReaderPool is already closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: ReaderPool is already closed
        at 
__randomizedtesting.SeedInfo.seed([10351D30C6136C03:F9A86A02B0DA8BFE]:0)
        at org.apache.lucene.index.ReaderPool.get(ReaderPool.java:367)
        at 
org.apache.lucene.index.IndexWriter.writeReaderPool(IndexWriter.java:3329)
        at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:518)
        at 
org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:398)
        at 
org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:332)
        at 
org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef(TestIndexFileDeleter.java:465)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
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.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not load collection from ZK: collection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
collection1
        at 
__randomizedtesting.SeedInfo.seed([89C31CADE737792D:518E31FA10EADC8D]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1321)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:737)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.getTotalReplicas(AbstractFullDistribZkTestBase.java:495)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:448)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:341)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/collection1/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1333)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1319)
        ... 39 more


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
inplace_updatable_float didn't match for replica at client: 
https://127.0.0.1:33576/cxtdw/lz/collection1 expected:<111.0> but was:<1.0>

Stack Trace:
java.lang.AssertionError: inplace_updatable_float didn't match for replica at 
client: https://127.0.0.1:33576/cxtdw/lz/collection1 expected:<111.0> but 
was:<1.0>
        at 
__randomizedtesting.SeedInfo.seed([89C31CADE737792D:197237749CB14D5]: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.apache.solr.update.TestInPlaceUpdatesDistrib.assertReplicaValue(TestInPlaceUpdatesDistrib.java:1021)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.outOfOrderUpdatesIndividualReplicaTest(TestInPlaceUpdatesDistrib.java:687)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:148)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1010)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting

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

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

</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([F62234A6E32E0CC:CDD51F226D7210B4]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:551)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1016)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting(CloudSolrClientTest.java:238)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:38251/solr/collection1_shard2_replica_n3: 
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: 
/solr/collection1_shard2_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/collection1_shard2_replica_n3/update. Reason:
<pre>    Can not find: 
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.11.v20180605</a><hr/>

</body>
</html>

        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:528)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more




Build Log:
[...truncated 1419 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexFileDeleter
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestIndexFileDeleter -Dtests.method=testExcInDecRef 
-Dtests.seed=10351D30C6136C03 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/test-data/enwiki.random.lines.txt
 -Dtests.locale=lv -Dtests.timezone=America/Belize -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.71s J2 | TestIndexFileDeleter.testExcInDecRef <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: 
ReaderPool is already closed
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([10351D30C6136C03:F9A86A02B0DA8BFE]:0)
   [junit4]    >        at 
org.apache.lucene.index.ReaderPool.get(ReaderPool.java:367)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.writeReaderPool(IndexWriter.java:3329)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:518)
   [junit4]    >        at 
org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:398)
   [junit4]    >        at 
org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:332)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef(TestIndexFileDeleter.java:465)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/lucene/build/core/test/J2/temp/lucene.index.TestIndexFileDeleter_10351D30C6136C03-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{field=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=Memory), content=FSTOrd50}, docValues:{}, 
maxPointsInLeafNode=1266, maxMBSortInHeap=6.309727839067094, 
sim=RandomSimilarity(queryNorm=true): {field=IB LL-DZ(0.3), content=DFR 
I(n)B2}, locale=lv, timezone=America/Belize
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=205686056,total=416284672
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterFromReader, 
TestNRTReaderWithThreads, TestBytesRef, TestLSBRadixSorter, 
TestFieldValueQuery, TestSpans, TestField, TestLucene50TermVectorsFormat, 
TestSpanBoostQuery, TestPendingSoftDeletes, TestNativeFSLockFactory, 
TestArrayUtil, TestBagOfPostings, TestTopFieldCollectorEarlyTermination, 
TestStandardAnalyzer, FuzzyTermOnShortTermsTest, TestSpanExplanations, 
TestAllFilesCheckIndexHeader, Test2BTerms, TestGeoUtils, TestBytesStore, 
TestSegmentReader, TestMultiPhraseEnum, TestLucene50LiveDocsFormat, 
TestPointValues, TestSparseFixedBitDocIdSet, TestTopDocsCollector, 
TestDocument, TestSort, TestCrash, TestSameTokenSamePosition, TestSimilarity2, 
TestIndexWriterOutOfFileDescriptors, TestSetOnce, TestIndexWriterOnDiskFull, 
TestThreadedForceMerge, TestHighCompressionMode, TestCharsRef, TestWildcard, 
TestTermRangeQuery, TestCollectionUtil, TestNamedSPILoader, 
TestTwoPhaseCommitTool, TestNoMergeScheduler, TestNot, 
TestSpanMultiTermQueryWrapper, TestScoreCachingWrappingScorer, 
TestBooleanMinShouldMatch, TestFilterLeafReader, TestBlockPostingsFormat3, 
TestBooleanQueryVisitSubscorers, TestIOUtils, TestFieldMaskingSpanQuery, 
TestPayloads, TestSoftDeletesRetentionMergePolicy, TestUTF32ToUTF8, 
TestDocValuesQueries, TestPackedTokenAttributeImpl, TestDocCount, 
TestCharArraySet, TestFieldsReader, TestCustomTermFreq, TestMutableValues, 
TestStressDeletes, TestTransactionRollback, TestStringMSBRadixSorter, 
TestQueryRescorer, TestSimpleFSDirectory, TestShardSearching, TestDateSort, 
TestMatchesIterator, TestAllFilesHaveCodecHeader, Test2BBinaryDocValues, 
TestFileSwitchDirectory, TestBlendedTermQuery, TestPrefixInBooleanQuery, 
TestIndexingSequenceNumbers, TestDelegatingAnalyzerWrapper, TestIsCurrent, 
TestApproximationSearchEquivalence, TestLucene70NormsFormat, 
TestLucene70SegmentInfoFormat, TestPerFieldDocValuesFormat, 
Test2BPostingsBytes, TestBinaryDocValuesUpdates, TestDirectoryReader, 
TestDocIDMerger, TestDocInverterPerFieldErrorInfo, TestDocValues, 
TestDocValuesFieldUpdates, TestDocValuesIndexing, TestDocsAndPositions, 
TestDocsWithFieldSet, TestDocumentWriter, TestDocumentsWriterDeleteQueue, 
TestDocumentsWriterStallControl, TestExceedMaxTermLength, 
TestExitableDirectoryReader, TestFieldInfos, TestFilterMergePolicy, TestFlex, 
TestFlushByRamOrCountsPolicy, TestForTooMuchCloning, TestForceMergeForever, 
TestIndexCommit, TestIndexFileDeleter]
   [junit4] Completed [305/486 (1!)] on J2 in 5.35s, 10 tests, 1 error <<< 
FAILURES!

[...truncated 14167 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> 5945393 INFO  
(SUITE-TestDynamicLoading-seed#[89C31CADE737792D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/init-core-data-001
   [junit4]   2> 5945394 INFO  
(SUITE-TestDynamicLoading-seed#[89C31CADE737792D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 5945395 INFO  
(SUITE-TestDynamicLoading-seed#[89C31CADE737792D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 5945395 INFO  
(SUITE-TestDynamicLoading-seed#[89C31CADE737792D]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 5945472 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5945489 INFO  (Thread-58838) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5945489 INFO  (Thread-58838) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 5945558 ERROR (Thread-58838) [    ] 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> 5945617 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42814
   [junit4]   2> 5945742 INFO  (zkConnectionManagerCallback-7901-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5945883 INFO  (zkConnectionManagerCallback-7903-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5945906 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 5945957 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 5945959 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5945977 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 5945978 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 5945995 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 5946014 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5946015 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5946049 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5946050 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5946051 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 5946065 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x105b89438a60001, likely client has closed socket
   [junit4]   2> 5946098 INFO  (zkConnectionManagerCallback-7907-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5946099 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 5946993 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
   [junit4]   2> 5947128 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5947128 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5947128 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5947164 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@358f4bd5{/,null,AVAILABLE}
   [junit4]   2> 5947165 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7c9a037{SSL,[ssl, 
http/1.1]}{127.0.0.1:41889}
   [junit4]   2> 5947165 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.Server Started @5947404ms
   [junit4]   2> 5947165 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/tempDir-001/control/data,
 hostContext=/, hostPort=41889, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/control-001/cores}
   [junit4]   2> 5947165 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 5947165 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5947165 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 5947165 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5947165 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5947165 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-14T22:22:38.740Z
   [junit4]   2> 5947237 INFO  (zkConnectionManagerCallback-7909-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5947256 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 5947256 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/control-001/solr.xml
   [junit4]   2> 5947292 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 5947292 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5947415 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30239152, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 5948000 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42814/solr
   [junit4]   2> 5948065 INFO  (zkConnectionManagerCallback-7913-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5948154 INFO  (zkConnectionManagerCallback-7915-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5949417 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) 
[n:127.0.0.1:41889_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:41889_
   [junit4]   2> 5949418 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) 
[n:127.0.0.1:41889_    ] o.a.s.c.Overseer Overseer 
(id=73667915666554885-127.0.0.1:41889_-n_0000000000) starting
   [junit4]   2> 5949650 INFO  (zkConnectionManagerCallback-7922-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5949653 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) 
[n:127.0.0.1:41889_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:42814/solr ready
   [junit4]   2> 5949671 INFO  
(OverseerStateUpdate-73667915666554885-127.0.0.1:41889_-n_0000000000) 
[n:127.0.0.1:41889_    ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:41889_
   [junit4]   2> 5949674 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) 
[n:127.0.0.1:41889_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41889_
   [junit4]   2> 5949690 INFO  (zkCallback-7921-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5949724 INFO  (zkCallback-7914-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5949906 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) 
[n:127.0.0.1:41889_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 5950106 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) 
[n:127.0.0.1:41889_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30239152
   [junit4]   2> 5950144 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) 
[n:127.0.0.1:41889_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30239152
   [junit4]   2> 5950144 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) 
[n:127.0.0.1:41889_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30239152
   [junit4]   2> 5950162 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) 
[n:127.0.0.1:41889_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/control-001/cores
   [junit4]   2> 5950249 INFO  (zkConnectionManagerCallback-7928-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5950250 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5950263 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42814/solr ready
   [junit4]   2> 5950612 INFO  (qtp889863408-81834) [n:127.0.0.1:41889_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41889_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 5950669 INFO  
(OverseerThreadFactory-10774-thread-1-processing-n:127.0.0.1:41889_) 
[n:127.0.0.1:41889_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 5950978 INFO  (qtp889863408-81838) [n:127.0.0.1:41889_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=13
   [junit4]   2> 5950999 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_    
x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5950999 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 5952194 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 5952338 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 5953508 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 5953572 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 5953573 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30239152
   [junit4]   2> 5953573 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 5953592 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=34.498046875, 
floorSegmentMB=1.5693359375, forceMergeDeletesPctAllowed=11.016940538455797, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5436162850388642, deletesPctAllowed=32.48702501352138
   [junit4]   2> 5953593 WARN  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 5954301 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 5954301 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5954302 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5954302 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5954303 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=94.0751953125, 
floorSegmentMB=1.0, forceMergeDeletesPctAllowed=27.204882158000583, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1780628697929351, deletesPctAllowed=34.00772000968754
   [junit4]   2> 5954303 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@b491b3e[control_collection_shard1_replica_n1] main]
   [junit4]   2> 5954304 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 5954317 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5954318 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5954318 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1617149732735418368
   [junit4]   2> 5954319 INFO  
(searcherExecutor-10779-thread-1-processing-n:127.0.0.1:41889_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:41889_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@b491b3e[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5954356 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 5954379 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5954380 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 5954380 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:41889/control_collection_shard1_replica_n1/
   [junit4]   2> 5954380 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 5954380 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:41889/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 5954380 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 5954400 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:41889/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 5954451 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 5954453 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3453
   [junit4]   2> 5954453 INFO  (zkCallback-7914-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5954699 INFO  (zkCallback-7914-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5954717 INFO  (zkCallback-7914-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5954747 INFO  (qtp889863408-81834) [n:127.0.0.1:41889_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 5954747 INFO  (qtp889863408-81834) [n:127.0.0.1:41889_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41889_&wt=javabin&version=2}
 status=0 QTime=4135
   [junit4]   2> 5954825 INFO  (zkConnectionManagerCallback-7933-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5954826 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5954827 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42814/solr ready
   [junit4]   2> 5954827 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 5954857 INFO  
(OverseerCollectionConfigSetProcessor-73667915666554885-127.0.0.1:41889_-n_0000000000)
 [n:127.0.0.1:41889_    ] 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> 5954912 INFO  (qtp889863408-81839) [n:127.0.0.1:41889_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 5954970 INFO  
(OverseerThreadFactory-10774-thread-2-processing-n:127.0.0.1:41889_) 
[n:127.0.0.1:41889_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 5955343 WARN  
(OverseerThreadFactory-10774-thread-2-processing-n:127.0.0.1:41889_) 
[n:127.0.0.1:41889_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 5955404 INFO  (qtp889863408-81839) [n:127.0.0.1:41889_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 5955424 INFO  (qtp889863408-81839) [n:127.0.0.1:41889_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=512
   [junit4]   2> 5956878 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/shard-1-001
 of type NRT
   [junit4]   2> 5956988 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
   [junit4]   2> 5957067 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5957067 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5957067 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5957087 INFO  
(OverseerCollectionConfigSetProcessor-73667915666554885-127.0.0.1:41889_-n_0000000000)
 [n:127.0.0.1:41889_    ] 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> 5957087 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7ac3132c{/,null,AVAILABLE}
   [junit4]   2> 5957088 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@764b69b8{SSL,[ssl, 
http/1.1]}{127.0.0.1:43561}
   [junit4]   2> 5957088 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.Server Started @5957327ms
   [junit4]   2> 5957088 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=43561, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/shard-1-001/cores}
   [junit4]   2> 5957088 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 5957088 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5957088 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 5957088 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5957088 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5957088 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-14T22:22:48.663Z
   [junit4]   2> 5957107 INFO  (zkConnectionManagerCallback-7935-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5957112 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 5957112 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/shard-1-001/solr.xml
   [junit4]   2> 5957335 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 5957335 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5957336 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30239152, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 5958191 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42814/solr
   [junit4]   2> 5958223 INFO  (zkConnectionManagerCallback-7939-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5958310 INFO  (zkConnectionManagerCallback-7941-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5958332 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5958335 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 5958335 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43561_
   [junit4]   2> 5958350 INFO  (zkCallback-7921-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5958350 INFO  (zkCallback-7914-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5958405 INFO  (zkCallback-7932-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5958422 INFO  (zkCallback-7940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5958589 INFO  (zkConnectionManagerCallback-7948-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5958590 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5958590 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42814/solr ready
   [junit4]   2> 5958605 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 5958700 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30239152
   [junit4]   2> 5958751 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30239152
   [junit4]   2> 5958751 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30239152
   [junit4]   2> 5958753 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/shard-1-001/cores
   [junit4]   2> 5958993 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:43561_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 5959126 INFO  (qtp889863408-81839) [n:127.0.0.1:41889_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=18
   [junit4]   2> 5959144 INFO  (qtp889863408-81836) [n:127.0.0.1:41889_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5959399 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=17
   [junit4]   2> 5959476 INFO  
(OverseerThreadFactory-10774-thread-3-processing-n:127.0.0.1:41889_) 
[n:127.0.0.1:41889_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node 
Identified 127.0.0.1:43561_ for creating new replica of shard shard2 for 
collection collection1
   [junit4]   2> 5959572 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_    
x:collection1_shard2_replica_n41] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5959758 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 5959902 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 5961281 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 5961480 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 5961480 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30239152
   [junit4]   2> 5961481 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 5961500 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=34.498046875, 
floorSegmentMB=1.5693359375, forceMergeDeletesPctAllowed=11.016940538455797, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5436162850388642, deletesPctAllowed=32.48702501352138
   [junit4]   2> 5961502 WARN  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 5961962 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5961962 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5961963 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 5961963 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 5961964 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=94.0751953125, 
floorSegmentMB=1.0, forceMergeDeletesPctAllowed=27.204882158000583, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1780628697929351, deletesPctAllowed=34.00772000968754
   [junit4]   2> 5961965 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2d47652e[collection1_shard2_replica_n41] main]
   [junit4]   2> 5961982 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 5961983 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5961983 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5961983 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1617149740772753408
   [junit4]   2> 5962005 INFO  
(searcherExecutor-10793-thread-1-processing-n:127.0.0.1:43561_ 
x:collection1_shard2_replica_n41 c:collection1 s:shard2) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@2d47652e[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5962021 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard2 to 
Terms{values={core_node42=0}, version=0}
   [junit4]   2> 5962040 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5962040 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 5962040 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:43561/collection1_shard2_replica_n41/
   [junit4]   2> 5962040 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 5962040 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
https://127.0.0.1:43561/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 5962040 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 5962076 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43561/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 5962128 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 5962130 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2558
   [junit4]   2> 5962186 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_ 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:43561_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=3192
   [junit4]   2> 5962238 INFO  (zkCallback-7940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 5963057 INFO  
(OverseerCollectionConfigSetProcessor-73667915666554885-127.0.0.1:41889_-n_0000000000)
 [n:127.0.0.1:41889_    ] 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> 5963441 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/shard-2-001
 of type NRT
   [junit4]   2> 5963455 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
   [junit4]   2> 5963511 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5963511 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5963511 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5963512 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@28c1401b{/,null,AVAILABLE}
   [junit4]   2> 5963512 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6e04df8b{SSL,[ssl, 
http/1.1]}{127.0.0.1:34460}
   [junit4]   2> 5963512 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.e.j.s.Server Started @5963752ms
   [junit4]   2> 5963512 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=34460, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/shard-2-001/cores}
   [junit4]   2> 5963513 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 5963527 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5963527 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 5963527 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5963527 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5963527 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-14T22:22:55.102Z
   [junit4]   2> 5963564 INFO  (zkConnectionManagerCallback-7951-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5963565 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 5963565 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/shard-2-001/solr.xml
   [junit4]   2> 5963581 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 5963581 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5963582 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30239152, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 5964753 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42814/solr
   [junit4]   2> 5964787 INFO  (zkConnectionManagerCallback-7955-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5964894 INFO  (zkConnectionManagerCallback-7957-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5964916 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5964968 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 5964968 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34460_
   [junit4]   2> 5964969 INFO  (zkCallback-7940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5964969 INFO  (zkCallback-7914-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5964969 INFO  (zkCallback-7921-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5964988 INFO  (zkCallback-7947-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5964988 INFO  (zkCallback-7932-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5964988 INFO  (zkCallback-7956-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5965239 INFO  (zkConnectionManagerCallback-7964-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5965255 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 5965255 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42814/solr ready
   [junit4]   2> 5965327 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 5965395 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30239152
   [junit4]   2> 5965448 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30239152
   [junit4]   2> 5965448 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30239152
   [junit4]   2> 5965483 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[89C31CADE737792D]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/shard-2-001/cores
   [junit4]   2> 5966119 INFO  (qtp1508908876-81932) [n:127.0.0.1:34460_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:34460_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 5966333 INFO  (qtp1508908876-81926) [n:127.0.0.1:34460_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5966335 INFO  (qtp889863408-81836) [n:127.0.0.1:41889_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 5966384 INFO  (qtp889863408-81837) [n:127.0.0.1:41889_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=47
   [junit4]   2> 5966404 INFO  (qtp607242477-81894) [n:127.0.0.1:43561_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n41:INDEX.sizeInBytes}
 status=0 QTime=2
   [junit4]   2> 5966420 INFO  (qtp607242477-81892) [n:127.0.0.1:43561_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 5966421 INFO  
(OverseerThreadFactory-10774-thread-4-processing-n:127.0.0.1:41889_) 
[n:127.0.0.1:41889_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node 
Identified 127.0.0.1:34460_ for creating new replica of shard shard1 for 
collection collection1
   [junit4]   2> 5966654 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_    
x:collection1_shard1_replica_n43] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5966804 INFO  (zkCallback-7940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 5967896 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 5968093 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 5969514 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 5969623 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 5969677 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@30239152
   [junit4]   2> 5969677 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_89C31CADE737792D-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 5969694 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=34.498046875, 
floorSegmentMB=1.5693359375, forceMergeDeletesPctAllowed=11.016940538455797, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5436162850388642, deletesPctAllowed=32.48702501352138
   [junit4]   2> 5969695 WARN  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 5970134 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5970134 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5970168 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 5970168 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 5970169 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=94.0751953125, 
floorSegmentMB=1.0, forceMergeDeletesPctAllowed=27.204882158000583, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1780628697929351, deletesPctAllowed=34.00772000968754
   [junit4]   2> 5970170 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6ae9045[collection1_shard1_replica_n43] main]
   [junit4]   2> 5970171 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 5970171 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5970189 INFO  (qtp1508908876-81930) [n:127.0.0.1:34460_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.h.Replica

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

s.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/null1899377903
     [copy] Copying 241 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/null1899377903
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.6/checkout/solr/null1899377903

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 33ms :: artifacts dl 4ms
        ---------------------------------------------------------------------
        |                  |            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: 534 minutes 21 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to