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/05/23 02:12:44 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-13.0.2) - Build # 26750 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/26750/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Error from server at http://127.0.0.1:44951/collection1: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 500 java.lang.AssertionError</title> </head> <body><h2>HTTP ERROR 500 java.lang.AssertionError</h2> <table> <tr><th>URI:</th><td>/collection1/update</td></tr> <tr><th>STATUS:</th><td>500</td></tr> <tr><th>MESSAGE:</th><td>java.lang.AssertionError</td></tr> <tr><th>SERVLET:</th><td>org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404-8f33d4b</td></tr> <tr><th>CAUSED BY:</th><td>java.lang.AssertionError</td></tr> </table> <h3>Caused by:</h3><pre>java.lang.AssertionError  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:225)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2591)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)  at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:830) </pre> <hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.27.v20200227</a><hr/>  </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:44951/collection1: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 500 java.lang.AssertionError</title>
</head>
<body><h2>HTTP ERROR 500 java.lang.AssertionError</h2>
<table>
<tr><th>URI:</th><td>/collection1/update</td></tr>
<tr><th>STATUS:</th><td>500</td></tr>
<tr><th>MESSAGE:</th><td>java.lang.AssertionError</td></tr>
<tr><th>SERVLET:</th><td>org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404-8f33d4b</td></tr>
<tr><th>CAUSED BY:</th><td>java.lang.AssertionError</td></tr>
</table>
<h3>Caused by:</h3><pre>java.lang.AssertionError
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:225)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2591)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:830)
</pre>
<hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.27.v20200227</a><hr/>

</body>
</html>

	at __randomizedtesting.SeedInfo.seed([C989C539F18DE4A1:41DDFAE35F718959]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:628)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:575)
	at org.apache.solr.cloud.BasicDistributedZkTest.testUpdateProcessorsRunOnlyOnce(BasicDistributedZkTest.java:850)
	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:438)
	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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1081)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1053)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:42561/collection1: Async exception during distributed update: Error from server at http://127.0.0.1:45199/collection1_shard1_replica_n1/: null    request: http://127.0.0.1:45199/collection1_shard1_replica_n1/ Remote error message: Server error writing document id 65 to the index

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42561/collection1: Async exception during distributed update: Error from server at http://127.0.0.1:45199/collection1_shard1_replica_n1/: null



