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

[JENKINS] Lucene-Solr-Tests-master - Build # 2624 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2624/

2 tests failed.
FAILED:  org.apache.solr.cloud.ShardRoutingTest.test

Error Message:
expected:<3> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<4>
	at __randomizedtesting.SeedInfo.seed([C46B92BFF8097181:4C3FAD6556F51C79]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.ShardRoutingTest.doTestNumRequests(ShardRoutingTest.java:256)
	at org.apache.solr.cloud.ShardRoutingTest.test(ShardRoutingTest.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([C46B92BFF8097181]:0)
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open(NioSocketAcceptor.java:252)
	at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open(NioSocketAcceptor.java:49)
	at org.apache.mina.core.polling.AbstractPollingIoAcceptor.registerHandles(AbstractPollingIoAcceptor.java:525)
	at org.apache.mina.core.polling.AbstractPollingIoAcceptor.access$200(AbstractPollingIoAcceptor.java:67)
	at org.apache.mina.core.polling.AbstractPollingIoAcceptor$Acceptor.run(AbstractPollingIoAcceptor.java:409)
	at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:65)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13951 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/init-core-data-001
   [junit4]   2> 2518015 WARN  (SUITE-ShardRoutingTest-seed#[C46B92BFF8097181]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2518015 INFO  (SUITE-ShardRoutingTest-seed#[C46B92BFF8097181]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2518016 INFO  (SUITE-ShardRoutingTest-seed#[C46B92BFF8097181]-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> 2518017 INFO  (SUITE-ShardRoutingTest-seed#[C46B92BFF8097181]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2518018 INFO  (SUITE-ShardRoutingTest-seed#[C46B92BFF8097181]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2518049 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2518084 INFO  (Thread-3176) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2518084 INFO  (Thread-3176) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2518183 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.ZkTestServer start zk server on port:35409
   [junit4]   2> 2518242 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0: ZooKeeperServer not running
   [junit4]   2> 2518255 ERROR (Thread-3176) [    ] 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> 2519551 INFO  (zkConnectionManagerCallback-6598-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2519587 INFO  (zkConnectionManagerCallback-6600-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2519624 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2519660 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2519663 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2519677 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2519679 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2519693 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2519695 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2519737 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2519753 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2519755 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2519774 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2519806 INFO  (zkConnectionManagerCallback-6604-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2519830 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2520305 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2520319 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2520319 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2520319 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2520320 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@623c7cc6{/,null,AVAILABLE}
   [junit4]   2> 2520320 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5c6ad31e{SSL,[ssl, http/1.1]}{127.0.0.1:34144}
   [junit4]   2> 2520320 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.Server Started @2520377ms
   [junit4]   2> 2520320 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/tempDir-001/control/data, hostContext=/, hostPort=34144, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/control-001/cores}
   [junit4]   2> 2520321 ERROR (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2520321 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2520321 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2520321 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2520321 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2520321 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-27T12:02:26.945Z
   [junit4]   2> 2520351 INFO  (zkConnectionManagerCallback-6606-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2520352 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2520352 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/control-001/solr.xml
   [junit4]   2> 2520355 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2520355 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2520357 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2521879 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35409/solr
   [junit4]   2> 2521880 INFO  (zkConnectionManagerCallback-6610-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2521882 INFO  (zkConnectionManagerCallback-6612-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2522146 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:34144_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34144_
   [junit4]   2> 2522147 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:34144_    ] o.a.s.c.Overseer Overseer (id=73042622775885829-127.0.0.1:34144_-n_0000000000) starting
   [junit4]   2> 2522178 INFO  (zkConnectionManagerCallback-6619-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2522188 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:34144_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35409/solr ready
   [junit4]   2> 2522189 INFO  (OverseerStateUpdate-73042622775885829-127.0.0.1:34144_-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34144_
   [junit4]   2> 2522192 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:34144_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34144_
   [junit4]   2> 2522241 INFO  (zkCallback-6618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2522241 INFO  (zkCallback-6611-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2522284 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:34144_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2522419 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:34144_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2522469 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:34144_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2522469 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:34144_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2522470 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:34144_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/control-001/cores
   [junit4]   2> 2522608 INFO  (zkConnectionManagerCallback-6625-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2522609 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2522610 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35409/solr ready
   [junit4]   2> 2522716 INFO  (qtp172238796-19305) [n:127.0.0.1:34144_    ] 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:34144_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2522725 INFO  (OverseerThreadFactory-6215-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2522979 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_    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> 2522979 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2524044 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2524100 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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> 2524380 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2524402 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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> 2524403 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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@710028bc
   [junit4]   2> 2524403 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2524403 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2524423 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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=36, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=40.64453125, floorSegmentMB=0.8544921875, forceMergeDeletesPctAllowed=22.5918564031718, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=39.6781356769326
   [junit4]   2> 2524449 WARN  (qtp172238796-19304) [n:127.0.0.1:34144_ 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> 2524625 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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> 2524625 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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> 2524626 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2524626 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2524627 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@5a99a93d
   [junit4]   2> 2524650 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2467b019[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2524652 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2524652 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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> 2524653 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2524653 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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 1607145044078231552
   [junit4]   2> 2524735 INFO  (searcherExecutor-6220-thread-1-processing-n:127.0.0.1:34144_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:34144_ 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@2467b019[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2524741 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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> 2524753 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2524753 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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> 2524753 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34144/control_collection_shard1_replica_n1/
   [junit4]   2> 2524753 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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> 2524753 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:34144/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2524753 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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> 2524809 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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:34144/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2524924 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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> 2524930 INFO  (qtp172238796-19304) [n:127.0.0.1:34144_ 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=1970
   [junit4]   2> 2524932 INFO  (qtp172238796-19305) [n:127.0.0.1:34144_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2525048 INFO  (zkCallback-6611-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> 2525937 INFO  (qtp172238796-19305) [n:127.0.0.1:34144_    ] 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:34144_&wt=javabin&version=2} status=0 QTime=3220
   [junit4]   2> 2525941 INFO  (zkConnectionManagerCallback-6630-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2525942 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2525943 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35409/solr ready
   [junit4]   2> 2525943 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2525958 INFO  (qtp172238796-19305) [n:127.0.0.1:34144_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2525977 INFO  (OverseerThreadFactory-6215-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2525977 INFO  (OverseerCollectionConfigSetProcessor-73042622775885829-127.0.0.1:34144_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2525978 WARN  (OverseerThreadFactory-6215-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2526206 INFO  (qtp172238796-19305) [n:127.0.0.1:34144_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2526207 INFO  (qtp172238796-19305) [n:127.0.0.1:34144_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=248
   [junit4]   2> 2526668 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-1-001 of type NRT
   [junit4]   2> 2526685 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2526686 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2526686 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2526686 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2526687 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14205de6{/,null,AVAILABLE}
   [junit4]   2> 2526687 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5ae6ed44{SSL,[ssl, http/1.1]}{127.0.0.1:33221}
   [junit4]   2> 2526687 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.Server Started @2526744ms
   [junit4]   2> 2526687 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=33221, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-1-001/cores}
   [junit4]   2> 2526687 ERROR (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2526687 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2526688 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2526688 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2526688 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2526688 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-27T12:02:33.312Z
   [junit4]   2> 2526703 INFO  (zkConnectionManagerCallback-6632-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2526704 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2526704 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-1-001/solr.xml
   [junit4]   2> 2526708 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2526708 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2526709 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2527549 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35409/solr
   [junit4]   2> 2527603 INFO  (zkConnectionManagerCallback-6636-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2527647 INFO  (zkConnectionManagerCallback-6638-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2527717 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:33221_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2527723 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:33221_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2527723 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:33221_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33221_
   [junit4]   2> 2527724 INFO  (zkCallback-6611-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2527758 INFO  (zkCallback-6629-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2527802 INFO  (zkCallback-6618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2527803 INFO  (zkCallback-6637-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2527860 INFO  (zkConnectionManagerCallback-6645-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2527861 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:33221_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2527862 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:33221_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35409/solr ready
   [junit4]   2> 2527871 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:33221_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2527942 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:33221_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2527979 INFO  (OverseerCollectionConfigSetProcessor-73042622775885829-127.0.0.1:34144_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2527980 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:33221_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2527980 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:33221_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2527994 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:33221_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-1-001/cores
   [junit4]   2> 2528201 INFO  (qtp1190109713-19361) [n:127.0.0.1:33221_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33221_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2528217 INFO  (OverseerThreadFactory-6215-thread-3) [ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:33221_ for creating new replica
   [junit4]   2> 2528231 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_    x:collection1_shard2_replica_n81] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n81&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2529288 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2529328 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.s.IndexSchema [collection1_shard2_replica_n81] Schema name=test
   [junit4]   2> 2529618 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2529660 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n81' using configuration from collection collection1, trusted=true
   [junit4]   2> 2529660 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n81' (registry 'solr.core.collection1.shard2.replica_n81') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2529660 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2529660 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SolrCore [[collection1_shard2_replica_n81] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-1-001/cores/collection1_shard2_replica_n81], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-1-001/cores/collection1_shard2_replica_n81/data/]
   [junit4]   2> 2529696 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=40.64453125, floorSegmentMB=0.8544921875, forceMergeDeletesPctAllowed=22.5918564031718, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=39.6781356769326
   [junit4]   2> 2529720 WARN  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] 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> 2529926 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2529926 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2529940 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2529940 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2529941 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@5d0ff3d3
   [junit4]   2> 2529942 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.s.SolrIndexSearcher Opening [Searcher@2fefaac5[collection1_shard2_replica_n81] main]
   [junit4]   2> 2529943 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2529955 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2529956 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2529957 INFO  (searcherExecutor-6234-thread-1-processing-n:127.0.0.1:33221_ x:collection1_shard2_replica_n81 c:collection1 s:shard2) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SolrCore [collection1_shard2_replica_n81] Registered new searcher Searcher@2fefaac5[collection1_shard2_replica_n81] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2529957 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1607145049639878656
   [junit4]   2> 2529963 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node82=0}, version=0}
   [junit4]   2> 2529983 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2529983 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2529983 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33221/collection1_shard2_replica_n81/
   [junit4]   2> 2529983 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2529992 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.SyncStrategy https://127.0.0.1:33221/collection1_shard2_replica_n81/ has no replicas
   [junit4]   2> 2529992 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2529995 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33221/collection1_shard2_replica_n81/ shard2
   [junit4]   2> 2530138 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2530139 INFO  (qtp1190109713-19364) [n:127.0.0.1:33221_ c:collection1 s:shard2  x:collection1_shard2_replica_n81] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n81&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1908
   [junit4]   2> 2530143 INFO  (qtp1190109713-19361) [n:127.0.0.1:33221_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:33221_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1942
   [junit4]   2> 2533443 INFO  (OverseerCollectionConfigSetProcessor-73042622775885829-127.0.0.1:34144_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2533447 INFO  (zkCallback-6637-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> 2533787 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-2-001 of type NRT
   [junit4]   2> 2533809 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2533811 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2533811 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2533811 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2533812 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60c337e1{/,null,AVAILABLE}
   [junit4]   2> 2533812 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@351c94d8{SSL,[ssl, http/1.1]}{127.0.0.1:42482}
   [junit4]   2> 2533812 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.Server Started @2533869ms
   [junit4]   2> 2533812 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=42482, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-2-001/cores}
   [junit4]   2> 2533813 ERROR (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2533818 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2533818 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2533818 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2533818 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2533818 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-27T12:02:40.442Z
   [junit4]   2> 2533831 INFO  (zkConnectionManagerCallback-6648-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2533832 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2533832 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-2-001/solr.xml
   [junit4]   2> 2533835 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2533835 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2533837 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2534007 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35409/solr
   [junit4]   2> 2534009 INFO  (zkConnectionManagerCallback-6652-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2534010 INFO  (zkConnectionManagerCallback-6654-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2534016 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:42482_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2534032 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:42482_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2534032 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:42482_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42482_
   [junit4]   2> 2534054 INFO  (zkCallback-6611-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2534054 INFO  (zkCallback-6637-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2534054 INFO  (zkCallback-6618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2534061 INFO  (zkCallback-6653-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2534081 INFO  (zkCallback-6644-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2534081 INFO  (zkCallback-6629-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2534125 INFO  (zkConnectionManagerCallback-6661-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2534125 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:42482_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2534135 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:42482_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35409/solr ready
   [junit4]   2> 2534135 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:42482_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2534180 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:42482_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2534206 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:42482_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2534206 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:42482_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2534216 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:42482_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-2-001/cores
   [junit4]   2> 2534325 INFO  (qtp1190109713-19363) [n:127.0.0.1:33221_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:42482_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2534328 INFO  (OverseerThreadFactory-6215-thread-4) [ c:collection1 s:shard3  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:42482_ for creating new replica
   [junit4]   2> 2534387 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_    x:collection1_shard3_replica_n83] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n83&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2534500 INFO  (zkCallback-6637-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> 2535534 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2535587 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.s.IndexSchema [collection1_shard3_replica_n83] Schema name=test
   [junit4]   2> 2536030 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2536097 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n83' using configuration from collection collection1, trusted=true
   [junit4]   2> 2536098 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n83' (registry 'solr.core.collection1.shard3.replica_n83') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2536098 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2536098 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SolrCore [[collection1_shard3_replica_n83] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-2-001/cores/collection1_shard3_replica_n83], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-2-001/cores/collection1_shard3_replica_n83/data/]
   [junit4]   2> 2536118 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=40.64453125, floorSegmentMB=0.8544921875, forceMergeDeletesPctAllowed=22.5918564031718, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=39.6781356769326
   [junit4]   2> 2536146 WARN  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] 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> 2536332 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2536332 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2536333 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2536333 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2536334 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@3a7fca80
   [junit4]   2> 2536335 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ab5495[collection1_shard3_replica_n83] main]
   [junit4]   2> 2536349 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2536349 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2536350 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2536351 INFO  (searcherExecutor-6248-thread-1-processing-n:127.0.0.1:42482_ x:collection1_shard3_replica_n83 c:collection1 s:shard3) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SolrCore [collection1_shard3_replica_n83] Registered new searcher Searcher@7ab5495[collection1_shard3_replica_n83] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2536351 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1607145056344473600
   [junit4]   2> 2536367 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard3 to Terms{values={core_node84=0}, version=0}
   [junit4]   2> 2536370 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2536370 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2536370 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42482/collection1_shard3_replica_n83/
   [junit4]   2> 2536370 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2536370 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.SyncStrategy https://127.0.0.1:42482/collection1_shard3_replica_n83/ has no replicas
   [junit4]   2> 2536370 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2536386 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42482/collection1_shard3_replica_n83/ shard3
   [junit4]   2> 2536494 INFO  (zkCallback-6637-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> 2536538 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2536541 INFO  (qtp138881293-19401) [n:127.0.0.1:42482_ c:collection1 s:shard3  x:collection1_shard3_replica_n83] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n83&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2153
   [junit4]   2> 2536543 INFO  (qtp1190109713-19363) [n:127.0.0.1:33221_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:42482_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=2218
   [junit4]   2> 2536653 INFO  (zkCallback-6637-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> 2536653 INFO  (zkCallback-6653-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> 2536955 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-3-001 of type NRT
   [junit4]   2> 2536957 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2536970 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2536970 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2536970 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2536971 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4eac29fa{/,null,AVAILABLE}
   [junit4]   2> 2536971 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@25f519ef{SSL,[ssl, http/1.1]}{127.0.0.1:45760}
   [junit4]   2> 2536971 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.Server Started @2537028ms
   [junit4]   2> 2536971 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=45760, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-3-001/cores}
   [junit4]   2> 2537021 ERROR (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2537021 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2537021 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2537021 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2537021 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2537022 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-27T12:02:43.646Z
   [junit4]   2> 2537023 INFO  (zkConnectionManagerCallback-6664-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2537024 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2537024 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-3-001/solr.xml
   [junit4]   2> 2537027 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2537027 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2537028 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2537597 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35409/solr
   [junit4]   2> 2537598 INFO  (zkConnectionManagerCallback-6668-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2537613 INFO  (zkConnectionManagerCallback-6670-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2537618 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:45760_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2537638 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:45760_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2537638 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:45760_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45760_
   [junit4]   2> 2537639 INFO  (zkCallback-6637-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2537639 INFO  (zkCallback-6611-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2537639 INFO  (zkCallback-6653-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2537640 INFO  (zkCallback-6618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2537640 INFO  (zkCallback-6629-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2537640 INFO  (zkCallback-6644-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2537653 INFO  (zkCallback-6669-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2537654 INFO  (zkCallback-6660-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2537717 INFO  (zkConnectionManagerCallback-6677-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2537730 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:45760_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2537731 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:45760_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35409/solr ready
   [junit4]   2> 2537732 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:45760_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2537786 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:45760_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2537819 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:45760_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2537819 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:45760_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2537821 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [n:127.0.0.1:45760_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-3-001/cores
   [junit4]   2> 2538022 INFO  (qtp1190109713-19361) [n:127.0.0.1:33221_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:45760_&action=ADDREPLICA&collection=collection1&shard=shard4&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2538024 INFO  (OverseerCollectionConfigSetProcessor-73042622775885829-127.0.0.1:34144_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2538034 INFO  (OverseerThreadFactory-6215-thread-5) [ c:collection1 s:shard4  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:45760_ for creating new replica
   [junit4]   2> 2538072 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_    x:collection1_shard4_replica_n85] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard4_replica_n85&action=CREATE&collection=collection1&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2538233 INFO  (zkCallback-6653-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: [4])
   [junit4]   2> 2538237 INFO  (zkCallback-6637-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: [4])
   [junit4]   2> 2539115 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2539155 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.s.IndexSchema [collection1_shard4_replica_n85] Schema name=test
   [junit4]   2> 2539527 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2539601 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard4_replica_n85' using configuration from collection collection1, trusted=true
   [junit4]   2> 2539602 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard4.replica_n85' (registry 'solr.core.collection1.shard4.replica_n85') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@710028bc
   [junit4]   2> 2539602 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2539602 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SolrCore [[collection1_shard4_replica_n85] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-3-001/cores/collection1_shard4_replica_n85], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-3-001/cores/collection1_shard4_replica_n85/data/]
   [junit4]   2> 2539617 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=40.64453125, floorSegmentMB=0.8544921875, forceMergeDeletesPctAllowed=22.5918564031718, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=39.6781356769326
   [junit4]   2> 2539635 WARN  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] 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> 2539796 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2539796 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2539797 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2539797 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2539798 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@6fcae06
   [junit4]   2> 2539798 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.s.SolrIndexSearcher Opening [Searcher@12442930[collection1_shard4_replica_n85] main]
   [junit4]   2> 2539812 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2539812 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2539813 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2539814 INFO  (searcherExecutor-6262-thread-1-processing-n:127.0.0.1:45760_ x:collection1_shard4_replica_n85 c:collection1 s:shard4) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SolrCore [collection1_shard4_replica_n85] Registered new searcher Searcher@12442930[collection1_shard4_replica_n85] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2539814 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1607145059975692288
   [junit4]   2> 2539831 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard4 to Terms{values={core_node86=0}, version=0}
   [junit4]   2> 2539846 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2539846 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2539846 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45760/collection1_shard4_replica_n85/
   [junit4]   2> 2539847 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2539847 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.SyncStrategy https://127.0.0.1:45760/collection1_shard4_replica_n85/ has no replicas
   [junit4]   2> 2539847 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2539862 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45760/collection1_shard4_replica_n85/ shard4
   [junit4]   2> 2539966 INFO  (zkCallback-6637-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: [4])
   [junit4]   2> 2539966 INFO  (zkCallback-6653-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: [4])
   [junit4]   2> 2539987 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2539990 INFO  (qtp971381665-19438) [n:127.0.0.1:45760_ c:collection1 s:shard4  x:collection1_shard4_replica_n85] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard4_replica_n85&action=CREATE&collection=collection1&shard=shard4&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1917
   [junit4]   2> 2540006 INFO  (qtp1190109713-19361) [n:127.0.0.1:33221_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:45760_&action=ADDREPLICA&collection=collection1&shard=shard4&type=NRT&wt=javabin&version=2} status=0 QTime=1983
   [junit4]   2> 2540055 INFO  (OverseerCollectionConfigSetProcessor-73042622775885829-127.0.0.1:34144_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2540095 INFO  (zkCallback-6653-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: [4])
   [junit4]   2> 2540095 INFO  (zkCallback-6637-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: [4])
   [junit4]   2> 2540095 INFO  (zkCallback-6669-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: [4])
   [junit4]   2> 2540590 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/shard-4-001 of type NRT
   [junit4]   2> 2540608 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2540628 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2540628 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2540629 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2540629 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d7495e3{/,null,AVAILABLE}
   [junit4]   2> 2540629 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5b5e53eb{SSL,[ssl, http/1.1]}{127.0.0.1:35533}
   [junit4]   2> 2540629 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.e.j.s.Server Started @2540686ms
   [junit4]   2> 2540630 INFO  (TEST-ShardRoutingTest.test-seed#[C46B92BFF8097181]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C46B92BFF8097181-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.

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

ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1465977907
     [copy] Copying 240 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1465977907
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1465977907

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 30ms :: 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: 201 minutes 44 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)

[JENKINS] Lucene-Solr-Tests-master - Build # 2625 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2625/

No tests ran.

Build Log:
[...truncated 1935 lines...]
ERROR: command execution failed.
ERROR: Step ‘Archive the artifacts’ failed: no workspace for Lucene-Solr-Tests-master #2625
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for Lucene-Solr-Tests-master #2625
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene is offline; cannot locate JDK 1.8 (latest)