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/02/02 02:39:59 UTC

[JENKINS] Lucene-Solr-Tests-7.x - Build # 1229 - Unstable

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

3 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:42480/ym_/qc

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:42480/ym_/qc
	at __randomizedtesting.SeedInfo.seed([12BB9A11C4D0E54E:9AEFA5CB6A2C88B6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:484)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1073)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1047)
	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: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 43 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest:     1) Thread[id=29559, name=zkConnectionManagerCallback-9933-thread-1, state=WAITING, group=TGRP-AutoscalingHistoryHandlerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest: 
   1) Thread[id=29559, name=zkConnectionManagerCallback-9933-thread-1, state=WAITING, group=TGRP-AutoscalingHistoryHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([12BB9A11C4D0E54E]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=29559, name=zkConnectionManagerCallback-9933-thread-1, state=WAITING, group=TGRP-AutoscalingHistoryHandlerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=29559, name=zkConnectionManagerCallback-9933-thread-1, state=WAITING, group=TGRP-AutoscalingHistoryHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([12BB9A11C4D0E54E]:0)




Build Log:
[...truncated 12580 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_12BB9A11C4D0E54E-001/init-core-data-001
   [junit4]   2> 20673 INFO  (SUITE-HttpPartitionTest-seed#[12BB9A11C4D0E54E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 21001 INFO  (SUITE-HttpPartitionTest-seed#[12BB9A11C4D0E54E]-worker) [    ] o.e.j.u.log Logging initialized @21172ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 21098 INFO  (SUITE-HttpPartitionTest-seed#[12BB9A11C4D0E54E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 21150 INFO  (SUITE-HttpPartitionTest-seed#[12BB9A11C4D0E54E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 21186 INFO  (SUITE-HttpPartitionTest-seed#[12BB9A11C4D0E54E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ym_/qc
   [junit4]   2> 21698 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 21754 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 21755 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 23683 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer start zk server on port:34156
   [junit4]   2> 23755 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34156
   [junit4]   2> 23756 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34156
   [junit4]   2> 25052 INFO  (zkConnectionManagerCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25216 INFO  (zkConnectionManagerCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25434 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 31509 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 31561 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 31600 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 31648 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 31685 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 31736 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 31792 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 31795 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 31831 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 31884 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 31937 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 36952 WARN  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 37843 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 37843 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 37913 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] 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> 38003 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 38003 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 38020 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 38171 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76ff0bb{/ym_/qc,null,AVAILABLE}
   [junit4]   2> 38279 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5cd3e739{HTTP/1.1,[http/1.1]}{127.0.0.1:45470}
   [junit4]   2> 38279 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.e.j.s.Server Started @38466ms
   [junit4]   2> 38279 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_12BB9A11C4D0E54E-001/tempDir-001/control/data, hostContext=/ym_/qc, hostPort=42480, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_12BB9A11C4D0E54E-001/control-001/cores}
   [junit4]   2> 38514 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider chain: env;sysprop
   [junit4]   2> 38715 ERROR (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 38715 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 38716 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.8.0
   [junit4]   2> 38732 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 38732 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 38751 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-02T00:42:27.452Z
   [junit4]   2> 38879 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 38901 INFO  (zkConnectionManagerCallback-7-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38931 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 38933 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_12BB9A11C4D0E54E-001/control-001/solr.xml
   [junit4]   2> 39283 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 39283 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 39383 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@21443642, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 42739 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 45185 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34156/solr
   [junit4]   2> 45459 INFO  (zkConnectionManagerCallback-11-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 45884 INFO  (zkConnectionManagerCallback-13-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 48942 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42480_ym_%2Fqc
   [junit4]   2> 48977 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.Overseer Overseer (id=74115787078696964-127.0.0.1:42480_ym_%2Fqc-n_0000000000) starting
   [junit4]   2> 49429 INFO  (zkConnectionManagerCallback-20-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49451 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34156/solr ready
   [junit4]   2> 50016 INFO  (OverseerStateUpdate-74115787078696964-127.0.0.1:42480_ym_%2Fqc-n_0000000000) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42480_ym_%2Fqc
   [junit4]   2> 50051 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42480_ym_%2Fqc
   [junit4]   2> 50321 INFO  (zkCallback-12-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 50323 INFO  (zkCallback-19-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 53213 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 55111 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21443642
   [junit4]   2> 55113 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21443642
   [junit4]   2> 55162 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21443642
   [junit4]   2> 55657 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_12BB9A11C4D0E54E-001/control-001/cores
   [junit4]   2> 56761 INFO  (zkConnectionManagerCallback-26-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56796 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 56798 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34156/solr ready
   [junit4]   2> 57834 INFO  (SocketProxy-Acceptor-42480) [    ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43594,localport=42480], receiveBufferSize:531000
   [junit4]   2> 57941 INFO  (SocketProxy-Acceptor-42480) [    ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45470,localport=58876], receiveBufferSize=530904
   [junit4]   2> 59584 INFO  (qtp295318482-29) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42480_ym_%252Fqc&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 59817 INFO  (OverseerThreadFactory-10-thread-1-processing-n:127.0.0.1:42480_ym_%2Fqc) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 60410 INFO  (SocketProxy-Acceptor-42480) [    ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43598,localport=42480], receiveBufferSize:531000
   [junit4]   2> 60444 INFO  (SocketProxy-Acceptor-42480) [    ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45470,localport=58880], receiveBufferSize=530904
   [junit4]   2> 60730 INFO  (qtp295318482-32) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=248
   [junit4]   2> 61059 INFO  (qtp295318482-33) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=2
   [junit4]   2> 61113 INFO  (qtp295318482-33) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=18
   [junit4]   2> 61116 INFO  (qtp295318482-33) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 61238 INFO  (qtp295318482-33) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=52
   [junit4]   2> 62501 INFO  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 62510 INFO  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 64451 INFO  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 66405 INFO  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 66864 WARN  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 67024 WARN  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 67082 WARN  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 67120 WARN  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 68624 INFO  (closeThreadPool-28-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1763374028
   [junit4]   2> 68625 INFO  (closeThreadPool-28-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42480_ym_%2Fqc
   [junit4]   2> 68680 INFO  (closeThreadPool-28-thread-2) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 68680 INFO  (closeThreadPool-28-thread-2) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:42480_ym_%2Fqc as DOWN
   [junit4]   2> 68770 INFO  (closeThreadPool-28-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 68826 INFO  (closeThreadPool-28-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5709cc63: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@a1c8fd2
   [junit4]   2> 69509 INFO  (closeThreadPool-28-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 69510 INFO  (closeThreadPool-28-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2c052e6: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1d380231
   [junit4]   2> 69671 INFO  (closeThreadPool-28-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 69672 INFO  (closeThreadPool-28-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@11e9174f: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@43863756
   [junit4]   2> 69689 INFO  (closeThreadPool-28-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 69891 INFO  (closeThreadPool-31-thread-2) [    ] o.a.s.c.Overseer Overseer (id=74115787078696964-127.0.0.1:42480_ym_%2Fqc-n_0000000000) closing
   [junit4]   2> 69984 INFO  (OverseerStateUpdate-74115787078696964-127.0.0.1:42480_ym_%2Fqc-n_0000000000) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42480_ym_%2Fqc
   [junit4]   2> 69855 ERROR (OverseerThreadFactory-10-thread-1-processing-n:127.0.0.1:42480_ym_%2Fqc) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:42480/ym_/qc
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:42480/ym_/qc
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1260) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:173) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> Caused by: java.net.SocketException: Socket closed
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:204) ~[?:1.8.0_191]
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_191]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120) ~[java/:?]
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) ~[java/:?]
   [junit4]   2> 	... 12 more
   [junit4]   2> 70581 ERROR (OverseerThreadFactory-10-thread-1-processing-n:127.0.0.1:42480_ym_%2Fqc) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Cleaning up collection [control_collection].
   [junit4]   2> 70648 ERROR (OverseerThreadFactory-10-thread-1-processing-n:127.0.0.1:42480_ym_%2Fqc) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: control_collection operation: create failed:org.apache.solr.common.SolrException: Could not load collection from ZK: control_collection
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1363)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:745)
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.checkNotColocatedWith(DeleteCollectionCmd.java:193)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:75)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:710)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:290)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:292)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:496)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/control_collection/state.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1221)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1375)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1361)
   [junit4]   2> 	... 13 more
   [junit4]   2> 
   [junit4]   2> 71197 ERROR (OverseerThreadFactory-10-thread-1-processing-n:127.0.0.1:42480_ym_%2Fqc) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.OverseerTaskProcessor :org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1111)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:334)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:334)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.remove(OverseerTaskQueue.java:96)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.markTaskComplete(OverseerTaskProcessor.java:564)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:516)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 71200 WARN  (OverseerThreadFactory-10-thread-1-processing-n:127.0.0.1:42480_ym_%2Fqc) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.c.OverseerTaskProcessor Resetting task: /overseer/collection-queue-work/qn-0000000000, requestid: null, taskKey: control_collection
   [junit4]   2> 71213 INFO  (OverseerAutoScalingTriggerThread-74115787078696964-127.0.0.1:42480_ym_%2Fqc-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 71395 INFO  (closeThreadPool-28-thread-2) [    ] o.a.s.c.Overseer Overseer (id=74115787078696964-127.0.0.1:42480_ym_%2Fqc-n_0000000000) closing
   [junit4]   2> 71399 INFO  (closeThreadPool-31-thread-1) [    ] o.a.s.c.Overseer Overseer (id=74115787078696964-127.0.0.1:42480_ym_%2Fqc-n_0000000000) closing
   [junit4]   2> 71674 INFO  (closeThreadPool-28-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5cd3e739{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 71745 WARN  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 72458 INFO  (closeThreadPool-28-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76ff0bb{/ym_/qc,null,UNAVAILABLE}
   [junit4]   2> 72459 INFO  (closeThreadPool-28-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 73997 WARN  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LowerCaseTokenizerFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 74665 WARN  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 75515 WARN  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 75588 WARN  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 75713 WARN  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 75913 WARN  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 76255 ERROR (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer null:org.apache.solr.common.SolrException: Error creating shard term node in Zookeeper for collection: control_collection
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.ensureTermNodeExist(ZkShardTerms.java:332)
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.<init>(ZkShardTerms.java:90)
   [junit4]   2> 	at org.apache.solr.cloud.ZkCollectionTerms.getShard(ZkCollectionTerms.java:45)
   [junit4]   2> 	at org.apache.solr.cloud.ZkCollectionTerms.remove(ZkCollectionTerms.java:52)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.unregister(ZkController.java:1636)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.unregister(ZkController.java:1630)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1101)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:395)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:395)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:341)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:158)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:488)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:475)
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.ensureTermNodeExist(ZkShardTerms.java:322)
   [junit4]   2> 	... 41 more
   [junit4]   2> 
   [junit4]   2> 76275 ERROR (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'control_collection_shard1_replica_n1': Unable to create core [control_collection_shard1_replica_n1] Caused by: KeeperErrorCode = Session expired for /configs/conf1/enumsConfig.xml
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1127)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:395)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:395)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:341)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:158)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [control_collection_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1199)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1088)
   [junit4]   2> 	... 35 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core control_collection_shard1_replica_n1: Can't load schema schema.xml: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:97)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1227)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1174)
   [junit4]   2> 	... 36 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Can't load schema schema.xml: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:590)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:180)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:92)
   [junit4]   2> 	... 38 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:194)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:481)
   [junit4]   2> 	... 43 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: severityType: Error while parsing enums config.
   [junit4]   2> 	at org.apache.solr.schema.AbstractEnumField$EnumMapping.<init>(AbstractEnumField.java:150)
   [junit4]   2> 	at org.apache.solr.schema.AbstractEnumField.init(AbstractEnumField.java:59)
   [junit4]   2> 	at org.apache.solr.schema.FieldType.setArgs(FieldType.java:193)
   [junit4]   2> 	at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:165)
   [junit4]   2> 	at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:53)
   [junit4]   2> 	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:191)
   [junit4]   2> 	... 44 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=enumsConfig.xml from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:118)
   [junit4]   2> 	at org.apache.solr.util.SafeXMLParsing.parseConfigXML(SafeXMLParsing.java:56)
   [junit4]   2> 	at org.apache.solr.schema.AbstractEnumField$EnumMapping.<init>(AbstractEnumField.java:112)
   [junit4]   2> 	... 49 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/enumsConfig.xml
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1111)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:334)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:334)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:1120)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 51 more
   [junit4]   2> 
   [junit4]   2> 76290 INFO  (qtp295318482-30) [n:127.0.0.1:42480_ym_%2Fqc c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=400 QTime=13811
   [junit4]   2> 87475 ERROR (qtp295318482-29) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.h.RequestHandlerBase java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2173)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:158)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:208)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.sendToOCPQueue(CollectionsHandler.java:363)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:273)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:247)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:395)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:341)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:158)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 87475 INFO  (qtp295318482-29) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42480_ym_%252Fqc&wt=javabin&version=2} status=500 QTime=28294
   [junit4]   2> 87476 ERROR (qtp295318482-29) [n:127.0.0.1:42480_ym_%2Fqc    ] o.a.s.s.HttpSolrCall null:java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2173)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:158)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:208)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.sendToOCPQueue(CollectionsHandler.java:363)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:273)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:247)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:395)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:341)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:158)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 87592 WARN  (closeThreadPool-28-thread-2) [    ] o.a.s.c.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:42480/ym_/qc, target: http://127.0.0.1:45470/ym_/qc
   [junit4]   2> 87599 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 87631 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 87739 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34156
   [junit4]   2> 87740 INFO  (TEST-HttpPartitionTest.test-seed#[12BB9A11C4D0E54E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34156
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=test -Dtests.seed=12BB9A11C4D0E54E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=el -Dtests.timezone=Atlantic/Canary -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   66.6s J2 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:42480/ym_/qc
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([12BB9A11C4D0E54E:9AEFA5CB6A2C88B6]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:484)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1073)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1047)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    > 	... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_12BB9A11C4D0E54E-001
   [junit4]   2> Feb 02, 2019 12:43:16 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1119, maxMBSortInHeap=7.542292556786013, sim=RandomSimilarity(queryNorm=true): {}, locale=el, timezone=Atlantic/Canary
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=120514696,total=265289728
   [junit4]   2> NOTE: All tests run in this JVM: [HttpPartitionTest]
   [junit4] Completed [1/838 (1!)] on J2 in 80.06s, 1 test, 1 error <<< FAILURES!

