Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5743/
Java: 64bit/jdk-12.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat

Error Message:
No live SolrServers available to handle this 
request:[http://127.0.0.1:54577/solr/.system]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:54577/solr/.system]
        at 
__randomizedtesting.SeedInfo.seed([8B5C5A498704412C:FBA9F9E0E7CCE85A]:0)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.cloud.SystemCollectionCompatTest.setupSystemCollection(SystemCollectionCompatTest.java:118)
        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$9.evaluate(RandomizedRunner.java:976)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        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:835)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:54577/solr/.system
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
        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.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        ... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
        ... 47 more


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
{   "responseHeader":{     "status":500,     "QTime":30134},   
"errorMessages":["4 out of 5 the property overlay to be of version 2 within 30 
seconds! Failed cores: [http://127.0.0.1:62632/collection1_shard2_replica_n2/, 
http://127.0.0.1:62612/collection1_shard2_replica_n6/, 
http://127.0.0.1:62645/collection1_shard1_replica_n1/, 
http://127.0.0.1:62619/collection1_shard1_replica_n5/]\n";],   "WARNING":"This 
response format is experimental.  It is likely to change in the future.",   
"error":{     "metadata":[       
"error-class","org.apache.solr.common.SolrException",       
"root-error-class","org.apache.solr.common.SolrException"],     "msg":"4 out of 
5 the property overlay to be of version 2 within 30 seconds! Failed cores: 
[http://127.0.0.1:62632/collection1_shard2_replica_n2/, 
http://127.0.0.1:62612/collection1_shard2_replica_n6/, 
http://127.0.0.1:62645/collection1_shard1_replica_n1/, 
http://127.0.0.1:62619/collection1_shard1_replica_n5/]";,     
"trace":"org.apache.solr.common.SolrException: 4 out of 5 the property overlay 
to be of version 2 within 30 seconds! Failed cores: 
[http://127.0.0.1:62632/collection1_shard2_replica_n2/, 
http://127.0.0.1:62612/collection1_shard2_replica_n6/, 
http://127.0.0.1:62645/collection1_shard1_replica_n1/, 
http://127.0.0.1:62619/collection1_shard1_replica_n5/]\n\tat 
org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:813)\n\tat
 
org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:522)\n\tat
 
org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:363)\n\tat
 
org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:139)\n\tat
 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)\n\tat
 org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)\n\tat 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)\n\tat 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat
 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat
 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)\n\tat
 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat
 org.eclipse.jetty.server.Server.handle(Server.java:500)\n\tat 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)\n\tat
 org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)\n\tat 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)\n\tat 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)\n\tat
 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)\n\tat 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)\n\tat
 java.base/java.lang.Thread.run(Thread.java:835)\n",     "code":500}}  expected 
