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

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.4) - Build # 8312 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8312/
Java: 64bit/jdk-11.0.4 -XX:-UseCompressedOops -XX:+UseG1GC

7 tests failed.
FAILED:  org.apache.solr.cloud.OverseerRolesTest.testOverseerRole

Error Message:
Timed out waiting for overseer state change. The current overseer is: 127.0.0.1:64989_solr

Stack Trace:
java.lang.AssertionError: Timed out waiting for overseer state change. The current overseer is: 127.0.0.1:64989_solr
	at __randomizedtesting.SeedInfo.seed([71377AC697690CFC:90FC8752ACDA3A2D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.OverseerRolesTest.waitForNewOverseer(OverseerRolesTest.java:75)
	at org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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:834)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([71377AC697690CFC:CD590CD4333A8F86]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 64 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	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 java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 60 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([71377AC697690CFC:CD590CD4333A8F86]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 64 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	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 java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 60 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([71377AC697690CFC:CD590CD4333A8F86]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 64 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	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 java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 60 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([71377AC697690CFC:CD590CD4333A8F86]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 64 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	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 java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 60 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([71377AC697690CFC:CD590CD4333A8F86]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 64 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	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 java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 60 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Software caused connection abort: recv failed

Stack Trace:
javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at __randomizedtesting.SeedInfo.seed([71377AC697690CFC:CD590CD4333A8F86]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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:834)
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 64 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	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 java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
	... 60 more




Build Log:
[...truncated 14023 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 1893091 INFO  (SUITE-BasicAuthIntegrationTest-seed#[71377AC697690CFC]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1893092 INFO  (SUITE-BasicAuthIntegrationTest-seed#[71377AC697690CFC]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_71377AC697690CFC-001\data-dir-181-001
   [junit4]   2> 1893092 WARN  (SUITE-BasicAuthIntegrationTest-seed#[71377AC697690CFC]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1893092 INFO  (SUITE-BasicAuthIntegrationTest-seed#[71377AC697690CFC]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1893093 INFO  (SUITE-BasicAuthIntegrationTest-seed#[71377AC697690CFC]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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)
   [junit4]   2> 1893096 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 1893097 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_71377AC697690CFC-001\tempDir-001
   [junit4]   2> 1893097 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1893098 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1893098 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1893198 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.ZkTestServer start zk server on port:53861
   [junit4]   2> 1893198 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:53861
   [junit4]   2> 1893198 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53861
   [junit4]   2> 1893198 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53861
   [junit4]   2> 1893200 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1893206 INFO  (zkConnectionManagerCallback-9984-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1893206 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1893209 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1893212 INFO  (zkConnectionManagerCallback-9986-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1893212 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1893213 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1893215 INFO  (zkConnectionManagerCallback-9988-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1893215 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1893325 WARN  (jetty-launcher-9989-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+11
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1893325 WARN  (jetty-launcher-9989-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+11
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1893325 WARN  (jetty-launcher-9989-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+11
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e071feb{/solr,null,AVAILABLE}
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61518f22{/solr,null,AVAILABLE}
   [junit4]   2> 1893325 INFO  (jetty-launcher-9989-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3563bd7{/solr,null,AVAILABLE}
   [junit4]   2> 1893328 INFO  (jetty-launcher-9989-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@318e53f1{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:53878}
   [junit4]   2> 1893329 INFO  (jetty-launcher-9989-thread-2) [     ] o.e.j.s.Server Started @1893377ms
   [junit4]   2> 1893329 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53878}
   [junit4]   2> 1893329 ERROR (jetty-launcher-9989-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1893329 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1893329 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1893329 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1893329 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1893329 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T19:17:14.949512600Z
   [junit4]   2> 1893330 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1893330 INFO  (jetty-launcher-9989-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@60e388a1{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:53874}
   [junit4]   2> 1893330 INFO  (jetty-launcher-9989-thread-1) [     ] o.e.j.s.Server Started @1893380ms
   [junit4]   2> 1893330 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53874}
   [junit4]   2> 1893330 ERROR (jetty-launcher-9989-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1893330 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1893330 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1893330 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1893330 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1893330 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T19:17:14.950495100Z
   [junit4]   2> 1893330 INFO  (jetty-launcher-9989-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@304b0faf{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:53876}
   [junit4]   2> 1893333 INFO  (jetty-launcher-9989-thread-3) [     ] o.e.j.s.Server Started @1893381ms
   [junit4]   2> 1893333 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53876}
   [junit4]   2> 1893333 ERROR (jetty-launcher-9989-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1893333 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1893333 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1893333 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1893333 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1893333 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1893333 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T19:17:14.953642800Z
   [junit4]   2> 1893333 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1893338 INFO  (zkConnectionManagerCallback-9991-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1893338 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1893339 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1893339 INFO  (zkConnectionManagerCallback-9993-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1893339 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1893340 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1893344 INFO  (zkConnectionManagerCallback-9995-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1893344 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1893344 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1893483 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1893485 WARN  (jetty-launcher-9989-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2423a519[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1893485 WARN  (jetty-launcher-9989-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2423a519[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1893489 WARN  (jetty-launcher-9989-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@85840e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1893489 WARN  (jetty-launcher-9989-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@85840e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1893490 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53861/solr
   [junit4]   2> 1893491 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1893494 INFO  (zkConnectionManagerCallback-10002-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1893494 INFO  (jetty-launcher-9989-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1893599 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1893601 WARN  (jetty-launcher-9989-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@16b4fa38[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1893601 WARN  (jetty-launcher-9989-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@16b4fa38[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1893605 WARN  (jetty-launcher-9989-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5642afa0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1893605 WARN  (jetty-launcher-9989-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5642afa0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1893605 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53861/solr
   [junit4]   2> 1893606 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1893609 INFO  (zkConnectionManagerCallback-10009-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1893609 INFO  (jetty-launcher-9989-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1893748 INFO  (jetty-launcher-9989-thread-3) [n:127.0.0.1:53876_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1893750 INFO  (zkConnectionManagerCallback-10012-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1893750 INFO  (jetty-launcher-9989-thread-3) [n:127.0.0.1:53876_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1893841 INFO  (jetty-launcher-9989-thread-3) [n:127.0.0.1:53876_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53876_solr
   [junit4]   2> 1893842 INFO  (jetty-launcher-9989-thread-3) [n:127.0.0.1:53876_solr     ] o.a.s.c.Overseer Overseer (id=72169318451052552-127.0.0.1:53876_solr-n_0000000000) starting
   [junit4]   2> 1893848 INFO  (jetty-launcher-9989-thread-3) [n:127.0.0.1:53876_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53876_solr
   [junit4]   2> 1893848 INFO  (OverseerStateUpdate-72169318451052552-127.0.0.1:53876_solr-n_0000000000) [n:127.0.0.1:53876_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:53876_solr
   [junit4]   2> 1893850 INFO  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1893850 INFO  (OverseerStateUpdate-72169318451052552-127.0.0.1:53876_solr-n_0000000000) [n:127.0.0.1:53876_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1893851 WARN  (jetty-launcher-9989-thread-3) [n:127.0.0.1:53876_solr     ] 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> 1893858 INFO  (zkConnectionManagerCallback-10017-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1893858 INFO  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1893863 INFO  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1893866 INFO  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53878_solr as DOWN
   [junit4]   2> 1893867 INFO  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1893867 INFO  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53878_solr
   [junit4]   2> 1893868 INFO  (zkCallback-10011-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1893869 WARN  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] 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> 1893890 INFO  (jetty-launcher-9989-thread-3) [n:127.0.0.1:53876_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1893898 INFO  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1893915 INFO  (zkCallback-10016-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1893921 INFO  (jetty-launcher-9989-thread-3) [n:127.0.0.1:53876_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53876.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a0bcc
   [junit4]   2> 1893921 INFO  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53878.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a0bcc
   [junit4]   2> 1893924 INFO  (jetty-launcher-9989-thread-3) [n:127.0.0.1:53876_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53876.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a0bcc
   [junit4]   2> 1893924 INFO  (jetty-launcher-9989-thread-3) [n:127.0.0.1:53876_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53876.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a0bcc
   [junit4]   2> 1893924 INFO  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53878.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a0bcc
   [junit4]   2> 1893924 INFO  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53878.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a0bcc
   [junit4]   2> 1893928 INFO  (jetty-launcher-9989-thread-3) [n:127.0.0.1:53876_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1893929 INFO  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1893929 INFO  (jetty-launcher-9989-thread-3) [n:127.0.0.1:53876_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_71377AC697690CFC-001\tempDir-001\node3\.
   [junit4]   2> 1893929 INFO  (jetty-launcher-9989-thread-2) [n:127.0.0.1:53878_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_71377AC697690CFC-001\tempDir-001\node2\.
   [junit4]   2> 1894162 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1894164 WARN  (jetty-launcher-9989-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d819e8e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1894164 WARN  (jetty-launcher-9989-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d819e8e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1894168 WARN  (jetty-launcher-9989-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@47ecc97e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1894168 WARN  (jetty-launcher-9989-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@47ecc97e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1894169 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53861/solr
   [junit4]   2> 1894170 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1894172 INFO  (zkConnectionManagerCallback-10028-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1894172 INFO  (jetty-launcher-9989-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1894276 INFO  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1894279 INFO  (zkConnectionManagerCallback-10030-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1894279 INFO  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1894285 INFO  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1894289 INFO  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53874_solr as DOWN
   [junit4]   2> 1894290 INFO  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1894290 INFO  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53874_solr
   [junit4]   2> 1894291 INFO  (zkCallback-10011-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1894291 INFO  (zkCallback-10016-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1894292 INFO  (zkCallback-10029-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1894292 WARN  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] 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> 1894319 INFO  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1894335 INFO  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53874.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a0bcc
   [junit4]   2> 1894346 INFO  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53874.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a0bcc
   [junit4]   2> 1894346 INFO  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53874.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a0bcc
   [junit4]   2> 1894348 INFO  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1894349 INFO  (jetty-launcher-9989-thread-1) [n:127.0.0.1:53874_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_71377AC697690CFC-001\tempDir-001\node1\.
   [junit4]   2> 1894376 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 1894378 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1894380 INFO  (zkConnectionManagerCallback-10039-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1894380 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1894382 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1894383 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53861/solr ready
   [junit4]   2> 1894401 INFO  (qtp1780212689-27862) [n:127.0.0.1:53874_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1894406 INFO  (OverseerThreadFactory-9406-thread-1-processing-n:127.0.0.1:53876_solr) [n:127.0.0.1:53876_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection authCollection
   [junit4]   2> 1894516 INFO  (OverseerStateUpdate-72169318451052552-127.0.0.1:53876_solr-n_0000000000) [n:127.0.0.1:53876_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"authCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:53878/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1894518 INFO  (OverseerStateUpdate-72169318451052552-127.0.0.1:53876_solr-n_0000000000) [n:127.0.0.1:53876_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"authCollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:53876/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1894522 INFO  (OverseerStateUpdate-72169318451052552-127.0.0.1:53876_solr-n_0000000000) [n:127.0.0.1:53876_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"authCollection_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:53874/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1894733 INFO  (qtp1780212689-27860) [n:127.0.0.1:53874_solr    x:authCollection_shard3_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1894735 INFO  (qtp997603457-27853) [n:127.0.0.1:53878_solr    x:authCollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1894740 INFO  (qtp984835295-27871) [n:127.0.0.1:53876_solr    x:authCollection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica_n2&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1894740 INFO  (qtp984835295-27871) [n:127.0.0.1:53876_solr    x:authCollection_shard2_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1895752 INFO  (qtp1780212689-27860) [n:127.0.0.1:53874_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1895761 INFO  (qtp997603457-27853) [n:127.0.0.1:53878_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1895767 INFO  (qtp984835295-27871) [n:127.0.0.1:53876_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1895769 INFO  (qtp1780212689-27860) [n:127.0.0.1:53874_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.s.IndexSchema [authCollection_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 1895769 INFO  (qtp997603457-27853) [n:127.0.0.1:53878_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema [authCollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1895771 INFO  (qtp997603457-27853) [n:127.0.0.1:53878_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1895771 INFO  (qtp997603457-27853) [n:127.0.0.1:53878_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica_n1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 1895771 INFO  (qtp1780212689-27860) [n:127.0.0.1:53874_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1895771 INFO  (qtp1780212689-27860) [n:127.0.0.1:53874_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica_n4' using configuration from collection authCollection, trusted=true
   [junit4]   2> 1895771 INFO  (qtp997603457-27853) [n:127.0.0.1:53878_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53878.solr.core.authCollection.shard1.replica_n1' (registry 'solr.core.authCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a0bcc
   [junit4]   2> 1895771 INFO  (qtp1780212689-27860) [n:127.0.0.1:53874_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53874.solr.core.authCollection.shard3.replica_n4' (registry 'solr.core.authCollection.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a0bcc
   [junit4]   2> 1895771 INFO  (qtp997603457-27853) [n:127.0.0.1:53878_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [[authCollection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_71377AC697690CFC-001\tempDir-001\node2\authCollection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_71377AC697690CFC-001\tempDir-001\node2\.\authCollection_shard1_replica_n1\data\]
   [junit4]   2> 1895771 INFO  (qtp1780212689-27860) [n:127.0.0.1:53874_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SolrCore [[authCollection_shard3_replica_n4] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_71377AC697690CFC-001\tempDir-001\node1\authCollection_shard3_replica_n4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_71377AC697690CFC-001\tempDir-001\node1\.\authCollection_shard3_replica_n4\data\]
   [junit4]   2> 1895776 INFO  (qtp984835295-27871) [n:127.0.0.1:53876_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.IndexSchema [authCollection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1895779 INFO  (qtp984835295-27871) [n:127.0.0.1:53876_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1895779 INFO  (qtp984835295-27871) [n:127.0.0.1:53876_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica_n2' using configuration from collection authCollection, trusted=true
   [junit4]   2> 1895779 INFO  (qtp984835295-27871) [n:127.0.0.1:53876_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53876.solr.core.authCollection.shard2.replica_n2' (registry 'solr.core.authCollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a0bcc
   [junit4]   2> 1895779 INFO  (qtp984835295-27871) [n:127.0.0.1:53876_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrCore [[authCollectio

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

/solr/overseer/queue
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 88824 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:51420
   [junit4]   2> 88824 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51420
   [junit4]   2> 88824 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51420
   [junit4]   2> 90828 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[71377AC697690CFC]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBasicAuth
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth -Dtests.seed=71377AC697690CFC -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-GB -Dtests.timezone=Africa/Mogadishu -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   7.57s J0 | BasicAuthIntegrationTest.testBasicAuth <<<
   [junit4]    > Throwable #1: javax.net.ssl.SSLException: Software caused connection abort: recv failed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([71377AC697690CFC:CD590CD4333A8F86]:0)
   [junit4]    > 	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1315)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > 	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
   [junit4]    > 		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]    > 		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
   [junit4]    > 		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
   [junit4]    > 		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
   [junit4]    > 		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
   [junit4]    > 		... 64 more
   [junit4]    > Caused by: java.net.SocketException: Software caused connection abort: recv failed
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
   [junit4]    > 	... 60 more
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.security.BasicAuthIntegrationTest_71377AC697690CFC-002
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1740, maxMBSortInHeap=6.6997946515516995, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@639bee91), locale=en-GB, timezone=Africa/Mogadishu
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.4 (64-bit)/cpus=3,threads=1,free=26367368,total=134217728
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerRolesTest, BasicAuthIntegrationTest, OverseerRolesTest, OverseerRolesTest, BasicAuthIntegrationTest]
   [junit4] Completed [10/10 (5!)] on J0 in 7.67s, 1 test, 1 error <<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1510: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1037: There were test failures: 10 suites, 15 tests, 5 errors [seed: 71377AC697690CFC]

Total time: 1 minute 35 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.OverseerRolesTest
[repro]   5/5 failed: org.apache.solr.security.BasicAuthIntegrationTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=1851779ddbfd8ed3148b5d20114bcf2b3651459d, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #8311
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-13.0.1) - Build # 8316 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8316/
Java: 64bit/jdk-13.0.1 -XX:-UseCompressedOops -XX:+UseSerialGC

7 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup

Error Message:
IOException occurred when talking to server at: https://127.0.0.1:63439/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: https://127.0.0.1:63439/solr
	at __randomizedtesting.SeedInfo.seed([BEAE25AF46FF9BFC:69866877571FD212]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:679)
	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)
	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.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:549)
	at org.apache.solr.cloud.TestCloudSearcherWarming.tearDown(TestCloudSearcherWarming.java:79)
	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$10.evaluate(RandomizedRunner.java:1000)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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)
	... 48 more
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 70 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 66 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
An established connection was aborted by the software in your host machine

Stack Trace:
javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at __randomizedtesting.SeedInfo.seed([BEAE25AF46FF9BFC:2C053BDE2AC1886]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 64 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 60 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
An established connection was aborted by the software in your host machine

Stack Trace:
javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at __randomizedtesting.SeedInfo.seed([BEAE25AF46FF9BFC:2C053BDE2AC1886]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 64 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 60 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
An established connection was aborted by the software in your host machine

Stack Trace:
javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at __randomizedtesting.SeedInfo.seed([BEAE25AF46FF9BFC:2C053BDE2AC1886]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 64 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 60 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
An established connection was aborted by the software in your host machine

Stack Trace:
javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at __randomizedtesting.SeedInfo.seed([BEAE25AF46FF9BFC:2C053BDE2AC1886]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 64 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 60 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
An established connection was aborted by the software in your host machine

Stack Trace:
javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at __randomizedtesting.SeedInfo.seed([BEAE25AF46FF9BFC:2C053BDE2AC1886]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 64 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 60 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
An established connection was aborted by the software in your host machine

Stack Trace:
javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
	at __randomizedtesting.SeedInfo.seed([BEAE25AF46FF9BFC:2C053BDE2AC1886]:0)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
	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:108)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
		... 64 more
Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	... 60 more




Build Log:
[...truncated 14517 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudSearcherWarming
   [junit4]   2> 2865566 INFO  (SUITE-TestCloudSearcherWarming-seed#[BEAE25AF46FF9BFC]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudSearcherWarming_BEAE25AF46FF9BFC-001\data-dir-228-001
   [junit4]   2> 2865566 WARN  (SUITE-TestCloudSearcherWarming-seed#[BEAE25AF46FF9BFC]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 2865566 INFO  (SUITE-TestCloudSearcherWarming-seed#[BEAE25AF46FF9BFC]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2865568 INFO  (SUITE-TestCloudSearcherWarming-seed#[BEAE25AF46FF9BFC]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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)
   [junit4]   2> 2865569 INFO  (SUITE-TestCloudSearcherWarming-seed#[BEAE25AF46FF9BFC]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2865573 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPeersyncFailureReplicationSuccess
   [junit4]   2> 2865574 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudSearcherWarming_BEAE25AF46FF9BFC-001\tempDir-001
   [junit4]   2> 2865574 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2865574 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2865575 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2865675 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.ZkTestServer start zk server on port:63071
   [junit4]   2> 2865675 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:63071
   [junit4]   2> 2865675 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63071
   [junit4]   2> 2865675 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63071
   [junit4]   2> 2865678 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2865683 INFO  (zkConnectionManagerCallback-15218-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2865683 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2865687 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2865690 INFO  (zkConnectionManagerCallback-15220-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2865690 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2865692 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2865695 INFO  (zkConnectionManagerCallback-15222-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2865695 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2865801 WARN  (jetty-launcher-15223-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2865801 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2865801 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2865801 INFO  (jetty-launcher-15223-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.1+9
   [junit4]   2> 2865801 INFO  (jetty-launcher-15223-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2865801 INFO  (jetty-launcher-15223-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2865801 INFO  (jetty-launcher-15223-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2865804 INFO  (jetty-launcher-15223-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@516d150{/solr,null,AVAILABLE}
   [junit4]   2> 2865805 INFO  (jetty-launcher-15223-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@41722e30{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:?????}
   [junit4]   2> 2865805 INFO  (jetty-launcher-15223-thread-1) [     ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 2865805 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63084}
   [junit4]   2> 2865805 ERROR (jetty-launcher-15223-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2865805 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2865806 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2865806 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2865806 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2865806 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-02T18:35:42.621487200Z
   [junit4]   2> 2865807 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2865809 INFO  (zkConnectionManagerCallback-15225-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2865809 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2865809 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2866021 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2866039 WARN  (jetty-launcher-15223-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1597b487[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2866039 WARN  (jetty-launcher-15223-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1597b487[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2866043 WARN  (jetty-launcher-15223-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ad02a9c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2866043 WARN  (jetty-launcher-15223-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ad02a9c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2866046 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63071/solr
   [junit4]   2> 2866048 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2866080 INFO  (zkConnectionManagerCallback-15232-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2866081 INFO  (jetty-launcher-15223-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2866184 INFO  (jetty-launcher-15223-thread-1) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2866187 INFO  (zkConnectionManagerCallback-15234-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2866187 INFO  (jetty-launcher-15223-thread-1) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2866371 INFO  (jetty-launcher-15223-thread-1) [n:127.0.0.1:63084_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63084_solr
   [junit4]   2> 2866371 INFO  (jetty-launcher-15223-thread-1) [n:127.0.0.1:63084_solr     ] o.a.s.c.Overseer Overseer (id=72180479776784389-127.0.0.1:63084_solr-n_0000000000) starting
   [junit4]   2> 2866377 INFO  (jetty-launcher-15223-thread-1) [n:127.0.0.1:63084_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63084_solr
   [junit4]   2> 2866381 WARN  (jetty-launcher-15223-thread-1) [n:127.0.0.1:63084_solr     ] 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> 2866405 INFO  (OverseerStateUpdate-72180479776784389-127.0.0.1:63084_solr-n_0000000000) [n:127.0.0.1:63084_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:63084_solr
   [junit4]   2> 2866406 INFO  (OverseerStateUpdate-72180479776784389-127.0.0.1:63084_solr-n_0000000000) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2866421 INFO  (jetty-launcher-15223-thread-1) [n:127.0.0.1:63084_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2866469 INFO  (jetty-launcher-15223-thread-1) [n:127.0.0.1:63084_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63084.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fc9b27c
   [junit4]   2> 2866479 INFO  (jetty-launcher-15223-thread-1) [n:127.0.0.1:63084_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63084.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fc9b27c
   [junit4]   2> 2866479 INFO  (jetty-launcher-15223-thread-1) [n:127.0.0.1:63084_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63084.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fc9b27c
   [junit4]   2> 2866482 INFO  (jetty-launcher-15223-thread-1) [n:127.0.0.1:63084_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2866482 INFO  (jetty-launcher-15223-thread-1) [n:127.0.0.1:63084_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudSearcherWarming_BEAE25AF46FF9BFC-001\tempDir-001\node1\.
   [junit4]   2> 2866512 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 2866513 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2866519 INFO  (zkConnectionManagerCallback-15243-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2866519 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2866522 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2866528 INFO  (TEST-TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63071/solr ready
   [junit4]   2> 2866557 INFO  (qtp1267352896-37475) [n:127.0.0.1:63084_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&maxShardsPerNode=2&name=testPeersyncFailureReplicationSuccess&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:63084_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2866565 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testPeersyncFailureReplicationSuccess
   [junit4]   2> 2866566 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/managed-schema
   [junit4]   2> 2866569 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/protwords.txt
   [junit4]   2> 2866572 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 2866576 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 2866578 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 2866582 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 2866585 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 2866589 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 2866592 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 2866595 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 2866597 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 2866599 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 2866601 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 2866602 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 2866604 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 2866608 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 2866613 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 2866616 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 2866620 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 2866622 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 2866625 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 2866627 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 2866629 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 2866631 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 2866634 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 2866636 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 2866639 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 2866642 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 2866644 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 2866647 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 2866649 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 2866653 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 2866655 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 2866660 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 2866662 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 2866665 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 2866668 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 2866673 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 2866676 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 2866679 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 2866682 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 2866685 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2866687 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/synonyms.txt
   [junit4]   2> 2866689 INFO  (OverseerThreadFactory-11330-thread-1-processing-n:127.0.0.1:63084_solr) [n:127.0.0.1:63084_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testPeersyncFailureReplicationSuccess.AUTOCREATED/stopwords.txt
   [junit4]   2> 2866800 INFO  (OverseerStateUpdate-72180479776784389-127.0.0.1:63084_solr-n_0000000000) [n:127.0.0.1:63084_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPeersyncFailureReplicationSuccess",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63084/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2867016 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr    x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testPeersyncFailureReplicationSuccess.AUTOCREATED&newCollection=true&name=testPeersyncFailureReplicationSuccess_shard1_replica_n1&action=CREATE&numShards=1&collection=testPeersyncFailureReplicationSuccess&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2867016 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr    x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2868038 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2868079 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.IndexSchema [testPeersyncFailureReplicationSuccess_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2868277 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2868277 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testPeersyncFailureReplicationSuccess_shard1_replica_n1' using configuration from collection testPeersyncFailureReplicationSuccess, trusted=true
   [junit4]   2> 2868278 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63084.solr.core.testPeersyncFailureReplicationSuccess.shard1.replica_n1' (registry 'solr.core.testPeersyncFailureReplicationSuccess.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fc9b27c
   [junit4]   2> 2868278 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.c.SolrCore [[testPeersyncFailureReplicationSuccess_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudSearcherWarming_BEAE25AF46FF9BFC-001\tempDir-001\node1\testPeersyncFailureReplicationSuccess_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudSearcherWarming_BEAE25AF46FF9BFC-001\tempDir-001\node1\.\testPeersyncFailureReplicationSuccess_shard1_replica_n1\data\]
   [junit4]   2> 2868456 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2868456 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2868459 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2868459 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2868469 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@23f8eab7[testPeersyncFailureReplicationSuccess_shard1_replica_n1] main]
   [junit4]   2> 2868477 INFO  (qtp1267352896-37474) [n:127.0.0.1:63084_solr c:testPeersyncFailureReplicationSuccess s:shard1 r:core_node2 x:testPeersyncFailureReplicationSuccess_shard1_replica_n1 ] o.a.s.r.ManagedResourc

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

ST-BasicAuthIntegrationTest.testBasicAuth-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:49644
   [junit4]   2> 216026 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:49644
   [junit4]   2> 216026 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 49644
   [junit4]   2> 218032 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[BEAE25AF46FF9BFC]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBasicAuth
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth -Dtests.seed=BEAE25AF46FF9BFC -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=yo-BJ -Dtests.timezone=Etc/GMT-7 -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   9.55s J1 | BasicAuthIntegrationTest.testBasicAuth <<<
   [junit4]    > Throwable #1: javax.net.ssl.SSLException: An established connection was aborted by the software in your host machine
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BEAE25AF46FF9BFC:2C053BDE2AC1886]:0)
   [junit4]    > 	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:324)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
   [junit4]    > 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1652)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:199)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudAuthTestCase.verifySecurityStatus(SolrCloudAuthTestCase.java:175)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:132)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]    > 	Suppressed: java.net.SocketException: An established connection was aborted by the software in your host machine
   [junit4]    > 		at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:421)
   [junit4]    > 		at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441)
   [junit4]    > 		at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825)
   [junit4]    > 		at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007)
   [junit4]    > 		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
   [junit4]    > 		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
   [junit4]    > 		... 64 more
   [junit4]    > Caused by: java.net.SocketException: An established connection was aborted by the software in your host machine
   [junit4]    > 	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:326)
   [junit4]    > 	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
   [junit4]    > 	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
   [junit4]    > 	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
   [junit4]    > 	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
   [junit4]    > 	... 60 more
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_BEAE25AF46FF9BFC-005
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1964, maxMBSortInHeap=6.991850215243448, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5c623a22), locale=yo-BJ, timezone=Etc/GMT-7
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 13.0.1 (64-bit)/cpus=3,threads=1,free=111578976,total=219930624
   [junit4]   2> NOTE: All tests run in this JVM: [BasicAuthIntegrationTest, TestCloudSearcherWarming, BasicAuthIntegrationTest, BasicAuthIntegrationTest, TestCloudSearcherWarming, BasicAuthIntegrationTest, BasicAuthIntegrationTest]
   [junit4] Completed [9/10 (5!)] on J1 in 9.61s, 1 test, 1 error <<< FAILURES!

[...truncated 19 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1510: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1037: There were test failures: 10 suites, 15 tests, 5 errors [seed: BEAE25AF46FF9BFC]

Total time: 3 minutes 57 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.TestCloudSearcherWarming
[repro]   5/5 failed: org.apache.solr.security.BasicAuthIntegrationTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=15d5e6662c3fcee6d19979b7c2ff49a28610aca3, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #8315
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-12.0.1) - Build # 8315 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8315/
Java: 64bit/jdk-12.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.OverseerRolesTest.testOverseerRole

Error Message:
The old leader should have rejoined election

Stack Trace:
java.lang.AssertionError: The old leader should have rejoined election
	at __randomizedtesting.SeedInfo.seed([833E60D0EF0E0133:62F59D44D4BD37E2]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:167)
	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 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 14667 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> 2983861 INFO  (SUITE-OverseerRolesTest-seed#[833E60D0EF0E0133]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2983862 INFO  (SUITE-OverseerRolesTest-seed#[833E60D0EF0E0133]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_833E60D0EF0E0133-001\data-dir-293-001
   [junit4]   2> 2983863 INFO  (SUITE-OverseerRolesTest-seed#[833E60D0EF0E0133]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2983865 INFO  (SUITE-OverseerRolesTest-seed#[833E60D0EF0E0133]-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)
   [junit4]   2> 2983869 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testOverseerRole
   [junit4]   2> 2983869 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_833E60D0EF0E0133-001\tempDir-001
   [junit4]   2> 2983871 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2983872 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2983872 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2983976 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.ZkTestServer start zk server on port:64588
   [junit4]   2> 2983976 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64588
   [junit4]   2> 2983976 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64588
   [junit4]   2> 2983976 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64588
   [junit4]   2> 2983989 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984002 INFO  (zkConnectionManagerCallback-15610-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984002 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984007 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984036 INFO  (zkConnectionManagerCallback-15612-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984036 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984037 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984045 INFO  (zkConnectionManagerCallback-15614-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984045 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984156 WARN  (jetty-launcher-15615-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2984156 WARN  (jetty-launcher-15615-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3fdcf516{/solr,null,AVAILABLE}
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76faed35{/solr,null,AVAILABLE}
   [junit4]   2> 2984156 WARN  (jetty-launcher-15615-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18def768{/solr,null,AVAILABLE}
   [junit4]   2> 2984156 WARN  (jetty-launcher-15615-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a2dadee{/solr,null,AVAILABLE}
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2a4c8505{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64602}
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.e.j.s.Server Started @2984208ms
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64602}
   [junit4]   2> 2984156 ERROR (jetty-launcher-15615-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2984156 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-02T05:41:02.444254600Z
   [junit4]   2> 2984173 INFO  (jetty-launcher-15615-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@401e3910{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64605}
   [junit4]   2> 2984173 INFO  (jetty-launcher-15615-thread-2) [     ] o.e.j.s.Server Started @2984217ms
   [junit4]   2> 2984173 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64605}
   [junit4]   2> 2984174 ERROR (jetty-launcher-15615-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2984174 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2984174 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2984174 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2984174 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2984174 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-02T05:41:02.462127300Z
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@b65f5fe{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64608}
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-1) [     ] o.e.j.s.Server Started @2984220ms
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64608}
   [junit4]   2> 2984177 ERROR (jetty-launcher-15615-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-02T05:41:02.465254200Z
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@730ef371{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64611}
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-4) [     ] o.e.j.s.Server Started @2984225ms
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64611}
   [junit4]   2> 2984177 ERROR (jetty-launcher-15615-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-02T05:41:02.465254200Z
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984177 INFO  (zkConnectionManagerCallback-15617-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984177 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984188 INFO  (zkConnectionManagerCallback-15619-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984188 INFO  (zkConnectionManagerCallback-15621-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984188 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984188 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984188 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2984188 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2984188 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2984228 INFO  (zkConnectionManagerCallback-15623-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984228 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984328 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2984567 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2984570 WARN  (jetty-launcher-15615-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5deecd7f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984570 WARN  (jetty-launcher-15615-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5deecd7f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984576 WARN  (jetty-launcher-15615-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@75f922f9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984576 WARN  (jetty-launcher-15615-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@75f922f9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984576 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64588/solr
   [junit4]   2> 2984578 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984581 INFO  (zkConnectionManagerCallback-15632-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984581 INFO  (jetty-launcher-15615-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984710 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2984712 WARN  (jetty-launcher-15615-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@27c70efd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984712 WARN  (jetty-launcher-15615-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@27c70efd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984716 WARN  (jetty-launcher-15615-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@24b8b35e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984716 WARN  (jetty-launcher-15615-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@24b8b35e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2984716 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64588/solr
   [junit4]   2> 2984719 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984721 INFO  (zkConnectionManagerCallback-15639-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984721 INFO  (jetty-launcher-15615-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984741 INFO  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984745 INFO  (zkConnectionManagerCallback-15641-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984745 INFO  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984842 INFO  (jetty-launcher-15615-thread-2) [n:127.0.0.1:64605_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2984847 INFO  (zkConnectionManagerCallback-15645-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2984847 INFO  (jetty-launcher-15615-thread-2) [n:127.0.0.1:64605_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2984882 INFO  (jetty-launcher-15615-thread-2) [n:127.0.0.1:64605_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64605_solr
   [junit4]   2> 2984882 INFO  (jetty-launcher-15615-thread-2) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000000) starting
   [junit4]   2> 2984894 INFO  (jetty-launcher-15615-thread-2) [n:127.0.0.1:64605_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64605_solr
   [junit4]   2> 2984896 WARN  (jetty-launcher-15615-thread-2) [n:127.0.0.1:64605_solr     ] 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> 2984979 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2984990 INFO  (zkCallback-15644-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2985003 INFO  (OverseerStateUpdate-72177433634275338-127.0.0.1:64605_solr-n_0000000000) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64605_solr
   [junit4]   2> 2985018 INFO  (jetty-launcher-15615-thread-2) [n:127.0.0.1:64605_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2985057 INFO  (jetty-launcher-15615-thread-2) [n:127.0.0.1:64605_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64605.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1850cf88
   [junit4]   2> 2985066 INFO  (jetty-launcher-15615-thread-2) [n:127.0.0.1:64605_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64605.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1850cf88
   [junit4]   2> 2985066 INFO  (jetty-launcher-15615-thread-2) [n:127.0.0.1:64605_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64605.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1850cf88
   [junit4]   2> 2985073 INFO  (jetty-launcher-15615-thread-2) [n:127.0.0.1:64605_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2985075 INFO  (jetty-launcher-15615-thread-2) [n:127.0.0.1:64605_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_833E60D0EF0E0133-001\tempDir-001\node2\.
   [junit4]   2> 2985090 INFO  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2985108 WARN  (jetty-launcher-15615-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5a5209c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985108 WARN  (jetty-launcher-15615-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5a5209c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985113 INFO  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64602_solr as DOWN
   [junit4]   2> 2985115 INFO  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2985115 INFO  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64602_solr
   [junit4]   2> 2985117 INFO  (zkCallback-15644-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2985121 WARN  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] 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> 2985136 WARN  (jetty-launcher-15615-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@27ba70d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985136 WARN  (jetty-launcher-15615-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@27ba70d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985138 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64588/solr
   [junit4]   2> 2985138 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2985139 INFO  (zkCallback-15640-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2985142 INFO  (zkConnectionManagerCallback-15656-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2985142 INFO  (jetty-launcher-15615-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2985162 INFO  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2985215 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2985227 WARN  (jetty-launcher-15615-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12077a99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985227 WARN  (jetty-launcher-15615-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12077a99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985231 WARN  (jetty-launcher-15615-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67036ea6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985231 WARN  (jetty-launcher-15615-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67036ea6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2985232 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64588/solr
   [junit4]   2> 2985234 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2985234 INFO  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64602.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1850cf88
   [junit4]   2> 2985236 INFO  (zkConnectionManagerCallback-15663-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2985236 INFO  (jetty-launcher-15615-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2985248 INFO  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64602.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1850cf88
   [junit4]   2> 2985248 INFO  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64602.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1850cf88
   [junit4]   2> 2985248 INFO  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2985250 INFO  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2985253 INFO  (jetty-launcher-15615-thread-3) [n:127.0.0.1:64602_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_833E60D0EF0E0133-001\tempDir-001\node3\.
   [junit4]   2> 2985268 INFO  (zkConnectionManagerCallback-15665-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2985268 INFO  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2985281 INFO  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2985288 INFO  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64608_solr as DOWN
   [junit4]   2> 2985289 INFO  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2985289 INFO  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64608_solr
   [junit4]   2> 2985292 INFO  (zkCallback-15640-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2985292 INFO  (zkCallback-15644-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2985292 INFO  (zkCallback-15664-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2985292 WARN  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] 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> 2985323 INFO  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2985351 INFO  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64608.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1850cf88
   [junit4]   2> 2985361 INFO  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2985365 INFO  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64608.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1850cf88
   [junit4]   2> 2985365 INFO  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64608.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1850cf88
   [junit4]   2> 2985366 INFO  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2985369 INFO  (jetty-launcher-15615-thread-1) [n:127.0.0.1:64608_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_833E60D0EF0E0133-001\tempDir-001\node1\.
   [junit4]   2> 2985385 INFO  (zkConnectionManagerCallback-15671-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2985385 INFO  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2985392 INFO  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2985398 INFO  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64611_solr as DOWN
   [junit4]   2> 2985398 INFO  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2985398 INFO  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64611_solr
   [junit4]   2> 2985402 INFO  (zkCallback-15640-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2985402 INFO  (zkCallback-15644-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2985402 INFO  (zkCallback-15664-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2985402 WARN  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] 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> 2985421 INFO  (zkCallback-15670-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2985456 INFO  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2985499 INFO  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64611.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1850cf88
   [junit4]   2> 2985508 INFO  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64611.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1850cf88
   [junit4]   2> 2985509 INFO  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64611.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1850cf88
   [junit4]   2> 2985510 INFO  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2985512 INFO  (jetty-launcher-15615-thread-4) [n:127.0.0.1:64611_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_833E60D0EF0E0133-001\tempDir-001\node4\.
   [junit4]   2> 2985569 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 2985571 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2985579 INFO  (zkConnectionManagerCallback-15680-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2985579 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2985581 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2985583 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64588/solr ready
   [junit4]   2> 2985591 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:64605_solr
   [junit4]   2> 2985591 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest Election queue: [72177433634275338-127.0.0.1:64605_solr-n_0000000000, 72177433634275337-127.0.0.1:64602_solr-n_0000000001, 72177433634275341-127.0.0.1:64608_solr-n_0000000002, 72177433634275342-127.0.0.1:64611_solr-n_0000000003]
   [junit4]   2> 2985603 INFO  (qtp94509882-44813) [n:127.0.0.1:64608_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:64605_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2985607 INFO  (OverseerThreadFactory-13818-thread-1-processing-n:127.0.0.1:64605_solr) [n:127.0.0.1:64605_solr     ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:64605_solr
   [junit4]   2> 2985619 INFO  (qtp94509882-44813) [n:127.0.0.1:64608_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:64605_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 2985620 INFO  (qtp94509882-44814) [n:127.0.0.1:64608_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:64602_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2985628 INFO  (OverseerCollectionConfigSetProcessor-72177433634275338-127.0.0.1:64605_solr-n_0000000000) [n:127.0.0.1:64605_solr     ] 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> 2985628 INFO  (OverseerThreadFactory-13818-thread-2-processing-n:127.0.0.1:64605_solr) [n:127.0.0.1:64605_solr     ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:64602_solr
   [junit4]   2> 2985631 INFO  (qtp94509882-44814) [n:127.0.0.1:64608_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:64602_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 2985632 INFO  (qtp94509882-44815) [n:127.0.0.1:64608_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:64608_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2985638 INFO  (OverseerThreadFactory-13818-thread-3-processing-n:127.0.0.1:64605_solr) [n:127.0.0.1:64605_solr     ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:64608_solr
   [junit4]   2> 2985638 INFO  (OverseerCollectionConfigSetProcessor-72177433634275338-127.0.0.1:64605_solr-n_0000000000) [n:127.0.0.1:64605_solr     ] 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> 2985641 INFO  (qtp94509882-44815) [n:127.0.0.1:64608_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:64608_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 2985642 INFO  (qtp94509882-44816) [n:127.0.0.1:64608_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:64611_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2985662 INFO  (OverseerCollectionConfigSetProcessor-72177433634275338-127.0.0.1:64605_solr-n_0000000000) [n:127.0.0.1:64605_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2985662 INFO  (OverseerThreadFactory-13818-thread-4-processing-n:127.0.0.1:64605_solr) [n:127.0.0.1:64605_solr     ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:64611_solr
   [junit4]   2> 2985672 INFO  (qtp94509882-44816) [n:127.0.0.1:64608_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:64611_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=30
   [junit4]   2> 2985676 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest ### Setting overseer designate 127.0.0.1:64611_solr
   [junit4]   2> 2985676 INFO  (qtp94509882-44817) [n:127.0.0.1:64608_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params node=127.0.0.1:64611_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2985684 INFO  (OverseerCollectionConfigSetProcessor-72177433634275338-127.0.0.1:64605_solr-n_0000000000) [n:127.0.0.1:64605_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2985685 INFO  (OverseerThreadFactory-13818-thread-5-processing-n:127.0.0.1:64605_solr) [n:127.0.0.1:64605_solr     ] o.a.s.c.a.c.OverseerRoleCmd Overseer role added to 127.0.0.1:64611_solr
   [junit4]   2> 2985687 INFO  (qtp94509882-44817) [n:127.0.0.1:64608_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:64611_solr&role=overseer&action=ADDROLE&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 2985687 INFO  (Thread-6218) [     ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 72177433634275338-127.0.0.1:64605_solr-n_0000000000 overseer designates are [127.0.0.1:64611_solr]
   [junit4]   2> 2985688 INFO  (Thread-6218) [     ] o.a.s.c.OverseerNodePrioritizer sorted nodes [72177433634275338-127.0.0.1:64605_solr-n_0000000000, 72177433634275337-127.0.0.1:64602_solr-n_0000000001, 72177433634275341-127.0.0.1:64608_solr-n_0000000002, 72177433634275342-127.0.0.1:64611_solr-n_0000000003]
   [junit4]   2> 2985688 INFO  (Thread-6218) [     ] o.a.s.c.OverseerNodePrioritizer asking node 72177433634275342-127.0.0.1:64611_solr-n_0000000003 to come join election at head
   [junit4]   2> 2985688 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest Expecting node: 127.0.0.1:64611_solr
   [junit4]   2> 2985701 INFO  (qtp2110329528-44822) [n:127.0.0.1:64611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoinAtHead&qt=/admin/cores&action=OVERSEEROP&electionNode=72177433634275342-127.0.0.1:64611_solr-n_0000000003&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 2985702 INFO  (Thread-6218) [     ] o.a.s.c.OverseerNodePrioritizer asking the old first in line 72177433634275337-127.0.0.1:64602_solr-n_0000000001 to rejoin election  
   [junit4]   2> 2985712 INFO  (qtp613117924-44794) [n:127.0.0.1:64602_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoin&qt=/admin/cores&action=OVERSEEROP&electionNode=72177433634275337-127.0.0.1:64602_solr-n_0000000001&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2985719 INFO  (OverseerStateUpdate-72177433634275338-127.0.0.1:64605_solr-n_0000000000) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"72177433634275338-127.0.0.1:64605_solr-n_0000000000"} 127.0.0.1:64605_solr
   [junit4]   2> 2985721 INFO  (OverseerStateUpdate-72177433634275338-127.0.0.1:64605_solr-n_0000000000) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64605_solr
   [junit4]   2> 2985725 WARN  (OverseerExitThread) [     ] o.a.s.c.Overseer I (id=72177433634275338-127.0.0.1:64605_solr-n_0000000000) am exiting, but I'm still the leader
   [junit4]   2> 2985728 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000000) closing
   [junit4]   2> 2985728 INFO  (OverseerAutoScalingTriggerThread-72177433634275338-127.0.0.1:64605_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2985728 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000000) closing
   [junit4]   2> 2985728 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000000) closing
   [junit4]   2> 2985733 INFO  (zkCallback-15670-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64611_solr
   [junit4]   2> 2985734 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000000) closing
   [junit4]   2> 2985737 INFO  (zkCallback-15670-thread-1) [n:127.0.0.1:64611_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275342-127.0.0.1:64611_solr-n_0000000001) starting
   [junit4]   2> 2985746 INFO  (OverseerStateUpdate-72177433634275342-127.0.0.1:64611_solr-n_0000000001) [n:127.0.0.1:64611_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64611_solr
   [junit4]   2> 2985790 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest ### Adding another overseer designate 127.0.0.1:64608_solr
   [junit4]   2> 2985792 INFO  (qtp94509882-44812) [n:127.0.0.1:64608_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params node=127.0.0.1:64608_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2985797 INFO  (OverseerThreadFactory-13838-thread-1-processing-n:127.0.0.1:64611_solr) [n:127.0.0.1:64611_solr     ] o.a.s.c.a.c.OverseerRoleCmd Overseer role added to 127.0.0.1:64608_solr
   [junit4]   2> 2985798 INFO  (qtp94509882-44812) [n:127.0.0.1:64608_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:64608_solr&role=overseer&action=ADDROLE&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2985798 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:64611_solr
   [junit4]   2> 2985798 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest Election queue: [72177433634275342-127.0.0.1:64611_solr-n_0000000001, 72177433634275341-127.0.0.1:64608_solr-n_0000000002, 72177433634275337-127.0.0.1:64602_solr-n_0000000005, 72177433634275338-127.0.0.1:64605_solr-n_0000000006]
   [junit4]   2> 2985804 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=604628732
   [junit4]   2> 2985804 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:64611_solr
   [junit4]   2> 2985806 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2985806 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:64611_solr as DOWN
   [junit4]   2> 2985808 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2985808 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b356dad: rootName = solr_64611, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@67f5785d
   [junit4]   2> 2985816 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2985816 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1bb9ecf1: rootName = solr_64611, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6a15f397
   [junit4]   2> 2985821 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2985821 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@32be161e: rootName = solr_64611, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@75896152
   [junit4]   2> 2985821 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2985825 INFO  (closeThreadPool-15684-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72177433634275342-127.0.0.1:64611_solr-n_0000000001) closing
   [junit4]   2> 2985825 INFO  (OverseerStateUpdate-72177433634275342-127.0.0.1:64611_solr-n_0000000001) [n:127.0.0.1:64611_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64611_solr
   [junit4]   2> 2985836 INFO  (OverseerAutoScalingTriggerThread-72177433634275342-127.0.0.1:64611_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2985845 INFO  (closeThreadPool-15684-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72177433634275342-127.0.0.1:64611_solr-n_0000000001) closing
   [junit4]   2> 2985951 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.Overseer Overseer (id=72177433634275342-127.0.0.1:64611_solr-n_0000000001) closing
   [junit4]   2> 2985953 INFO  (zkCallback-15640-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2985954 INFO  (zkCallback-15644-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2985954 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@730ef371{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2985955 INFO  (zkCallback-15664-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64608_solr
   [junit4]   2> 2985955 INFO  (zkCallback-15664-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2985955 INFO  (zkCallback-15679-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2985956 INFO  (zkCallback-15664-thread-2) [n:127.0.0.1:64608_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000002) starting
   [junit4]   2> 2985956 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4a2dadee{/solr,null,UNAVAILABLE}
   [junit4]   2> 2985956 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2985959 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest Expecting node: 127.0.0.1:64608_solr
   [junit4]   2> 2985961 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest ### Adding last overseer designate 127.0.0.1:64602_solr
   [junit4]   2> 2985962 INFO  (qtp613117924-44797) [n:127.0.0.1:64602_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params node=127.0.0.1:64602_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2985978 INFO  (OverseerStateUpdate-72177433634275341-127.0.0.1:64608_solr-n_0000000002) [n:127.0.0.1:64608_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64608_solr
   [junit4]   2> 2985991 INFO  (OverseerThreadFactory-13843-thread-1-processing-n:127.0.0.1:64608_solr) [n:127.0.0.1:64608_solr     ] o.a.s.c.a.c.OverseerRoleCmd Overseer role added to 127.0.0.1:64602_solr
   [junit4]   2> 2985993 INFO  (qtp613117924-44797) [n:127.0.0.1:64602_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:64602_solr&role=overseer&action=ADDROLE&wt=javabin&version=2} status=0 QTime=30
   [junit4]   2> 2985993 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:64608_solr
   [junit4]   2> 2985995 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest Election queue: [72177433634275341-127.0.0.1:64608_solr-n_0000000002, 72177433634275337-127.0.0.1:64602_solr-n_0000000005, 72177433634275338-127.0.0.1:64605_solr-n_0000000006]
   [junit4]   2> 2985995 INFO  (qtp613117924-44798) [n:127.0.0.1:64602_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with params node=127.0.0.1:64608_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2985995 INFO  (OverseerCollectionConfigSetProcessor-72177433634275341-127.0.0.1:64608_solr-n_0000000002) [n:127.0.0.1:64608_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000012 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2986011 INFO  (OverseerThreadFactory-13843-thread-2-processing-n:127.0.0.1:64608_solr) [n:127.0.0.1:64608_solr     ] o.a.s.c.a.c.OverseerRoleCmd Overseer role removed from 127.0.0.1:64608_solr
   [junit4]   2> 2986021 INFO  (qtp613117924-44798) [n:127.0.0.1:64602_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:64608_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2} status=0 QTime=26
   [junit4]   2> 2986022 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest Expecting node: 127.0.0.1:64602_solr
   [junit4]   2> 2986023 INFO  (Thread-6221) [     ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 72177433634275341-127.0.0.1:64608_solr-n_0000000002 overseer designates are [127.0.0.1:64611_solr, 127.0.0.1:64602_solr]
   [junit4]   2> 2986024 INFO  (Thread-6221) [     ] o.a.s.c.OverseerNodePrioritizer sorted nodes [72177433634275341-127.0.0.1:64608_solr-n_0000000002, 72177433634275337-127.0.0.1:64602_solr-n_0000000005, 72177433634275338-127.0.0.1:64605_solr-n_0000000006]
   [junit4]   2> 2986026 INFO  (OverseerStateUpdate-72177433634275341-127.0.0.1:64608_solr-n_0000000002) [n:127.0.0.1:64608_solr     ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"72177433634275341-127.0.0.1:64608_solr-n_0000000002"} 127.0.0.1:64608_solr
   [junit4]   2> 2986027 INFO  (OverseerStateUpdate-72177433634275341-127.0.0.1:64608_solr-n_0000000002) [n:127.0.0.1:64608_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64608_solr
   [junit4]   2> 2986038 WARN  (OverseerExitThread) [     ] o.a.s.c.Overseer I (id=72177433634275341-127.0.0.1:64608_solr-n_0000000002) am exiting, but I'm still the leader
   [junit4]   2> 2986040 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000002) closing
   [junit4]   2> 2986041 INFO  (OverseerAutoScalingTriggerThread-72177433634275341-127.0.0.1:64608_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2986043 INFO  (zkCallback-15640-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64602_solr
   [junit4]   2> 2986046 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000002) closing
   [junit4]   2> 2986046 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000002) closing
   [junit4]   2> 2986048 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000002) closing
   [junit4]   2> 2986048 INFO  (zkCallback-15640-thread-1) [n:127.0.0.1:64602_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275337-127.0.0.1:64602_solr-n_0000000005) starting
   [junit4]   2> 2986056 INFO  (OverseerStateUpdate-72177433634275337-127.0.0.1:64602_solr-n_0000000005) [n:127.0.0.1:64602_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64602_solr
   [junit4]   2> 2986125 INFO  (qtp613117924-44799) [n:127.0.0.1:64602_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params node=127.0.0.1:64608_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2986130 INFO  (OverseerThreadFactory-13847-thread-1-processing-n:127.0.0.1:64602_solr) [n:127.0.0.1:64602_solr     ] o.a.s.c.a.c.OverseerRoleCmd Overseer role added to 127.0.0.1:64608_solr
   [junit4]   2> 2986131 INFO  (qtp613117924-44799) [n:127.0.0.1:64602_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:64608_solr&role=overseer&action=ADDROLE&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 2986134 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest ### Sending QUIT to overseer 127.0.0.1:64602_solr
   [junit4]   2> 2986141 INFO  (OverseerCollectionConfigSetProcessor-72177433634275337-127.0.0.1:64602_solr-n_0000000005) [n:127.0.0.1:64602_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000016 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2986146 INFO  (OverseerStateUpdate-72177433634275337-127.0.0.1:64602_solr-n_0000000005) [n:127.0.0.1:64602_solr     ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"72177433634275337-127.0.0.1:64602_solr-n_0000000005"} 127.0.0.1:64602_solr
   [junit4]   2> 2986147 INFO  (OverseerStateUpdate-72177433634275337-127.0.0.1:64602_solr-n_0000000005) [n:127.0.0.1:64602_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64602_solr
   [junit4]   2> 2986155 WARN  (OverseerExitThread) [     ] o.a.s.c.Overseer I (id=72177433634275337-127.0.0.1:64602_solr-n_0000000005) am exiting, but I'm still the leader
   [junit4]   2> 2986156 INFO  (Thread-6222) [     ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 72177433634275337-127.0.0.1:64602_solr-n_0000000005 overseer designates are [127.0.0.1:64611_solr, 127.0.0.1:64602_solr, 127.0.0.1:64608_solr]
   [junit4]   2> 2986157 INFO  (Thread-6222) [     ] o.a.s.c.OverseerNodePrioritizer sorted nodes [72177433634275337-127.0.0.1:64602_solr-n_0000000005, 72177433634275338-127.0.0.1:64605_solr-n_0000000006, 72177433634275341-127.0.0.1:64608_solr-n_0000000007]
   [junit4]   2> 2986157 INFO  (Thread-6222) [     ] o.a.s.c.OverseerNodePrioritizer asking node 72177433634275337-127.0.0.1:64602_solr-n_0000000005 to come join election at head
   [junit4]   2> 2986158 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275337-127.0.0.1:64602_solr-n_0000000005) closing
   [junit4]   2> 2986160 INFO  (OverseerAutoScalingTriggerThread-72177433634275337-127.0.0.1:64602_solr-n_0000000005) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2986160 INFO  (zkCallback-15644-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000000) closing
   [junit4]   2> 2986160 INFO  (zkCallback-15644-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64605_solr
   [junit4]   2> 2986160 INFO  (zkCallback-15644-thread-1) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) starting
   [junit4]   2> 2986184 INFO  (qtp613117924-44795) [n:127.0.0.1:64602_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275337-127.0.0.1:64602_solr-n_0000000005) closing
   [junit4]   2> 2986184 INFO  (qtp613117924-44795) [n:127.0.0.1:64602_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275337-127.0.0.1:64602_solr-n_0000000005) closing
   [junit4]   2> 2986184 INFO  (qtp613117924-44795) [n:127.0.0.1:64602_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275337-127.0.0.1:64602_solr-n_0000000005) closing
   [junit4]   2> 2986184 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275337-127.0.0.1:64602_solr-n_0000000005) closing
   [junit4]   2> 2986184 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275337-127.0.0.1:64602_solr-n_0000000005) closing
   [junit4]   2> 2986184 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275337-127.0.0.1:64602_solr-n_0000000005) closing
   [junit4]   2> 2986184 INFO  (qtp613117924-44795) [n:127.0.0.1:64602_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275337-127.0.0.1:64602_solr-n_0000000005) closing
   [junit4]   2> 2986184 WARN  (OverseerExitThread) [     ] o.a.s.c.LeaderElector Deleting duplicate registration: /overseer_elect/election/72177433634275337-127.0.0.1:64602_solr-n_0000000007
   [junit4]   2> 2986184 WARN  (qtp613117924-44795) [n:127.0.0.1:64602_solr     ] o.a.s.c.LeaderElector Deleting duplicate registration: /overseer_elect/election/72177433634275337-127.0.0.1:64602_solr-n_0000000008
   [junit4]   2> 2986204 INFO  (qtp613117924-44795) [n:127.0.0.1:64602_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoinAtHead&qt=/admin/cores&action=OVERSEEROP&electionNode=72177433634275337-127.0.0.1:64602_solr-n_0000000005&wt=javabin&version=2} status=0 QTime=42
   [junit4]   2> 2986205 INFO  (Thread-6222) [     ] o.a.s.c.OverseerNodePrioritizer asking the old first in line 72177433634275338-127.0.0.1:64605_solr-n_0000000006 to rejoin election  
   [junit4]   2> 2986216 INFO  (qtp1322897083-44803) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) closing
   [junit4]   2> 2986216 INFO  (OverseerStateUpdate-72177433634275338-127.0.0.1:64605_solr-n_0000000006) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer According to ZK I (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) am no longer a leader. propsId=null
   [junit4]   2> 2986216 INFO  (OverseerStateUpdate-72177433634275338-127.0.0.1:64605_solr-n_0000000006) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64605_solr
   [junit4]   2> 2986216 INFO  (OverseerStateUpdate-72177433634275338-127.0.0.1:64605_solr-n_0000000006) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64605_solr
   [junit4]   2> 2986216 INFO  (zkCallback-15640-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72177433634275337-127.0.0.1:64602_solr-n_0000000005) closing
   [junit4]   2> 2986216 INFO  (OverseerCollectionConfigSetProcessor-72177433634275338-127.0.0.1:64605_solr-n_0000000006) [n:127.0.0.1:64605_solr     ] o.a.s.c.OverseerTaskProcessor According to ZK I (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) am no longer a leader. propsId=null
   [junit4]   2> 2986216 ERROR (OverseerCollectionConfigSetProcessor-72177433634275338-127.0.0.1:64605_solr-n_0000000006) [n:127.0.0.1:64605_solr     ] o.a.s.c.OverseerTaskProcessor Unable to prioritize overseer 
   [junit4]   2>           => java.lang.InterruptedException
   [junit4]   2> 	at java.base/java.lang.Object.wait(Native Method)
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.lang.Object.wait(Native Method) ~[?:?]
   [junit4]   2> 	at java.lang.Object.wait(Object.java:326) ~[?:?]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1529) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1512) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:2016) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:314) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:314) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.OverseerNodePrioritizer.prioritizeOverseerNodes(OverseerNodePrioritizer.java:68) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:186) ~[java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 2986216 INFO  (zkCallback-15664-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000002) closing
   [junit4]   2> 2986216 WARN  (OverseerAutoScalingTriggerThread-72177433634275338-127.0.0.1:64605_solr-n_0000000006) [     ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2>           => java.lang.InterruptedException
   [junit4]   2> 	at java.base/java.lang.Object.wait(Native Method)
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.lang.Object.wait(Native Method) ~[?:?]
   [junit4]   2> 	at java.lang.Object.wait(Object.java:326) ~[?:?]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1529) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1512) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:2129) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:338) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:338) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.getAutoScalingConfig(ZkDistribStateManager.java:188) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.cloud.DistribStateManager.getAutoScalingConfig(DistribStateManager.java:83) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:148) ~[java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 2986224 WARN  (zkCallback-15640-thread-1) [     ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 2986224 INFO  (zkCallback-15664-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64608_solr
   [junit4]   2> 2986225 INFO  (qtp1322897083-44803) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) closing
   [junit4]   2> 2986225 INFO  (qtp1322897083-44803) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) closing
   [junit4]   2> 2986227 WARN  (OverseerExitThread) [     ] o.a.s.c.Overseer I (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) am exiting, but I'm still the leader
   [junit4]   2> 2986227 INFO  (qtp1322897083-44803) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) closing
   [junit4]   2> 2986228 INFO  (zkCallback-15664-thread-2) [n:127.0.0.1:64608_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000007) starting
   [junit4]   2> 2986228 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) closing
   [junit4]   2> 2986228 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) closing
   [junit4]   2> 2986228 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) closing
   [junit4]   2> 2986229 INFO  (qtp1322897083-44803) [n:127.0.0.1:64605_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={op=rejoin&qt=/admin/cores&action=OVERSEEROP&electionNode=72177433634275338-127.0.0.1:64605_solr-n_0000000006&wt=javabin&version=2} status=0 QTime=22
   [junit4]   2> 2986229 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) closing
   [junit4]   2> 2986234 INFO  (OverseerStateUpdate-72177433634275341-127.0.0.1:64608_solr-n_0000000007) [n:127.0.0.1:64608_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64608_solr
   [junit4]   2> 2986239 INFO  (OverseerStateUpdate-72177433634275341-127.0.0.1:64608_solr-n_0000000007) [n:127.0.0.1:64608_solr     ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"72177433634275341-127.0.0.1:64608_solr-n_0000000007"} 127.0.0.1:64608_solr
   [junit4]   2> 2986239 INFO  (OverseerStateUpdate-72177433634275341-127.0.0.1:64608_solr-n_0000000007) [n:127.0.0.1:64608_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64608_solr
   [junit4]   2> 2986242 WARN  (OverseerExitThread) [     ] o.a.s.c.Overseer I (id=72177433634275341-127.0.0.1:64608_solr-n_0000000007) am exiting, but I'm still the leader
   [junit4]   2> 2986244 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000007) closing
   [junit4]   2> 2986244 INFO  (zkCallback-15644-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) closing
   [junit4]   2> 2986246 INFO  (zkCallback-15644-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000006) closing
   [junit4]   2> 2986248 WARN  (zkCallback-15644-thread-1) [     ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 2986248 INFO  (zkCallback-15644-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64605_solr
   [junit4]   2> 2986249 INFO  (zkCallback-15640-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72177433634275337-127.0.0.1:64602_solr-n_0000000005) closing
   [junit4]   2> 2986249 WARN  (ScheduledTrigger-13853-thread-1) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger ran but was already closed
   [junit4]   2> 2986249 WARN  (OverseerAutoScalingTriggerThread-72177433634275341-127.0.0.1:64608_solr-n_0000000007) [     ] o.a.s.c.a.OverseerTriggerThread Error deactivating old markers
   [junit4]   2>           => org.apache.solr.common.AlreadyClosedException
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.setData(ZkDistribStateManager.java:163)
   [junit4]   2> org.apache.solr.common.AlreadyClosedException: null
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.setData(ZkDistribStateManager.java:163) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.deactivateMarkers(OverseerTriggerThread.java:278) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:263) ~[java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 2986249 WARN  (OverseerAutoScalingTriggerThread-72177433634275341-127.0.0.1:64608_solr-n_0000000007) [     ] o.a.s.c.a.OverseerTriggerThread Error deactivating old markers
   [junit4]   2>           => org.apache.solr.common.AlreadyClosedException
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.listData(ZkDistribStateManager.java:74)
   [junit4]   2> org.apache.solr.common.AlreadyClosedException: null
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.listData(ZkDistribStateManager.java:74) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.listData(ZkDistribStateManager.java:80) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.deactivateMarkers(OverseerTriggerThread.java:272) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:264) ~[java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 2986249 WARN  (OverseerAutoScalingTriggerThread-72177433634275341-127.0.0.1:64608_solr-n_0000000007) [     ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2>           => java.lang.InterruptedException
   [junit4]   2> 	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1261)
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1261) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317) ~[?:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:195) ~[java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 2986249 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000007) closing
   [junit4]   2> 2986249 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000007) closing
   [junit4]   2> 2986251 WARN  (zkCallback-15640-thread-1) [     ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 2986251 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000007) closing
   [junit4]   2> 2986251 INFO  (zkCallback-15644-thread-2) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000011) starting
   [junit4]   2> 2986262 INFO  (OverseerStateUpdate-72177433634275338-127.0.0.1:64605_solr-n_0000000011) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64605_solr
   [junit4]   2> 2986264 INFO  (OverseerCollectionConfigSetProcessor-72177433634275338-127.0.0.1:64605_solr-n_0000000011) [n:127.0.0.1:64605_solr     ] o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at 72177433634275338-127.0.0.1:64605_solr-n_0000000011 overseer designates are [127.0.0.1:64611_solr, 127.0.0.1:64602_solr, 127.0.0.1:64608_solr]
   [junit4]   2> 2986264 INFO  (OverseerCollectionConfigSetProcessor-72177433634275338-127.0.0.1:64605_solr-n_0000000011) [n:127.0.0.1:64605_solr     ] o.a.s.c.OverseerNodePrioritizer sorted nodes [72177433634275338-127.0.0.1:64605_solr-n_0000000011, 72177433634275341-127.0.0.1:64608_solr-n_0000000012]
   [junit4]   2> 2986267 INFO  (OverseerStateUpdate-72177433634275338-127.0.0.1:64605_solr-n_0000000011) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Quit command received {
   [junit4]   2>   "operation":"quit",
   [junit4]   2>   "id":"72177433634275338-127.0.0.1:64605_solr-n_0000000011"} 127.0.0.1:64605_solr
   [junit4]   2> 2986267 INFO  (OverseerStateUpdate-72177433634275338-127.0.0.1:64605_solr-n_0000000011) [n:127.0.0.1:64605_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64605_solr
   [junit4]   2> 2986276 WARN  (OverseerExitThread) [     ] o.a.s.c.Overseer I (id=72177433634275338-127.0.0.1:64605_solr-n_0000000011) am exiting, but I'm still the leader
   [junit4]   2> 2986295 INFO  (zkCallback-15664-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000007) closing
   [junit4]   2> 2986295 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000011) closing
   [junit4]   2> 2986297 INFO  (OverseerAutoScalingTriggerThread-72177433634275338-127.0.0.1:64605_solr-n_0000000011) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2986298 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000011) closing
   [junit4]   2> 2986298 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000011) closing
   [junit4]   2> 2986298 INFO  (zkCallback-15664-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64608_solr
   [junit4]   2> 2986298 INFO  (OverseerExitThread) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000011) closing
   [junit4]   2> 2986299 INFO  (zkCallback-15664-thread-2) [n:127.0.0.1:64608_solr     ] o.a.s.c.Overseer Overseer (id=72177433634275341-127.0.0.1:64608_solr-n_0000000012) starting
   [junit4]   2> 2986304 INFO  (OverseerStateUpdate-72177433634275341-127.0.0.1:64608_solr-n_0000000012) [n:127.0.0.1:64608_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64608_solr
   [junit4]   2> 2987243 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:64608_solr
   [junit4]   2> 2987244 INFO  (TEST-OverseerRolesTest.testOverseerRole-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.OverseerRolesTest Election queue: [72177433634275341-127.0.0.1:64608_solr-n_0000000012, 72177433634275338-127.0.0.1:64605_solr-n_0000000013]
   [junit4]   2> 2987358 INFO  (jetty-closer-15685-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=263201293
   [junit4]   2> 2987358 INFO  (jetty-closer-15685-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:64605_solr
   [junit4]   2> 2987358 INFO  (jetty-closer-15685-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1485975485
   [junit4]   2> 2987358 INFO  (jetty-closer-15685-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:64608_solr
   [junit4]   2> 2987358 INFO  (jetty-closer-15685-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1357116685
   [junit4]   2> 2987358 INFO  (jetty-closer-15685-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:64602_solr
   [junit4]   2> 2987358 INFO  (jetty-closer-15685-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2987358 INFO  (jetty-closer-15685-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:64605_solr as DOWN
   [junit4]   2> 2987358 INFO  (jetty-closer-15685-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2987358 INFO  (jetty-closer-15685-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:64608_solr as DOWN
   [junit4]   2> 2987359 INFO  (jetty-closer-15685-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2987359 INFO  (jetty-closer-15685-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:64602_solr as DOWN
   [junit4]   2> 2987360 INFO  (jetty-closer-15685-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2987360 INFO  (jetty-closer-15685-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2987360 INFO  (jetty-closer-15685-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@25e5e3ab: rootName = solr_64605, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6aed09dc
   [junit4]   2> 2987368 INFO  (jetty-closer-15685-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2987368 INFO  (jetty-closer-15685-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ab9ae1e: rootName = solr_64605, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6a15f397
   [junit4]   2> 2987369 INFO  (jetty-closer-15685-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2987369 INFO  (jetty-closer-15685-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@53439fce: rootName = solr_64605, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@75896152
   [junit4]   2> 2987371 INFO  (jetty-closer-15685-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2987380 INFO  (jetty-closer-15685-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2987380 INFO  (jetty-closer-15685-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2ecd7280: rootName = solr_64608, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4cea269f
   [junit4]   2> 2987384 INFO  (zkCallback-15640-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2987384 INFO  (zkCallback-15664-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2987385 INFO  (closeThreadPool-15695-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000011) closing
   [junit4]   2> 2987385 INFO  (closeThreadPool-15695-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72177433634275338-127.0.0.1:64605_solr-n_0000000011) closing
   [junit4]   2> 2987386 INFO  (jetty-closer-15685-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2987386 INFO  (jetty-closer-15685-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19cfda54: rootName = solr_64602, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2f13d1c7
   [junit4]   2> 2987388 INFO  (jetty-closer-15685-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2987388 INFO  (jetty-closer-15685-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@127cdeee: rootName = solr_64608, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6a15f397
   [junit4]   2> 2987391 INFO  (jetty-closer-15685-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2987391 INFO  (jetty-closer-15685-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@11eed14c: rootName = solr_64608, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@75896152
   [junit4]   2> 2987391 INFO  (jetty-closer-15685

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

4]   2> 2993061 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> 	6	/solr/aliases.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72177434032668686-127.0.0.1:64706_solr-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/72177434032668685-127.0.0.1:64701_solr-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/72177434032668682-127.0.0.1:64695_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	29	/solr/live_nodes
   [junit4]   2> 	22	/solr/overseer/collection-queue-work
   [junit4]   2> 	16	/solr/overseer/queue
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	3	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2993066 INFO  (TEST-OverseerRolesTest.testDesignatedOverseerRestarts-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:64682
   [junit4]   2> 2993066 INFO  (TEST-OverseerRolesTest.testDesignatedOverseerRestarts-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64682
   [junit4]   2> 2993066 INFO  (TEST-OverseerRolesTest.testDesignatedOverseerRestarts-seed#[833E60D0EF0E0133]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64682
   [junit4]   2> 2995068 INFO  (TEST-OverseerRolesTest.testDesignatedOverseerRestarts-seed#[833E60D0EF0E0133]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDesignatedOverseerRestarts
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_833E60D0EF0E0133-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6b6464a0), locale=pt-CV, timezone=Australia/Lord_Howe
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 12.0.1 (64-bit)/cpus=3,threads=1,free=161485040,total=506986496
   [junit4]   2> NOTE: All tests run in this JVM: [NumberUtilsTest, V2ApiIntegrationTest, TestLegacyNumericRangeQueryBuilder, TestPackages, CSVRequestHandlerTest, LoggingHandlerTest, AsyncCallRequestStatusResponseTest, ImplicitSnitchTest, TestFieldCacheSortRandom, TestZkChroot, TestSort, TestCloudDeleteByQuery, ZkControllerTest, DistributedSpellCheckComponentTest, TestSolrCloudWithSecureImpersonation, ChangedSchemaMergeTest, ReturnFieldsTest, SliceStateTest, DistributedFacetExistsSmallTest, LeaderElectionContextKeyTest, SimpleCollectionCreateDeleteTest, NodeAddedTriggerIntegrationTest, QueryParsingTest, TestTestInjection, NodeMarkersRegistrationTest, TestWriterPerf, CurrencyFieldTypeTest, TestDynamicFieldCollectionResource, FastVectorHighlighterTest, TestGraphTermsQParserPlugin, TestBlobHandler, BadComponentTest, TestRangeQuery, SOLR749Test, NodeLostTriggerIntegrationTest, ConfigureRecoveryStrategyTest, TestBlendedInfixSuggestions, TestReversedWildcardFilterFactory, DistributedQueueTest, DistributedTermsComponentTest, SolrIndexSplitterTest, TestBulkSchemaAPI, FuzzySearchTest, MetricTriggerIntegrationTest, TestGeoJSONResponseWriter, TestJmxIntegration, MetricUtilsTest, TestBM25SimilarityFactory, TestCloudJSONFacetSKG, TestFreeTextSuggestions, CoreAdminCreateDiscoverTest, IndexSizeEstimatorTest, FieldAnalysisRequestHandlerTest, TestJsonFacetsWithNestedObjects, ZkSolrClientTest, BadIndexSchemaTest, RecoveryZkTest, TestCollectionAPIs, TokenizerChainTest, ZkNodePropsTest, TestQueryingOnDownCollection, SuggesterFSTTest, TestRuleBasedAuthorizationPlugin, AnalysisErrorHandlingTest, TestFunctionQuery, HttpSolrCallGetCoreTest, TestPolicyCloud, TestIntervalFaceting, MinimalSchemaTest, CollectionsAPIDistributedZkTest, ScheduledTriggerTest, CloudMLTQParserTest, TestUseDocValuesAsStored2, LeaderVoteWaitTimeoutTest, TestCoreDiscovery, TestReqParamsAPI, HLLSerializationTest, DocValuesNotIndexedTest, TestMultiWordSynonyms, Tagger2Test, AtomicUpdatesTest, AuthToolTest, FileBasedSpellCheckerTest, SolrTestCaseJ4Test, TestSimDistributedQueue, RequestLoggingTest, TestStressLucene, TestBadConfig, CoreMergeIndexesAdminHandlerTest, NodeMutatorTest, TestPostingsSolrHighlighter, TestFacetMethods, ShardRoutingTest, SolrShardReporterTest, TestDynamicURP, TestDownShardTolerantSearch, UUIDUpdateProcessorFallbackTest, TestRawTransformer, DistributedDebugComponentTest, TestAnalyzeInfixSuggestions, TestPointFields, TestCloudRecovery2, TestCoreAdminApis, TestInPlaceUpdatesRequiredField, TestSolrConfigHandlerCloud, TestSimpleTrackingShardHandler, TestStressReorder, TestDocBasedVersionConstraints, BufferStoreTest, TestIndexSearcher, TestExceedMaxTermLength, VersionInfoTest, SolrPluginUtilsTest, TestIBSimilarityFactory, MoreLikeThisHandlerTest, DocumentBuilderTest, AdminHandlersProxyTest, VMParamsZkACLAndCredentialsProvidersTest, TestDeprecatedFilters, TestOnReconnectListenerSupport, TestExportWriter, ConjunctionSolrSpellCheckerTest, SchemaApiFailureTest, PrimUtilsTest, PeerSyncWithLeaderTest, CollectionTooManyReplicasTest, DataDrivenBlockJoinTest, SolrMetricsIntegrationTest, TestDocTermOrdsUninvertLimit, ByteBuffersDirectoryFactoryTest, TestRandomRequestDistribution, TestReplicaProperties, SearchHandlerTest, TestHdfsBackupRestoreCore, SynonymTokenizerTest, TestSlowCompositeReaderWrapper, NestedAtomicUpdateTest, SolrSlf4jReporterTest, TestDocumentBuilder, PolyFieldTest, TestQueryTypes, TestFieldCacheWithThreads, CursorPagingTest, TestCustomStream, TestMultiValuedNumericRangeQuery, TestManagedSchemaThreadSafety, TestStressInPlaceUpdates, TestStreamBody, TestSolrJ, DistributedMLTComponentTest, ConnectionManagerTest, TestFastOutputStream, TestSubQueryTransformer, HdfsRecoveryZkTest, LeaderFailureAfterFreshStartTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrCloudSnapshots, DocValuesMultiTest, BJQFilterAccessibleTest, CoreAdminOperationTest, DeleteReplicaTest, TestPullReplica, CloudExitableDirectoryReaderTest, DeleteLastCustomShardedReplicaTest, TestStressVersions, RoutingToNodesWithPropertiesTest, TestSimComputePlanAction, ClassificationUpdateProcessorFactoryTest, SplitHandlerTest, TestExactStatsCache, TestRequestForwarding, FieldMutatingUpdateProcessorTest, TestCloudSchemaless, DistanceFunctionTest, ConcurrentDeleteAndCreateCollectionTest, AddReplicaTest, CdcrWithNodesRestartsTest, OverseerStatusTest, TestSolrIndexConfig, TestCloudPhrasesIdentificationComponent, SmileWriterTest, TestHighFrequencyDictionaryFactory, TestPayloadScoreQParserPlugin, TestManagedSynonymGraphFilterFactory, SoftAutoCommitTest, TriggerEventQueueTest, CreateRoutedAliasTest, WrapperMergePolicyFactoryTest, TestTolerantUpdateProcessorRandomCloud, PKIAuthenticationIntegrationTest, TestLockTree, TestLegacyField, CdcrOpsAndBoundariesTest, TestAuthorizationFramework, TestSimNodeLostTrigger, SampleTest, DateRangeFieldTest, TestComplexPhraseQParserPlugin, CollectionStateFormat2Test, MergeStrategyTest, SolrCloudExampleTest, XmlUpdateRequestHandlerTest, TestStressThreadBackup, AnalyticsMergeStrategyTest, MetricsConfigTest, TestOrdValues, ZkStateReaderTest, TestSolrCoreParser, TestConfigSets, TestCollationFieldDocValues, NumericFieldsTest, TestDistribPackageStore, BasicAuthStandaloneTest, SolrMetricManagerTest, TestAddFieldRealTimeGet, TestSchemaManager, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedMissingSort, TestGroupingSearch, TestHighlightDedupGrouping, TestJoin, TestRandomDVFaceting, TestSolrCoreProperties, TestSolrTestCaseJ4, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, AliasIntegrationTest, AssignBackwardCompatibilityTest, BasicDistributedZk2Test, BasicDistributedZkTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionsAPISolrJTest, HttpPartitionTest, LeaderElectionTest, MetricsHistoryIntegrationTest, MigrateRouteKeyTest, MultiSolrCloudTestCaseTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest]
   [junit4] Completed [512/894 (1!)] on J1 in 11.24s, 2 tests, 1 failure <<< FAILURES!

[...truncated 46206 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8315/consoleText

[repro] Revision: 4c9cc2cefd7f3593c4b4e1e5a087e3d206298989

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"

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

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

[...truncated 3355 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.OverseerRolesTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=833E60D0EF0E0133 -Dtests.slow=true -Dtests.locale=pt-CV -Dtests.timezone=Australia/Lord_Howe -Dtests.asserts=true -Dtests.file.encoding=UTF-8

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

[...truncated 78 lines...]

[JENKINS-EA] Lucene-Solr-master-Windows (64bit/jdk-14-ea+27) - Build # 8314 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8314/
Java: 64bit/jdk-14-ea+27 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

All tests passed

Build Log:
[...truncated 672 lines...]
   [junit4] JVM J0: stdout was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20200101_221120_8828099945763113916419.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa8476f8f5, pid=1532, tid=10196
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (14.0+27) (build 14-ea+27-1339)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (14-ea+27-1339, mixed mode, tiered, z gc, windows-amd64)
   [junit4] # Problematic frame:
   [junit4] # V  [jvm.dll+0x50f8f5]
   [junit4] #
   [junit4] # No core dump will be written. Minidumps are not enabled by default on client versions of Windows
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\hs_err_pid1532.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\replay_pid1532.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://bugreport.java.com/bugreport/crash.jsp
   [junit4] #
   [junit4] <<< JVM J0: EOF ----

[...truncated 1162 lines...]
   [junit4] ERROR: JVM J0 ended with an exception, command line: C:\Users\jenkins\tools\java\64bit\jdk-14-ea+27\bin\java.exe -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\heapdumps -ea -esa --illegal-access=deny -Dtests.prefix=tests -Dtests.seed=9C70A5F4CD4DBD09 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=9.0.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\tools\junit4\logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=1 -DtempDir=./temp -Djava.io.tmpdir=./temp -Dcommon.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene -Dclover.db.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\clover\db -Djava.security.policy=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\tools\junit4\tests.policy -Dtests.LUCENE_VERSION=9.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.src.home=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0 -Djunit4.tempDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp -Djunit4.childvm.id=0 -Djunit4.childvm.count=2 -Dfile.encoding=ISO-8859-1 -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dtests.filterstacks=true -Dtests.leaveTemporary=false -Dtests.badapples=false -classpath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\test-framework\lib\hamcrest-core-1.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\test-framework\lib\junit-4.12.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\test-framework\lib\randomizedtesting-runner-2.7.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\test;C:\Users\jenkins\.ivy2\cache\com.carrotsearch.randomizedtesting\junit4-ant\jars\junit4-ant-2.7.6.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20200101_221120_8826937412172862070668.events @C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20200101_221120_88215152771922670668533.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20200101_221120_8828099945763113916419.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:832)

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:634: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:578: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build.xml:50: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1510: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1037: At least one slave process threw an exception, first: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20200101_221120_8828099945763113916419.sysout

Total time: 11 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\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=C:\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=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-12.0.1) - Build # 8313 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8313/
Java: 64bit/jdk-12.0.1 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestSkipOverseerOperations.testSkipLeaderOperations

Error Message:
IOException occurred when talking to server at: https://127.0.0.1:52377/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: https://127.0.0.1:52377/solr
	at __randomizedtesting.SeedInfo.seed([A6D594CBCF23F8F:FA878AB063D14FE5]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:679)
	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)
	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.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestSkipOverseerOperations.testSkipLeaderOperations(TestSkipOverseerOperations.java:123)
	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 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: javax.net.ssl.SSLException: Software caused connection abort: recv failed
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:127)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
	at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1342)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:844)
	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)
	... 49 more
	Suppressed: java.net.SocketException: Software caused connection abort: socket write error
		at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
		at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
		at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
		at java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
		at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:351)
		... 71 more
Caused by: java.net.SocketException: Software caused connection abort: recv failed
	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 java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	... 67 more




Build Log:
[...truncated 14743 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSkipOverseerOperations
   [junit4]   2> 4221679 INFO  (SUITE-TestSkipOverseerOperations-seed#[A6D594CBCF23F8F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4221679 INFO  (SUITE-TestSkipOverseerOperations-seed#[A6D594CBCF23F8F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSkipOverseerOperations_A6D594CBCF23F8F-001\data-dir-289-001
   [junit4]   2> 4221679 WARN  (SUITE-TestSkipOverseerOperations-seed#[A6D594CBCF23F8F]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 4221679 INFO  (SUITE-TestSkipOverseerOperations-seed#[A6D594CBCF23F8F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4221684 INFO  (SUITE-TestSkipOverseerOperations-seed#[A6D594CBCF23F8F]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 4221688 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSkipLeaderOperations
   [junit4]   2> 4221689 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSkipOverseerOperations_A6D594CBCF23F8F-001\tempDir-001
   [junit4]   2> 4221689 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4221690 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4221690 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4221790 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkTestServer start zk server on port:52364
   [junit4]   2> 4221790 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:52364
   [junit4]   2> 4221790 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52364
   [junit4]   2> 4221790 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 52364
   [junit4]   2> 4221792 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4221798 INFO  (zkConnectionManagerCallback-16070-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4221798 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4221799 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4221805 INFO  (zkConnectionManagerCallback-16072-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4221805 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4221806 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4221810 INFO  (zkConnectionManagerCallback-16074-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4221810 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4221917 WARN  (jetty-launcher-16075-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 4221917 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4221917 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4221917 INFO  (jetty-launcher-16075-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 4221918 WARN  (jetty-launcher-16075-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 4221918 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4221918 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4221918 INFO  (jetty-launcher-16075-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 4221918 WARN  (jetty-launcher-16075-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 4221918 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4221918 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4221918 INFO  (jetty-launcher-16075-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 4221918 INFO  (jetty-launcher-16075-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4221918 INFO  (jetty-launcher-16075-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4221918 INFO  (jetty-launcher-16075-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4221918 INFO  (jetty-launcher-16075-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3996a4bd{/solr,null,AVAILABLE}
   [junit4]   2> 4221919 INFO  (jetty-launcher-16075-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4221919 INFO  (jetty-launcher-16075-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4221919 INFO  (jetty-launcher-16075-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4221919 INFO  (jetty-launcher-16075-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4221919 INFO  (jetty-launcher-16075-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4221919 INFO  (jetty-launcher-16075-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4221919 INFO  (jetty-launcher-16075-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c5eb0fa{/solr,null,AVAILABLE}
   [junit4]   2> 4221919 INFO  (jetty-launcher-16075-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78304611{/solr,null,AVAILABLE}
   [junit4]   2> 4221920 INFO  (jetty-launcher-16075-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7b565a60{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:52377}
   [junit4]   2> 4221920 INFO  (jetty-launcher-16075-thread-2) [     ] o.e.j.s.Server Started @4222002ms
   [junit4]   2> 4221920 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52377}
   [junit4]   2> 4221920 ERROR (jetty-launcher-16075-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4221920 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4221920 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 4221920 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4221920 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4221920 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T09:52:25.175809800Z
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@19839cd{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:52381}
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-1) [     ] o.e.j.s.Server Started @4222003ms
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@64f8111c{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:52380}
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-3) [     ] o.e.j.s.Server Started @4222003ms
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52381}
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52380}
   [junit4]   2> 4221921 ERROR (jetty-launcher-16075-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4221921 ERROR (jetty-launcher-16075-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T09:52:25.176834600Z
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4221921 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T09:52:25.176834600Z
   [junit4]   2> 4221922 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4221922 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4221922 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4221925 INFO  (zkConnectionManagerCallback-16077-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4221925 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4221926 INFO  (zkConnectionManagerCallback-16079-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4221926 INFO  (zkConnectionManagerCallback-16081-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4221926 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4221926 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4221926 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4221927 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4221927 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4222281 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4222282 WARN  (jetty-launcher-16075-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@566a5503[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4222282 WARN  (jetty-launcher-16075-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@566a5503[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4222291 WARN  (jetty-launcher-16075-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6ad7758c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4222291 WARN  (jetty-launcher-16075-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6ad7758c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4222293 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52364/solr
   [junit4]   2> 4222294 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4222296 INFO  (zkConnectionManagerCallback-16090-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4222296 INFO  (jetty-launcher-16075-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4222361 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4222365 WARN  (jetty-launcher-16075-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ede03cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4222365 WARN  (jetty-launcher-16075-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ede03cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4222369 WARN  (jetty-launcher-16075-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11a7fdd8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4222369 WARN  (jetty-launcher-16075-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11a7fdd8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4222370 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52364/solr
   [junit4]   2> 4222371 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4222374 INFO  (zkConnectionManagerCallback-16096-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4222374 INFO  (jetty-launcher-16075-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4222384 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4222385 WARN  (jetty-launcher-16075-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@763de355[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4222385 WARN  (jetty-launcher-16075-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@763de355[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4222387 WARN  (jetty-launcher-16075-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4de05ada[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4222387 WARN  (jetty-launcher-16075-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4de05ada[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4222387 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52364/solr
   [junit4]   2> 4222392 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4222393 INFO  (zkConnectionManagerCallback-16102-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4222393 INFO  (jetty-launcher-16075-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4222399 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4222401 INFO  (zkConnectionManagerCallback-16104-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4222401 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4222500 INFO  (jetty-launcher-16075-thread-2) [n:127.0.0.1:52377_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4222502 INFO  (zkConnectionManagerCallback-16108-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4222502 INFO  (jetty-launcher-16075-thread-2) [n:127.0.0.1:52377_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4222512 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52381_solr
   [junit4]   2> 4222512 INFO  (jetty-launcher-16075-thread-2) [n:127.0.0.1:52377_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52377_solr
   [junit4]   2> 4222513 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.c.Overseer Overseer (id=72172759775117321-127.0.0.1:52381_solr-n_0000000000) starting
   [junit4]   2> 4222514 INFO  (zkCallback-16107-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4222515 INFO  (zkCallback-16103-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4222515 WARN  (jetty-launcher-16075-thread-2) [n:127.0.0.1:52377_solr     ] 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> 4222517 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:52381_solr as DOWN
   [junit4]   2> 4222518 INFO  (OverseerStateUpdate-72172759775117321-127.0.0.1:52381_solr-n_0000000000) [n:127.0.0.1:52381_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:52381_solr
   [junit4]   2> 4222518 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4222518 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52381_solr
   [junit4]   2> 4222519 INFO  (zkCallback-16107-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4222519 INFO  (zkCallback-16103-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4222519 WARN  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] 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> 4222550 INFO  (jetty-launcher-16075-thread-2) [n:127.0.0.1:52377_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4222559 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4222582 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52381.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a67b9db
   [junit4]   2> 4222585 INFO  (jetty-launcher-16075-thread-2) [n:127.0.0.1:52377_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52377.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a67b9db
   [junit4]   2> 4222590 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52381.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a67b9db
   [junit4]   2> 4222591 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52381.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a67b9db
   [junit4]   2> 4222592 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4222592 INFO  (jetty-launcher-16075-thread-2) [n:127.0.0.1:52377_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52377.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a67b9db
   [junit4]   2> 4222593 INFO  (jetty-launcher-16075-thread-2) [n:127.0.0.1:52377_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52377.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a67b9db
   [junit4]   2> 4222594 INFO  (jetty-launcher-16075-thread-1) [n:127.0.0.1:52381_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSkipOverseerOperations_A6D594CBCF23F8F-001\tempDir-001\node1\.
   [junit4]   2> 4222594 INFO  (jetty-launcher-16075-thread-2) [n:127.0.0.1:52377_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4222595 INFO  (jetty-launcher-16075-thread-2) [n:127.0.0.1:52377_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSkipOverseerOperations_A6D594CBCF23F8F-001\tempDir-001\node2\.
   [junit4]   2> 4222600 INFO  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4222602 INFO  (zkConnectionManagerCallback-16116-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4222603 INFO  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4222608 INFO  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4222613 INFO  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:52380_solr as DOWN
   [junit4]   2> 4222614 INFO  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4222614 INFO  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52380_solr
   [junit4]   2> 4222615 INFO  (zkCallback-16107-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4222615 INFO  (zkCallback-16103-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4222616 INFO  (zkCallback-16115-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4222616 WARN  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] 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> 4222651 INFO  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4222675 INFO  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52380.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a67b9db
   [junit4]   2> 4222686 INFO  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52380.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a67b9db
   [junit4]   2> 4222687 INFO  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52380.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a67b9db
   [junit4]   2> 4222689 INFO  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4222690 INFO  (jetty-launcher-16075-thread-3) [n:127.0.0.1:52380_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSkipOverseerOperations_A6D594CBCF23F8F-001\tempDir-001\node3\.
   [junit4]   2> 4222719 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 4222720 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4222723 INFO  (zkConnectionManagerCallback-16125-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4222723 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4222725 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4222726 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52364/solr ready
   [junit4]   2> 4222742 INFO  (qtp1907241232-49010) [n:127.0.0.1:52377_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4222747 INFO  (qtp1907241232-49010) [n:127.0.0.1:52377_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 4222747 INFO  (qtp1907241232-49013) [n:127.0.0.1:52377_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=127.0.0.1:52377_solr,127.0.0.1:52380_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4222753 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 4222753 INFO  (OverseerCollectionConfigSetProcessor-72172759775117321-127.0.0.1:52381_solr-n_0000000000) [n:127.0.0.1:52381_solr     ] 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> 4222753 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 4222756 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/collection1.AUTOCREATED/protwords.txt
   [junit4]   2> 4222760 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/collection1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 4222760 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/collection1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 4222764 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/collection1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 4222767 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 4222769 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/collection1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 4222769 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/collection1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 4222769 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/collection1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 4222774 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/collection1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 4222779 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 4222781 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 4222782 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 4222784 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/collection1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 4222786 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 4222788 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/collection1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 4222790 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 4222792 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/collection1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 4222794 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 4222795 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/collection1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 4222795 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/collection1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 4222800 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/collection1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 4222802 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/collection1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 4222804 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/collection1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 4222805 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/collection1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 4222807 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/collection1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 4222809 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/collection1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 4222810 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/collection1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 4222812 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 4222814 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/collection1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 4222815 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/collection1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 4222817 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/collection1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 4222818 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/collection1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 4222821 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/collection1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 4222822 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 4222824 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/collection1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 4222826 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/collection1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 4222827 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/collection1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 4222830 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/collection1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 4222831 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/collection1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 4222833 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/collection1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 4222836 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/collection1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 4222838 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/collection1.AUTOCREATED/synonyms.txt
   [junit4]   2> 4222840 INFO  (OverseerThreadFactory-15738-thread-2-processing-n:127.0.0.1:52381_solr) [n:127.0.0.1:52381_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/collection1.AUTOCREATED/stopwords.txt
   [junit4]   2> 4222950 INFO  (OverseerStateUpdate-72172759775117321-127.0.0.1:52381_solr-n_0000000000) [n:127.0.0.1:52381_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52380/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4222951 INFO  (OverseerStateUpdate-72172759775117321-127.0.0.1:52381_solr-n_0000000000) [n:127.0.0.1:52381_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52377/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4223165 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4223165 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr    x:collection1_shard2_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4223171 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4224187 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 4224190 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 4224220 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 4224220 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=default-config
   [junit4]   2> 4224459 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 4224459 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 4224459 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52377.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a67b9db
   [junit4]   2> 4224459 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSkipOverseerOperations_A6D594CBCF23F8F-001\tempDir-001\node2\collection1_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSkipOverseerOperations_A6D594CBCF23F8F-001\tempDir-001\node2\.\collection1_shard2_replica_n2\data\]
   [junit4]   2> 4224468 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 4224468 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 4224469 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52380.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a67b9db
   [junit4]   2> 4224469 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSkipOverseerOperations_A6D594CBCF23F8F-001\tempDir-001\node3\collection1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSkipOverseerOperations_A6D594CBCF23F8F-001\tempDir-001\node3\.\collection1_shard1_replica_n1\data\]
   [junit4]   2> 4224666 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4224666 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4224668 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 4224668 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4224703 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4224703 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4224705 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 4224705 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4224711 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@121c4433[collection1_shard2_replica_n2] main]
   [junit4]   2> 4224713 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@359f48c1[collection1_shard1_replica_n1] main]
   [junit4]   2> 4224715 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/collection1.AUTOCREATED
   [junit4]   2> 4224715 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/collection1.AUTOCREATED
   [junit4]   2> 4224715 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 4224715 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4224717 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4224717 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 4224717 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4224717 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654519075147087872
   [junit4]   2> 4224719 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/collection1.AUTOCREATED
   [junit4]   2> 4224719 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/collection1.AUTOCREATED
   [junit4]   2> 4224719 INFO  (searcherExecutor-15751-thread-1-processing-n:127.0.0.1:52377_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@121c4433[collection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4224719 INFO  (searcherExecutor-15751-thread-1-processing-n:127.0.0.1:52377_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 4224719 INFO  (searcherExecutor-15751-thread-1-processing-n:127.0.0.1:52377_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 4224719 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 4224720 INFO  (searcherExecutor-15751-thread-1-processing-n:127.0.0.1:52377_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2] Registered new searcher Searcher@121c4433[collection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4224720 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4224720 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4224721 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 4224721 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4224721 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654519075151282176
   [junit4]   2> 4224723 INFO  (searcherExecutor-15752-thread-1-processing-n:127.0.0.1:52380_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@359f48c1[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4224723 INFO  (searcherExecutor-15752-thread-1-processing-n:127.0.0.1:52380_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 4224723 INFO  (searcherExecutor-15752-thread-1-processing-n:127.0.0.1:52380_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 4224723 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 4224723 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 4224725 INFO  (searcherExecutor-15752-thread-1-processing-n:127.0.0.1:52380_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@359f48c1[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4224727 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 4224727 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 4224728 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4224728 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4224728 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:52377/solr/collection1_shard2_replica_n2/
   [junit4]   2> 4224729 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4224729 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy https://127.0.0.1:52377/solr/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 4224729 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72172759775117322-core_node4-n_0000000000
   [junit4]   2> 4224731 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:52377/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 4224731 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4224731 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4224731 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:52380/solr/collection1_shard1_replica_n1/
   [junit4]   2> 4224731 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4224732 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:52380/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 4224732 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72172759775117323-core_node3-n_0000000000
   [junit4]   2> 4224734 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:52380/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 4224837 INFO  (zkCallback-16115-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4224837 INFO  (zkCallback-16107-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4224838 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4224838 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4224843 INFO  (qtp1845525100-49024) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1672
   [junit4]   2> 4224843 INFO  (qtp1907241232-49009) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1678
   [junit4]   2> 4224845 INFO  (qtp1907241232-49013) [n:127.0.0.1:52377_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 4224942 INFO  (zkCallback-16107-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4224942 INFO  (zkCallback-16107-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4224942 INFO  (zkCallback-16115-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4224942 INFO  (zkCallback-16115-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4224943 INFO  (qtp1907241232-49013) [n:127.0.0.1:52377_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=127.0.0.1:52377_solr,127.0.0.1:52380_solr&wt=javabin&version=2} status=0 QTime=2193
   [junit4]   2> 4224943 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collection1
   [junit4]   2> 4224945 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=896516185
   [junit4]   2> 4224945 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:52377_solr
   [junit4]   2> 4224946 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 4224946 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:52377_solr as DOWN
   [junit4]   2> 4224947 INFO  (coreCloseExecutor-15761-thread-1) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@781621bb
   [junit4]   2> 4224947 INFO  (coreCloseExecutor-15761-thread-1) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_n2, tag=SolrCore@781621bb
   [junit4]   2> 4224947 INFO  (coreCloseExecutor-15761-thread-1) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28f549b9: rootName = solr_52377, domain = solr.core.collection1.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@1590566a
   [junit4]   2> 4224956 INFO  (coreCloseExecutor-15761-thread-1) [n:127.0.0.1:52377_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=SolrCore@781621bb
   [junit4]   2> 4224959 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4224959 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@21844a54: rootName = solr_52377, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@dc60d54
   [junit4]   2> 4224965 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4224965 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a58bf04: rootName = solr_52377, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6a957a15
   [junit4]   2> 4224969 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4224969 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f110c01: rootName = solr_52377, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@740f9472
   [junit4]   2> 4224969 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4224971 INFO  (zkCallback-16115-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 4224971 INFO  (zkCallback-16103-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 4224971 INFO  (zkCallback-16124-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 4225050 INFO  (zkCallback-16115-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4225050 INFO  (zkCallback-16115-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4225072 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7b565a60{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 4225073 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3996a4bd{/solr,null,UNAVAILABLE}
   [junit4]   2> 4225073 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4225075 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=431352964
   [junit4]   2> 4225075 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:52380_solr
   [junit4]   2> 4225075 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 4225075 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:52380_solr as DOWN
   [junit4]   2> 4225077 INFO  (coreCloseExecutor-15763-thread-1) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1cd47b7f
   [junit4]   2> 4225077 INFO  (coreCloseExecutor-15763-thread-1) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=SolrCore@1cd47b7f
   [junit4]   2> 4225077 INFO  (coreCloseExecutor-15763-thread-1) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4024077e: rootName = solr_52380, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@18c5778c
   [junit4]   2> 4225089 INFO  (coreCloseExecutor-15763-thread-1) [n:127.0.0.1:52380_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=SolrCore@1cd47b7f
   [junit4]   2> 4225092 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4225092 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b46be1e: rootName = solr_52380, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2f85cf34
   [junit4]   2> 4225098 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4225098 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@32baa237: rootName = solr_52380, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6a957a15
   [junit4]   2> 4225101 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4225101 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5569d288: rootName = solr_52380, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@740f9472
   [junit4]   2> 4225101 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4225103 INFO  (zkCallback-16124-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 4225103 INFO  (zkCallback-16103-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 4225204 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@64f8111c{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 4225205 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@78304611{/solr,null,UNAVAILABLE}
   [junit4]   2> 4225205 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4225206 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.MiniSolrCloudCluster waitForJettyToStop: 52377
   [junit4]   2> 4225206 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.MiniSolrCloudCluster waitForJettyToStop: 52380
   [junit4]   2> 4225209 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.SolrCloudTestCase waitForState (collection1): Expected single liveNode
   [junit4]   2> 4225224 INFO  (qtp190862013-49023) [n:127.0.0.1:52381_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4225227 INFO  (OverseerCollectionConfigSetProcessor-72172759775117321-127.0.0.1:52381_solr-n_0000000000) [n:127.0.0.1:52381_solr     ] 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> 4225229 INFO  (qtp190862013-49023) [n:127.0.0.1:52381_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 4225229 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=52377)
   [junit4]   2> 4225231 WARN  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 4225231 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 52377 try number 1 ...
   [junit4]   2> 4225231 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 4225231 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4225231 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4225231 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4225231 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3161c0ac{/solr,null,AVAILABLE}
   [junit4]   2> 4225231 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@cd3c01e{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:52377}
   [junit4]   2> 4225231 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.e.j.s.Server Started @4225315ms
   [junit4]   2> 4225231 INFO  (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52377}
   [junit4]   2> 4225231 ERROR (TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.u.StartupLoggingUtils 

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

clusterprops.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72172760346329098-127.0.0.1:52611_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	56	/solr/overseer/queue
   [junit4]   2> 	26	/solr/live_nodes
   [junit4]   2> 	18	/solr/overseer/collection-queue-work
   [junit4]   2> 	14	/solr/collections
   [junit4]   2> 
   [junit4]   2> 4243375 INFO  (TEST-TestSkipOverseerOperations.testSkipDownOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:52596
   [junit4]   2> 4243375 INFO  (TEST-TestSkipOverseerOperations.testSkipDownOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52596
   [junit4]   2> 4243375 INFO  (TEST-TestSkipOverseerOperations.testSkipDownOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 52596
   [junit4]   2> 4245379 INFO  (TEST-TestSkipOverseerOperations.testSkipDownOperations-seed#[A6D594CBCF23F8F]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSkipDownOperations
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSkipOverseerOperations_A6D594CBCF23F8F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=421, maxMBSortInHeap=6.9967402700484875, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@57b9a978), locale=vo-001, timezone=Antarctica/DumontDUrville
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 12.0.1 (64-bit)/cpus=3,threads=1,free=271721840,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressReorder, StatelessScriptUpdateProcessorFactoryTest, TestEmbeddedSolrServerSchemaAPI, TestSchemaSimilarityResource, ChaosMonkeySafeLeaderTest, TestJsonFacets, TestPushWriter, HttpSolrCallGetCoreTest, TestConfigSets, UpdateRequestProcessorFactoryTest, HdfsCollectionsAPIDistributedZkTest, TestSafeXMLParsing, V2ApiIntegrationTest, TestLegacyNumericRangeQueryBuilder, TestSuggestSpellingConverter, ProtectedTermFilterFactoryTest, SoftAutoCommitTest, TestSolrJacksonAnnotation, SaslZkACLProviderTest, TestFieldTypeCollectionResource, TestFieldCollectionResource, FileBasedSpellCheckerTest, SpatialHeatmapFacetsTest, PeerSyncTest, TestNestedDocsSort, MetricTriggerIntegrationTest, BadComponentTest, TestCollectionAPIs, TestDynamicURP, AtomicUpdatesTest, TestCloudSchemaless, TestSimLargeCluster, TriggerSetPropertiesIntegrationTest, TestRecoveryHdfs, TestCryptoKeys, LoggingHandlerTest, CollectionStateFormat2Test, MoreLikeThisHandlerTest, TestSimDistributedQueue, AnalysisErrorHandlingTest, TestDynamicLoading, BlockCacheTest, SolrIndexSplitterTest, TestSimComputePlanAction, ClassificationUpdateProcessorTest, NodeMarkersRegistrationTest, SpellPossibilityIteratorTest, ScheduledMaintenanceTriggerTest, TestJmxIntegration, SortSpecParsingTest, TestMergePolicyConfig, RemoteQueryErrorTest, TriggerEventQueueTest, PeerSyncReplicationTest, TestExpandComponent, TriLevelCompositeIdRoutingTest, TestConfigReload, TestManagedSchema, TestManagedResourceStorage, TestStreamBody, TestSearcherReuse, ZkStateReaderTest, TestAuthorizationFramework, JWTVerificationkeyResolverTest, PreAnalyzedUpdateProcessorTest, TestManagedSchemaThreadSafety, TestSnapshotCloudManager, TestJsonFacetsWithNestedObjects, TestCoreAdminApis, SystemCollectionCompatTest, QueryResultKeyTest, TestLMJelinekMercerSimilarityFactory, DistributedSpellCheckComponentTest, TestRandomRequestDistribution, CoreAdminOperationTest, TestCursorMarkWithoutUniqueKey, TestQueryTypes, NumericFieldsTest, SolrMetricManagerTest, ConnectionManagerTest, HdfsNNFailoverTest, HealthCheckHandlerTest, TestRandomDVFaceting, ConfigureRecoveryStrategyTest, SolrCoreTest, SecurityConfHandlerTest, TestCloudJSONFacetSKG, DistributedUpdateProcessorTest, PKIAuthenticationIntegrationTest, TestConfigSetImmutable, RequestLoggingTest, TestFunctionQuery, CoreAdminCreateDiscoverTest, TestPerFieldSimilarityWithDefaultOverride, TestSmileRequest, UUIDUpdateProcessorFallbackTest, TestDelegationWithHadoopAuth, TestStressVersions, TestReplicationHandlerBackup, TestGraphTermsQParserPlugin, TestHdfsBackupRestoreCore, TestReloadDeadlock, FuzzySearchTest, ManagedSchemaRoundRobinCloudTest, TestIndexSearcher, HdfsTlogReplayBufferedWhileIndexingTest, MetricUtilsTest, ChaosMonkeyNothingIsSafeTest, TestScoreJoinQPScore, MetricsHistoryIntegrationTest, TestXmlQParser, TestOnReconnectListenerSupport, ScheduledTriggerTest, TestSimpleTextCodec, TestStressLucene, LeaderElectionTest, TestPolicyCloud, ShardRoutingTest, AddReplicaTest, CollectionTooManyReplicasTest, TestFreeTextSuggestions, TestZkChroot, TestOrdValues, SolrMetricsIntegrationTest, UpdateLogTest, CoreMergeIndexesAdminHandlerTest, SolrPluginUtilsTest, TestConfig, DistributedQueryComponentOptimizationTest, TestCloudRecovery2, TestCloudPseudoReturnFields, TestSolrDeletionPolicy1, TestLRUStatsCacheCloud, TestDistribDocBasedVersion, TestClusterStateMutator, TestDocTermOrdsUninvertLimit, TestManagedStopFilterFactory, CdcrWithNodesRestartsTest, TestFieldCacheSortRandom, TestCloudPhrasesIdentificationComponent, TestSolrCloudWithSecureImpersonation, TestBlendedInfixSuggestions, MinimalSchemaTest, DistributedFacetSimpleRefinementLongTailTest, TestTlogReplica, SimpleFacetsTest, TestStressThreadBackup, CursorPagingTest, TestDFISimilarityFactory, TestQueryingOnDownCollection, TestHdfsCloudBackupRestore, TestPartialUpdateDeduplication, TestBM25SimilarityFactory, TestDocBasedVersionConstraints, SuggesterFSTTest, TestTolerantUpdateProcessorRandomCloud, IgnoreLargeDocumentProcessorFactoryTest, TestSort, TestPivotHelperCode, TestBulkSchemaAPI, TestAddFieldRealTimeGet, TestReversedWildcardFilterFactory, SimpleCollectionCreateDeleteTest, HLLSerializationTest, BasicAuthStandaloneTest, TestCollapseQParserPlugin, LeaderFailureAfterFreshStartTest, CloudMLTQParserTest, DeleteStatusTest, TestIndexingPerformance, NestedAtomicUpdateTest, ResponseBuilderTest, LeaderVoteWaitTimeoutTest, TestDistribPackageStore, SearchRateTriggerTest, TestSchemaManager, NumberUtilsTest, TestMultiValuedNumericRangeQuery, ClassificationUpdateProcessorFactoryTest, ExecutePlanActionTest, RequestHandlersTest, TestSolrCoreParser, TestTrieFacet, DateRangeFieldTest, TestDocumentBuilder, TestSlowCompositeReaderWrapper, MetricsConfigTest, DefaultValueUpdateProcessorTest, TestEmbeddedSolrServerAdminHandler, TestSolrQueryResponse, TestDistribIDF, TestReqParamsAPI, TestManagedSynonymGraphFilterFactory, BigEndianAscendingWordSerializerTest, TokenizerChainTest, TestFacetMethods, AuditLoggerIntegrationTest, NodeMutatorTest, TestMultiWordSynonyms, TestLogWatcher, TermsComponentTest, FastVectorHighlighterTest, DOMUtilTest, TestRawTransformer, WrapperMergePolicyFactoryTest, FieldAnalysisRequestHandlerTest, TestTrie, ClusterStateUpdateTest, DistributedQueueTest, TestLockTree, TestPostingsSolrHighlighter, EmbeddedSolrNoSerializeTest, DistributedTermsComponentTest, SolrShardReporterTest, TestGeoJSONResponseWriter, HdfsWriteToMultipleCollectionsTest, TestJavabinTupleStreamParser, AdminHandlersProxyTest, DistribDocExpirationUpdateProcessorTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestDistributedGrouping, TestDistributedMissingSort, TestGroupingSearch, TestHighlightDedupGrouping, TestRandomFaceting, TestSimpleTrackingShardHandler, TestSolrCoreProperties, TestSolrTestCaseJ4, TestCharFilters, TestDeprecatedFilters, TestJettySolrRunner, ConnectionReuseTest, AliasIntegrationTest, AssignBackwardCompatibilityTest, BasicDistributedZk2Test, BasicDistributedZkTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, DocValuesNotIndexedTest, ForceLeaderTest, ForceLeaderWithTlogReplicasTest, HttpPartitionOnCommitTest, HttpPartitionWithTlogReplicasTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerTaskQueueTest, RecoveryZkTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, RestartWhileUpdatingTest, RollingRestartTest, RoutingToNodesWithPropertiesTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SolrXmlInZkTest, SplitShardTest, TestAuthenticationFramework, TestCloudConsistency, TestClusterProperties, TestConfigSetsAPI, TestExactSharedStatsCacheCloud, TestExactStatsCacheCloud, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestPullReplica, TestRebalanceLeaders, TestShortCircuitedRequests, TestSkipOverseerOperations]
   [junit4] Completed [548/894 (1!)] on J1 in 23.72s, 2 tests, 1 error <<< FAILURES!

[...truncated 46126 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8313/consoleText

[repro] Revision: 4c9cc2cefd7f3593c4b4e1e5a087e3d206298989

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"

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

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

[...truncated 3355 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestSkipOverseerOperations" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=A6D594CBCF23F8F -Dtests.slow=true -Dtests.locale=vo-001 -Dtests.timezone=Antarctica/DumontDUrville -Dtests.asserts=true -Dtests.file.encoding=Cp1252

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

[...truncated 78 lines...]