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 2019/04/29 10:00:30 UTC

[JENKINS] Lucene-Solr-Tests-8.x - Build # 174 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest

Error Message:
Could not load collection from ZK: localShardsTestColl

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: localShardsTestColl
	at __randomizedtesting.SeedInfo.seed([4B194A4023E0CEB4:B7D4D2F9DD37594E]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1384)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:748)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
	at org.apache.solr.common.cloud.ZkStateReader.registerCollectionStateWatcher(ZkStateReader.java:1502)
	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1539)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.waitForState(BaseCloudSolrClient.java:380)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:750)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:764)
	at org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest(CloudSolrClientTest.java:409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/localShardsTestColl/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1221)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:358)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:358)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1396)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1382)
	... 49 more




Build Log:
[...truncated 16641 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrClientTest
   [junit4]   2> 263211 INFO  (SUITE-CloudSolrClientTest-seed#[4B194A4023E0CEB4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/init-core-data-001
   [junit4]   2> 263212 WARN  (SUITE-CloudSolrClientTest-seed#[4B194A4023E0CEB4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 263212 INFO  (SUITE-CloudSolrClientTest-seed#[4B194A4023E0CEB4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 263213 INFO  (SUITE-CloudSolrClientTest-seed#[4B194A4023E0CEB4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 263234 INFO  (TEST-CloudSolrClientTest.checkCollectionParameters-seed#[4B194A4023E0CEB4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting checkCollectionParameters
   [junit4]   2> 263234 INFO  (TEST-CloudSolrClientTest.checkCollectionParameters-seed#[4B194A4023E0CEB4]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/tempDir-001
   [junit4]   2> 263235 INFO  (TEST-CloudSolrClientTest.checkCollectionParameters-seed#[4B194A4023E0CEB4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 263245 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 263245 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 263345 INFO  (TEST-CloudSolrClientTest.checkCollectionParameters-seed#[4B194A4023E0CEB4]) [    ] o.a.s.c.ZkTestServer start zk server on port:44137
   [junit4]   2> 263345 INFO  (TEST-CloudSolrClientTest.checkCollectionParameters-seed#[4B194A4023E0CEB4]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44137
   [junit4]   2> 263345 INFO  (TEST-CloudSolrClientTest.checkCollectionParameters-seed#[4B194A4023E0CEB4]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44137
   [junit4]   2> 263381 INFO  (zkConnectionManagerCallback-1505-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263403 INFO  (zkConnectionManagerCallback-1507-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263435 INFO  (zkConnectionManagerCallback-1509-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263449 WARN  (jetty-launcher-1510-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 263450 INFO  (jetty-launcher-1510-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 263450 INFO  (jetty-launcher-1510-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 263450 INFO  (jetty-launcher-1510-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 263453 WARN  (jetty-launcher-1510-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 263454 INFO  (jetty-launcher-1510-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 263454 INFO  (jetty-launcher-1510-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 263454 INFO  (jetty-launcher-1510-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 263457 WARN  (jetty-launcher-1510-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 263459 INFO  (jetty-launcher-1510-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 263459 INFO  (jetty-launcher-1510-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 263459 INFO  (jetty-launcher-1510-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 263479 INFO  (jetty-launcher-1510-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 263479 INFO  (jetty-launcher-1510-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 263479 INFO  (jetty-launcher-1510-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 263480 INFO  (jetty-launcher-1510-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@445efdf9{/solr,null,AVAILABLE}
   [junit4]   2> 263481 INFO  (jetty-launcher-1510-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 263481 INFO  (jetty-launcher-1510-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 263481 INFO  (jetty-launcher-1510-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 263482 INFO  (jetty-launcher-1510-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@435d3a60{/solr,null,AVAILABLE}
   [junit4]   2> 263484 INFO  (jetty-launcher-1510-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 263484 INFO  (jetty-launcher-1510-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 263484 INFO  (jetty-launcher-1510-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 263484 INFO  (jetty-launcher-1510-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@641ca677{/solr,null,AVAILABLE}
   [junit4]   2> 263501 INFO  (jetty-launcher-1510-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@19c84f9a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35495}
   [junit4]   2> 263501 INFO  (jetty-launcher-1510-thread-1) [    ] o.e.j.s.Server Started @263537ms
   [junit4]   2> 263501 INFO  (jetty-launcher-1510-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35495}
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7a846235{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40372}
   [junit4]   2> 263502 ERROR (jetty-launcher-1510-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-2) [    ] o.e.j.s.Server Started @263537ms
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40372}
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-29T09:10:27.742Z
   [junit4]   2> 263502 ERROR (jetty-launcher-1510-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 263502 INFO  (jetty-launcher-1510-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-29T09:10:27.742Z
   [junit4]   2> 263519 INFO  (zkConnectionManagerCallback-1514-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263519 INFO  (jetty-launcher-1510-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 263563 INFO  (jetty-launcher-1510-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6afee8fa{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45927}
   [junit4]   2> 263564 INFO  (jetty-launcher-1510-thread-3) [    ] o.e.j.s.Server Started @263599ms
   [junit4]   2> 263564 INFO  (jetty-launcher-1510-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45927}
   [junit4]   2> 263564 ERROR (jetty-launcher-1510-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 263564 INFO  (jetty-launcher-1510-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 263564 INFO  (jetty-launcher-1510-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 263564 INFO  (jetty-launcher-1510-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 263564 INFO  (jetty-launcher-1510-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 263564 INFO  (jetty-launcher-1510-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-29T09:10:27.804Z
   [junit4]   2> 263566 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1090c9ea2100003, likely client has closed socket
   [junit4]   2> 263566 INFO  (zkConnectionManagerCallback-1512-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263567 INFO  (jetty-launcher-1510-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 263607 INFO  (zkConnectionManagerCallback-1516-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263615 INFO  (jetty-launcher-1510-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 263801 INFO  (jetty-launcher-1510-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 263804 WARN  (jetty-launcher-1510-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@20db035[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 263816 WARN  (jetty-launcher-1510-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3229e422[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 263817 INFO  (jetty-launcher-1510-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44137/solr
   [junit4]   2> 263818 INFO  (zkConnectionManagerCallback-1525-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263822 INFO  (zkConnectionManagerCallback-1527-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263823 INFO  (jetty-launcher-1510-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 263832 WARN  (jetty-launcher-1510-thread-1) [n:127.0.0.1:35495_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 263836 WARN  (jetty-launcher-1510-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7adf61fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 263839 INFO  (jetty-launcher-1510-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 263844 INFO  (jetty-launcher-1510-thread-1) [n:127.0.0.1:35495_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35495_solr
   [junit4]   2> 263844 INFO  (jetty-launcher-1510-thread-1) [n:127.0.0.1:35495_solr    ] o.a.s.c.Overseer Overseer (id=74604744291647495-127.0.0.1:35495_solr-n_0000000000) starting
   [junit4]   2> 263846 WARN  (jetty-launcher-1510-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@61bc627d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 263847 INFO  (jetty-launcher-1510-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44137/solr
   [junit4]   2> 263849 WARN  (jetty-launcher-1510-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@44c4e2e3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 263850 INFO  (zkConnectionManagerCallback-1536-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263855 INFO  (zkConnectionManagerCallback-1542-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263856 WARN  (jetty-launcher-1510-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1be11c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 263857 INFO  (jetty-launcher-1510-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44137/solr
   [junit4]   2> 263858 INFO  (zkConnectionManagerCallback-1544-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263858 INFO  (jetty-launcher-1510-thread-1) [n:127.0.0.1:35495_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44137/solr ready
   [junit4]   2> 263859 INFO  (OverseerStateUpdate-74604744291647495-127.0.0.1:35495_solr-n_0000000000) [n:127.0.0.1:35495_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35495_solr
   [junit4]   2> 263860 INFO  (zkConnectionManagerCallback-1548-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263860 INFO  (jetty-launcher-1510-thread-1) [n:127.0.0.1:35495_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35495_solr
   [junit4]   2> 263863 INFO  (zkCallback-1541-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 263863 WARN  (jetty-launcher-1510-thread-2) [n:127.0.0.1:40372_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 263867 INFO  (zkConnectionManagerCallback-1552-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263875 INFO  (zkCallback-1526-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 263875 INFO  (jetty-launcher-1510-thread-2) [n:127.0.0.1:40372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 263880 INFO  (jetty-launcher-1510-thread-2) [n:127.0.0.1:40372_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40372_solr as DOWN
   [junit4]   2> 263881 WARN  (jetty-launcher-1510-thread-3) [n:127.0.0.1:45927_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 263882 INFO  (jetty-launcher-1510-thread-2) [n:127.0.0.1:40372_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 263882 INFO  (jetty-launcher-1510-thread-2) [n:127.0.0.1:40372_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40372_solr
   [junit4]   2> 263891 INFO  (jetty-launcher-1510-thread-1) [n:127.0.0.1:35495_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 263892 INFO  (zkCallback-1541-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 263892 INFO  (zkCallback-1526-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 263893 INFO  (zkCallback-1543-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 263898 INFO  (jetty-launcher-1510-thread-3) [n:127.0.0.1:45927_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 263901 INFO  (jetty-launcher-1510-thread-3) [n:127.0.0.1:45927_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:45927_solr as DOWN
   [junit4]   2> 263902 INFO  (jetty-launcher-1510-thread-3) [n:127.0.0.1:45927_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 263902 INFO  (jetty-launcher-1510-thread-3) [n:127.0.0.1:45927_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45927_solr
   [junit4]   2> 263903 INFO  (zkCallback-1541-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 263903 INFO  (zkCallback-1526-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 263923 INFO  (jetty-launcher-1510-thread-1) [n:127.0.0.1:35495_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35495.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 263924 INFO  (zkCallback-1551-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 263924 INFO  (zkCallback-1543-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 263936 INFO  (jetty-launcher-1510-thread-1) [n:127.0.0.1:35495_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35495.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 263936 INFO  (jetty-launcher-1510-thread-1) [n:127.0.0.1:35495_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35495.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 263937 INFO  (jetty-launcher-1510-thread-1) [n:127.0.0.1:35495_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/tempDir-001/node1/.
   [junit4]   2> 263952 INFO  (zkConnectionManagerCallback-1560-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263954 INFO  (zkConnectionManagerCallback-1565-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263959 INFO  (jetty-launcher-1510-thread-2) [n:127.0.0.1:40372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 263960 INFO  (jetty-launcher-1510-thread-3) [n:127.0.0.1:45927_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 263961 INFO  (jetty-launcher-1510-thread-2) [n:127.0.0.1:40372_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44137/solr ready
   [junit4]   2> 263961 INFO  (jetty-launcher-1510-thread-3) [n:127.0.0.1:45927_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44137/solr ready
   [junit4]   2> 263961 INFO  (jetty-launcher-1510-thread-2) [n:127.0.0.1:40372_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 263961 INFO  (jetty-launcher-1510-thread-3) [n:127.0.0.1:45927_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 263983 INFO  (jetty-launcher-1510-thread-3) [n:127.0.0.1:45927_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45927.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 263991 INFO  (jetty-launcher-1510-thread-2) [n:127.0.0.1:40372_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40372.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 263992 INFO  (jetty-launcher-1510-thread-3) [n:127.0.0.1:45927_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45927.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 263992 INFO  (jetty-launcher-1510-thread-3) [n:127.0.0.1:45927_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45927.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 263994 INFO  (jetty-launcher-1510-thread-3) [n:127.0.0.1:45927_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/tempDir-001/node3/.
   [junit4]   2> 264010 INFO  (jetty-launcher-1510-thread-2) [n:127.0.0.1:40372_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40372.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 264010 INFO  (jetty-launcher-1510-thread-2) [n:127.0.0.1:40372_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40372.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 264055 INFO  (jetty-launcher-1510-thread-2) [n:127.0.0.1:40372_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/tempDir-001/node2/.
   [junit4]   2> 264113 INFO  (zkConnectionManagerCallback-1572-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 264123 INFO  (TEST-CloudSolrClientTest.checkCollectionParameters-seed#[4B194A4023E0CEB4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 264124 INFO  (TEST-CloudSolrClientTest.checkCollectionParameters-seed#[4B194A4023E0CEB4]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44137/solr ready
   [junit4]   2> 264135 INFO  (qtp1424487752-1822) [n:127.0.0.1:35495_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 264136 INFO  (qtp1424487752-1822) [n:127.0.0.1:35495_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 264140 INFO  (zkConnectionManagerCallback-1578-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 264141 INFO  (TEST-CloudSolrClientTest.checkCollectionParameters-seed#[4B194A4023E0CEB4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 264142 INFO  (TEST-CloudSolrClientTest.checkCollectionParameters-seed#[4B194A4023E0CEB4]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44137/solr ready
   [junit4]   2> 264147 INFO  (qtp602764294-1831) [n:127.0.0.1:40372_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=5684a286-df3d-463a-87d4-04cf89d17997&collection.configName=conf&name=multicollection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 264150 INFO  (qtp602764294-1831) [n:127.0.0.1:40372_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=5684a286-df3d-463a-87d4-04cf89d17997&collection.configName=conf&name=multicollection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 264151 INFO  (qtp602764294-1832) [n:127.0.0.1:40372_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=5f5e775a-a180-4048-95ba-9da5f0b9082e&collection.configName=conf&name=multicollection2&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 264154 INFO  (qtp602764294-1832) [n:127.0.0.1:40372_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=5f5e775a-a180-4048-95ba-9da5f0b9082e&collection.configName=conf&name=multicollection2&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 264159 INFO  (qtp602764294-1833) [n:127.0.0.1:40372_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=5684a286-df3d-463a-87d4-04cf89d17997&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 264160 INFO  (qtp602764294-1833) [n:127.0.0.1:40372_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=5684a286-df3d-463a-87d4-04cf89d17997&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 264168 INFO  (OverseerThreadFactory-226-thread-1-processing-n:127.0.0.1:35495_solr) [n:127.0.0.1:35495_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection multicollection1
   [junit4]   2> 264169 INFO  (OverseerThreadFactory-226-thread-2-processing-n:127.0.0.1:35495_solr) [n:127.0.0.1:35495_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection multicollection2
   [junit4]   2> 264283 INFO  (OverseerStateUpdate-74604744291647495-127.0.0.1:35495_solr-n_0000000000) [n:127.0.0.1:35495_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"multicollection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"multicollection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35495/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 264286 INFO  (OverseerStateUpdate-74604744291647495-127.0.0.1:35495_solr-n_0000000000) [n:127.0.0.1:35495_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"multicollection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"multicollection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45927/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 264293 INFO  (OverseerStateUpdate-74604744291647495-127.0.0.1:35495_solr-n_0000000000) [n:127.0.0.1:35495_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"multicollection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"multicollection2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35495/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 264297 INFO  (OverseerStateUpdate-74604744291647495-127.0.0.1:35495_solr-n_0000000000) [n:127.0.0.1:35495_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"multicollection2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"multicollection2_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45927/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 264491 INFO  (qtp1424487752-1824) [n:127.0.0.1:35495_solr    x:multicollection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection1&version=2&replicaType=NRT&async=5684a286-df3d-463a-87d4-04cf89d1799738866429460343514&coreNodeName=core_node3&name=multicollection1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=1
   [junit4]   2> 264492 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr    x:multicollection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection1&version=2&replicaType=NRT&async=5684a286-df3d-463a-87d4-04cf89d1799738866429460343514&coreNodeName=core_node3&name=multicollection1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 264492 INFO  (qtp656899625-1841) [n:127.0.0.1:45927_solr    x:multicollection1_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection1&version=2&replicaType=NRT&async=5684a286-df3d-463a-87d4-04cf89d1799738866429463115900&coreNodeName=core_node4&name=multicollection1_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=0
   [junit4]   2> 264492 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr    x:multicollection1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection1&version=2&replicaType=NRT&async=5684a286-df3d-463a-87d4-04cf89d1799738866429463115900&coreNodeName=core_node4&name=multicollection1_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 264496 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr    x:multicollection1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 264570 INFO  (qtp656899625-1840) [n:127.0.0.1:45927_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900
   [junit4]   2> 264570 INFO  (qtp656899625-1840) [n:127.0.0.1:45927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=5684a286-df3d-463a-87d4-04cf89d1799738866429463115900&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 264583 INFO  (qtp1424487752-1825) [n:127.0.0.1:35495_solr    x:multicollection2_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection2&version=2&replicaType=NRT&async=5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192&coreNodeName=core_node3&name=multicollection2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=40
   [junit4]   2> 264583 INFO  (qtp656899625-1838) [n:127.0.0.1:45927_solr    x:multicollection2_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection2&version=2&replicaType=NRT&async=5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869&coreNodeName=core_node4&name=multicollection2_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=39
   [junit4]   2> 264587 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr    x:multicollection2_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection2&version=2&replicaType=NRT&async=5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869&coreNodeName=core_node4&name=multicollection2_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 264588 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr    x:multicollection2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection2&version=2&replicaType=NRT&async=5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192&coreNodeName=core_node3&name=multicollection2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 264588 INFO  (qtp656899625-1841) [n:127.0.0.1:45927_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869
   [junit4]   2> 264588 INFO  (qtp656899625-1841) [n:127.0.0.1:45927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 265167 INFO  (qtp602764294-1834) [n:127.0.0.1:40372_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=5684a286-df3d-463a-87d4-04cf89d17997&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 265175 INFO  (qtp602764294-1834) [n:127.0.0.1:40372_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=5684a286-df3d-463a-87d4-04cf89d17997&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 265552 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 265575 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.s.IndexSchema [multicollection1_shard2_replica_n2] Schema name=test
   [junit4]   2> 265579 WARN  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 265582 WARN  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 265586 WARN  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 265588 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 265599 INFO  (qtp656899625-1842) [n:127.0.0.1:45927_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869
   [junit4]   2> 265599 INFO  (qtp656899625-1842) [n:127.0.0.1:45927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 265600 INFO  (qtp656899625-1843) [n:127.0.0.1:45927_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900
   [junit4]   2> 265600 INFO  (qtp656899625-1843) [n:127.0.0.1:45927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=5684a286-df3d-463a-87d4-04cf89d1799738866429463115900&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 265613 WARN  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 265617 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 265643 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 265647 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.s.IndexSchema [multicollection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 265664 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.s.IndexSchema [multicollection2_shard1_replica_n1] Schema name=test
   [junit4]   2> 265664 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.s.IndexSchema [multicollection2_shard2_replica_n2] Schema name=test
   [junit4]   2> 265841 WARN  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 265841 WARN  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 265841 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 265841 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'multicollection1_shard1_replica_n1' using configuration from collection multicollection1, trusted=true
   [junit4]   2> 265842 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35495.solr.core.multicollection1.shard1.replica_n1' (registry 'solr.core.multicollection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 265842 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.SolrCore [[multicollection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/tempDir-001/node1/multicollection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/tempDir-001/node1/./multicollection1_shard1_replica_n1/data/]
   [junit4]   2> 265869 WARN  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 265869 WARN  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 265870 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 265870 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'multicollection1_shard2_replica_n2' using configuration from collection multicollection1, trusted=true
   [junit4]   2> 265870 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45927.solr.core.multicollection1.shard2.replica_n2' (registry 'solr.core.multicollection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 265870 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.SolrCore [[multicollection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/tempDir-001/node3/multicollection1_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/tempDir-001/node3/./multicollection1_shard2_replica_n2/data/]
   [junit4]   2> 265877 WARN  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 265877 WARN  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 265877 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 265877 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'multicollection2_shard1_replica_n1' using configuration from collection multicollection2, trusted=true
   [junit4]   2> 265885 WARN  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 265885 WARN  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 265885 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 265887 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35495.solr.core.multicollection2.shard1.replica_n1' (registry 'solr.core.multicollection2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 265887 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.SolrCore [[multicollection2_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/tempDir-001/node1/multicollection2_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/tempDir-001/node1/./multicollection2_shard1_replica_n1/data/]
   [junit4]   2> 265897 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'multicollection2_shard2_replica_n2' using configuration from collection multicollection2, trusted=true
   [junit4]   2> 265899 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45927.solr.core.multicollection2.shard2.replica_n2' (registry 'solr.core.multicollection2.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d3a71d2
   [junit4]   2> 265899 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.c.SolrCore [[multicollection2_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/tempDir-001/node3/multicollection2_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4B194A4023E0CEB4-001/tempDir-001/node3/./multicollection2_shard2_replica_n2/data/]
   [junit4]   2> 266021 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 266021 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 266064 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 266064 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 266071 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@75007355[multicollection1_shard1_replica_n1] main]
   [junit4]   2> 266075 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 266075 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 266075 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 266076 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632138984492630016
   [junit4]   2> 266079 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 266079 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 266082 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 266082 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 266084 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@41c03539[multicollection1_shard2_replica_n2] main]
   [junit4]   2> 266086 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 266086 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 266087 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 266087 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632138984504164352
   [junit4]   2> 266089 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/multicollection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 266089 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/multicollection1/leaders/shard1
   [junit4]   2> 266092 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 266092 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 266092 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35495/solr/multicollection1_shard1_replica_n1/
   [junit4]   2> 266092 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 266092 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:35495/solr/multicollection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 266093 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/multicollection1/leaders/shard1/leader after winning as /collections/multicollection1/leader_elect/shard1/election/74604744291647495-core_node3-n_0000000000
   [junit4]   2> 266101 INFO  (searcherExecutor-239-thread-1-processing-x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 r:core_node3 CREATE n:127.0.0.1:35495_solr c:multicollection1 s:shard1) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.SolrCore [multicollection1_shard1_replica_n1] Registered new searcher Searcher@75007355[multicollection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 266101 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 266101 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 266103 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 266103 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 266107 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 266107 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 266107 INFO  (searcherExecutor-240-thread-1-processing-x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 r:core_node4 CREATE n:127.0.0.1:45927_solr c:multicollection1 s:shard2) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.SolrCore [multicollection1_shard2_replica_n2] Registered new searcher Searcher@41c03539[multicollection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 266109 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 266109 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 266109 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2c8a57d9[multicollection2_shard1_replica_n1] main]
   [junit4]   2> 266110 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@19c6bd4a[multicollection2_shard2_replica_n2] main]
   [junit4]   2> 266112 INFO  (parallelCoreAdminExecutor-227-thread-1-processing-n:127.0.0.1:35495_solr x:multicollection1_shard1_replica_n1 5684a286-df3d-463a-87d4-04cf89d1799738866429460343514 CREATE) [n:127.0.0.1:35495_solr c:multicollection1 s:shard1 r:core_node3 x:multicollection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35495/solr/multicollection1_shard1_replica_n1/ shard1
   [junit4]   2> 266113 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 266114 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 266114 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 266114 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 266115 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632138984533524480
   [junit4]   2> 266119 INFO  (searcherExecutor-241-thread-1-processing-x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 r:core_node3 CREATE n:127.0.0.1:35495_solr c:multicollection2 s:shard1) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.SolrCore [multicollection2_shard1_replica_n1] Registered new searcher Searcher@2c8a57d9[multicollection2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 266123 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 266125 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 266125 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632138984544010240
   [junit4]   2> 266126 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/multicollection2/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 266127 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/multicollection2/leaders/shard1
   [junit4]   2> 266130 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/multicollection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 266130 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/multicollection1/leaders/shard2
   [junit4]   2> 266134 INFO  (searcherExecutor-242-thread-1-processing-x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 r:core_node4 CREATE n:127.0.0.1:45927_solr c:multicollection2 s:shard2) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.c.SolrCore [multicollection2_shard2_replica_n2] Registered new searcher Searcher@19c6bd4a[multicollection2_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 266135 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 266135 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 266135 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35495/solr/multicollection2_shard1_replica_n1/
   [junit4]   2> 266136 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 266136 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 266136 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 266136 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45927/solr/multicollection1_shard2_replica_n2/
   [junit4]   2> 266136 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:35495/solr/multicollection2_shard1_replica_n1/ has no replicas
   [junit4]   2> 266136 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/multicollection2/leaders/shard1/leader after winning as /collections/multicollection2/leader_elect/shard1/election/74604744291647495-core_node3-n_0000000000
   [junit4]   2> 266137 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 266137 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:45927/solr/multicollection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 266137 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/multicollection1/leaders/shard2/leader after winning as /collections/multicollection1/leader_elect/shard2/election/74604744291647500-core_node4-n_0000000000
   [junit4]   2> 266138 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/multicollection2/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 266139 INFO  (parallelCoreAdminExecutor-227-thread-2-processing-n:127.0.0.1:35495_solr x:multicollection2_shard1_replica_n1 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429469531192 CREATE) [n:127.0.0.1:35495_solr c:multicollection2 s:shard1 r:core_node3 x:multicollection2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35495/solr/multicollection2_shard1_replica_n1/ shard1
   [junit4]   2> 266140 INFO  (parallelCoreAdminExecutor-232-thread-1-processing-n:127.0.0.1:45927_solr x:multicollection1_shard2_replica_n2 5684a286-df3d-463a-87d4-04cf89d1799738866429463115900 CREATE) [n:127.0.0.1:45927_solr c:multicollection1 s:shard2 r:core_node4 x:multicollection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45927/solr/multicollection1_shard2_replica_n2/ shard2
   [junit4]   2> 266143 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/multicollection2/leaders/shard2
   [junit4]   2> 266146 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 266146 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 266146 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45927/solr/multicollection2_shard2_replica_n2/
   [junit4]   2> 266146 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 266147 INFO  (parallelCoreAdminExecutor-232-thread-2-processing-n:127.0.0.1:45927_solr x:multicollection2_shard2_replica_n2 5f5e775a-a180-4048-95ba-9da5f0b9082e38866429474508869 CREATE) [n:127.0.0.1:45927_solr c:multicollection2 s:shard2

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

tings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene2-us-west.apache.org
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 45ms :: artifacts dl 5ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

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