request: http://127.0.0.1:45199/collection1_shard1_replica_n1/
Remote error message: Server error writing document id 65 to the index
	at __randomizedtesting.SeedInfo.seed([C989C539F18DE4A1:41DDFAE35F718959]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:663)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:575)
	at org.apache.solr.cloud.BasicDistributedZkTest.testUpdateProcessorsRunOnlyOnce(BasicDistributedZkTest.java:850)
	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:438)
	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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1081)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1053)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 14460 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 455507 INFO  (SUITE-BasicDistributedZkTest-seed#[C989C539F18DE4A1]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 455507 INFO  (SUITE-BasicDistributedZkTest-seed#[C989C539F18DE4A1]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 455507 INFO  (SUITE-BasicDistributedZkTest-seed#[C989C539F18DE4A1]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/data-dir-91-001
   [junit4]   2> 455508 WARN  (SUITE-BasicDistributedZkTest-seed#[C989C539F18DE4A1]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 455508 INFO  (SUITE-BasicDistributedZkTest-seed#[C989C539F18DE4A1]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 455508 INFO  (SUITE-BasicDistributedZkTest-seed#[C989C539F18DE4A1]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 455508 INFO  (SUITE-BasicDistributedZkTest-seed#[C989C539F18DE4A1]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 455511 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 455511 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 455511 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 455611 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer start zk server on port: 33271
   [junit4]   2> 455612 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33271
   [junit4]   2> 455612 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33271
   [junit4]   2> 455612 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33271
   [junit4]   2> 455613 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 455615 INFO  (zkConnectionManagerCallback-7352-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455615 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 455616 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 455617 INFO  (zkConnectionManagerCallback-7354-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455617 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 455618 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 455624 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 455626 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 455634 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 455638 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 455639 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 455639 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 455640 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 455640 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 455640 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 455641 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 455641 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 455703 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 455703 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 455704 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 455705 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 455705 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 455705 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 455705 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ff7220d{/,null,AVAILABLE}
   [junit4]   2> 455710 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@128929cf{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 455711 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 455711 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/tempDir-001/control/data, hostPort=40785, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/control-001/cores}
   [junit4]   2> 455711 ERROR (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 455711 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 455711 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 455711 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 455711 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 455711 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-23T01:48:38.775392Z
   [junit4]   2> 455712 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 455712 INFO  (zkConnectionManagerCallback-7356-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455712 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 455815 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 455815 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/control-001/solr.xml
   [junit4]   2> 455818 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 455921 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 455922 WARN  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@78085583[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 455922 WARN  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@78085583[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 455923 WARN  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@438f55e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 455923 WARN  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@438f55e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 455924 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33271/solr
   [junit4]   2> 455924 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 455925 INFO  (zkConnectionManagerCallback-7367-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 455925 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 456026 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [n:127.0.0.1:40785_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 456027 INFO  (zkConnectionManagerCallback-7369-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456027 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [n:127.0.0.1:40785_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 456052 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [n:127.0.0.1:40785_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40785_
   [junit4]   2> 456052 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [n:127.0.0.1:40785_     ] o.a.s.c.Overseer Overseer (id=72090033447239684-127.0.0.1:40785_-n_0000000000) starting
   [junit4]   2> 456053 INFO  (OverseerStateUpdate-72090033447239684-127.0.0.1:40785_-n_0000000000) [n:127.0.0.1:40785_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40785_
   [junit4]   2> 456053 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [n:127.0.0.1:40785_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40785_
   [junit4]   2> 456054 INFO  (zkCallback-7368-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 456054 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [n:127.0.0.1:40785_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 456055 WARN  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [n:127.0.0.1:40785_     ] 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> 456060 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [n:127.0.0.1:40785_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 456070 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [n:127.0.0.1:40785_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 456075 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [n:127.0.0.1:40785_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 456075 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [n:127.0.0.1:40785_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 456076 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [n:127.0.0.1:40785_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/control-001/cores
   [junit4]   2> 456080 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 456081 INFO  (zkConnectionManagerCallback-7386-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 456081 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 456081 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 456082 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33271/solr ready
   [junit4]   2> 456088 INFO  (qtp1741876920-12252) [n:127.0.0.1:40785_     ] 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:40785_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 456094 INFO  (OverseerThreadFactory-7376-thread-1-processing-n:127.0.0.1:40785_) [n:127.0.0.1:40785_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 456198 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 456198 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 456199 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 456201 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_    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> 457206 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 457214 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 457272 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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> 457277 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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> 457277 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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@3104392b
   [junit4]   2> 457277 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 457279 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 457281 WARN  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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> 457299 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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> 457299 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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> 457300 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 457300 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 457301 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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=27, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=91.048828125, floorSegmentMB=1.892578125, forceMergeDeletesPctAllowed=26.58645486610506, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=22.401881295863774
   [junit4]   2> 457303 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 457303 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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> 457304 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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> 457304 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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 1667444003693395968
   [junit4]   2> 457305 INFO  (searcherExecutor-7388-thread-1-processing-n:127.0.0.1:40785_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:40785_ 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: Collection: 'control_collection'
   [junit4]   2> 457306 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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> 457306 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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> 457307 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 457307 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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> 457307 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40785/control_collection_shard1_replica_n1/
   [junit4]   2> 457307 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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> 457307 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:40785/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 457307 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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/72090033447239684-core_node2-n_0000000000
   [junit4]   2> 457307 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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:40785/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 457408 INFO  (zkCallback-7368-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> 457408 INFO  (zkCallback-7368-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> 457408 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_ 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> 457410 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_     ] 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=1208
   [junit4]   2> 457410 INFO  (qtp1741876920-12252) [n:127.0.0.1:40785_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 457509 INFO  (zkCallback-7368-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> 457509 INFO  (zkCallback-7368-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> 457509 INFO  (zkCallback-7368-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> 457510 INFO  (qtp1741876920-12252) [n:127.0.0.1:40785_     ] 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:40785_&wt=javabin&version=2} status=0 QTime=1421
   [junit4]   2> 457510 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 457613 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 457614 INFO  (zkConnectionManagerCallback-7397-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457614 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 457614 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 457615 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33271/solr ready
   [junit4]   2> 457615 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 457616 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_     ] 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=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 457617 INFO  (OverseerThreadFactory-7376-thread-2-processing-n:127.0.0.1:40785_) [n:127.0.0.1:40785_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 457617 INFO  (OverseerCollectionConfigSetProcessor-72090033447239684-127.0.0.1:40785_-n_0000000000) [n:127.0.0.1:40785_     ] 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> 457818 WARN  (OverseerThreadFactory-7376-thread-2-processing-n:127.0.0.1:40785_) [n:127.0.0.1:40785_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 457819 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 457820 INFO  (qtp1741876920-12255) [n:127.0.0.1:40785_     ] 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=1&wt=javabin&version=2} status=0 QTime=204
   [junit4]   2> 457820 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 457820 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 457820 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 457820 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 457820 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 457820 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 457820 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 457870 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-1-001 of type NRT for shard2
   [junit4]   2> 457871 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 457871 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 457871 INFO  (closeThreadPool-7398-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 457872 INFO  (closeThreadPool-7398-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 457872 INFO  (closeThreadPool-7398-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 457872 INFO  (closeThreadPool-7398-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 457872 INFO  (closeThreadPool-7398-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@daf9917{/,null,AVAILABLE}
   [junit4]   2> 457873 INFO  (closeThreadPool-7398-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4cec845c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 457873 INFO  (closeThreadPool-7398-thread-1) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 457873 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/tempDir-001/jetty1, hostPort=42225, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 457873 ERROR (closeThreadPool-7398-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 457873 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 457873 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 457873 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 457873 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 457873 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-23T01:48:40.937379Z
   [junit4]   2> 457873 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 457875 INFO  (zkConnectionManagerCallback-7400-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457875 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 457927 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 457928 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 457928 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 457928 INFO  (closeThreadPool-7398-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 457929 INFO  (closeThreadPool-7398-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 457929 INFO  (closeThreadPool-7398-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 457929 INFO  (closeThreadPool-7398-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 457929 INFO  (closeThreadPool-7398-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@645b8fad{/,null,AVAILABLE}
   [junit4]   2> 457929 INFO  (closeThreadPool-7398-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@25d95435{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 457929 INFO  (closeThreadPool-7398-thread-2) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 457929 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/tempDir-001/jetty2, hostPort=42561, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 457930 ERROR (closeThreadPool-7398-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 457930 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 457930 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 457930 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 457930 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 457930 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-23T01:48:40.994114Z
   [junit4]   2> 457930 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 457931 INFO  (zkConnectionManagerCallback-7402-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457931 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 457973 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-3-001 of type NRT for shard2
   [junit4]   2> 457974 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 457974 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 457974 INFO  (closeThreadPool-7398-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 457975 INFO  (closeThreadPool-7398-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 457975 INFO  (closeThreadPool-7398-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 457975 INFO  (closeThreadPool-7398-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 457975 INFO  (closeThreadPool-7398-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10f1e212{/,null,AVAILABLE}
   [junit4]   2> 457975 INFO  (closeThreadPool-7398-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6a78b692{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 457975 INFO  (closeThreadPool-7398-thread-3) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 457975 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/tempDir-001/jetty3, hostPort=46755, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 457975 ERROR (closeThreadPool-7398-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 457975 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 457976 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 457976 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 457976 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 457976 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-23T01:48:41.040055Z
   [junit4]   2> 457976 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 457976 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-1-001/solr.xml
   [junit4]   2> 457978 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 457978 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 457978 INFO  (zkConnectionManagerCallback-7404-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457978 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 458032 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 458032 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 458032 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 458032 INFO  (closeThreadPool-7398-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 458033 INFO  (closeThreadPool-7398-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 458033 INFO  (closeThreadPool-7398-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 458033 INFO  (closeThreadPool-7398-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 458033 INFO  (closeThreadPool-7398-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@67fb4375{/,null,AVAILABLE}
   [junit4]   2> 458035 INFO  (closeThreadPool-7398-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@e779b59{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 458035 INFO  (closeThreadPool-7398-thread-4) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 458035 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/tempDir-001/jetty4, hostPort=45199, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-4-001/cores, replicaType=NRT}
   [junit4]   2> 458035 ERROR (closeThreadPool-7398-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 458035 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 458035 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 458035 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 458035 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 458035 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-23T01:48:41.099460Z
   [junit4]   2> 458035 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 458036 INFO  (zkConnectionManagerCallback-7409-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458036 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 458053 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 458054 WARN  (closeThreadPool-7398-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7a89ca42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458054 WARN  (closeThreadPool-7398-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7a89ca42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458055 WARN  (closeThreadPool-7398-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@268777da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458055 WARN  (closeThreadPool-7398-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@268777da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458055 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33271/solr
   [junit4]   2> 458056 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 458057 INFO  (zkConnectionManagerCallback-7417-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458057 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 458076 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 458076 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-2-001/solr.xml
   [junit4]   2> 458078 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 458143 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 458143 WARN  (closeThreadPool-7398-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c8d77c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458143 WARN  (closeThreadPool-7398-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c8d77c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458144 WARN  (closeThreadPool-7398-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d4e34e2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458144 WARN  (closeThreadPool-7398-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d4e34e2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458145 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33271/solr
   [junit4]   2> 458146 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 458146 INFO  (zkConnectionManagerCallback-7428-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458146 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 458177 INFO  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 458177 INFO  (zkConnectionManagerCallback-7430-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458177 INFO  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 458179 INFO  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 458180 INFO  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] o.a.s.c.ZkController Publish node=127.0.0.1:42225_ as DOWN
   [junit4]   2> 458181 INFO  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 458181 INFO  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42225_
   [junit4]   2> 458181 INFO  (zkCallback-7368-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 458181 INFO  (zkCallback-7396-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 458181 INFO  (zkCallback-7429-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 458182 INFO  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 458182 WARN  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] 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> 458188 INFO  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 458198 INFO  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 458203 INFO  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 458203 INFO  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 458203 INFO  (closeThreadPool-7398-thread-1) [n:127.0.0.1:42225_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-1-001/cores
   [junit4]   2> 458207 INFO  (closeThreadPool-7398-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:42225_
   [junit4]   2> 458276 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 458276 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-4-001/solr.xml
   [junit4]   2> 458279 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 458327 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 458328 WARN  (closeThreadPool-7398-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7e3a5129[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458328 WARN  (closeThreadPool-7398-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7e3a5129[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458329 WARN  (closeThreadPool-7398-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@338ac30c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458329 WARN  (closeThreadPool-7398-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@338ac30c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458330 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33271/solr
   [junit4]   2> 458330 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 458331 INFO  (zkConnectionManagerCallback-7449-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458331 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 458376 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 458376 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-3-001/solr.xml
   [junit4]   2> 458379 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 458448 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 458448 WARN  (closeThreadPool-7398-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a70a2e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458448 WARN  (closeThreadPool-7398-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a70a2e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458450 WARN  (closeThreadPool-7398-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@64c7bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458450 WARN  (closeThreadPool-7398-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@64c7bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 458450 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33271/solr
   [junit4]   2> 458451 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 458451 INFO  (zkConnectionManagerCallback-7460-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458451 INFO  (closeThreadPool-7398-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 458477 INFO  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 458478 INFO  (zkConnectionManagerCallback-7462-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458478 INFO  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 458479 INFO  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 458481 INFO  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] o.a.s.c.ZkController Publish node=127.0.0.1:45199_ as DOWN
   [junit4]   2> 458481 INFO  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 458481 INFO  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45199_
   [junit4]   2> 458481 INFO  (zkCallback-7368-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 458481 INFO  (zkCallback-7429-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 458481 INFO  (zkCallback-7396-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 458481 INFO  (zkCallback-7461-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 458482 INFO  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 458482 WARN  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] 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> 458487 INFO  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 458496 INFO  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 458500 INFO  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 458500 INFO  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 458501 INFO  (closeThreadPool-7398-thread-4) [n:127.0.0.1:45199_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-4-001/cores
   [junit4]   2> 458504 INFO  (closeThreadPool-7398-thread-4) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:45199_
   [junit4]   2> 458577 INFO  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 458578 INFO  (zkConnectionManagerCallback-7472-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458578 INFO  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 458579 INFO  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 458580 INFO  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] o.a.s.c.ZkController Publish node=127.0.0.1:42561_ as DOWN
   [junit4]   2> 458581 INFO  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 458581 INFO  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42561_
   [junit4]   2> 458581 INFO  (zkCallback-7368-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 458581 INFO  (zkCallback-7461-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 458581 INFO  (zkCallback-7396-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 458581 INFO  (zkCallback-7429-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 458581 INFO  (zkCallback-7471-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 458582 INFO  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 458582 WARN  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] 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> 458587 INFO  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 458596 INFO  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 458601 INFO  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 458601 INFO  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 458602 INFO  (closeThreadPool-7398-thread-2) [n:127.0.0.1:42561_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001/shard-2-001/cores
   [junit4]   2> 458605 INFO  (closeThreadPool-7398-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:42561_
   [junit4]   2> 458677 INFO  (closeThreadPool-7398-thread-3) [n:127.0.0.1:46755_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 458678 INFO  (zkConnectionManagerCallback-7482-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458678 INFO  (closeThreadPool-7398-thread-3) [n:127.0.0.1:46755_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 458680 INFO  (closeThreadPool-7398-thread-3) [n:127.0.0.1:46755_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 458681 INFO  (closeThreadPool-7398-thread-3) [n:127.0.0.1:46755_     ] o.a.s.c.ZkController Publish node=127.0.0.1:46755_ as DOWN
   [junit4]   2> 458682 INFO  (closeThreadPool-7398-thread-3) [n:127.0.0.1:46755_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 458682 INFO  (closeThreadPool-7398-thread-3) [n:127.0.0.1:46755_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46755_
   [junit4]   2> 458682 INFO  (zkCallback-7396-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 458682 INFO  (zkCallback-7461-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 458682 INFO  (zkCallback-7471-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 458682 INFO  (zkCallback-7429-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 458682 INFO  (zkCallback-7368-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 458682 INFO  (zkCallback-7481-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 458683 INFO  (closeThreadPool-7398-thread-3) [n:127.0.0.1:46755_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 458683 WARN  (closeThreadPool-7398-thread-3) [n:127.0.0.1:46755_     ] 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> 458688 INFO  (closeThreadPool-7398-thread-3) [n:127.0.0.1:46755_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 458698 INFO  (closeThreadPool-7398-thread-3) [n:127.0.0.1:46755_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 458704 INFO  (closeThreadPool-7398-thread-3) [n:127.0.0.1:46755_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 458704 INFO  (closeThreadPool-7398-thread-3) [n:127.0.0.1:46755_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3104392b
   [junit4]   2> 458704 INFO  (closeThreadPool

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


   [junit4]   2> 52938 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> 	20	/solr/collections/collection1/state.json
   [junit4]   2> 	11	/solr/collections/collection3/terms/shard1
   [junit4]   2> 	9	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	7	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	7	/solr/collections/collection2/terms/shard2
   [junit4]   2> 	7	/solr/collections/collection3/terms/shard2
   [junit4]   2> 	7	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/collections/oneInstanceCollection2/terms/shard1
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	4	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	4	/solr/collections/collection2/collectionprops.json
   [junit4]   2> 	4	/solr/collections/oneInstanceCollection2/terms/shard2
   [junit4]   2> 	4	/solr/collections/oneInstanceCollection/terms/shard1
   [junit4]   2> 	4	/solr/collections/oneInstanceCollection/terms/shard2
   [junit4]   2> 	4	/solr/collections/collection3/collectionprops.json
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	95	/solr/collections/collection3/state.json
   [junit4]   2> 	85	/solr/clusterstate.json
   [junit4]   2> 	83	/solr/collections/collection2/state.json
   [junit4]   2> 	44	/solr/collections/oneInstanceCollection2/state.json
   [junit4]   2> 	16	/solr/collections/oneInstanceCollection/state.json
   [junit4]   2> 	11	/solr/collections/control_collection/state.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	134	/solr/overseer/queue
   [junit4]   2> 	74	/solr/overseer/collection-queue-work
   [junit4]   2> 	36	/solr/collections
   [junit4]   2> 	34	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 52941 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45049
   [junit4]   2> 52941 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45049
   [junit4]   2> 52941 INFO  (TEST-BasicDistributedZkTest.test-seed#[C989C539F18DE4A1]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45049
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.method=test -Dtests.seed=C989C539F18DE4A1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=lrc -Dtests.timezone=Europe/Tiraspol -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   50.1s J1 | BasicDistributedZkTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41697/collection1: Async exception during distributed update: Error from server at http://127.0.0.1:38537/collection1_shard1_replica_n1/: null
   [junit4]    > request: http://127.0.0.1:38537/collection1_shard1_replica_n1/
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C989C539F18DE4A1:41DDFAE35F718959]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:663)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:575)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.testUpdateProcessorsRunOnlyOnce(BasicDistributedZkTest.java:850)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:438)
   [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:1081)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1053)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_C989C539F18DE4A1-001
   [junit4]   2> May 23, 2020 2:12:16 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {regex_dup_A_s=BlockTreeOrds(blocksize=128), regex_dup_B_s=PostingsFormat(name=MockRandom), SubjectTerms_mfacet=PostingsFormat(name=LuceneFixedGap), multiDefault=PostingsFormat(name=MockRandom), _root_=PostingsFormat(name=LuceneFixedGap), genre_s=PostingsFormat(name=Direct), author_t=PostingsFormat(name=LuceneFixedGap), series_t=PostingsFormat(name=LuceneFixedGap), rnd_b=PostingsFormat(name=Direct), oddField_s=PostingsFormat(name=Direct), a_t=PostingsFormat(name=MockRandom), cat=PostingsFormat(name=MockRandom), foo_b=BlockTreeOrds(blocksize=128), name=PostingsFormat(name=Direct), inStock=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=Direct), text=BlockTreeOrds(blocksize=128), t_sortable=PostingsFormat(name=Direct)}, docValues:{other_tl1=DocValuesFormat(name=Asserting), range_facet_l_dv=DocValuesFormat(name=Lucene80), n_l1=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Asserting), n_td1=DocValuesFormat(name=Asserting), n_d1=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Asserting), n_f1=DocValuesFormat(name=Asserting), n_tl1=DocValuesFormat(name=Asserting), n_tf1=DocValuesFormat(name=Asserting), price=DocValuesFormat(name=Lucene80), sequence_i=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Lucene80), t_sortable=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Asserting), foo_i=DocValuesFormat(name=Asserting), val_i=DocValuesFormat(name=Lucene80), n_dt1=DocValuesFormat(name=Asserting), a_i1=DocValuesFormat(name=Asserting), n_ti1=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting), n_tdt1=DocValuesFormat(name=Asserting), id_i1=DocValuesFormat(name=Asserting), foo_d=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Asserting), foo_f=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1972, maxMBSortInHeap=5.692110775780887, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3cc143df), locale=lrc, timezone=Europe/Tiraspol
   [junit4]   2> NOTE: Linux 5.3.0-51-generic amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=16,threads=2,free=343514896,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [BasicDistributedZkTest]
   [junit4] Completed [5/5 (5!)] on J1 in 52.91s, 1 test, 1 error <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1521: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1048: There were test failures: 5 suites, 5 tests, 5 errors [seed: C989C539F18DE4A1]

Total time: 55 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.cloud.BasicDistributedZkTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=675956c0041b18d48a7c059ea458c49f5310d74a, workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #26749
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2