You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/10/10 09:59:21 UTC

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-12.0.2) - Build # 1567 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1567/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
Error from server at http://127.0.0.1:64746/r_qud/mn: Underlying core creation failed while creating collection: repfacttest_c8n_2x2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:64746/r_qud/mn: Underlying core creation failed while creating collection: repfacttest_c8n_2x2
	at __randomizedtesting.SeedInfo.seed([D0E9943E65934129:58BDABE4CB6F2CD1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1829)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1850)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1766)
	at org.apache.solr.cloud.ReplicationFactorTest.createCollectionWithRetry(ReplicationFactorTest.java:506)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf2NotUsingDirectUpdates(ReplicationFactorTest.java:109)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:93)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	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 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.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 14525 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> 834973 INFO  (SUITE-ReplicationFactorTest-seed#[D0E9943E65934129]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 834973 INFO  (SUITE-ReplicationFactorTest-seed#[D0E9943E65934129]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/data-dir-72-001
   [junit4]   2> 834973 WARN  (SUITE-ReplicationFactorTest-seed#[D0E9943E65934129]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 834974 INFO  (SUITE-ReplicationFactorTest-seed#[D0E9943E65934129]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 834974 INFO  (SUITE-ReplicationFactorTest-seed#[D0E9943E65934129]-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") w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 834974 INFO  (SUITE-ReplicationFactorTest-seed#[D0E9943E65934129]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 834974 INFO  (SUITE-ReplicationFactorTest-seed#[D0E9943E65934129]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /r_qud/mn
   [junit4]   2> 834977 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 834977 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 834977 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 834979 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 835077 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer start zk server on port: 64719
   [junit4]   2> 835077 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64719
   [junit4]   2> 835077 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64719
   [junit4]   2> 835077 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64719
   [junit4]   2> 835086 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 835091 INFO  (zkConnectionManagerCallback-5758-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 835091 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 835105 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 835111 INFO  (zkConnectionManagerCallback-5760-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 835111 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 835120 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 835129 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 835139 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 835146 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 835151 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 835157 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 835166 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 835173 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 835178 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 835193 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 835201 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 835207 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 836034 WARN  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 836035 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 836035 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 836035 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 836047 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 836047 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 836047 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 836048 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17538864{/r_qud/mn,null,AVAILABLE}
   [junit4]   2> 836052 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@12106c72{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64724}
   [junit4]   2> 836052 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.e.j.s.Server Started @836163ms
   [junit4]   2> 836052 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/r_qud/mn, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/tempDir-001/control/data, hostPort=64723, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/control-001/cores}
   [junit4]   2> 836052 ERROR (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 836052 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 836053 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 836053 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 836053 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 836053 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-10T09:15:40.609127Z
   [junit4]   2> 836057 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 836062 INFO  (zkConnectionManagerCallback-5762-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 836063 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 836175 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 836175 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/control-001/solr.xml
   [junit4]   2> 836192 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 836192 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 836196 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 836410 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 836415 WARN  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@58247b81[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 836415 WARN  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@58247b81[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 836436 WARN  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@52b47bf7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 836436 WARN  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@52b47bf7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 836438 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64719/solr
   [junit4]   2> 836442 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 836444 INFO  (zkConnectionManagerCallback-5772-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 836444 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 836447 WARN  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]-SendThread(127.0.0.1:64719)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10061de20e10003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e10003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e10003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 836557 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 836559 INFO  (zkConnectionManagerCallback-5774-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 836559 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 837127 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64723_r_qud%2Fmn
   [junit4]   2> 837133 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.Overseer Overseer (id=72165200700178436-127.0.0.1:64723_r_qud%2Fmn-n_0000000000) starting
   [junit4]   2> 837260 INFO  (OverseerStateUpdate-72165200700178436-127.0.0.1:64723_r_qud%2Fmn-n_0000000000) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64723_r_qud%2Fmn
   [junit4]   2> 837265 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64723_r_qud%2Fmn
   [junit4]   2> 837288 INFO  (zkCallback-5773-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 837322 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 837323 WARN  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 837357 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 837382 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 837393 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 837393 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 837395 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/control-001/cores
   [junit4]   2> 837424 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 837428 INFO  (zkConnectionManagerCallback-5791-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 837429 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 837447 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 837465 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64719/solr ready
   [junit4]   2> 837472 INFO  (SocketProxy-Acceptor-64723) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=64730,localport=64723], receiveBufferSize: 408300
   [junit4]   2> 837473 INFO  (SocketProxy-Acceptor-64723) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=64724,localport=64731], receiveBufferSize=408300
   [junit4]   2> 837474 INFO  (qtp403611863-8744) [n:127.0.0.1:64723_r_qud%2Fmn     ] 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:64723_r_qud%252Fmn&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 837512 INFO  (OverseerThreadFactory-5781-thread-1-processing-n:127.0.0.1:64723_r_qud%2Fmn) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 837663 INFO  (SocketProxy-Acceptor-64723) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=64732,localport=64723], receiveBufferSize: 408300
   [junit4]   2> 837664 INFO  (SocketProxy-Acceptor-64723) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=64724,localport=64733], receiveBufferSize=408300
   [junit4]   2> 837666 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn    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> 837666 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 838704 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 838727 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 838989 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 839132 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 839133 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 839133 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 839139 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8325292422833807]
   [junit4]   2> 839150 WARN  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 839290 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 839290 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 839301 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 839301 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 839312 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 839327 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 839331 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 839335 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 839335 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1680155705491849216
   [junit4]   2> 839348 INFO  (searcherExecutor-5793-thread-1-processing-n:127.0.0.1:64723_r_qud%2Fmn x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 839386 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 839389 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 839416 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 839416 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 839416 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64723/r_qud/mn/control_collection_shard1_replica_n1/
   [junit4]   2> 839423 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 839425 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:64723/r_qud/mn/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 839425 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72165200700178436-core_node2-n_0000000000
   [junit4]   2> 839440 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64723/r_qud/mn/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 839547 INFO  (zkCallback-5773-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 839548 INFO  (zkCallback-5773-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 839553 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 839560 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1894
   [junit4]   2> 839566 INFO  (qtp403611863-8744) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 839664 INFO  (zkCallback-5773-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 839664 INFO  (zkCallback-5773-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 839665 INFO  (zkCallback-5773-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 839668 INFO  (qtp403611863-8744) [n:127.0.0.1:64723_r_qud%2Fmn     ] 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:64723_r_qud%252Fmn&wt=javabin&version=2} status=0 QTime=2193
   [junit4]   2> 839668 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 839680 WARN  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]-SendThread(127.0.0.1:64719)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10061de20e10005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e10005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e10005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 839784 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 839788 INFO  (zkConnectionManagerCallback-5802-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839788 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 839791 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 839795 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64719/solr ready
   [junit4]   2> 839795 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 839796 INFO  (SocketProxy-Acceptor-64723) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=64743,localport=64723], receiveBufferSize: 408300
   [junit4]   2> 839798 INFO  (qtp403611863-8744) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 839799 INFO  (SocketProxy-Acceptor-64723) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=64724,localport=64744], receiveBufferSize=408300
   [junit4]   2> 839809 INFO  (OverseerThreadFactory-5781-thread-2-processing-n:127.0.0.1:64723_r_qud%2Fmn) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 839809 INFO  (OverseerCollectionConfigSetProcessor-72165200700178436-127.0.0.1:64723_r_qud%2Fmn-n_0000000000) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 840029 WARN  (OverseerThreadFactory-5781-thread-2-processing-n:127.0.0.1:64723_r_qud%2Fmn) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 840033 INFO  (qtp403611863-8744) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 840037 INFO  (qtp403611863-8744) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=239
   [junit4]   2> 840039 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 3 expected: 3
   [junit4]   2> 840039 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 840040 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 3 expected: 3
   [junit4]   2> 840040 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 840041 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 3 expected: 3
   [junit4]   2> 840041 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 840041 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 840467 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-1-001 of type NRT for shard2
   [junit4]   2> 840472 WARN  (closeThreadPool-5803-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 840472 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 840472 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 840472 INFO  (closeThreadPool-5803-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 840474 INFO  (closeThreadPool-5803-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 840474 INFO  (closeThreadPool-5803-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 840474 INFO  (closeThreadPool-5803-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 840474 INFO  (closeThreadPool-5803-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5175d9e4{/r_qud/mn,null,AVAILABLE}
   [junit4]   2> 840475 INFO  (closeThreadPool-5803-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1c0fb6f0{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64747}
   [junit4]   2> 840475 INFO  (closeThreadPool-5803-thread-1) [     ] o.e.j.s.Server Started @840586ms
   [junit4]   2> 840475 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/r_qud/mn, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/tempDir-001/jetty1, hostPort=64746, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-1-001/cores}
   [junit4]   2> 840476 ERROR (closeThreadPool-5803-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 840476 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 840476 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 840476 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 840476 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 840476 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-10T09:15:45.032515Z
   [junit4]   2> 840477 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 840482 INFO  (zkConnectionManagerCallback-5805-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 840482 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 840585 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 840585 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-1-001/solr.xml
   [junit4]   2> 840588 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 840588 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 840600 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 840840 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 840842 WARN  (closeThreadPool-5803-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@43dff709[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 840842 WARN  (closeThreadPool-5803-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@43dff709[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 840851 WARN  (closeThreadPool-5803-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@55f51468[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 840851 WARN  (closeThreadPool-5803-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@55f51468[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 840851 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64719/solr
   [junit4]   2> 840857 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 840861 INFO  (zkConnectionManagerCallback-5815-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 840862 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 840868 WARN  (closeThreadPool-5803-thread-1-SendThread(127.0.0.1:64719)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10061de20e10008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e10008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e10008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 840972 INFO  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 840977 INFO  (zkConnectionManagerCallback-5817-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 840978 INFO  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 841008 INFO  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 841034 INFO  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.c.ZkController Publish node=127.0.0.1:64746_r_qud%2Fmn as DOWN
   [junit4]   2> 841044 INFO  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 841044 INFO  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64746_r_qud%2Fmn
   [junit4]   2> 841050 INFO  (zkCallback-5773-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 841052 INFO  (zkCallback-5801-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 841052 INFO  (zkCallback-5816-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 841060 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-2-001 of type NRT for shard3
   [junit4]   2> 841061 INFO  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 841061 WARN  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 841062 WARN  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 841062 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 841062 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 841062 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 841065 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 841065 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 841065 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 841066 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@148eecfc{/r_qud/mn,null,AVAILABLE}
   [junit4]   2> 841066 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6555da5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64752}
   [junit4]   2> 841066 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.Server Started @841177ms
   [junit4]   2> 841066 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/r_qud/mn, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/tempDir-001/jetty2, hostPort=64751, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-2-001/cores}
   [junit4]   2> 841067 ERROR (closeThreadPool-5803-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 841067 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 841067 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 841067 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 841067 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 841067 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-10T09:15:45.623525Z
   [junit4]   2> 841068 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 841073 INFO  (zkConnectionManagerCallback-5822-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 841073 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 841076 WARN  (closeThreadPool-5803-thread-2-SendThread(127.0.0.1:64719)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10061de20e1000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e1000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e1000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 841083 INFO  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 841105 INFO  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 841127 INFO  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 841127 INFO  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 841128 INFO  (closeThreadPool-5803-thread-1) [n:127.0.0.1:64746_r_qud%2Fmn     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-1-001/cores
   [junit4]   2> 841138 INFO  (closeThreadPool-5803-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:64746_r_qud%2Fmn
   [junit4]   2> 841177 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 841177 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-2-001/solr.xml
   [junit4]   2> 841179 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 841179 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 841181 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 841258 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 841260 WARN  (closeThreadPool-5803-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@732187f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 841260 WARN  (closeThreadPool-5803-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@732187f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 841270 WARN  (closeThreadPool-5803-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@42a42112[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 841270 WARN  (closeThreadPool-5803-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@42a42112[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 841271 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64719/solr
   [junit4]   2> 841275 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 841278 INFO  (zkConnectionManagerCallback-5837-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 841279 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 841285 WARN  (closeThreadPool-5803-thread-2-SendThread(127.0.0.1:64719)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10061de20e1000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e1000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e1000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 841402 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 841408 INFO  (zkConnectionManagerCallback-5839-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 841409 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 841470 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 841503 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.c.ZkController Publish node=127.0.0.1:64751_r_qud%2Fmn as DOWN
   [junit4]   2> 841509 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 841509 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64751_r_qud%2Fmn
   [junit4]   2> 841513 INFO  (zkCallback-5773-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 841513 INFO  (zkCallback-5816-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 841514 INFO  (zkCallback-5801-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 841514 INFO  (zkCallback-5838-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 841529 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 841529 WARN  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 841560 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 841592 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 841621 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 841621 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 841624 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64751_r_qud%2Fmn     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-2-001/cores
   [junit4]   2> 841643 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:64751_r_qud%2Fmn
   [junit4]   2> 841693 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 841694 WARN  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 841695 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 841695 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 841695 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 841700 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 841700 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 841700 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 841703 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@103a4c1d{/r_qud/mn,null,AVAILABLE}
   [junit4]   2> 841704 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6004c34e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64757}
   [junit4]   2> 841704 INFO  (closeThreadPool-5803-thread-2) [     ] o.e.j.s.Server Started @841815ms
   [junit4]   2> 841705 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/r_qud/mn, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/tempDir-001/jetty3, hostPort=64756, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 841705 ERROR (closeThreadPool-5803-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 841705 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 841705 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 841705 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 841705 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 841705 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-10T09:15:46.261582Z
   [junit4]   2> 841710 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 841713 INFO  (zkConnectionManagerCallback-5849-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 841714 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 841720 WARN  (closeThreadPool-5803-thread-2-SendThread(127.0.0.1:64719)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10061de20e1000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e1000d, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e1000d, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 841822 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 841822 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-3-001/solr.xml
   [junit4]   2> 841824 INFO  (OverseerCollectionConfigSetProcessor-72165200700178436-127.0.0.1:64723_r_qud%2Fmn-n_0000000000) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 841825 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 841825 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 841827 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 841926 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 841927 WARN  (closeThreadPool-5803-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41032b28[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 841927 WARN  (closeThreadPool-5803-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41032b28[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 841930 WARN  (closeThreadPool-5803-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4907b6b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 841930 WARN  (closeThreadPool-5803-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4907b6b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 841932 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64719/solr
   [junit4]   2> 841934 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 841938 INFO  (zkConnectionManagerCallback-5859-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 841939 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 841947 WARN  (closeThreadPool-5803-thread-2-SendThread(127.0.0.1:64719)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10061de20e1000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e1000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e1000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 842050 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 842054 INFO  (zkConnectionManagerCallback-5861-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 842055 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 842084 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 842111 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.c.ZkController Publish node=127.0.0.1:64756_r_qud%2Fmn as DOWN
   [junit4]   2> 842115 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 842115 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64756_r_qud%2Fmn
   [junit4]   2> 842122 INFO  (zkCallback-5773-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 842122 INFO  (zkCallback-5816-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 842122 INFO  (zkCallback-5838-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 842122 INFO  (zkCallback-5801-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 842123 INFO  (zkCallback-5860-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 842133 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 842133 WARN  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 842157 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 842228 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 842242 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 842242 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 842246 INFO  (closeThreadPool-5803-thread-2) [n:127.0.0.1:64756_r_qud%2Fmn     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-3-001/cores
   [junit4]   2> 842273 INFO  (closeThreadPool-5803-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:64756_r_qud%2Fmn
   [junit4]   2> 842278 INFO  (SocketProxy-Acceptor-64723) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=64762,localport=64723], receiveBufferSize: 408300
   [junit4]   2> 842279 INFO  (qtp403611863-8745) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:64746_r_qud%252Fmn&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 842279 INFO  (SocketProxy-Acceptor-64723) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=64724,localport=64763], receiveBufferSize=408300
   [junit4]   2> 842279 INFO  (qtp403611863-8743) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:64751_r_qud%252Fmn&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 842281 INFO  (SocketProxy-Acceptor-64723) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=64764,localport=64723], receiveBufferSize: 408300
   [junit4]   2> 842282 INFO  (SocketProxy-Acceptor-64723) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=64724,localport=64765], receiveBufferSize=408300
   [junit4]   2> 842282 INFO  (qtp403611863-8746) [n:127.0.0.1:64723_r_qud%2Fmn     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:64756_r_qud%252Fmn&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 842294 INFO  (OverseerThreadFactory-5781-thread-4-processing-n:127.0.0.1:64723_r_qud%2Fmn) [n:127.0.0.1:64723_r_qud%2Fmn c:collection1 s:shard3   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:64751_r_qud%2Fmn for creating new replica of shard shard3 for collection collection1
   [junit4]   2> 842296 INFO  (OverseerThreadFactory-5781-thread-3-processing-n:127.0.0.1:64723_r_qud%2Fmn) [n:127.0.0.1:64723_r_qud%2Fmn c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:64746_r_qud%2Fmn for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 842304 INFO  (OverseerThreadFactory-5781-thread-5-processing-n:127.0.0.1:64723_r_qud%2Fmn) [n:127.0.0.1:64723_r_qud%2Fmn c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:64756_r_qud%2Fmn for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 842305 INFO  (OverseerThreadFactory-5781-thread-3-processing-n:127.0.0.1:64723_r_qud%2Fmn) [n:127.0.0.1:64723_r_qud%2Fmn c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 842307 INFO  (SocketProxy-Acceptor-64746) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=64766,localport=64746], receiveBufferSize: 408300
   [junit4]   2> 842307 INFO  (OverseerThreadFactory-5781-thread-4-processing-n:127.0.0.1:64723_r_qud%2Fmn) [n:127.0.0.1:64723_r_qud%2Fmn c:collection1 s:shard3   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 842307 INFO  (SocketProxy-Acceptor-64746) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=64747,localport=64767], receiveBufferSize=408300
   [junit4]   2> 842313 INFO  (SocketProxy-Acceptor-64751) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=64768,localport=64751], receiveBufferSize: 408300
   [junit4]   2> 842313 INFO  (qtp405811502-8810) [n:127.0.0.1:64746_r_qud%2Fmn    x:collection1_shard2_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 842313 INFO  (SocketProxy-Acceptor-64751) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=64752,localport=64769], receiveBufferSize=408300
   [junit4]   2> 842315 INFO  (OverseerThreadFactory-5781-thread-5-processing-n:127.0.0.1:64723_r_qud%2Fmn) [n:127.0.0.1:64723_r_qud%2Fmn c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 842316 INFO  (qtp40552752-8835) [n:127.0.0.1:64751_r_qud%2Fmn    x:collection1_shard3_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n2&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 842318 INFO  (SocketProxy-Acceptor-64756) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=64770,localport=64756], receiveBufferSize: 408300
   [junit4]   2> 842321 INFO  (SocketProxy-Acceptor-64756) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=64757,localport=64771], receiveBufferSize=408300
   [junit4]   2> 842323 INFO  (qtp638851898-8872) [n:127.0.0.1:64756_r_qud%2Fmn    x:collection1_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 843354 INFO  (qtp405811502-8810) [n:127.0.0.1:64746_r_qud%2Fmn c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 843373 INFO  (qtp40552752-8835) [n:127.0.0.1:64751_r_qud%2Fmn c:collection1 s:shard3  x:collection1_shard3_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 843377 INFO  (qtp638851898-8872) [n:127.0.0.1:64756_r_qud%2Fmn c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 843381 INFO  (qtp405811502-8810) [n:127.0.0.1:64746_r_qud%2Fmn c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 843401 INFO  (qtp40552752-8835) [n:127.0.0.1:64751_r_qud%2Fmn c:collection1 s:shard3  x:collection1_shard3_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 843422 INFO  (qtp638851898-8872) [n:127.0.0.1:64756_r_qud%2Fmn c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 843603 INFO  (qtp405811502-8810) [n:127.0.0.1:64746_r_qud%2Fmn c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 843604 INFO  (qtp638851898-8872) [n:127.0.0.1:64756_r_qud%2Fmn c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 843670 INFO  (qtp40552752-8835) [n:127.0.0.1:64751_r_qud%2Fmn c:collection1 s:shard3  x:collection1_shard3_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 843698 INFO  (qtp405811502-8810) [n:127.0.0.1:64746_r_qud%2Fmn c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 843699 INFO  (qtp405811502-8810) [n:127.0.0.1:64746_r_qud%2Fmn c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n1' (registry 'solr.core.collection1.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 843699 INFO  (qtp405811502-8810) [n:127.0.0.1:64746_r_qud%2Fmn c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-1-001/cores/collection1_shard2_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 843705 INFO  (qtp405811502-8810) [n:127.0.0.1:64746_r_qud%2Fmn c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8325292422833807]
   [junit4]   2> 843705 INFO  (qtp638851898-8872) [n:127.0.0.1:64756_r_qud%2Fmn c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n3' using configuration from configset conf1, trusted=true
   [junit4]   2> 843705 INFO  (qtp638851898-8872) [n:127.0.0.1:64756_r_qud%2Fmn c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n3' (registry 'solr.core.collection1.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 843705 INFO  (qtp638851898-8872) [n:127.0.0.1:64756_r_qud%2Fmn c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-3-001/cores/collection1_shard1_replica_n3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-3-001/cores/collection1_shard1_replica_n3/data/]
   [junit4]   2> 843708 WARN  (qtp405811502-8810) [n:127.0.0.1:64746_r_qud%2Fmn c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 843709 INFO  (qtp638851898-8872) [n:127.0.0.1:64756_r_qud%2Fmn c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8325292422833807]
   [junit4]   2> 843713 WARN  (qtp638851898-8872) [n:127.0.0.1:64756_r_qud%2Fmn c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 843751 INFO  (qtp40552752-8835) [n:127.0.0.1:64751_r_qud%2Fmn c:collection1 s:shard3  x:collection1_shard3_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 843752 INFO  (qtp40552752-8835) [n:127.0.0.1:64751_r_qud%2Fmn c:collection1 s:shard3  x:collection1_shard3_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n2' (registry 'solr.core.collection1.shard3.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de691ea
   [junit4]   2> 843752 INFO  (qtp40552752-8835) [n:127.0.0.1:64751_r_qud%2Fmn c:collection1 s:shard3  x:collection1_shard3_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard3_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-2-001/cores/collection1_shard3_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001/shard-2-001/cores/c

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

sed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 895321 WARN  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]-SendThread(127.0.0.1:64719)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10061de20e10001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e10001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10061de20e10001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 895431 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> 	70	/solr/collections/repfacttest_c8n_1x3/terms/shard1
   [junit4]   2> 	7	/solr/collections/repfacttest_c8n_2x2/terms/shard1
   [junit4]   2> 	7	/solr/collections/repfacttest_c8n_2x2/terms/shard2
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/collections/repfacttest_c8n_2x2/state.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	3	/solr/collections/repfacttest_c8n_1x3/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard3
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	67	/solr/collections/repfacttest_c8n_1x3/state.json
   [junit4]   2> 	42	/solr/collections/collection1/state.json
   [junit4]   2> 	38	/solr/collections/repfacttest_c8n_2x2/state.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	81	/solr/overseer/queue
   [junit4]   2> 	24	/solr/live_nodes
   [junit4]   2> 	21	/solr/collections
   [junit4]   2> 	18	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 895440 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:64719
   [junit4]   2> 895440 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64719
   [junit4]   2> 895440 INFO  (TEST-ReplicationFactorTest.test-seed#[D0E9943E65934129]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64719
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ReplicationFactorTest -Dtests.method=test -Dtests.seed=D0E9943E65934129 -Dtests.slow=true -Dtests.locale=lag -Dtests.timezone=Europe/Prague -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   60.5s J2 | ReplicationFactorTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:64746/r_qud/mn: Underlying core creation failed while creating collection: repfacttest_c8n_2x2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D0E9943E65934129:58BDABE4CB6F2CD1]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1829)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1850)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1766)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.createCollectionWithRetry(ReplicationFactorTest.java:506)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.testRf2NotUsingDirectUpdates(ReplicationFactorTest.java:109)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:93)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.ReplicationFactorTest_D0E9943E65934129-001
   [junit4]   2> NOTE: test params are: codec=Lucene87, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=lag, timezone=Europe/Prague
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=149927408,total=349761536
   [junit4]   2> NOTE: All tests run in this JVM: [TestSha256AuthenticationProvider, CopyFieldTest, TestFreeTextSuggestions, ChaosMonkeySafeLeaderWithPullReplicasTest, ZkStateReaderTest, TestShardHandlerFactory, TestRequestStatusCollectionAPI, CachingDirectoryFactoryTest, LeaderElectionTest, SyncSliceTest, HttpPartitionOnCommitTest, SliceStateTest, MBeansHandlerTest, TestLeaderElectionWithEmptyReplica, TestSchemalessBufferedUpdates, SolrShardReporterTest, TestSolrCoreSnapshots, TestTlogReplica, TestUninvertingReader, TestExceedMaxTermLength, SuggesterWFSTTest, NodeLostTriggerIntegrationTest, MinimalSchemaTest, PeerSyncWithIndexFingerprintCachingTest, ConcurrentCreateRoutedAliasTest, TestSearchPerf, AtomicUpdateRemovalJavabinTest, TestDownShardTolerantSearch, TestCopyFieldCollectionResource, RangeFacetCloudTest, TestFieldCacheVsDocValues, TestMaxScoreQueryParser, TestPrepRecovery, SolrCmdDistributorTest, TestTrieFacet, RequiredFieldsTest, TestEmbeddedSolrServerAdminHandler, TestDocSet, TestDocumentBuilder, URLClassifyProcessorTest, SecurityHeadersTest, ZkDynamicConfigTest, SystemInfoHandlerTest, TestSimClusterStateProvider, SuggestComponentTest, TestSimPolicyCloud, DistributedFacetPivotWhiteBoxTest, TestFieldTypeCollectionResource, TestQueryUtils, TestSolrConfigHandlerConcurrent, TestSimExtremeIndexing, DistributedVersionInfoTest, OverseerModifyCollectionTest, TestCustomDocTransformer, TestIndexSearcher, TestInPlaceUpdatesStandalone, CollectionTooManyReplicasTest, TestMergePolicyConfig, TestDocBasedVersionConstraints, SSLMigrationTest, TestRandomFaceting, PolyFieldTest, TestSolrIndexConfig, RequestHandlersTest, AuthToolTest, TestCorePropertiesReload, TestSolrCloudWithSecureImpersonation, TestRemoteStreaming, ScriptEngineTest, TestCrossCoreJoin, TestNumericRangeQuery32, PKIAuthenticationIntegrationTest, HdfsUnloadDistributedZkTest, TestNonDefinedSimilarityFactory, ReplicationFactorTest]
   [junit4] Completed [343/920 (1!)] on J2 in 60.73s, 1 test, 1 error <<< FAILURES!

[...truncated 49614 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1567/consoleText

[repro] Revision: f1fccfbf7e84169330fc8df2fe2f56243cb8641a

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=ReplicationFactorTest -Dtests.method=test -Dtests.seed=D0E9943E65934129 -Dtests.slow=true -Dtests.locale=lag -Dtests.timezone=Europe/Prague -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       ReplicationFactorTest
[repro] ant compile-test

[...truncated 3454 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.ReplicationFactorTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=D0E9943E65934129 -Dtests.slow=true -Dtests.locale=lag -Dtests.timezone=Europe/Prague -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 86 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.ReplicationFactorTest
[repro] Exiting with code 0

[...truncated 93 lines...]

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-11.0.6) - Build # 1569 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1569/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Error from server at http://127.0.0.1:60721/suk/r: Underlying core creation failed while creating collection: c8n_1x2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:60721/suk/r: Underlying core creation failed while creating collection: c8n_1x2
	at __randomizedtesting.SeedInfo.seed([A0C4761F306F71F2:289049C59E931C0A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1829)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1850)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1766)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollectionRetry(AbstractFullDistribZkTestBase.java:2081)
	at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:214)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:135)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.OverseerTest.testReplay

Error Message:
Timeout waiting to see state for collection=collection1 :DocCollection(collection1//clusterstate.json/3)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "base_url":"http://127.0.0.1/solr",           "node_name":"node1",           "core":"core1",           "roles":"",           "state":"recovering"},         "core_node2":{           "base_url":"http://127.0.0.1/solr",           "node_name":"node1",           "core":"core2",           "roles":"",           "state":"recovering"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0",   "autoCreated":"true"}

Stack Trace:
java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=collection1 :DocCollection(collection1//clusterstate.json/3)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "base_url":"http://127.0.0.1/solr",
          "node_name":"node1",
          "core":"core1",
          "roles":"",
          "state":"recovering"},
        "core_node2":{
          "base_url":"http://127.0.0.1/solr",
          "node_name":"node1",
          "core":"core2",
          "roles":"",
          "state":"recovering"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true"}
	at __randomizedtesting.SeedInfo.seed([A0C4761F306F71F2:E80D7E5BDE5C0089]:0)
	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1766)
	at org.apache.solr.cloud.OverseerTest.testReplay(OverseerTest.java:1262)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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 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.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 2352 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/core/test/temp/junit4-J1-20201010_231943_1493959158930205650828.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/core/test/temp/junit4-J3-20201010_231943_15215086240625792121734.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/core/test/temp/junit4-J4-20201010_231943_1499957765810535211069.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/core/test/temp/junit4-J2-20201010_231943_15012703594362538888140.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/core/test/temp/junit4-J0-20201010_231943_14916371485065964256037.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 276 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/test-framework/test/temp/junit4-J4-20201010_232250_7376820996197394299996.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/test-framework/test/temp/junit4-J2-20201010_232250_7349013719885385409381.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/test-framework/test/temp/junit4-J3-20201010_232250_73417674314008549706681.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 22 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/test-framework/test/temp/junit4-J1-20201010_232250_7342966651416761485483.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/test-framework/test/temp/junit4-J0-20201010_232250_73414872065920108685904.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1122 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/common/test/temp/junit4-J3-20201010_232321_3784441719996431660626.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/common/test/temp/junit4-J0-20201010_232321_37714006802386549669110.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/common/test/temp/junit4-J1-20201010_232321_37710839162774727586450.syserr
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/common/test/temp/junit4-J4-20201010_232321_38212132942996415574546.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/common/test/temp/junit4-J2-20201010_232321_3772673281141990761754.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 253 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J3-20201010_232400_3256162756765745768389.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J1-20201010_232400_3252335056907278217274.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J0-20201010_232400_3252314891874237597237.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J2-20201010_232400_3255633787402233258587.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J4-20201010_232400_326997429382946677540.syserr
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 238 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J3-20201010_232408_29718408238316939007627.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] Suite: org.apache.lucene.analysis.ja.TestJapaneseNumberFilterFactory
   [junit4] Completed [21/22] on J1 in 0.51s, 2 tests
   [junit4] 
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J4-20201010_232408_2982052398746720014693.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20201010_232408_29614526614470958660781.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20201010_232408_29617811584873601244612.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20201010_232408_29610140989344712904740.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 166 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J1-20201010_232416_2446554810939283068149.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J0-20201010_232416_2449886809566297007297.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J2-20201010_232416_24413318088687950199961.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 194 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J2-20201010_232420_60612770620093775666.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J4-20201010_232420_60714814564563524205055.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J0-20201010_232420_60517556155402362204156.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J1-20201010_232420_6052149423699812402764.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J3-20201010_232420_60715474673579747153486.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 171 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J3-20201010_232427_005750965671529904182.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J4-20201010_232427_00715449525683900328002.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J0-20201010_232427_00515385809742533654367.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J2-20201010_232427_00512629000396146106126.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J1-20201010_232427_0058348159399603876713.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 179 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J2-20201010_232431_58116820068486926536987.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J3-20201010_232431_5819787224292495025621.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J0-20201010_232431_5814259344770298839643.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J4-20201010_232431_5819481869737271182903.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J1-20201010_232431_5819193590835759607877.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 165 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J0-20201010_232437_67915928302232717721024.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J1-20201010_232437_67910453095445023609292.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 163 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J2-20201010_232440_7019375197618648342883.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J3-20201010_232440_70111436817201682373748.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J0-20201010_232440_6999367468212470554858.syserr
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J1-20201010_232440_70015095093491756733554.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 216 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J0-20201010_232444_614520752333477066161.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J1-20201010_232444_6145038403795774881479.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J3-20201010_232444_61515867010207213980433.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J2-20201010_232444_61415529430826659675448.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 22 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J4-20201010_232444_6173150315738509420358.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 1383 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/benchmark/test/temp/junit4-J2-20201010_232620_7177959385139429101477.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/benchmark/test/temp/junit4-J1-20201010_232620_71711792686343766976660.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/benchmark/test/temp/junit4-J4-20201010_232620_7189648248666354334828.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/benchmark/test/temp/junit4-J0-20201010_232620_71610602187824996561189.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/benchmark/test/temp/junit4-J3-20201010_232620_7184676946779508970587.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 237 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/classification/test/temp/junit4-J3-20201010_232634_89715883566645331676354.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/classification/test/temp/junit4-J2-20201010_232634_8959908271104402696958.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/classification/test/temp/junit4-J1-20201010_232634_894651626701497395817.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/classification/test/temp/junit4-J4-20201010_232634_89715170190879531490183.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/classification/test/temp/junit4-J0-20201010_232634_89413151549232073696929.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 305 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/codecs/test/temp/junit4-J1-20201010_232642_4612930259981639832663.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/codecs/test/temp/junit4-J0-20201010_232642_46117947393467096632352.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 35 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/codecs/test/temp/junit4-J4-20201010_232642_46312021062564745963102.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/codecs/test/temp/junit4-J2-20201010_232642_46111229082461905469094.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/codecs/test/temp/junit4-J3-20201010_232642_46215207981684015990504.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 233 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/demo/test/temp/junit4-J3-20201010_232735_54710489713542257050982.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/demo/test/temp/junit4-J1-20201010_232735_5477573247565014507754.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/demo/test/temp/junit4-J2-20201010_232735_5472467074702464505062.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/demo/test/temp/junit4-J0-20201010_232735_5474637236358051013893.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/demo/test/temp/junit4-J4-20201010_232735_5491827449431459158370.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 170 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/expressions/test/temp/junit4-J3-20201010_232740_4894557470280733615842.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/expressions/test/temp/junit4-J2-20201010_232740_48814221481222738431923.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/expressions/test/temp/junit4-J1-20201010_232740_48812954385825355474572.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/expressions/test/temp/junit4-J4-20201010_232740_4907748442654163095639.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/expressions/test/temp/junit4-J0-20201010_232740_48814544489227652150538.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 242 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/facet/test/temp/junit4-J0-20201010_232746_14111224233346745888832.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/facet/test/temp/junit4-J1-20201010_232746_1414469512545563838457.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/facet/test/temp/junit4-J4-20201010_232746_1432150955978470986642.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/facet/test/temp/junit4-J2-20201010_232746_14115741084775783321161.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/facet/test/temp/junit4-J3-20201010_232746_1424813282955795091875.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 212 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/grouping/test/temp/junit4-J4-20201010_232800_51811207315652876518634.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/grouping/test/temp/junit4-J0-20201010_232800_51711704457991608551132.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/grouping/test/temp/junit4-J3-20201010_232800_51916986822560880419450.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/grouping/test/temp/junit4-J2-20201010_232800_51716206541720226136377.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/grouping/test/temp/junit4-J1-20201010_232800_51716371944090102182436.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 251 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/highlighter/test/temp/junit4-J1-20201010_232808_7691110860648733108354.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/highlighter/test/temp/junit4-J3-20201010_232808_7756153379896636331414.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/highlighter/test/temp/junit4-J4-20201010_232808_7755577279698343465646.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/highlighter/test/temp/junit4-J0-20201010_232808_76916568849438307657302.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/highlighter/test/temp/junit4-J2-20201010_232808_76910691703067292689759.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 172 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/join/test/temp/junit4-J0-20201010_232821_8425786678323409217277.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/join/test/temp/junit4-J4-20201010_232821_8442607135620016201418.syserr
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/join/test/temp/junit4-J2-20201010_232821_8429293287408272980995.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/join/test/temp/junit4-J1-20201010_232821_8429369579015636822658.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/join/test/temp/junit4-J3-20201010_232821_8442773416574567231148.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 303 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/luke/test/temp/junit4-J1-20201010_232832_0172740374699967693438.syserr
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/luke/test/temp/junit4-J0-20201010_232832_0177777585925518430651.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/luke/test/temp/junit4-J4-20201010_232832_01917941967010530586679.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/luke/test/temp/junit4-J2-20201010_232832_0176161460356532090527.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/luke/test/temp/junit4-J3-20201010_232832_0185091738633760717984.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/memory/test/temp/junit4-J0-20201010_232840_8731872054224938904542.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/memory/test/temp/junit4-J1-20201010_232840_8737502893348899510410.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 192 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/misc/test/temp/junit4-J4-20201010_232844_988118984835807534780.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/misc/test/temp/junit4-J2-20201010_232844_9877299888738733198681.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/misc/test/temp/junit4-J3-20201010_232844_9888157994536662928343.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/misc/test/temp/junit4-J0-20201010_232844_9877404719468803900235.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/misc/test/temp/junit4-J1-20201010_232844_98717970197541243691082.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 264 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/monitor/test/temp/junit4-J2-20201010_232854_61310316403991319500683.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/monitor/test/temp/junit4-J1-20201010_232854_6139747545005559262678.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/monitor/test/temp/junit4-J4-20201010_232854_6155736348274941942319.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/monitor/test/temp/junit4-J0-20201010_232854_61316809022157418196340.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/monitor/test/temp/junit4-J3-20201010_232854_61514364702123762251251.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 251 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queries/test/temp/junit4-J1-20201010_232904_48210433519506195187166.syserr
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queries/test/temp/junit4-J4-20201010_232904_48417995157466045760159.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queries/test/temp/junit4-J2-20201010_232904_48212657057414127468424.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queries/test/temp/junit4-J3-20201010_232904_4841469570338249016438.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queries/test/temp/junit4-J0-20201010_232904_48210370383062645487808.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 231 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queryparser/test/temp/junit4-J1-20201010_232914_7942307382430505660983.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queryparser/test/temp/junit4-J2-20201010_232914_7943657308979208251162.syserr
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queryparser/test/temp/junit4-J3-20201010_232914_7954052728185820006928.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queryparser/test/temp/junit4-J4-20201010_232914_79615140983817075677041.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queryparser/test/temp/junit4-J0-20201010_232914_79417703405842029286911.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 196 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/replicator/test/temp/junit4-J0-20201010_232924_9543301319368708698710.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/replicator/test/temp/junit4-J1-20201010_232924_95412243395734757325797.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/replicator/test/temp/junit4-J4-20201010_232924_95512855980795230182654.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/replicator/test/temp/junit4-J3-20201010_232924_95515733784682243201337.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 23 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/replicator/test/temp/junit4-J2-20201010_232924_9548692912267786662477.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 200 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/sandbox/test/temp/junit4-J1-20201010_232941_96217278372212551353759.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/sandbox/test/temp/junit4-J2-20201010_232941_96211799474459356304402.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/sandbox/test/temp/junit4-J4-20201010_232941_96411962484919418869006.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/sandbox/test/temp/junit4-J0-20201010_232941_96215240670952875673018.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/sandbox/test/temp/junit4-J3-20201010_232941_96315295259718497109191.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 286 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J3-20201010_232954_1884841488819861517703.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J0-20201010_232954_1862741393993472315646.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J4-20201010_232954_1894493150568803298174.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J1-20201010_232954_1862603560096486518442.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J2-20201010_232954_18818308975230937840946.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 197 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial3d/test/temp/junit4-J3-20201010_233019_9448290431052212253467.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial3d/test/temp/junit4-J2-20201010_233019_9436046637491688246615.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial3d/test/temp/junit4-J0-20201010_233019_94311926619799690329660.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial3d/test/temp/junit4-J4-20201010_233019_94411317729545977204633.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial3d/test/temp/junit4-J1-20201010_233019_9431679421706027703334.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 258 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/suggest/test/temp/junit4-J3-20201010_233030_19815920920973411763830.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/suggest/test/temp/junit4-J4-20201010_233030_19914023025106451781110.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/suggest/test/temp/junit4-J1-20201010_233030_1962651220138613975363.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/suggest/test/temp/junit4-J2-20201010_233030_1985379147779815370531.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/suggest/test/temp/junit4-J0-20201010_233030_195540446950099348184.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 2097 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> 300072 INFO  (SUITE-HttpPartitionTest-seed#[A0C4761F306F71F2]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 300072 INFO  (SUITE-HttpPartitionTest-seed#[A0C4761F306F71F2]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 300073 INFO  (SUITE-HttpPartitionTest-seed#[A0C4761F306F71F2]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionTest_A0C4761F306F71F2-001/data-dir-49-001
   [junit4]   2> 300073 INFO  (SUITE-HttpPartitionTest-seed#[A0C4761F306F71F2]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 300074 INFO  (SUITE-HttpPartitionTest-seed#[A0C4761F306F71F2]-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") w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 300074 INFO  (SUITE-HttpPartitionTest-seed#[A0C4761F306F71F2]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /suk/r
   [junit4]   2> 300077 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 300078 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 300078 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 300081 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 300186 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer start zk server on port: 60645
   [junit4]   2> 300186 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:60645
   [junit4]   2> 300186 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60645
   [junit4]   2> 300186 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60645
   [junit4]   2> 300190 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 300198 INFO  (zkConnectionManagerCallback-2166-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 300198 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 300207 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 300218 INFO  (zkConnectionManagerCallback-2168-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 300219 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 300229 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 300233 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 300237 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 300240 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 300244 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 300252 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 300256 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 300266 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 300284 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 300295 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 300304 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 300311 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 301027 WARN  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 301027 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 301027 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 301027 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 301031 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 301031 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 301031 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 301033 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73a04a41{/suk/r,null,AVAILABLE}
   [junit4]   2> 301041 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@447b9adb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:60666}
   [junit4]   2> 301041 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.e.j.s.Server Started @301119ms
   [junit4]   2> 301041 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/suk/r, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionTest_A0C4761F306F71F2-001/tempDir-001/control/data, hostPort=60665, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionTest_A0C4761F306F71F2-001/control-001/cores}
   [junit4]   2> 301042 ERROR (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 301042 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 301042 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 301042 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 301042 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 301042 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-10T23:36:28.933664Z
   [junit4]   2> 301044 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301057 INFO  (zkConnectionManagerCallback-2170-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301058 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301081 WARN  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]-SendThread(127.0.0.1:60645)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10064f238940002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10064f238940002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10064f238940002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 301187 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 301188 INFO  (TEST-HttpPartitionTest.test-seed#[A0C4761F306F71F2]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.HttpPartitionTest_A0C4761F306F71F2-001/control-001/solr.xml
 

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

re release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J0-20201011_002623_7403354734627112845699.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J1-20201011_002623_7401458467420852953935.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J3-20201011_002623_74316372400362704779207.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 677 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J3-20201011_002649_91210133469906472197110.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J4-20201011_002649_91318411780637674923654.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20201011_002649_90815483066323779034270.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20201011_002649_90914800513315655685014.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20201011_002649_9085162614013034735170.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 579 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J0-20201011_002754_72213016137426012978915.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J1-20201011_002754_72313283442614452548316.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J3-20201011_002754_7281797398845861261682.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J2-20201011_002754_72316416662913897208483.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 565 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20201011_002830_20412099380080965692221.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 38133 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1569/consoleText

[repro] Revision: f1fccfbf7e84169330fc8df2fe2f56243cb8641a

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC"
[repro] Repro line:  ant test  -Dtestcase=HttpPartitionTest -Dtests.method=test -Dtests.seed=A0C4761F306F71F2 -Dtests.slow=true -Dtests.locale=ewo-CM -Dtests.timezone=ART -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=OverseerTest -Dtests.method=testReplay -Dtests.seed=A0C4761F306F71F2 -Dtests.slow=true -Dtests.locale=en-US -Dtests.timezone=America/Nome -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       OverseerTest
[repro]       HttpPartitionTest
[repro] ant compile-test

[...truncated 3454 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.OverseerTest|*.HttpPartitionTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC" -Dtests.seed=A0C4761F306F71F2 -Dtests.slow=true -Dtests.locale=en-US -Dtests.timezone=America/Nome -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 123 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/temp/junit4-J4-20201011_003518_37213378411397354652859.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 4 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/temp/junit4-J1-20201011_003518_36717692200715231850462.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 4 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20201011_003518_36910685703535584209317.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 4 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/temp/junit4-J2-20201011_003518_367799681083580384976.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 4 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/temp/junit4-J3-20201011_003518_37018042542635348229577.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 27 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.HttpPartitionTest
[repro]   0/5 failed: org.apache.solr.cloud.OverseerTest
[repro] Exiting with code 0

[...truncated 93 lines...]

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk1.8.0) - Build # 1568 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1568/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Test abandoned because suite timeout was reached.

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


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

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

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




Build Log:
[...truncated 14557 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 783891 INFO  (SUITE-BasicDistributedZkTest-seed#[E50E6CE9CAD772DF]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 783891 INFO  (SUITE-BasicDistributedZkTest-seed#[E50E6CE9CAD772DF]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 783892 INFO  (SUITE-BasicDistributedZkTest-seed#[E50E6CE9CAD772DF]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/data-dir-84-001
   [junit4]   2> 783892 WARN  (SUITE-BasicDistributedZkTest-seed#[E50E6CE9CAD772DF]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 783892 INFO  (SUITE-BasicDistributedZkTest-seed#[E50E6CE9CAD772DF]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 783897 INFO  (SUITE-BasicDistributedZkTest-seed#[E50E6CE9CAD772DF]-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) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 783897 INFO  (SUITE-BasicDistributedZkTest-seed#[E50E6CE9CAD772DF]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /xa_/
   [junit4]   2> 783900 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 783900 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 783900 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 783902 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 784000 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer start zk server on port: 53783
   [junit4]   2> 784000 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:53783
   [junit4]   2> 784000 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53783
   [junit4]   2> 784000 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53783
   [junit4]   2> 784006 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 784024 INFO  (zkConnectionManagerCallback-5640-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 784024 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 784046 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 784054 INFO  (zkConnectionManagerCallback-5642-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 784054 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 784064 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 784076 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 784079 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 784088 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 784097 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 784103 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 784113 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 784120 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 784133 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 784153 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 784167 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 784181 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 784900 WARN  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 784900 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 784900 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 784900 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 784905 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 784905 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 784905 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 784906 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47ee8534{/xa_,null,AVAILABLE}
   [junit4]   2> 784907 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@45d26c4f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53795}
   [junit4]   2> 784907 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.e.j.s.Server Started @785028ms
   [junit4]   2> 784907 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/tempDir-001/control/data, replicaType=NRT, hostContext=/xa_, hostPort=53795, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/control-001/cores}
   [junit4]   2> 784908 ERROR (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 784908 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 784908 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 784908 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 784908 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 784908 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-10T16:46:06.053Z
   [junit4]   2> 784910 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 784914 INFO  (zkConnectionManagerCallback-5644-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 784914 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 784920 WARN  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]-SendThread(127.0.0.1:53783)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100637a81460002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 785021 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 785021 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/control-001/solr.xml
   [junit4]   2> 785034 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 785034 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 785036 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 785121 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 785122 WARN  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4df9bede[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 785122 WARN  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4df9bede[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 785127 WARN  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@31b169fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 785127 WARN  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@31b169fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 785128 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53783/solr
   [junit4]   2> 785129 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 785132 INFO  (zkConnectionManagerCallback-5654-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 785133 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 785135 WARN  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]-SendThread(127.0.0.1:53783)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100637a81460003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 785247 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [n:127.0.0.1:53795_xa_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 785250 INFO  (zkConnectionManagerCallback-5656-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 785250 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [n:127.0.0.1:53795_xa_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 785488 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [n:127.0.0.1:53795_xa_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53795_xa_
   [junit4]   2> 785490 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [n:127.0.0.1:53795_xa_     ] o.a.s.c.Overseer Overseer (id=72166971843936260-127.0.0.1:53795_xa_-n_0000000000) starting
   [junit4]   2> 785506 INFO  (OverseerStateUpdate-72166971843936260-127.0.0.1:53795_xa_-n_0000000000) [n:127.0.0.1:53795_xa_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:53795_xa_
   [junit4]   2> 785508 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [n:127.0.0.1:53795_xa_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53795_xa_
   [junit4]   2> 785513 INFO  (zkCallback-5655-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 785519 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [n:127.0.0.1:53795_xa_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 785519 WARN  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [n:127.0.0.1:53795_xa_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 785565 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [n:127.0.0.1:53795_xa_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 785594 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [n:127.0.0.1:53795_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 785600 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [n:127.0.0.1:53795_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 785600 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [n:127.0.0.1:53795_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 785601 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [n:127.0.0.1:53795_xa_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/control-001/cores
   [junit4]   2> 785629 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 785632 INFO  (zkConnectionManagerCallback-5673-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 785632 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 785635 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 785638 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53783/solr ready
   [junit4]   2> 785641 INFO  (qtp602785061-8955) [n:127.0.0.1:53795_xa_     ] 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:53795_xa_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 785649 INFO  (OverseerThreadFactory-5663-thread-1-processing-n:127.0.0.1:53795_xa_) [n:127.0.0.1:53795_xa_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 785778 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_    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> 785778 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 786841 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 786885 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 787035 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 787122 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 787123 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 787123 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 787127 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1937954174839021]
   [junit4]   2> 787134 WARN  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 787234 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 787234 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 787236 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 787236 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 787237 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=27.73046875, floorSegmentMB=1.9580078125, forceMergeDeletesPctAllowed=21.080453886319813, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=44.70053499444174
   [junit4]   2> 787242 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 787243 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 787243 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 787243 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1680184042730815488
   [junit4]   2> 787247 INFO  (searcherExecutor-5675-thread-1-processing-n:127.0.0.1:53795_xa_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 787258 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 787258 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 787273 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 787273 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 787273 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53795/xa_/control_collection_shard1_replica_n1/
   [junit4]   2> 787275 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 787276 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:53795/xa_/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 787276 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72166971843936260-core_node2-n_0000000000
   [junit4]   2> 787282 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53795/xa_/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 787390 INFO  (zkCallback-5655-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 787394 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 787407 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1629
   [junit4]   2> 787415 INFO  (qtp602785061-8955) [n:127.0.0.1:53795_xa_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 787508 INFO  (zkCallback-5655-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 787508 INFO  (zkCallback-5655-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 787511 INFO  (qtp602785061-8955) [n:127.0.0.1:53795_xa_     ] 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:53795_xa_&wt=javabin&version=2} status=0 QTime=1870
   [junit4]   2> 787511 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 787520 WARN  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]-SendThread(127.0.0.1:53783)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100637a81460005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 787627 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 787630 INFO  (zkConnectionManagerCallback-5684-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 787630 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 787634 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 787639 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53783/solr ready
   [junit4]   2> 787639 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 787641 INFO  (qtp602785061-8955) [n:127.0.0.1:53795_xa_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 787656 INFO  (OverseerCollectionConfigSetProcessor-72166971843936260-127.0.0.1:53795_xa_-n_0000000000) [n:127.0.0.1:53795_xa_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 787663 INFO  (OverseerThreadFactory-5663-thread-2-processing-n:127.0.0.1:53795_xa_) [n:127.0.0.1:53795_xa_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 787884 WARN  (OverseerThreadFactory-5663-thread-2-processing-n:127.0.0.1:53795_xa_) [n:127.0.0.1:53795_xa_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 787890 INFO  (qtp602785061-8955) [n:127.0.0.1:53795_xa_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 787895 INFO  (qtp602785061-8955) [n:127.0.0.1:53795_xa_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=254
   [junit4]   2> 787900 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 787900 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 787900 INFO  (watches-5681-thread-1) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 787900 INFO  (watches-5681-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 787902 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 787902 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 787906 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 787906 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 787906 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 788699 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-1-001 of type NRT for shard2
   [junit4]   2> 788700 WARN  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 788700 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 788700 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 788700 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 788702 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 788702 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 788702 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 788702 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48c9b1c2{/xa_,null,AVAILABLE}
   [junit4]   2> 788703 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@75875736{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53836}
   [junit4]   2> 788703 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.Server Started @788824ms
   [junit4]   2> 788703 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/xa_, hostPort=53836, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-1-001/cores}
   [junit4]   2> 788703 ERROR (closeThreadPool-5685-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 788703 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 788703 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 788703 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 788703 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 788703 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-10T16:46:09.848Z
   [junit4]   2> 788704 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 788707 INFO  (zkConnectionManagerCallback-5687-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 788707 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 788710 WARN  (closeThreadPool-5685-thread-1-SendThread(127.0.0.1:53783)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100637a81460007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 788813 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 788813 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-1-001/solr.xml
   [junit4]   2> 788820 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 788820 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 788821 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 788902 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 788904 WARN  (closeThreadPool-5685-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@684038a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 788904 WARN  (closeThreadPool-5685-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@684038a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 788914 WARN  (closeThreadPool-5685-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4708b8a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 788914 WARN  (closeThreadPool-5685-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4708b8a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 788920 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53783/solr
   [junit4]   2> 788921 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 788925 INFO  (zkConnectionManagerCallback-5697-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 788926 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 788931 WARN  (closeThreadPool-5685-thread-1-SendThread(127.0.0.1:53783)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100637a81460008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 789040 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 789043 INFO  (zkConnectionManagerCallback-5699-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789044 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 789078 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 789107 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.c.ZkController Publish node=127.0.0.1:53836_xa_ as DOWN
   [junit4]   2> 789113 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 789113 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53836_xa_
   [junit4]   2> 789123 INFO  (zkCallback-5655-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 789124 INFO  (zkCallback-5683-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 789126 INFO  (zkCallback-5698-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 789145 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 789149 WARN  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 789205 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 789261 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 789272 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 789272 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 789274 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53836_xa_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-1-001/cores
   [junit4]   2> 789312 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:53836_xa_
   [junit4]   2> 789467 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 789472 WARN  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 789472 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 789473 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 789473 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 789477 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 789477 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 789477 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 789479 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55e4e484{/xa_,null,AVAILABLE}
   [junit4]   2> 789480 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2a143507{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53843}
   [junit4]   2> 789480 INFO  (closeThreadPool-5685-thread-1) [     ] o.e.j.s.Server Started @789601ms
   [junit4]   2> 789480 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/xa_, hostPort=53843, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-2-001/cores}
   [junit4]   2> 789481 ERROR (closeThreadPool-5685-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 789481 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 789481 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 789481 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 789481 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 789481 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-10T16:46:10.626Z
   [junit4]   2> 789482 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 789486 INFO  (zkConnectionManagerCallback-5709-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789486 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 789489 WARN  (closeThreadPool-5685-thread-1-SendThread(127.0.0.1:53783)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100637a8146000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100637a8146000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100637a8146000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 789597 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 789597 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-2-001/solr.xml
   [junit4]   2> 789610 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 789610 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 789623 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 789679 INFO  (OverseerCollectionConfigSetProcessor-72166971843936260-127.0.0.1:53795_xa_-n_0000000000) [n:127.0.0.1:53795_xa_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 789866 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 789868 WARN  (closeThreadPool-5685-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@fd0f6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 789868 WARN  (closeThreadPool-5685-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@fd0f6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 789879 WARN  (closeThreadPool-5685-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@a02e67d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 789879 WARN  (closeThreadPool-5685-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@a02e67d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 789880 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53783/solr
   [junit4]   2> 789882 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 789885 INFO  (zkConnectionManagerCallback-5719-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789886 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 789892 WARN  (closeThreadPool-5685-thread-1-SendThread(127.0.0.1:53783)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100637a8146000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100637a8146000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100637a8146000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 789997 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 790000 INFO  (zkConnectionManagerCallback-5721-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 790000 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 790040 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 790074 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.c.ZkController Publish node=127.0.0.1:53843_xa_ as DOWN
   [junit4]   2> 790085 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 790085 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53843_xa_
   [junit4]   2> 790092 INFO  (zkCallback-5655-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 790094 INFO  (zkCallback-5683-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 790094 INFO  (zkCallback-5698-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 790094 INFO  (zkCallback-5720-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 790127 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 790128 WARN  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 790185 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-3-001 of type NRT for shard2
   [junit4]   2> 790200 WARN  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 790200 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 790200 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 790200 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 790203 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 790203 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 790203 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 790204 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e114cac{/xa_,null,AVAILABLE}
   [junit4]   2> 790204 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3e3240a6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53851}
   [junit4]   2> 790204 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.Server Started @790325ms
   [junit4]   2> 790204 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/xa_, hostPort=53851, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-3-001/cores}
   [junit4]   2> 790205 ERROR (closeThreadPool-5685-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 790205 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 790205 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 790205 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 790205 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 790205 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-10T16:46:11.350Z
   [junit4]   2> 790206 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 790207 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 790209 INFO  (zkConnectionManagerCallback-5730-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 790210 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 790212 WARN  (closeThreadPool-5685-thread-2-SendThread(127.0.0.1:53783)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100637a8146000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100637a8146000d, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100637a8146000d, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 790261 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 790265 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 790265 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 790278 INFO  (closeThreadPool-5685-thread-1) [n:127.0.0.1:53843_xa_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-2-001/cores
   [junit4]   2> 790315 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 790315 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-3-001/solr.xml
   [junit4]   2> 790323 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 790323 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 790323 INFO  (closeThreadPool-5685-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:53843_xa_
   [junit4]   2> 790324 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 790472 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 790475 WARN  (closeThreadPool-5685-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@16b74fe0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 790475 WARN  (closeThreadPool-5685-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@16b74fe0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 790483 WARN  (closeThreadPool-5685-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@79a99e77[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 790484 WARN  (closeThreadPool-5685-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@79a99e77[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 790485 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53783/solr
   [junit4]   2> 790488 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 790492 INFO  (zkConnectionManagerCallback-5741-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 790492 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 790499 WARN  (closeThreadPool-5685-thread-2-SendThread(127.0.0.1:53783)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100637a8146000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100637a8146000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100637a8146000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 790608 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 790612 INFO  (zkConnectionManagerCallback-5743-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 790612 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 790652 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 790694 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.c.ZkController Publish node=127.0.0.1:53851_xa_ as DOWN
   [junit4]   2> 790699 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 790699 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53851_xa_
   [junit4]   2> 790707 INFO  (zkCallback-5698-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 790707 INFO  (zkCallback-5655-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 790707 INFO  (zkCallback-5683-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 790707 INFO  (zkCallback-5742-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 790707 INFO  (zkCallback-5720-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 790721 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 790722 WARN  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 790759 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 790788 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 790800 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 790800 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 790801 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53851_xa_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-3-001/cores
   [junit4]   2> 790896 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:53851_xa_
   [junit4]   2> 791322 INFO  (TEST-BasicDistributedZkTest.test-seed#[E50E6CE9CAD772DF]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 791323 WARN  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 791323 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 791323 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 791323 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 791336 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 791336 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 791336 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 791344 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@578da857{/xa_,null,AVAILABLE}
   [junit4]   2> 791354 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4d363c91{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53858}
   [junit4]   2> 791354 INFO  (closeThreadPool-5685-thread-2) [     ] o.e.j.s.Server Started @791475ms
   [junit4]   2> 791354 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/xa_, hostPort=53858, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-4-001/cores}
   [junit4]   2> 791354 ERROR (closeThreadPool-5685-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 791354 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 791355 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.7.0
   [junit4]   2> 791355 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 791355 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 791355 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-10T16:46:12.500Z
   [junit4]   2> 791357 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 791360 INFO  (zkConnectionManagerCallback-5753-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 791361 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 791366 WARN  (closeThreadPool-5685-thread-2-SendThread(127.0.0.1:53783)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100637a81460010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460010, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460010, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 791467 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 791467 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-4-001/solr.xml
   [junit4]   2> 791477 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 791477 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 791478 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 791575 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 791583 WARN  (closeThreadPool-5685-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6bb988f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 791583 WARN  (closeThreadPool-5685-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6bb988f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 791607 WARN  (closeThreadPool-5685-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6cea60a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 791607 WARN  (closeThreadPool-5685-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6cea60a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 791608 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53783/solr
   [junit4]   2> 791616 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 791617 INFO  (zkConnectionManagerCallback-5763-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 791618 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 791626 WARN  (closeThreadPool-5685-thread-2-SendThread(127.0.0.1:53783)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100637a81460011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460011, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100637a81460011, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 791733 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 791738 INFO  (zkConnectionManagerCallback-5765-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 791738 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 791780 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 791820 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.c.ZkController Publish node=127.0.0.1:53858_xa_ as DOWN
   [junit4]   2> 791828 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 791828 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53858_xa_
   [junit4]   2> 791833 INFO  (zkCallback-5683-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 791833 INFO  (zkCallback-5698-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 791833 INFO  (zkCallback-5742-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 791833 INFO  (zkCallback-5655-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 791833 INFO  (zkCallback-5764-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 791833 INFO  (zkCallback-5720-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 791846 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 791847 WARN  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 791891 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 791942 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 791955 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 791955 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f372eff
   [junit4]   2> 791956 INFO  (closeThreadPool-5685-thread-2) [n:127.0.0.1:53858_xa_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_E50E6CE9CAD772DF-001/shard-4-001/cores
   [junit4]   2> 792005 INFO  (closeThreadPool-5685-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:53858_xa_
   [junit4]   2> 792023 INFO  (qtp602785061-8955) [n:127.0.0.1:53795_xa_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53843_xa_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 792023 INFO  (qtp602785061-8957) [n:127.0.0.1:53795_xa_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53851_xa_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 792023 INFO  (qtp602785061-8954) [n:127.0.0.1:53795_xa_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53858_xa_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 792023 INFO  (qtp602785061-8956) [n:127.0.0.1:53795_xa_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53836_xa_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 792045 INFO  (OverseerThreadFactory-5663-thread-4-processing-n:127.0.0.1:53795_xa_) [n:127.0.0.1:53795_xa_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:53843_xa_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 792047 INFO  (OverseerThreadFactory-5663-thread-3-processing-n:127.0.0.1:53795_xa_) [n:127.0.0.1:53795_xa_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:53851_xa_ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 792051 INFO  (OverseerThreadFactory-5663-thread-4-processing-n:127.0.0.1:53795_xa_) [n:127.0.0.1:53795_xa_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 792053 INFO  (OverseerThreadFactory-5663-thread-3-processing-n:127.0.0.1:53795_xa_) [n:127.0.0.1:53795_xa_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 792060 INFO  (qtp1647547201-9043) [n:127.0.0.1:53843_xa_    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 792063 INFO  (qtp973984575-9068) [n:127.0.0.1:53851_xa_    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 793107 INFO  (qtp1647547201-9043) [n:127.0.0.1:53843_xa_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 793107 INFO  (qtp973984575-9068) [n:127.0.0.1:53851_xa_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 793137 INFO  (qtp973984575-9068) [n:127.0.0.1:53851_xa_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 793138 INFO  (qtp1647547201-9043) [n:127.0.0.1:53843_xa_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 793414 INFO  (qtp973984575-9068) [n:127.0.0.1:53851_xa_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 793439 INFO  (qtp1647547201-9043) [n:127.0.0.1:53843_xa_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 793540 INFO  (qtp973984575-9068) [n:127.0.0.1:53851_xa_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 793541 INFO  (qtp973984575-9068) [n:127.0.0.1:53851_xa_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.su

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

dThread(127.0.0.1:53783), state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:362)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1193)
   [junit4]   2>   170) Thread[id=9144, name=zkCallback-5720-thread-3, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]   2>         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]   2>         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>   171) Thread[id=9204, name=h2sc-5760-thread-2, state=WAITING, group=TGRP-BasicDistributedZkTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>   172) Thread[id=9118, name=zkCallback-5764-thread-1, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]   2>         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]   2>         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {other_tl1=Lucene84, range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), SubjectTerms_mfacet=Lucene84, n_l1=BlockTreeOrds(blocksize=128), multiDefault=BlockTreeOrds(blocksize=128), intDefault=Lucene84, n_td1=Lucene84, n_d1=BlockTreeOrds(blocksize=128), range_facet_l=BlockTreeOrds(blocksize=128), n_f1=Lucene84, n_tl1=Lucene84, oddField_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), n_tf1=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), text=PostingsFormat(name=LuceneVarGapFixedInterval), t_sortable=PostingsFormat(name=LuceneVarGapDocFreqInterval), timestamp=BlockTreeOrds(blocksize=128), foo_i=Lucene84, val_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), _root_=Lucene84, n_dt1=Lucene84, a_i1=BlockTreeOrds(blocksize=128), n_ti1=PostingsFormat(name=LuceneVarGapDocFreqInterval), rnd_b=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_b=PostingsFormat(name=LuceneVarGapFixedInterval), n_tdt1=Lucene84, id_i1=Lucene84, foo_d=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_i_dv=BlockTreeOrds(blocksize=128), foo_f=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{foo_i=DocValuesFormat(name=Lucene80), other_tl1=DocValuesFormat(name=Lucene80), range_facet_l_dv=DocValuesFormat(name=Lucene80), n_l1=DocValuesFormat(name=Asserting), val_i=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Lucene80), n_dt1=DocValuesFormat(name=Lucene80), a_i1=DocValuesFormat(name=Asserting), n_td1=DocValuesFormat(name=Lucene80), n_d1=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Asserting), n_f1=DocValuesFormat(name=Lucene80), n_ti1=DocValuesFormat(name=Lucene80), n_tl1=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), n_tf1=DocValuesFormat(name=Asserting), n_tdt1=DocValuesFormat(name=Lucene80), id_i1=DocValuesFormat(name=Lucene80), foo_d=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Lucene80), t_sortable=DocValuesFormat(name=Lucene80), foo_f=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=702, maxMBSortInHeap=7.312168843109246, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=th-TH, timezone=America/Rosario
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=210,free=207004832,total=393199616
   [junit4]   2> NOTE: All tests run in this JVM: [ConvertedLegacyTest, MinimalSchemaTest, TestCustomDocTransformer, ZkStateReaderTest, CollectionTooManyReplicasTest, ExecutePlanActionTest, TestDocBasedVersionConstraints, TestPolicyCloud, TestDFRSimilarityFactory, DynamicMapsTest, RangeFacetCloudTest, TestLuceneMatchVersion, TestSchemalessBufferedUpdates, SolrShardReporterTest, AuthToolTest, LegacyCloudClusterPropTest, TestLeaderElectionWithEmptyReplica, OverseerModifyCollectionTest, TestIndexSearcher, HighlighterTest, URLClassifyProcessorTest, TestRequestStatusCollectionAPI, DeleteStatusTest, SimpleFacetsTest, SSLMigrationTest, TestSolrJacksonAnnotation, TestFieldTypeCollectionResource, CoreAdminHandlerTest, TestSimClusterStateProvider, TestCollapseQParserPlugin, TestSolrIndexConfig, TestFieldCacheVsDocValues, TestDocSet, IndexSchemaTest, DistributedSpellCheckComponentTest, TestSimExtremeIndexing, BaseCdcrDistributedZkTest, SuggesterWFSTTest, TestSolrQueryParser, TestCloudRecovery2, MoreLikeThisComponentTest, TestReqParamsAPI, SecurityHeadersTest, UpdateLogTest, TestSearchPerf, SearchHandlerTest, SolrIndexSearcherTest, SuggestComponentTest, TestExpandComponent, SimplePostToolTest, TestNonDefinedSimilarityFactory, ActionThrottleTest, TestBackupRepositoryFactory, ClusterStateTest, BlockJoinFacetSimpleTest, ScriptEngineTest, MetricUtilsTest, TestMaxTokenLenTokenizer, TaggingAttributeTest, TestRandomFaceting, TestRealTimeGet, DocValuesMultiTest, CustomHighlightComponentTest, JavabinLoaderTest, TestConfigSetsAPIZkFailure, UtilsToolTest, SolrGraphiteReporterTest, ScheduledTriggerIntegrationTest, QueryParsingTest, TestCoreBackup, TestScoreJoinQPNoScore, SynonymTokenizerTest, ReplicationFactorTest, TestNumericRangeQuery32, TestPushWriter, CachingDirectoryFactoryTest, PKIAuthenticationIntegrationTest, AtomicUpdateRemovalJavabinTest, TestCopyFieldCollectionResource, TestSha256AuthenticationProvider, SyncSliceTest, CustomCollectionTest, XmlUpdateRequestHandlerTest, TestInPlaceUpdatesStandalone, TestEmbeddedSolrServerAdminHandler, TestCloudInspectUtil, TestConfigSetImmutable, BasicDistributedZkTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=E50E6CE9CAD772DF -Dtests.slow=true -Dtests.locale=th-TH -Dtests.timezone=America/Rosario -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | BasicDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E50E6CE9CAD772DF]:0)
   [junit4] Completed [383/920 (1!)] on J2 in 46.62s, 1 test, 2 errors <<< FAILURES!

[...truncated 54168 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1568/consoleText

[repro] Revision: f1fccfbf7e84169330fc8df2fe2f56243cb8641a

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC"
[repro] Repro line:  ant test  -Dtestcase=BasicDistributedZkTest -Dtests.method=test -Dtests.seed=E50E6CE9CAD772DF -Dtests.slow=true -Dtests.locale=th-TH -Dtests.timezone=America/Rosario -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=E50E6CE9CAD772DF -Dtests.slow=true -Dtests.locale=th-TH -Dtests.timezone=America/Rosario -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       BasicDistributedZkTest
[repro] ant compile-test

[...truncated 3449 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.BasicDistributedZkTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC" -Dtests.seed=E50E6CE9CAD772DF -Dtests.slow=true -Dtests.locale=th-TH -Dtests.timezone=America/Rosario -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 89 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.BasicDistributedZkTest
[repro] Exiting with code 0

[...truncated 93 lines...]