null, but was:<[4 out of 5 the property overlay to be of version 2 within 30 
seconds! Failed cores: [http://127.0.0.1:62632/collection1_shard2_replica_n2/, 
http://127.0.0.1:62612/collection1_shard2_replica_n6/, 
http://127.0.0.1:62645/collection1_shard1_replica_n1/, 
http://127.0.0.1:62619/collection1_shard1_replica_n5/] ]>

Stack Trace:
java.lang.AssertionError: {
  "responseHeader":{
    "status":500,
    "QTime":30134},
  "errorMessages":["4 out of 5 the property overlay to be of version 2 within 
30 seconds! Failed cores: 
[http://127.0.0.1:62632/collection1_shard2_replica_n2/, 
http://127.0.0.1:62612/collection1_shard2_replica_n6/, 
http://127.0.0.1:62645/collection1_shard1_replica_n1/, 
http://127.0.0.1:62619/collection1_shard1_replica_n5/]\n";],
  "WARNING":"This response format is experimental.  It is likely to change in 
the future.",
  "error":{
    "metadata":[
      "error-class","org.apache.solr.common.SolrException",
      "root-error-class","org.apache.solr.common.SolrException"],
    "msg":"4 out of 5 the property overlay to be of version 2 within 30 
seconds! Failed cores: [http://127.0.0.1:62632/collection1_shard2_replica_n2/, 
http://127.0.0.1:62612/collection1_shard2_replica_n6/, 
http://127.0.0.1:62645/collection1_shard1_replica_n1/, 
http://127.0.0.1:62619/collection1_shard1_replica_n5/]";,
    "trace":"org.apache.solr.common.SolrException: 4 out of 5 the property 
overlay to be of version 2 within 30 seconds! Failed cores: 
[http://127.0.0.1:62632/collection1_shard2_replica_n2/, 
http://127.0.0.1:62612/collection1_shard2_replica_n6/, 
http://127.0.0.1:62645/collection1_shard1_replica_n1/, 
http://127.0.0.1:62619/collection1_shard1_replica_n5/]\n\tat 
org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:813)\n\tat
 
org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:522)\n\tat
 
org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:363)\n\tat
 
org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:139)\n\tat
 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)\n\tat
 org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)\n\tat 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)\n\tat 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat
 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat
 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)\n\tat
 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat
 org.eclipse.jetty.server.Server.handle(Server.java:500)\n\tat 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)\n\tat
 org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)\n\tat 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)\n\tat 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)\n\tat
 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)\n\tat 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)\n\tat
 java.base/java.lang.Thread.run(Thread.java:835)\n",
    "code":500}}
 expected null, but was:<[4 out of 5 the property overlay to be of version 2 
within 30 seconds! Failed cores: 
[http://127.0.0.1:62632/collection1_shard2_replica_n2/, 
http://127.0.0.1:62612/collection1_shard2_replica_n6/, 
http://127.0.0.1:62645/collection1_shard1_replica_n1/, 
http://127.0.0.1:62619/collection1_shard1_replica_n5/]
]>
        at 
__randomizedtesting.SeedInfo.seed([8B5C5A498704412C:5311771E70D9E48C]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotNull(Assert.java:755)
        at org.junit.Assert.assertNull(Assert.java:737)
        at 
org.apache.solr.core.TestSolrConfigHandler.runConfigCommand(TestSolrConfigHandler.java:179)
        at 
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:143)
        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:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        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:835)