[...truncated 2272 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_12BB9A11C4D0E54E-001/init-core-data-001
   [junit4]   2> 3548691 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[12BB9A11C4D0E54E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_12BB9A11C4D0E54E-001/tempDir-001
   [junit4]   2> 3548692 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[12BB9A11C4D0E54E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3548692 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3548692 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3548792 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[12BB9A11C4D0E54E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37439
   [junit4]   2> 3548792 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[12BB9A11C4D0E54E]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37439
   [junit4]   2> 3548792 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[12BB9A11C4D0E54E]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37439
   [junit4]   2> 3548796 INFO  (zkConnectionManagerCallback-9815-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3548798 INFO  (zkConnectionManagerCallback-9817-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3548800 INFO  (zkConnectionManagerCallback-9819-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3548803 WARN  (jetty-launcher-9820-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3548803 INFO  (jetty-launcher-9820-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3548803 INFO  (jetty-launcher-9820-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3548803 INFO  (jetty-launcher-9820-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> 3548804 WARN  (jetty-launcher-9820-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3548804 INFO  (jetty-launcher-9820-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3548804 INFO  (jetty-launcher-9820-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3548805 INFO  (jetty-launcher-9820-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> 3548843 INFO  (jetty-launcher-9820-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3548843 INFO  (jetty-launcher-9820-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3548843 INFO  (jetty-launcher-9820-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3548843 INFO  (jetty-launcher-9820-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ea74b38{/solr,null,AVAILABLE}
   [junit4]   2> 3548845 WARN  (jetty-launcher-9820-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3f0b8a63[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3548849 INFO  (jetty-launcher-9820-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5e2d9968{SSL,[ssl, http/1.1]}{127.0.0.1:38799}
   [junit4]   2> 3548849 INFO  (jetty-launcher-9820-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3548849 INFO  (jetty-launcher-9820-thread-1) [    ] o.e.j.s.Server Started @3549073ms
   [junit4]   2> 3548849 INFO  (jetty-launcher-9820-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3548849 INFO  (jetty-launcher-9820-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38799}
   [junit4]   2> 3548849 INFO  (jetty-launcher-9820-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3548849 ERROR (jetty-launcher-9820-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3548849 INFO  (jetty-launcher-9820-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3548849 INFO  (jetty-launcher-9820-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f795b4e{/solr,null,AVAILABLE}
   [junit4]   2> 3548849 INFO  (jetty-launcher-9820-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.8.0
   [junit4]   2> 3548849 INFO  (jetty-launcher-9820-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3548850 INFO  (jetty-launcher-9820-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3548850 INFO  (jetty-launcher-9820-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-02T01:40:57.590Z
   [junit4]   2> 3548850 WARN  (jetty-launcher-9820-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@71ad0df3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3548867 INFO  (jetty-launcher-9820-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@dfcf02a{SSL,[ssl, http/1.1]}{127.0.0.1:37150}
   [junit4]   2> 3548867 INFO  (jetty-launcher-9820-thread-2) [    ] o.e.j.s.Server Started @3549090ms
   [junit4]   2> 3548867 INFO  (jetty-launcher-9820-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37150}
   [junit4]   2> 3548867 ERROR (jetty-launcher-9820-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3548867 INFO  (jetty-launcher-9820-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3548867 INFO  (jetty-launcher-9820-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.8.0
   [junit4]   2> 3548867 INFO  (jetty-launcher-9820-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3548867 INFO  (jetty-launcher-9820-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3548867 INFO  (jetty-launcher-9820-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-02T01:40:57.607Z
   [junit4]   2> 3548875 INFO  (zkConnectionManagerCallback-9822-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3548875 INFO  (jetty-launcher-9820-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3548888 INFO  (zkConnectionManagerCallback-9824-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3548888 INFO  (jetty-launcher-9820-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3549028 INFO  (jetty-launcher-9820-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3549047 INFO  (jetty-launcher-9820-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3549050 INFO  (jetty-launcher-9820-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37439/solr
   [junit4]   2> 3549062 INFO  (jetty-launcher-9820-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37439/solr
   [junit4]   2> 3549062 INFO  (zkConnectionManagerCallback-9828-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3549075 INFO  (zkConnectionManagerCallback-9832-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3549080 INFO  (zkConnectionManagerCallback-9834-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3549088 INFO  (zkConnectionManagerCallback-9836-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3549098 INFO  (jetty-launcher-9820-thread-2) [n:127.0.0.1:37150_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37150_solr
   [junit4]   2> 3549099 INFO  (jetty-launcher-9820-thread-2) [n:127.0.0.1:37150_solr    ] o.a.s.c.Overseer Overseer (id=74116018087264264-127.0.0.1:37150_solr-n_0000000000) starting
   [junit4]   2> 3549119 INFO  (zkConnectionManagerCallback-9845-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3549124 INFO  (jetty-launcher-9820-thread-2) [n:127.0.0.1:37150_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37439/solr ready
   [junit4]   2> 3549126 INFO  (OverseerStateUpdate-74116018087264264-127.0.0.1:37150_solr-n_0000000000) [n:127.0.0.1:37150_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37150_solr
   [junit4]   2> 3549133 DEBUG (OverseerAutoScalingTriggerThread-74116018087264264-127.0.0.1:37150_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 3549134 INFO  (jetty-launcher-9820-thread-2) [n:127.0.0.1:37150_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37150_solr
   [junit4]   2> 3549135 DEBUG (OverseerAutoScalingTriggerThread-74116018087264264-127.0.0.1:37150_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 3549136 DEBUG (OverseerAutoScalingTriggerThread-74116018087264264-127.0.0.1:37150_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 3549136 DEBUG (OverseerAutoScalingTriggerThread-74116018087264264-127.0.0.1:37150_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 3549147 INFO  (zkCallback-9844-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3549151 INFO  (zkCallback-9835-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3549154 DEBUG (OverseerAutoScalingTriggerThread-74116018087264264-127.0.0.1:37150_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:37150_solr]
   [junit4]   2> 3549154 DEBUG (OverseerAutoScalingTriggerThread-74116018087264264-127.0.0.1:37150_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 3549155 DEBUG (OverseerAutoScalingTriggerThread-74116018087264264-127.0.0.1:37150_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3549162 DEBUG (ScheduledTrigger-9535-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 3549171 INFO  (jetty-launcher-9820-thread-1) [n:127.0.0.1:38799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3549183 INFO  (jetty-launcher-9820-thread-1) [n:127.0.0.1:38799_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:38799_solr as DOWN
   [junit4]   2> 3549185 INFO  (jetty-launcher-9820-thread-1) [n:127.0.0.1:38799_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3549185 INFO  (jetty-launcher-9820-thread-1) [n:127.0.0.1:38799_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38799_solr
   [junit4]   2> 3549195 INFO  (jetty-launcher-9820-thread-2) [n:127.0.0.1:37150_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3549195 INFO  (zkCallback-9844-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3549199 INFO  (zkCallback-9835-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3549251 INFO  (zkCallback-9833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3549251 DEBUG (OverseerStateUpdate-74116018087264264-127.0.0.1:37150_solr-n_0000000000) [n:127.0.0.1:37150_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38799_solr"} current state version: 0
   [junit4]   2> 3549251 DEBUG (OverseerStateUpdate-74116018087264264-127.0.0.1:37150_solr-n_0000000000) [n:127.0.0.1:37150_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38799_solr
   [junit4]   2> 3549263 INFO  (jetty-launcher-9820-thread-2) [n:127.0.0.1:37150_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37150.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55375bb6
   [junit4]   2> 3549271 INFO  (zkConnectionManagerCallback-9851-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3549271 INFO  (jetty-launcher-9820-thread-2) [n:127.0.0.1:37150_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37150.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55375bb6
   [junit4]   2> 3549271 INFO  (jetty-launcher-9820-thread-2) [n:127.0.0.1:37150_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37150.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55375bb6
   [junit4]   2> 3549271 INFO  (jetty-launcher-9820-thread-1) [n:127.0.0.1:38799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3549272 INFO  (jetty-launcher-9820-thread-2) [n:127.0.0.1:37150_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_12BB9A11C4D0E54E-001/tempDir-001/node2/.
   [junit4]   2> 3549272 INFO  (jetty-launcher-9820-thread-1) [n:127.0.0.1:38799_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37439/solr ready
   [junit4]   2> 3549285 INFO  (jetty-launcher-9820-thread-1) [n:127.0.0.1:38799_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memo

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



-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 81ms :: artifacts dl 30ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 192 minutes 2 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)

[JENKINS] Lucene-Solr-Tests-7.x - Build # 1230 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter

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

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
	at __randomizedtesting.SeedInfo.seed([B464449A98F5625B:E134AC08340CADAB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:145)
	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 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)




Build Log:
[...truncated 14402 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.CustomCollectionTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/init-core-data-001
   [junit4]   2> 3300951 WARN  (SUITE-CustomCollectionTest-seed#[B464449A98F5625B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=32 numCloses=32
   [junit4]   2> 3300952 INFO  (SUITE-CustomCollectionTest-seed#[B464449A98F5625B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3300953 INFO  (SUITE-CustomCollectionTest-seed#[B464449A98F5625B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3300954 INFO  (SUITE-CustomCollectionTest-seed#[B464449A98F5625B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3300954 INFO  (SUITE-CustomCollectionTest-seed#[B464449A98F5625B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001
   [junit4]   2> 3300954 INFO  (SUITE-CustomCollectionTest-seed#[B464449A98F5625B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3300955 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3300955 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3301055 INFO  (SUITE-CustomCollectionTest-seed#[B464449A98F5625B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:38717
   [junit4]   2> 3301055 INFO  (SUITE-CustomCollectionTest-seed#[B464449A98F5625B]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38717
   [junit4]   2> 3301055 INFO  (SUITE-CustomCollectionTest-seed#[B464449A98F5625B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38717
   [junit4]   2> 3301058 INFO  (zkConnectionManagerCallback-9337-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3301060 INFO  (zkConnectionManagerCallback-9339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3301061 INFO  (zkConnectionManagerCallback-9341-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3301064 WARN  (jetty-launcher-9342-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3301064 INFO  (jetty-launcher-9342-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3301064 INFO  (jetty-launcher-9342-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3301064 INFO  (jetty-launcher-9342-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> 3301065 WARN  (jetty-launcher-9342-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3301065 WARN  (jetty-launcher-9342-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3301065 INFO  (jetty-launcher-9342-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3301065 INFO  (jetty-launcher-9342-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3301065 INFO  (jetty-launcher-9342-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> 3301066 INFO  (jetty-launcher-9342-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3301066 INFO  (jetty-launcher-9342-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3301066 INFO  (jetty-launcher-9342-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> 3301074 WARN  (jetty-launcher-9342-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3301074 INFO  (jetty-launcher-9342-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3301074 INFO  (jetty-launcher-9342-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3301074 INFO  (jetty-launcher-9342-thread-4) [    ] 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> 3301074 INFO  (jetty-launcher-9342-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3301074 INFO  (jetty-launcher-9342-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3301074 INFO  (jetty-launcher-9342-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3301075 INFO  (jetty-launcher-9342-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@989aa9c{/solr,null,AVAILABLE}
   [junit4]   2> 3301075 WARN  (jetty-launcher-9342-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@b9175af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3301076 INFO  (jetty-launcher-9342-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7b34bbbe{SSL,[ssl, http/1.1]}{127.0.0.1:34878}
   [junit4]   2> 3301076 INFO  (jetty-launcher-9342-thread-1) [    ] o.e.j.s.Server Started @3301282ms
   [junit4]   2> 3301076 INFO  (jetty-launcher-9342-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34878}
   [junit4]   2> 3301077 ERROR (jetty-launcher-9342-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3301077 INFO  (jetty-launcher-9342-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3301105 INFO  (jetty-launcher-9342-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.8.0
   [junit4]   2> 3301106 INFO  (jetty-launcher-9342-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3301106 INFO  (jetty-launcher-9342-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3301106 INFO  (jetty-launcher-9342-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-03T13:14:26.756Z
   [junit4]   2> 3301107 INFO  (jetty-launcher-9342-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3301107 INFO  (jetty-launcher-9342-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3301107 INFO  (jetty-launcher-9342-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3301107 INFO  (jetty-launcher-9342-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4178df52{/solr,null,AVAILABLE}
   [junit4]   2> 3301107 WARN  (jetty-launcher-9342-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1a6b69da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3301108 INFO  (jetty-launcher-9342-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3301108 INFO  (jetty-launcher-9342-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3301108 INFO  (jetty-launcher-9342-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3301109 INFO  (jetty-launcher-9342-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35e57a30{/solr,null,AVAILABLE}
   [junit4]   2> 3301109 WARN  (jetty-launcher-9342-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@8f3b194[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3301109 INFO  (jetty-launcher-9342-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3301110 INFO  (jetty-launcher-9342-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3301110 INFO  (jetty-launcher-9342-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3301110 INFO  (jetty-launcher-9342-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54c43a3f{/solr,null,AVAILABLE}
   [junit4]   2> 3301110 WARN  (jetty-launcher-9342-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@79e185e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3301122 INFO  (jetty-launcher-9342-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2d1b02c{SSL,[ssl, http/1.1]}{127.0.0.1:40491}
   [junit4]   2> 3301122 INFO  (jetty-launcher-9342-thread-4) [    ] o.e.j.s.Server Started @3301328ms
   [junit4]   2> 3301122 INFO  (jetty-launcher-9342-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40491}
   [junit4]   2> 3301122 ERROR (jetty-launcher-9342-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3301122 INFO  (jetty-launcher-9342-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3301122 INFO  (jetty-launcher-9342-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.8.0
   [junit4]   2> 3301122 INFO  (jetty-launcher-9342-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3301122 INFO  (jetty-launcher-9342-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3301122 INFO  (jetty-launcher-9342-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-03T13:14:26.772Z
   [junit4]   2> 3301123 INFO  (jetty-launcher-9342-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e9307b5{SSL,[ssl, http/1.1]}{127.0.0.1:36834}
   [junit4]   2> 3301123 INFO  (jetty-launcher-9342-thread-2) [    ] o.e.j.s.Server Started @3301329ms
   [junit4]   2> 3301123 INFO  (jetty-launcher-9342-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36834}
   [junit4]   2> 3301123 ERROR (jetty-launcher-9342-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3301123 INFO  (jetty-launcher-9342-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3301123 INFO  (jetty-launcher-9342-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.8.0
   [junit4]   2> 3301123 INFO  (jetty-launcher-9342-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3301123 INFO  (jetty-launcher-9342-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3301123 INFO  (jetty-launcher-9342-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-03T13:14:26.773Z
   [junit4]   2> 3301124 INFO  (zkConnectionManagerCallback-9344-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3301124 INFO  (jetty-launcher-9342-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3301124 INFO  (zkConnectionManagerCallback-9348-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3301126 INFO  (jetty-launcher-9342-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@26b005b8{SSL,[ssl, http/1.1]}{127.0.0.1:35084}
   [junit4]   2> 3301126 INFO  (jetty-launcher-9342-thread-3) [    ] o.e.j.s.Server Started @3301332ms
   [junit4]   2> 3301126 INFO  (jetty-launcher-9342-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35084}
   [junit4]   2> 3301126 ERROR (jetty-launcher-9342-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3301126 INFO  (jetty-launcher-9342-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3301126 INFO  (jetty-launcher-9342-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.8.0
   [junit4]   2> 3301126 INFO  (jetty-launcher-9342-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3301126 INFO  (jetty-launcher-9342-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3301126 INFO  (jetty-launcher-9342-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-03T13:14:26.776Z
   [junit4]   2> 3301140 INFO  (jetty-launcher-9342-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3301158 INFO  (zkConnectionManagerCallback-9346-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3301159 INFO  (zkConnectionManagerCallback-9350-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3301159 INFO  (jetty-launcher-9342-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3301178 INFO  (jetty-launcher-9342-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3301616 INFO  (jetty-launcher-9342-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3301647 INFO  (jetty-launcher-9342-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38717/solr
   [junit4]   2> 3301669 INFO  (zkConnectionManagerCallback-9354-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3301741 INFO  (zkConnectionManagerCallback-9356-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3301998 INFO  (jetty-launcher-9342-thread-4) [n:127.0.0.1:40491_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40491_solr
   [junit4]   2> 3301998 INFO  (jetty-launcher-9342-thread-4) [n:127.0.0.1:40491_solr    ] o.a.s.c.Overseer Overseer (id=74124407298261000-127.0.0.1:40491_solr-n_0000000000) starting
   [junit4]   2> 3302171 INFO  (zkConnectionManagerCallback-9363-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3302180 INFO  (jetty-launcher-9342-thread-4) [n:127.0.0.1:40491_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38717/solr ready
   [junit4]   2> 3302194 INFO  (jetty-launcher-9342-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3302216 INFO  (jetty-launcher-9342-thread-4) [n:127.0.0.1:40491_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40491_solr
   [junit4]   2> 3302224 INFO  (OverseerStateUpdate-74124407298261000-127.0.0.1:40491_solr-n_0000000000) [n:127.0.0.1:40491_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40491_solr
   [junit4]   2> 3302225 INFO  (jetty-launcher-9342-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38717/solr
   [junit4]   2> 3302264 INFO  (zkConnectionManagerCallback-9367-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3302289 INFO  (zkCallback-9362-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3302324 INFO  (jetty-launcher-9342-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3302333 INFO  (OverseerStateUpdate-74124407298261000-127.0.0.1:40491_solr-n_0000000000) [n:127.0.0.1:40491_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3302586 INFO  (jetty-launcher-9342-thread-4) [n:127.0.0.1:40491_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3302590 INFO  (jetty-launcher-9342-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3302613 INFO  (jetty-launcher-9342-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38717/solr
   [junit4]   2> 3302631 INFO  (jetty-launcher-9342-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38717/solr
   [junit4]   2> 3302682 INFO  (zkConnectionManagerCallback-9378-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3302682 INFO  (zkConnectionManagerCallback-9369-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3302682 INFO  (zkConnectionManagerCallback-9375-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3302748 INFO  (jetty-launcher-9342-thread-4) [n:127.0.0.1:40491_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40491.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3302750 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 0x10757c17633000c, likely client has closed socket
   [junit4]   2> 3302794 INFO  (jetty-launcher-9342-thread-4) [n:127.0.0.1:40491_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40491.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3302794 INFO  (jetty-launcher-9342-thread-4) [n:127.0.0.1:40491_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40491.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3302807 INFO  (jetty-launcher-9342-thread-4) [n:127.0.0.1:40491_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node4/.
   [junit4]   2> 3302812 INFO  (jetty-launcher-9342-thread-1) [n:127.0.0.1:34878_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3302815 INFO  (jetty-launcher-9342-thread-1) [n:127.0.0.1:34878_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:34878_solr as DOWN
   [junit4]   2> 3302844 INFO  (zkConnectionManagerCallback-9382-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3302844 INFO  (zkConnectionManagerCallback-9380-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3302846 INFO  (jetty-launcher-9342-thread-1) [n:127.0.0.1:34878_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3302846 INFO  (jetty-launcher-9342-thread-1) [n:127.0.0.1:34878_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34878_solr
   [junit4]   2> 3302847 INFO  (zkCallback-9355-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3302880 INFO  (zkCallback-9362-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3302896 INFO  (zkCallback-9368-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3302952 INFO  (jetty-launcher-9342-thread-2) [n:127.0.0.1:36834_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3302970 INFO  (jetty-launcher-9342-thread-3) [n:127.0.0.1:35084_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3302972 INFO  (jetty-launcher-9342-thread-3) [n:127.0.0.1:35084_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35084_solr as DOWN
   [junit4]   2> 3302983 INFO  (jetty-launcher-9342-thread-2) [n:127.0.0.1:36834_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:36834_solr as DOWN
   [junit4]   2> 3302983 INFO  (jetty-launcher-9342-thread-2) [n:127.0.0.1:36834_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3302983 INFO  (jetty-launcher-9342-thread-2) [n:127.0.0.1:36834_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36834_solr
   [junit4]   2> 3302985 INFO  (zkConnectionManagerCallback-9393-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3302993 INFO  (jetty-launcher-9342-thread-3) [n:127.0.0.1:35084_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3302993 INFO  (jetty-launcher-9342-thread-3) [n:127.0.0.1:35084_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35084_solr
   [junit4]   2> 3303023 INFO  (zkCallback-9368-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3303023 INFO  (zkCallback-9379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3303023 INFO  (zkCallback-9362-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3303023 INFO  (zkCallback-9355-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3303024 INFO  (zkCallback-9381-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 3303024 INFO  (zkCallback-9368-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3303024 INFO  (zkCallback-9362-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3303024 INFO  (zkCallback-9355-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3303024 INFO  (zkCallback-9379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3303024 INFO  (jetty-launcher-9342-thread-1) [n:127.0.0.1:34878_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3303067 INFO  (jetty-launcher-9342-thread-1) [n:127.0.0.1:34878_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38717/solr ready
   [junit4]   2> 3303095 INFO  (jetty-launcher-9342-thread-1) [n:127.0.0.1:34878_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3303273 INFO  (zkConnectionManagerCallback-9404-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3303286 INFO  (zkConnectionManagerCallback-9399-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3303323 INFO  (jetty-launcher-9342-thread-1) [n:127.0.0.1:34878_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34878.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3303341 INFO  (jetty-launcher-9342-thread-3) [n:127.0.0.1:35084_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3303341 INFO  (jetty-launcher-9342-thread-2) [n:127.0.0.1:36834_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3303354 INFO  (jetty-launcher-9342-thread-2) [n:127.0.0.1:36834_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38717/solr ready
   [junit4]   2> 3303355 INFO  (jetty-launcher-9342-thread-2) [n:127.0.0.1:36834_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3303377 INFO  (jetty-launcher-9342-thread-1) [n:127.0.0.1:34878_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34878.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3303377 INFO  (jetty-launcher-9342-thread-1) [n:127.0.0.1:34878_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34878.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3303394 INFO  (jetty-launcher-9342-thread-3) [n:127.0.0.1:35084_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38717/solr ready
   [junit4]   2> 3303395 INFO  (jetty-launcher-9342-thread-1) [n:127.0.0.1:34878_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node1/.
   [junit4]   2> 3303431 INFO  (jetty-launcher-9342-thread-3) [n:127.0.0.1:35084_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3303449 INFO  (jetty-launcher-9342-thread-2) [n:127.0.0.1:36834_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36834.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3303477 INFO  (jetty-launcher-9342-thread-2) [n:127.0.0.1:36834_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36834.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3303478 INFO  (jetty-launcher-9342-thread-2) [n:127.0.0.1:36834_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36834.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3303479 INFO  (jetty-launcher-9342-thread-2) [n:127.0.0.1:36834_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node2/.
   [junit4]   2> 3303484 INFO  (jetty-launcher-9342-thread-3) [n:127.0.0.1:35084_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35084.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3303509 INFO  (jetty-launcher-9342-thread-3) [n:127.0.0.1:35084_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35084.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3303510 INFO  (jetty-launcher-9342-thread-3) [n:127.0.0.1:35084_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35084.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3303511 INFO  (jetty-launcher-9342-thread-3) [n:127.0.0.1:35084_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node3/.
   [junit4]   2> 3304176 INFO  (zkConnectionManagerCallback-9411-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3304177 INFO  (SUITE-CustomCollectionTest-seed#[B464449A98F5625B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3304178 INFO  (SUITE-CustomCollectionTest-seed#[B464449A98F5625B]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38717/solr ready
   [junit4]   2> 3304336 INFO  (TEST-CustomCollectionTest.testCustomCollectionsAPI-seed#[B464449A98F5625B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCustomCollectionsAPI
   [junit4]   2> 3304346 INFO  (TEST-CustomCollectionTest.testCustomCollectionsAPI-seed#[B464449A98F5625B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3304481 INFO  (qtp1460565701-24655) [n:127.0.0.1:35084_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=a,b,c&collection.configName=conf&maxShardsPerNode=3&name=implicitcoll&router.name=implicit&nrtReplicas=2&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3304527 INFO  (OverseerThreadFactory-8317-thread-1-processing-n:127.0.0.1:40491_solr) [n:127.0.0.1:40491_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection implicitcoll
   [junit4]   2> 3304675 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3304676 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3304677 INFO  (qtp1460565701-24656) [n:127.0.0.1:35084_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3304677 INFO  (qtp1460565701-24642) [n:127.0.0.1:35084_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3304723 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=45
   [junit4]   2> 3304797 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3304798 INFO  (qtp1792548829-24649) [n:127.0.0.1:40491_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3304832 INFO  (qtp1792548829-24640) [n:127.0.0.1:40491_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=32
   [junit4]   2> 3304833 INFO  (qtp1792548829-24640) [n:127.0.0.1:40491_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3304834 INFO  (qtp1792548829-24640) [n:127.0.0.1:40491_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3304929 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3304930 INFO  (qtp1983927676-24644) [n:127.0.0.1:36834_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3304931 INFO  (qtp1983927676-24651) [n:127.0.0.1:36834_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3304932 INFO  (qtp1983927676-24635) [n:127.0.0.1:36834_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3304933 INFO  (qtp1983927676-24636) [n:127.0.0.1:36834_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3305092 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3305100 INFO  (qtp880055211-24629) [n:127.0.0.1:34878_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3305120 INFO  (qtp880055211-24622) [n:127.0.0.1:34878_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3305121 INFO  (qtp880055211-24625) [n:127.0.0.1:34878_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3305121 INFO  (qtp880055211-24627) [n:127.0.0.1:34878_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3305137 INFO  (OverseerStateUpdate-74124407298261000-127.0.0.1:40491_solr-n_0000000000) [n:127.0.0.1:40491_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"implicitcoll",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"implicitcoll_a_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34878/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3305138 INFO  (OverseerStateUpdate-74124407298261000-127.0.0.1:40491_solr-n_0000000000) [n:127.0.0.1:40491_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"implicitcoll",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"implicitcoll_a_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36834/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3305150 INFO  (OverseerStateUpdate-74124407298261000-127.0.0.1:40491_solr-n_0000000000) [n:127.0.0.1:40491_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"implicitcoll",
   [junit4]   2>   "shard":"b",
   [junit4]   2>   "core":"implicitcoll_b_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40491/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3305165 INFO  (OverseerStateUpdate-74124407298261000-127.0.0.1:40491_solr-n_0000000000) [n:127.0.0.1:40491_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"implicitcoll",
   [junit4]   2>   "shard":"b",
   [junit4]   2>   "core":"implicitcoll_b_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35084/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3305167 INFO  (OverseerStateUpdate-74124407298261000-127.0.0.1:40491_solr-n_0000000000) [n:127.0.0.1:40491_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"implicitcoll",
   [junit4]   2>   "shard":"c",
   [junit4]   2>   "core":"implicitcoll_c_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35084/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3305182 INFO  (OverseerStateUpdate-74124407298261000-127.0.0.1:40491_solr-n_0000000000) [n:127.0.0.1:40491_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"implicitcoll",
   [junit4]   2>   "shard":"c",
   [junit4]   2>   "core":"implicitcoll_c_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40491/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3305390 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr    x:implicitcoll_a_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=implicitcoll_a_replica_n2&action=CREATE&numShards=3&collection=implicitcoll&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3305417 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr    x:implicitcoll_b_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica_n6&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3305424 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr    x:implicitcoll_b_replica_n5] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica_n5&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3305424 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr    x:implicitcoll_b_replica_n5] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3305424 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr    x:implicitcoll_a_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=implicitcoll_a_replica_n1&action=CREATE&numShards=3&collection=implicitcoll&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3305432 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr    x:implicitcoll_c_replica_n10] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica_n10&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3305432 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr    x:implicitcoll_c_replica_n8] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica_n8&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3306474 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 3306476 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 3306511 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 3306511 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 3306512 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 3306679 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 3306686 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.s.IndexSchema [implicitcoll_a_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 3306706 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.s.IndexSchema [implicitcoll_b_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 3306738 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.s.IndexSchema [implicitcoll_c_replica_n8] Schema name=cloud-dynamic
   [junit4]   2> 3306738 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.s.IndexSchema [implicitcoll_c_replica_n10] Schema name=cloud-dynamic
   [junit4]   2> 3306739 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.s.IndexSchema [implicitcoll_a_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 3306758 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.s.IndexSchema [implicitcoll_b_replica_n5] Schema name=cloud-dynamic
   [junit4]   2> 3307075 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3307075 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_b_replica_n5' using configuration from collection implicitcoll, trusted=true
   [junit4]   2> 3307076 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40491.solr.core.implicitcoll.b.replica_n5' (registry 'solr.core.implicitcoll.b.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3307092 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.SolrCore [[implicitcoll_b_replica_n5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node4/implicitcoll_b_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node4/./implicitcoll_b_replica_n5/data/]
   [junit4]   2> 3307123 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3307123 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_a_replica_n2' using configuration from collection implicitcoll, trusted=true
   [junit4]   2> 3307124 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36834.solr.core.implicitcoll.a.replica_n2' (registry 'solr.core.implicitcoll.a.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3307124 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.SolrCore [[implicitcoll_a_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node2/implicitcoll_a_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node2/./implicitcoll_a_replica_n2/data/]
   [junit4]   2> 3307142 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3307142 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3307142 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_c_replica_n10' using configuration from collection implicitcoll, trusted=true
   [junit4]   2> 3307142 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_c_replica_n8' using configuration from collection implicitcoll, trusted=true
   [junit4]   2> 3307143 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40491.solr.core.implicitcoll.c.replica_n10' (registry 'solr.core.implicitcoll.c.replica_n10') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3307143 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35084.solr.core.implicitcoll.c.replica_n8' (registry 'solr.core.implicitcoll.c.replica_n8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3307143 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.SolrCore [[implicitcoll_c_replica_n10] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node4/implicitcoll_c_replica_n10], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node4/./implicitcoll_c_replica_n10/data/]
   [junit4]   2> 3307143 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.c.SolrCore [[implicitcoll_c_replica_n8] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node3/implicitcoll_c_replica_n8], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node3/./implicitcoll_c_replica_n8/data/]
   [junit4]   2> 3307146 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3307146 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_b_replica_n6' using configuration from collection implicitcoll, trusted=true
   [junit4]   2> 3307174 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35084.solr.core.implicitcoll.b.replica_n6' (registry 'solr.core.implicitcoll.b.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3307174 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.c.SolrCore [[implicitcoll_b_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node3/implicitcoll_b_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node3/./implicitcoll_b_replica_n6/data/]
   [junit4]   2> 3307177 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 3307177 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_a_replica_n1' using configuration from collection implicitcoll, trusted=true
   [junit4]   2> 3307177 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34878.solr.core.implicitcoll.a.replica_n1' (registry 'solr.core.implicitcoll.a.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@83d689b
   [junit4]   2> 3307177 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.c.SolrCore [[implicitcoll_a_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node1/implicitcoll_a_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CustomCollectionTest_B464449A98F5625B-001/tempDir-001/node1/./implicitcoll_a_replica_n1/data/]
   [junit4]   2> 3307577 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3307578 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3307603 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3307603 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3307619 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@b3b3261[implicitcoll_b_replica_n5] main]
   [junit4]   2> 3307636 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3307636 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3307638 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3307638 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3307638 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3307638 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3307657 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@271f1a96[implicitcoll_a_replica_n2] main]
   [junit4]   2> 3307673 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3307673 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3307673 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3307673 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3307674 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3307674 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1624453596655386624
   [junit4]   2> 3307684 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3307684 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3307686 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3307687 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3307688 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@235648a2[implicitcoll_a_replica_n1] main]
   [junit4]   2> 3307701 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ee9c266[implicitcoll_b_replica_n6] main]
   [junit4]   2> 3307705 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3307705 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3307705 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3307706 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1624453596688941056
   [junit4]   2> 3307707 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.ZkShardTerms Successful update of terms at /collections/implicitcoll/terms/b to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 3307708 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/implicitcoll/leaders/b
   [junit4]   2> 3307708 INFO  (searcherExecutor-8340-thread-1-processing-n:127.0.0.1:40491_solr x:implicitcoll_b_replica_n5 c:implicitcoll s:b r:core_node7) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.SolrCore [implicitcoll_b_replica_n5] Registered new searcher Searcher@b3b3261[implicitcoll_b_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3307749 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3307749 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3307751 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3307751 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3307753 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f42f1ad[implicitcoll_c_replica_n10] main]
   [junit4]   2> 3307765 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3307761 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3307753 INFO  (searcherExecutor-8341-thread-1-processing-n:127.0.0.1:36834_solr x:implicitcoll_a_replica_n2 c:implicitcoll s:a r:core_node4) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.SolrCore [implicitcoll_a_replica_n2] Registered new searcher Searcher@271f1a96[implicitcoll_a_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3307777 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3307777 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3307759 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard b: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3307778 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3307778 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3307778 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3307779 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1624453596765487104
   [junit4]   2> 3307779 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3307779 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3307780 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3307781 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3307781 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1624453596767584256
   [junit4]   2> 3307783 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/implicitcoll/terms/a to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 3307783 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/implicitcoll/leaders/a
   [junit4]   2> 3307789 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3307790 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3307790 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1624453596777021440
   [junit4]   2> 3307792 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.s.SolrIndexSearcher Opening [Searcher@53700954[implicitcoll_c_replica_n8] main]
   [junit4]   2> 3307794 INFO  (searcherExecutor-8342-thread-1-processing-n:127.0.0.1:40491_solr x:implicitcoll_c_replica_n10 c:implicitcoll s:c r:core_node12) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.SolrCore [implicitcoll_c_replica_n10] Registered new searcher Searcher@4f42f1ad[implicitcoll_c_replica_n10] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3307799 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard a: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3307799 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.ZkShardTerms Successful update of terms at /collections/implicitcoll/terms/c to Terms{values={core_node12=0}, version=0}
   [junit4]   2> 3307800 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/implicitcoll/leaders/c
   [junit4]   2> 3307835 INFO  (searcherExecutor-8344-thread-1-processing-n:127.0.0.1:35084_solr x:implicitcoll_b_replica_n6 c:implicitcoll s:b r:core_node9) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.c.SolrCore [implicitcoll_b_replica_n6] Registered new searcher Searcher@7ee9c266[implicitcoll_b_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3307835 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3307836 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3307836 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3307836 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1624453596825255936
   [junit4]   2> 3307836 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard c: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3307859 INFO  (searcherExecutor-8345-thread-1-processing-n:127.0.0.1:34878_solr x:implicitcoll_a_replica_n1 c:implicitcoll s:a r:core_node3) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.c.SolrCore [implicitcoll_a_replica_n1] Registered new searcher Searcher@235648a2[implicitcoll_a_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3307874 INFO  (searcherExecutor-8343-thread-1-processing-n:127.0.0.1:35084_solr x:implicitcoll_c_replica_n8 c:implicitcoll s:c r:core_node11) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.c.SolrCore [implicitcoll_c_replica_n8] Registered new searcher Searcher@53700954[implicitcoll_c_replica_n8] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3307884 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/implicitcoll/terms/b to Terms{values={core_node7=0, core_node9=0}, version=1}
   [junit4]   2> 3307884 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/implicitcoll/leaders/b
   [junit4]   2> 3307885 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/implicitcoll/terms/a to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 3307885 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/implicitcoll/leaders/a
   [junit4]   2> 3307910 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.c.ZkShardTerms Successful update of terms at /collections/implicitcoll/terms/c to Terms{values={core_node12=0, core_node11=0}, version=1}
   [junit4]   2> 3307910 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/implicitcoll/leaders/c
   [junit4]   2> 3308285 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3308285 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3308285 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40491/solr/implicitcoll_b_replica_n5/
   [junit4]   2> 3308286 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.u.PeerSync PeerSync: core=implicitcoll_b_replica_n5 url=https://127.0.0.1:40491/solr START replicas=[https://127.0.0.1:35084/solr/implicitcoll_b_replica_n6/] nUpdates=100
   [junit4]   2> 3308296 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.u.PeerSync PeerSync: core=implicitcoll_b_replica_n5 url=https://127.0.0.1:40491/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3308299 INFO  (qtp1460565701-24656) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.c.S.Request [implicitcoll_b_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3308299 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3308299 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3308299 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3308316 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/implicitcoll/leaders/b/leader after winning as /collections/implicitcoll/leader_elect/b/election/74124407298261000-core_node7-n_0000000000
   [junit4]   2> 3308317 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3308317 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3308317 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36834/solr/implicitcoll_a_replica_n2/
   [junit4]   2> 3308317 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.u.PeerSync PeerSync: core=implicitcoll_a_replica_n2 url=https://127.0.0.1:36834/solr START replicas=[https://127.0.0.1:34878/solr/implicitcoll_a_replica_n1/] nUpdates=100
   [junit4]   2> 3308319 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.u.PeerSync PeerSync: core=implicitcoll_a_replica_n2 url=https://127.0.0.1:36834/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3308319 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40491/solr/implicitcoll_b_replica_n5/ b
   [junit4]   2> 3308340 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3308340 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3308340 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40491/solr/implicitcoll_c_replica_n10/
   [junit4]   2> 3308342 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.u.PeerSync PeerSync: core=implicitcoll_c_replica_n10 url=https://127.0.0.1:40491/solr START replicas=[https://127.0.0.1:35084/solr/implicitcoll_c_replica_n8/] nUpdates=100
   [junit4]   2> 3308342 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.u.PeerSync PeerSync: core=implicitcoll_c_replica_n10 url=https://127.0.0.1:40491/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3308357 INFO  (qtp880055211-24625) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.c.S.Request [implicitcoll_a_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 3308357 INFO  (qtp1460565701-24642) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.c.S.Request [implicitcoll_c_replica_n8]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 3308357 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3308357 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3308357 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3308358 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/implicitcoll/leaders/c/leader after winning as /collections/implicitcoll/leader_elect/c/election/74124407298261000-core_node12-n_0000000000
   [junit4]   2> 3308359 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40491/solr/implicitcoll_c_replica_n10/ c
   [junit4]   2> 3308364 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3308365 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3308365 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3308365 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/implicitcoll/leaders/a/leader after winning as /collections/implicitcoll/leader_elect/a/election/74124407298261006-core_node4-n_0000000000
   [junit4]   2> 3308366 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36834/solr/implicitcoll_a_replica_n2/ a
   [junit4]   2> 3308487 INFO  (zkCallback-9379-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3308487 INFO  (zkCallback-9355-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3308488 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3308488 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3308488 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3308490 INFO  (qtp1983927676-24638) [n:127.0.0.1:36834_solr c:implicitcoll s:a r:core_node4 x:implicitcoll_a_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=implicitcoll_a_replica_n2&action=CREATE&numShards=3&collection=implicitcoll&shard=a&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3099
   [junit4]   2> 3308508 INFO  (qtp1792548829-24646) [n:127.0.0.1:40491_solr c:implicitcoll s:b r:core_node7 x:implicitcoll_b_replica_n5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica_n5&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3084
   [junit4]   2> 3308508 INFO  (qtp1792548829-24648) [n:127.0.0.1:40491_solr c:implicitcoll s:c r:core_node12 x:implicitcoll_c_replica_n10] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica_n10&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3076
   [junit4]   2> 3308629 INFO  (zkCallback-9355-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3308633 INFO  (zkCallback-9355-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3308633 INFO  (zkCallback-9379-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3308633 INFO  (zkCallback-9379-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3308891 INFO  (qtp1460565701-24645) [n:127.0.0.1:35084_solr c:implicitcoll s:b r:core_node9 x:implicitcoll_b_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica_n6&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3474
   [junit4]   2> 3308891 INFO  (qtp880055211-24628) [n:127.0.0.1:34878_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=implicitcoll_a_replica_n1&action=CREATE&numShards=3&collection=implicitcoll&shard=a&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3466
   [junit4]   2> 3308923 INFO  (qtp1460565701-24643) [n:127.0.0.1:35084_solr c:implicitcoll s:c r:core_node11 x:implicitcoll_c_replica_n8] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica_n8&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3503
   [junit4]   2> 3308926 INFO  (qtp1460565701-24655) [n:127.0.0.1:35084_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 3309030 INFO  (zkCallback-9355-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] fo

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



-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 85ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 202 minutes 53 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)