Build Log:
[...truncated 13351 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> 577322 INFO  
(SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 577322 INFO  
(SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 577324 INFO  
(SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/data-dir-81-001
   [junit4]   2> 577324 WARN  
(SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=26 numCloses=26
   [junit4]   2> 577325 INFO  
(SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 577326 INFO  
(SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 577326 INFO  
(SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 577332 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 577334 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 577334 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 577436 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:62536
   [junit4]   2> 577436 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:62536
   [junit4]   2> 577436 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62536
   [junit4]   2> 577437 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 62536
   [junit4]   2> 577442 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 577450 INFO  (zkConnectionManagerCallback-2083-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577451 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 577459 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 577463 INFO  (zkConnectionManagerCallback-2085-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577463 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 577469 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 577473 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 577478 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 577484 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 577489 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 577492 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 577497 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 577501 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 577508 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 577512 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 577519 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkTestServer put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 577524 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 578422 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 578422 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 578422 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 578437 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 578437 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 578437 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 578438 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@27bb58ac{/,null,AVAILABLE}
   [junit4]   2> 578441 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@58a43582{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:62552}
   [junit4]   2> 578441 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.e.j.s.Server Started @578498ms
   [junit4]   2> 578442 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/tempDir-001/control/data,
 hostPort=62552, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/control-001/cores,
 replicaType=NRT}
   [junit4]   2> 578443 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 578443 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 578443 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 578443 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 578443 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 578443 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-05T13:37:29.989965Z
   [junit4]   2> 578449 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 578453 INFO  (zkConnectionManagerCallback-2087-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 578453 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 578565 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 578565 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/control-001/solr.xml
   [junit4]   2> 578579 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 578710 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 578710 WARN  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@e01ce24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 578710 WARN  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@e01ce24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 578726 WARN  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@621223d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 578726 WARN  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@621223d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 578728 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62536/solr
   [junit4]   2> 578731 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 578736 INFO  (zkConnectionManagerCallback-2094-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 578736 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 578851 INFO  (zkConnectionManagerCallback-2096-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 578852 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) 
[n:127.0.0.1:62552_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 578852 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) 
[n:127.0.0.1:62552_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 579429 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) 
[n:127.0.0.1:62552_     ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:62552_
   [junit4]   2> 579436 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) 
[n:127.0.0.1:62552_     ] o.a.s.c.Overseer Overseer 
(id=72083807202312196-127.0.0.1:62552_-n_0000000000) starting
   [junit4]   2> 579484 INFO  
(OverseerStateUpdate-72083807202312196-127.0.0.1:62552_-n_0000000000) 
[n:127.0.0.1:62552_     ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:62552_
   [junit4]   2> 579485 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) 
[n:127.0.0.1:62552_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62552_
   [junit4]   2> 579494 INFO  (zkCallback-2095-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 579510 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) 
[n:127.0.0.1:62552_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 579511 WARN  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) 
[n:127.0.0.1:62552_     ] 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> 579552 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) 
[n:127.0.0.1:62552_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 579592 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) 
[n:127.0.0.1:62552_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 579608 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) 
[n:127.0.0.1:62552_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 579609 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) 
[n:127.0.0.1:62552_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 579611 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) 
[n:127.0.0.1:62552_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/control-001/cores
   [junit4]   2> 579644 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 579649 INFO  (zkConnectionManagerCallback-2105-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 579649 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 579656 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 579665 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62536/solr ready
   [junit4]   2> 579673 INFO  (qtp319076488-5714) [n:127.0.0.1:62552_     ] 
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:62552_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 579689 INFO  
(OverseerThreadFactory-1728-thread-1-processing-n:127.0.0.1:62552_) 
[n:127.0.0.1:62552_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 579817 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_    
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> 579817 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_    
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 580846 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 580860 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 580933 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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> 581038 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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> 581039 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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@1027bd93
   [junit4]   2> 581039 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 581042 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.42150958216101764]
   [junit4]   2> 581046 WARN  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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> 581127 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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> 581127 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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> 581132 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 581132 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 581133 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 581134 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@41902f44[control_collection_shard1_replica_n1] main]
   [junit4]   2> 581139 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 581140 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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> 581141 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 581141 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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 1660331441716723712
   [junit4]   2> 581146 INFO  
(searcherExecutor-1733-thread-1-processing-n:127.0.0.1:62552_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:62552_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@41902f44[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 581157 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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> 581158 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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> 581172 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 581172 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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> 581172 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:62552/control_collection_shard1_replica_n1/
   [junit4]   2> 581174 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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> 581175 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:62552/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 581175 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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/72083807202312196-core_node2-n_0000000000
   [junit4]   2> 581181 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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:62552/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 581285 INFO  (zkCallback-2095-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> 581285 INFO  (zkCallback-2095-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> 581288 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
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> 581294 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1477
   [junit4]   2> 581299 INFO  (qtp319076488-5714) [n:127.0.0.1:62552_     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 581401 INFO  (zkCallback-2095-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> 581401 INFO  (zkCallback-2095-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> 581401 INFO  (zkCallback-2095-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> 581403 INFO  (qtp319076488-5714) [n:127.0.0.1:62552_     ] 
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:62552_&wt=javabin&version=2}
 status=0 QTime=1730
   [junit4]   2> 581403 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in 
collection: control_collection
   [junit4]   2> 581514 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 581520 INFO  (zkConnectionManagerCallback-2111-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 581520 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 581524 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 581527 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62536/solr ready
   [junit4]   2> 581527 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 581530 INFO  (qtp319076488-5714) [n:127.0.0.1:62552_     ] 
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> 581553 INFO  
(OverseerThreadFactory-1728-thread-2-processing-n:127.0.0.1:62552_) 
[n:127.0.0.1:62552_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 581553 INFO  
(OverseerCollectionConfigSetProcessor-72083807202312196-127.0.0.1:62552_-n_0000000000)
 [n:127.0.0.1:62552_     ] 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> 581774 WARN  
(OverseerThreadFactory-1728-thread-2-processing-n:127.0.0.1:62552_) 
[n:127.0.0.1:62552_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 581776 INFO  (qtp319076488-5714) [n:127.0.0.1:62552_     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 581777 INFO  (qtp319076488-5714) [n:127.0.0.1:62552_     ] 
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=247
   [junit4]   2> 581779 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 581779 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 581779 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 581779 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 581779 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 581779 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 581779 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 582161 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-1-001
 of type NRT for shard2
   [junit4]   2> 582165 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 582165 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 582165 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 582170 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 582170 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 582170 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 582171 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7aab0476{/,null,AVAILABLE}
   [junit4]   2> 582173 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@654bf315{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:62612}
   [junit4]   2> 582173 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.e.j.s.Server Started @582230ms
   [junit4]   2> 582173 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/tempDir-001/jetty1,
 hostPort=62612, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-1-001/cores}
   [junit4]   2> 582174 ERROR (closeThreadPool-2112-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 582174 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 582174 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 582174 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 582174 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 582174 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-05T13:37:33.720436Z
   [junit4]   2> 582181 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 582181 INFO  (zkConnectionManagerCallback-2114-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 582182 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 582287 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 582287 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-1-001/solr.xml
   [junit4]   2> 582291 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 582410 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 582419 WARN  (closeThreadPool-2112-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@70d78e25[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582419 WARN  (closeThreadPool-2112-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@70d78e25[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582424 WARN  (closeThreadPool-2112-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@23a248f5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582424 WARN  (closeThreadPool-2112-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@23a248f5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582424 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62536/solr
   [junit4]   2> 582426 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 582431 INFO  (zkConnectionManagerCallback-2121-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 582431 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 582537 INFO  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 582541 INFO  (zkConnectionManagerCallback-2123-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 582544 INFO  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 582582 INFO  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 582584 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-2-001
 of type NRT for shard1
   [junit4]   2> 582587 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 582587 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 582587 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 582589 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 582589 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 582589 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 582590 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5926ab0e{/,null,AVAILABLE}
   [junit4]   2> 582591 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@75a92cd8{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:62619}
   [junit4]   2> 582591 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.Server Started @582648ms
   [junit4]   2> 582591 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/tempDir-001/jetty2,
 hostPort=62619, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-2-001/cores}
   [junit4]   2> 582591 ERROR (closeThreadPool-2112-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 582591 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 582592 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 582592 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 582592 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 582592 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-05T13:37:34.138091Z
   [junit4]   2> 582593 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 582598 INFO  (zkConnectionManagerCallback-2127-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 582598 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 582711 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 582711 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-2-001/solr.xml
   [junit4]   2> 582715 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 582729 INFO  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] o.a.s.c.ZkController Publish node=127.0.0.1:62612_ as 
DOWN
   [junit4]   2> 582734 INFO  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 582734 INFO  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62612_
   [junit4]   2> 582743 INFO  (zkCallback-2095-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 582743 INFO  (zkCallback-2110-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 582743 INFO  (zkCallback-2122-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 582758 INFO  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 582761 WARN  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] 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> 582815 INFO  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 582855 INFO  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 582861 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 582863 WARN  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5d32cf49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582863 WARN  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5d32cf49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582871 INFO  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 582871 WARN  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@15cd6a6c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582871 WARN  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@15cd6a6c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582872 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62536/solr
   [junit4]   2> 582873 INFO  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 582878 INFO  (closeThreadPool-2112-thread-1) 
[n:127.0.0.1:62612_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-1-001/cores
   [junit4]   2> 582885 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 582889 INFO  (zkConnectionManagerCallback-2136-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 582892 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 582934 INFO  (closeThreadPool-2112-thread-1) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:62612_
   [junit4]   2> 583004 INFO  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 583010 INFO  (zkConnectionManagerCallback-2138-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 583011 INFO  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 583040 INFO  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 583063 INFO  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] o.a.s.c.ZkController Publish node=127.0.0.1:62619_ as 
DOWN
   [junit4]   2> 583069 INFO  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 583069 INFO  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62619_
   [junit4]   2> 583079 INFO  (zkCallback-2095-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 583081 INFO  (zkCallback-2110-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 583081 INFO  (zkCallback-2122-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 583082 INFO  (zkCallback-2137-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 583095 INFO  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 583097 WARN  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] 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> 583128 INFO  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 583175 INFO  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 583190 INFO  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 583190 INFO  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 583193 INFO  (closeThreadPool-2112-thread-2) 
[n:127.0.0.1:62619_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-2-001/cores
   [junit4]   2> 583256 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:62619_
   [junit4]   2> 583286 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-3-001
 of type NRT for shard2
   [junit4]   2> 583286 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 583286 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 583286 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 583290 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 583290 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 583290 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 583291 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1db0220d{/,null,AVAILABLE}
   [junit4]   2> 583292 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3b1eb554{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:62632}
   [junit4]   2> 583293 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.Server Started @583349ms
   [junit4]   2> 583293 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/tempDir-001/jetty3,
 hostPort=62632, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-3-001/cores,
 replicaType=NRT}
   [junit4]   2> 583295 ERROR (closeThreadPool-2112-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 583295 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 583295 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 583295 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 583295 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 583296 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-05T13:37:34.842011Z
   [junit4]   2> 583297 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 583302 INFO  (zkConnectionManagerCallback-2144-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 583302 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 583412 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 583412 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-3-001/solr.xml
   [junit4]   2> 583416 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 583559 INFO  
(OverseerCollectionConfigSetProcessor-72083807202312196-127.0.0.1:62552_-n_0000000000)
 [n:127.0.0.1:62552_     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 583597 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 583600 WARN  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@57eccac5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 583601 WARN  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@57eccac5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 583613 WARN  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@34f6822e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 583613 WARN  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@34f6822e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 583614 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62536/solr
   [junit4]   2> 583618 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 583623 INFO  (zkConnectionManagerCallback-2151-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 583624 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 583743 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 583748 INFO  (zkConnectionManagerCallback-2153-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 583749 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 583788 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 583827 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:62632_ as DOWN
   [junit4]   2> 583836 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 583836 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62632_
   [junit4]   2> 583849 INFO  (zkCallback-2122-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 583849 INFO  (zkCallback-2110-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 583849 INFO  (zkCallback-2137-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 583849 INFO  (zkCallback-2095-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 583850 INFO  (zkCallback-2152-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 583868 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 583873 WARN  (closeThreadPool-2112-thread-2) [     ] 
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> 583904 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 583950 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 583967 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 583967 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 583969 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-3-001/cores
   [junit4]   2> 584035 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:62632_
   [junit4]   2> 584077 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-4-001
 of type NRT for shard1
   [junit4]   2> 584079 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 584079 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 584079 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 584102 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 584102 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 584102 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 584108 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e5a462a{/,null,AVAILABLE}
   [junit4]   2> 584112 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3ab86d2f{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:62645}
   [junit4]   2> 584113 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.s.Server Started @584170ms
   [junit4]   2> 584114 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/tempDir-001/jetty4,
 hostPort=62645, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-4-001/cores}
   [junit4]   2> 584114 ERROR (closeThreadPool-2112-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 584114 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 584114 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 584114 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 584114 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 584114 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-05T13:37:35.660900Z
   [junit4]   2> 584118 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 584124 INFO  (zkConnectionManagerCallback-2159-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 584124 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 584234 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 584234 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-4-001/solr.xml
   [junit4]   2> 584254 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 584331 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 584334 WARN  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@52b801c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 584334 WARN  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@52b801c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 584344 WARN  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2273dc1c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 584344 WARN  (closeThreadPool-2112-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2273dc1c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 584345 INFO  (closeThreadPool-2112-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62536/solr
   [junit4]   2> 584346 INFO  (closeThreadPool-2112-th

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

r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Core 
core_node4 was interrupted waiting for schema version 2 to propagate to 1 
replicas for collection .system
   [junit4]   2> 1585298 INFO  (qtp498231259-25976) [n:127.0.0.1:54577_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.s.ManagedIndexSchema Took 135768.0ms for 1 replicas to apply schema 
update version 2 for collection .system
   [junit4]   2> 1585298 INFO  (qtp498231259-25976) [n:127.0.0.1:54577_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request 
[.system_shard1_replica_n2]  webapp=/solr path=/schema 
params={wt=javabin&version=2} status=0 QTime=135920
   [junit4]   2> 1585298 INFO  (qtp498231259-25976) [n:127.0.0.1:54577_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore 
[.system_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7d9d459a
   [junit4]   2> 1585298 WARN  (qtp498231259-25976) [n:127.0.0.1:54577_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.m.SolrMetricManager Interrupted while trying to obtain lock to modify 
reporters registry: solr.core..system.shard1.replica_n2
   [junit4]   2> 1585298 INFO  (qtp498231259-25976) [n:127.0.0.1:54577_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection..system.shard1.leader, tag=SolrCore@7d9d459a
   [junit4]   2> 1585299 INFO  (qtp498231259-25976) [n:127.0.0.1:54577_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() .
   [junit4]   2> 1585299 INFO  (qtp498231259-25976) [n:127.0.0.1:54577_solr 
c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4565cdab commitCommandVersion:0
   [junit4]   2> 1585304 INFO  
(SUITE-SystemCollectionCompatTest-seed#[8B5C5A498704412C]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1585526 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>        7       /solr/clusterprops.json
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        5       /solr/collections/.system/terms/shard1
   [junit4]   2>        4       /solr/configs/.system/managed-schema
   [junit4]   2>        2       /solr/configs/.system
   [junit4]   2>        2       /solr/packages.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/collections/.system/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        24      /solr/collections/.system/state.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/overseer/queue
   [junit4]   2>        18      /solr/collections
   [junit4]   2>        12      /solr/overseer/collection-queue-work
   [junit4]   2>        10      /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1585529 INFO  
(SUITE-SystemCollectionCompatTest-seed#[8B5C5A498704412C]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:54571
   [junit4]   2> 1585529 INFO  
(SUITE-SystemCollectionCompatTest-seed#[8B5C5A498704412C]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54571
   [junit4]   2> 1585529 INFO  
(SUITE-SystemCollectionCompatTest-seed#[8B5C5A498704412C]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 54571
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.SystemCollectionCompatTest_8B5C5A498704412C-001
   [junit4]   2> Mar 05, 2020 1:54:17 PM 
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(Lucene84): 
{id=BlockTreeOrds(blocksize=128), type=Lucene84}, 
docValues:{timestamp_l=DocValuesFormat(name=Lucene80), 
_version_=DocValuesFormat(name=Asserting), 
time_l=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=134, 
maxMBSortInHeap=7.875299297333806, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@36bec0d9),
 locale=es-EA, timezone=Asia/Famagusta
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 
(64-bit)/cpus=6,threads=1,free=154603696,total=305659904
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrBootstrapTest, 
TestManagedSchema, SearchRateTriggerIntegrationTest, 
DistribDocExpirationUpdateProcessorTest, TestTestInjection, 
CdcrWithNodesRestartsTest, MetricTriggerTest, TestElisionMultitermQuery, 
DebugComponentTest, TestConfigOverlay, CollectionsAPIDistributedZkTest, 
TestPerFieldSimilarity, UniqFieldsUpdateProcessorFactoryTest, TestCryptoKeys, 
SolrCloudExampleTest, SampleTest, TestHighlightDedupGrouping, 
ShardRoutingCustomTest, CoreAdminCreateDiscoverTest, BooleanFieldTest, 
ConjunctionSolrSpellCheckerTest, TestConfigReload, PingRequestHandlerTest, 
SolrIndexMetricsTest, TestJmxIntegration, DistributedTermsComponentTest, 
TestHttpServletCarrier, PeerSyncWithLeaderTest, TestSimLargeCluster, 
TestCloudSearcherWarming, QueryElevationComponentTest, 
AutoAddReplicasPlanActionTest, TestRequestForwarding, TestDynamicLoadingUrl, 
TestCoreDiscovery, TestManagedStopFilterFactory, TestUseDocValuesAsStored, 
TestWordDelimiterFilterFactory, CurrencyRangeFacetCloudTest, 
AliasIntegrationTest, ImplicitSnitchTest, ZookeeperStatusHandlerTest, 
HttpPartitionTest, TestBinaryResponseWriter, TestPivotHelperCode, 
LeaderFailoverAfterPartitionTest, DirectSolrConnectionTest, 
ProtectedTermFilterFactoryTest, DistributedQueryComponentCustomSortTest, 
TestSolrConfigHandlerCloud, TestEmbeddedSolrServerSchemaAPI, HLLUtilTest, 
DirectoryFactoryTest, TestFieldCacheReopen, WrapperMergePolicyFactoryTest, 
TestTermsQParserPlugin, DisMaxRequestHandlerTest, TestHdfsCloudBackupRestore, 
TestLRUStatsCacheCloud, PreAnalyzedUpdateProcessorTest, 
TestReRankQParserPlugin, TlogReplayBufferedWhileIndexingTest, SolrCoreTest, 
HdfsChaosMonkeySafeLeaderTest, TestLegacyFieldCache, 
BigEndianAscendingWordSerializerTest, DefaultValueUpdateProcessorTest, 
MaxSizeAutoCommitTest, RandomizedTaggerTest, TestInPlaceUpdateWithRouteField, 
SystemInfoHandlerTest, TestCloudManagedSchema, 
TestLegacyNumericRangeQueryBuilder, TestCloudPhrasesIdentificationComponent, 
NodeMutatorTest, JWTAuthPluginTest, SegmentsInfoRequestHandlerTest, 
DOMUtilTest, SpellCheckComponentTest, PrimitiveFieldTypeTest, 
OverseerRolesTest, TestNumericTokenStream, TermVectorComponentTest, 
TestMiniSolrCloudClusterSSL, TestComplexPhraseLeadingWildcard, TestRTimerTree, 
MetricsHistoryIntegrationTest, TestFoldingMultitermQuery, 
TestSolrDeletionPolicy1, SystemCollectionCompatTest]
   [junit4] Completed [543/905 (2!)] on J4 in 139.43s, 1 test, 1 error <<< 
FAILURES!

[...truncated 53915 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5743/consoleText

[repro] Revision: 74b9ba396c670cff7b738563475a92b8051f6690

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestDynamicLoading 
-Dtests.method=testDynamicLoading -Dtests.seed=8B5C5A498704412C 
-Dtests.slow=true -Dtests.locale=dsb -Dtests.timezone=Europe/Astrakhan 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Encountered IncompleteRead exception, pausing and then retrying...
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5743/consoleText

[repro] Revision: 74b9ba396c670cff7b738563475a92b8051f6690

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestDynamicLoading 
-Dtests.method=testDynamicLoading -Dtests.seed=8B5C5A498704412C 
-Dtests.slow=true -Dtests.locale=dsb -Dtests.timezone=Europe/Astrakhan 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Encountered IncompleteRead exception, pausing and then retrying...
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5743/consoleText

[repro] Revision: 74b9ba396c670cff7b738563475a92b8051f6690

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestDynamicLoading 
-Dtests.method=testDynamicLoading -Dtests.seed=8B5C5A498704412C 
-Dtests.slow=true -Dtests.locale=dsb -Dtests.timezone=Europe/Astrakhan 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Encountered IncompleteRead exception, aborting after too many retries.

[...truncated 52 lines...]
    raise RuntimeError('ERROR: fetching %s : %s' % (url, e))
RuntimeError: ERROR: fetching 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5743/consoleText : 
IncompleteRead(0 bytes read)
Build step 'Execute shell' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to