Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8097/
Java: 64bit/jdk-13-rc -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
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([365C051DCC1ADD91:8A32730F68495EEB]: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:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java: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:130)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java: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:989)
                at 
java.base/sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:82)
                at 
java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
                ... 63 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:919)
        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)
        ... 59 more




Build Log:
[...truncated 13198 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 638514 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[365C051DCC1ADD91]-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_365C051DCC1ADD91-001\data-dir-62-001
   [junit4]   2> 638514 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[365C051DCC1ADD91]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 638514 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[365C051DCC1ADD91]-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> 638518 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[365C051DCC1ADD91]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 638519 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 638519 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
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_365C051DCC1ADD91-001\tempDir-001
   [junit4]   2> 638519 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 638524 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 638524 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 638613 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:58882
   [junit4]   2> 638613 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58882
   [junit4]   2> 638613 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 58882
   [junit4]   2> 638614 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638620 INFO  (zkConnectionManagerCallback-3748-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638620 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638622 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638625 INFO  (zkConnectionManagerCallback-3750-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638625 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638626 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638629 INFO  (zkConnectionManagerCallback-3752-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638629 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638731 WARN  (jetty-launcher-3753-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 638731 WARN  (jetty-launcher-3753-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 638731 WARN  (jetty-launcher-3753-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 638731 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 638731 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 638731 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 638731 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 638731 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 638731 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 638732 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 13+33
   [junit4]   2> 638732 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 13+33
   [junit4]   2> 638732 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 13+33
   [junit4]   2> 638733 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 638733 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 638733 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 638733 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 638733 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 638733 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 638733 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 638733 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 638733 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 638733 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@92a72a6{/solr,null,AVAILABLE}
   [junit4]   2> 638733 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@40ab764d{/solr,null,AVAILABLE}
   [junit4]   2> 638733 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2f9399b5{/solr,null,AVAILABLE}
   [junit4]   2> 638734 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@212b0b37{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:58895}
   [junit4]   2> 638734 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@aaaeaad{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:58896}
   [junit4]   2> 638734 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.e.j.s.Server Started @642118ms
   [junit4]   2> 638734 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58895}
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@489975e5{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:58897}
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.e.j.s.Server Started @642118ms
   [junit4]   2> 638735 ERROR (jetty-launcher-3753-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58897}
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-08-19T23:55:07.091219200Z
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.e.j.s.Server Started @642118ms
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58896}
   [junit4]   2> 638735 ERROR (jetty-launcher-3753-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-08-19T23:55:07.091219200Z
   [junit4]   2> 638735 ERROR (jetty-launcher-3753-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 638735 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-08-19T23:55:07.091219200Z
   [junit4]   2> 638736 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638736 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638736 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638738 INFO  (zkConnectionManagerCallback-3759-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638738 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638738 INFO  (zkConnectionManagerCallback-3755-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638738 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638738 INFO  (zkConnectionManagerCallback-3757-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638740 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638744 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 638744 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 638744 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 638877 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 638879 WARN  (jetty-launcher-3753-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@34a8ed88[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 638879 WARN  (jetty-launcher-3753-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@34a8ed88[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 638883 WARN  (jetty-launcher-3753-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6a42e163[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 638883 WARN  (jetty-launcher-3753-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6a42e163[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 638884 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58882/solr
   [junit4]   2> 638885 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638887 INFO  (zkConnectionManagerCallback-3766-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638887 INFO  (jetty-launcher-3753-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 638988 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 638990 WARN  (jetty-launcher-3753-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7cb22c3f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 638991 WARN  (jetty-launcher-3753-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7cb22c3f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 638994 WARN  (jetty-launcher-3753-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@260ef4e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 638994 WARN  (jetty-launcher-3753-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@260ef4e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 638995 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58882/solr
   [junit4]   2> 638996 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 638998 INFO  (zkConnectionManagerCallback-3773-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638999 INFO  (jetty-launcher-3753-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 639122 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 639125 INFO  (zkConnectionManagerCallback-3776-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 639126 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 639165 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 639167 WARN  (jetty-launcher-3753-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7806523f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 639167 WARN  (jetty-launcher-3753-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7806523f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 639170 WARN  (jetty-launcher-3753-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7d1a311d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 639170 WARN  (jetty-launcher-3753-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7d1a311d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 639170 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58882/solr
   [junit4]   2> 639170 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 639174 INFO  (zkConnectionManagerCallback-3784-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 639174 INFO  (jetty-launcher-3753-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 639216 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 639218 INFO  (zkConnectionManagerCallback-3786-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 639218 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 639219 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:58897_solr
   [junit4]   2> 639219 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.Overseer Overseer 
(id=72081892677976072-127.0.0.1:58897_solr-n_0000000000) starting
   [junit4]   2> 639225 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 639227 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58895_solr
   [junit4]   2> 639227 INFO  (zkConnectionManagerCallback-3793-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 639227 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 639227 INFO  (zkCallback-3785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 639227 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 639229 INFO  (zkCallback-3775-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 639229 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 639229 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:58882/solr ready
   [junit4]   2> 639229 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:58897_solr as DOWN
   [junit4]   2> 639229 INFO  
(OverseerStateUpdate-72081892677976072-127.0.0.1:58897_solr-n_0000000000) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:58897_solr
   [junit4]   2> 639231 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 639231 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58897_solr
   [junit4]   2> 639231 INFO  (zkConnectionManagerCallback-3798-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 639231 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 639232 INFO  (zkCallback-3775-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 639232 INFO  (zkCallback-3785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 639232 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 639232 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.PackageManager clusterprops.json changed 
, version 0
   [junit4]   2> 639234 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:58882/solr ready
   [junit4]   2> 639234 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_solr     ] o.a.s.c.PackageManager clusterprops.json changed 
, version 0
   [junit4]   2> 639238 INFO  (zkCallback-3792-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 639258 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 639258 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 639288 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58897.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 639291 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58895.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 639297 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58897.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 639297 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58897.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 639298 INFO  (jetty-launcher-3753-thread-3) 
[n:127.0.0.1:58897_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_365C051DCC1ADD91-001\tempDir-001\node3\.
   [junit4]   2> 639298 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58895.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 639298 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58895.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 639299 INFO  (jetty-launcher-3753-thread-1) 
[n:127.0.0.1:58895_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_365C051DCC1ADD91-001\tempDir-001\node1\.
   [junit4]   2> 639311 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 639314 INFO  (zkConnectionManagerCallback-3802-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 639314 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 639319 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 639323 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:58896_solr as DOWN
   [junit4]   2> 639323 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 639323 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58896_solr
   [junit4]   2> 639324 INFO  (zkCallback-3785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 639324 INFO  (zkCallback-3792-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 639324 INFO  (zkCallback-3775-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 639324 INFO  (zkCallback-3797-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 639326 INFO  (zkCallback-3801-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 639326 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 639327 INFO  (zkConnectionManagerCallback-3809-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 639327 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 639329 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 639330 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:58882/solr ready
   [junit4]   2> 639330 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.PackageManager clusterprops.json changed 
, version 0
   [junit4]   2> 639354 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 639370 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58896.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 639376 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58896.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 639377 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58896.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 639377 INFO  (jetty-launcher-3753-thread-2) 
[n:127.0.0.1:58896_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_365C051DCC1ADD91-001\tempDir-001\node2\.
   [junit4]   2> 639403 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 639405 INFO  (zkConnectionManagerCallback-3815-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 639405 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 639407 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 639409 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58882/solr ready
   [junit4]   2> 639426 INFO  (qtp735273031-10370) [n:127.0.0.1:58895_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> 639430 INFO  
(OverseerThreadFactory-3386-thread-1-processing-n:127.0.0.1:58897_solr) 
[n:127.0.0.1:58897_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
authCollection
   [junit4]   2> 639537 INFO  
(OverseerStateUpdate-72081892677976072-127.0.0.1:58897_solr-n_0000000000) 
[n:127.0.0.1:58897_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:58895/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 639540 INFO  
(OverseerStateUpdate-72081892677976072-127.0.0.1:58897_solr-n_0000000000) 
[n:127.0.0.1:58897_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:58896/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 639541 INFO  
(OverseerStateUpdate-72081892677976072-127.0.0.1:58897_solr-n_0000000000) 
[n:127.0.0.1:58897_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_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:58897/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 639765 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_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> 639771 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr    
x:authCollection_shard3_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n3&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 639773 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr    
x:authCollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&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> 639773 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr    
x:authCollection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 640727 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 640732 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [authCollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 640733 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 640733 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 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> 640734 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58895.solr.core.authCollection.shard1.replica_n1' (registry 
'solr.core.authCollection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 640734 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 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_365C051DCC1ADD91-001\tempDir-001\node1\authCollection_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_365C051DCC1ADD91-001\tempDir-001\node1\.\authCollection_shard1_replica_n1\data\]
   [junit4]   2> 640813 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 640813 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 640815 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 640815 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 640817 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_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> 640823 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_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> 640824 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_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> 640824 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_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> 640824 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58896.solr.core.authCollection.shard2.replica_n2' (registry 
'solr.core.authCollection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 640824 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.c.SolrCore [[authCollection_shard2_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_365C051DCC1ADD91-001\tempDir-001\node2\authCollection_shard2_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_365C051DCC1ADD91-001\tempDir-001\node2\.\authCollection_shard2_replica_n2\data\]
   [junit4]   2> 640833 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 640842 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1e0e6c8[authCollection_shard1_replica_n1] main]
   [junit4]   2> 640847 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.s.IndexSchema [authCollection_shard3_replica_n3] Schema name=minimal
   [junit4]   2> 640849 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 640849 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica_n3' 
using configuration from collection authCollection, trusted=true
   [junit4]   2> 640849 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58897.solr.core.authCollection.shard3.replica_n3' (registry 
'solr.core.authCollection.shard3.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 640849 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.SolrCore [[authCollection_shard3_replica_n3] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_365C051DCC1ADD91-001\tempDir-001\node3\authCollection_shard3_replica_n3],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_365C051DCC1ADD91-001\tempDir-001\node3\.\authCollection_shard3_replica_n3\data\]
   [junit4]   2> 640851 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 640851 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 640852 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 640852 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1642341501981687808
   [junit4]   2> 640854 INFO  
(searcherExecutor-3399-thread-1-processing-n:127.0.0.1:58895_solr 
x:authCollection_shard1_replica_n1 c:authCollection s:shard1 r:core_node4) 
[n:127.0.0.1:58895_solr c:authCollection s:shard1 r:core_node4 
x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[authCollection_shard1_replica_n1] Registered new searcher 
Searcher@1e0e6c8[authCollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 640855 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/authCollection/terms/shard1 to Terms{values={core_node4=0}, 
version=0}
   [junit4]   2> 640855 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/authCollection/leaders/shard1
   [junit4]   2> 640859 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 640859 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 640859 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:58895/solr/authCollection_shard1_replica_n1/
   [junit4]   2> 640859 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 640860 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:58895/solr/authCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 640860 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/authCollection/leaders/shard1/leader after winning as 
/collections/authCollection/leader_elect/shard1/election/72081892677976074-core_node4-n_0000000000
   [junit4]   2> 640861 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:58895/solr/authCollection_shard1_replica_n1/ shard1
   [junit4]   2> 640919 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 640919 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 640921 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 640921 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 640936 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@634dfbc2[authCollection_shard2_replica_n2] main]
   [junit4]   2> 640936 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 640936 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 640936 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 640940 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1642341502073962496
   [junit4]   2> 640945 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/authCollection/terms/shard2 to Terms{values={core_node5=0}, 
version=0}
   [junit4]   2> 640945 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/authCollection/leaders/shard2
   [junit4]   2> 640948 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 640948 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 640948 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:58896/solr/authCollection_shard2_replica_n2/
   [junit4]   2> 640948 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 640948 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:58896/solr/authCollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 640948 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/authCollection/leaders/shard2/leader after winning as 
/collections/authCollection/leader_elect/shard2/election/72081892677976077-core_node5-n_0000000000
   [junit4]   2> 640950 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:58896/solr/authCollection_shard2_replica_n2/ shard2
   [junit4]   2> 640983 INFO  
(searcherExecutor-3404-thread-1-processing-n:127.0.0.1:58896_solr 
x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) 
[n:127.0.0.1:58896_solr c:authCollection s:shard2 r:core_node5 
x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrCore 
[authCollection_shard2_replica_n2] Registered new searcher 
Searcher@634dfbc2[authCollection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 641020 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 641020 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 641021 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 641022 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 641023 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18b0cb62[authCollection_shard3_replica_n3] main]
   [junit4]   2> 641025 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 641026 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 641026 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 641026 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1642341502164140032
   [junit4]   2> 641028 INFO  
(searcherExecutor-3405-thread-1-processing-n:127.0.0.1:58897_solr 
x:authCollection_shard3_replica_n3 c:authCollection s:shard3 r:core_node6) 
[n:127.0.0.1:58897_solr c:authCollection s:shard3 r:core_node6 
x:authCollection_shard3_replica_n3 ] o.a.s.c.SolrCore 
[authCollection_shard3_replica_n3] Registered new searcher 
Searcher@18b0cb62[authCollection_shard3_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 641031 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/authCollection/terms/shard3 to Terms{values={core_node6=0}, 
version=0}
   [junit4]   2> 641031 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/authCollection/leaders/shard3
   [junit4]   2> 641039 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 641039 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 641039 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:58897/solr/authCollection_shard3_replica_n3/
   [junit4]   2> 641039 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 641039 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:58897/solr/authCollection_shard3_replica_n3/ has no replicas
   [junit4]   2> 641039 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/authCollection/leaders/shard3/leader after winning as 
/collections/authCollection/leader_elect/shard3/election/72081892677976072-core_node6-n_0000000000
   [junit4]   2> 641039 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:58897/solr/authCollection_shard3_replica_n3/ shard3
   [junit4]   2> 641143 INFO  (zkCallback-3785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641144 INFO  (zkCallback-3801-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641144 INFO  (zkCallback-3775-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641145 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 641145 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 641145 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 641149 INFO  (zkCallback-3785-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641149 INFO  (zkCallback-3775-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641149 INFO  (zkCallback-3801-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641156 INFO  (qtp5407197-10369) [n:127.0.0.1:58896_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=1493
   [junit4]   2> 641156 INFO  (qtp735273031-10366) [n:127.0.0.1:58895_solr 
c:authCollection s:shard1 r:core_node4 x:authCollection_shard1_replica_n1 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1484
   [junit4]   2> 641157 INFO  (qtp1113661077-10371) [n:127.0.0.1:58897_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n3 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n3&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1488
   [junit4]   2> 641163 INFO  (qtp735273031-10370) [n:127.0.0.1:58895_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> 641253 INFO  (zkCallback-3785-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641254 INFO  (zkCallback-3785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641254 INFO  (zkCallback-3801-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641254 INFO  (zkCallback-3801-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641254 INFO  (zkCallback-3775-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641254 INFO  (zkCallback-3775-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641255 INFO  (qtp735273031-10370) [n:127.0.0.1:58895_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=authCollection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2}
 status=0 QTime=1963
   [junit4]   2> 641261 INFO  (zkCallback-3785-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641261 INFO  (zkCallback-3801-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641261 INFO  (zkCallback-3775-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 641285 INFO  (qtp5407197-10379) [n:127.0.0.1:58896_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} 
status=0 QTime=0
   [junit4]   2> 641295 INFO  (qtp5407197-10372) [n:127.0.0.1:58896_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} 
status=0 QTime=0
   [junit4]   2> 641295 INFO  (zkCallback-3775-thread-1) [     ] 
o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 641295 INFO  (zkCallback-3775-thread-1) [     ] 
o.a.s.c.CoreContainer Initializing authorization plugin: 
solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 641295 INFO  (zkCallback-3785-thread-3) [     ] 
o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 641295 INFO  (zkCallback-3785-thread-3) [     ] 
o.a.s.c.CoreContainer Initializing authorization plugin: 
solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 641295 INFO  (zkCallback-3801-thread-3) [     ] 
o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 641295 INFO  (zkCallback-3801-thread-3) [     ] 
o.a.s.c.CoreContainer Initializing authorization plugin: 
solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 641310 INFO  (zkCallback-3775-thread-1) [     ] 
o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 641310 INFO  (zkCallback-3785-thread-3) [     ] 
o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 641310 INFO  (zkCallback-3801-thread-3) [     ] 
o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 641336 INFO  
(OverseerCollectionConfigSetProcessor-72081892677976072-127.0.0.1:58897_solr-n_0000000000)
 [n:127.0.0.1:58897_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> 641351 INFO  (qtp5407197-10375) [n:127.0.0.1:58896_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} 
status=0 QTime=1
   [junit4]   2> 641353 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=239788781
   [junit4]   2> 641353 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58896_solr
   [junit4]   2> 641354 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 641354 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:58896_solr as DOWN
   [junit4]   2> 641361 INFO  (coreCloseExecutor-3414-thread-1) 
[n:127.0.0.1:58896_solr c:authCollection s:shard2 r:core_node5 
x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrCore 
[authCollection_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7ed5470b
   [junit4]   2> 641361 INFO  (coreCloseExecutor-3414-thread-1) 
[n:127.0.0.1:58896_solr c:authCollection s:shard2 r:core_node5 
x:authCollection_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.authCollection.shard2.replica_n2, 
tag=SolrCore@7ed5470b
   [junit4]   2> 641361 INFO  (coreCloseExecutor-3414-thread-1) 
[n:127.0.0.1:58896_solr c:authCollection s:shard2 r:core_node5 
x:authCollection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4d9328de: rootName = 
solr_58896, domain = solr.core.authCollection.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.authCollection.shard2.replica_n2 
/ com.codahale.metrics.MetricRegistry@2b69d76f
   [junit4]   2> 641371 INFO  (coreCloseExecutor-3414-thread-1) 
[n:127.0.0.1:58896_solr c:authCollection s:shard2 r:core_node5 
x:authCollection_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.authCollection.shard2.leader, 
tag=SolrCore@7ed5470b
   [junit4]   2> 641373 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 641373 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1bbd284d: rootName = 
solr_58896, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@5805bc1c
   [junit4]   2> 641378 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 641378 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6a61f955: rootName = 
solr_58896, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@38a1f594
   [junit4]   2> 641379 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 641379 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6d789911: rootName = 
solr_58896, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@4ca0e06c
   [junit4]   2> 641379 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 641382 INFO  (zkCallback-3797-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 641382 INFO  (zkCallback-3775-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 641382 INFO  (zkCallback-3814-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 641382 INFO  (zkCallback-3808-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 641383 INFO  (zkCallback-3785-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 641383 INFO  (zkCallback-3792-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 641453 INFO  (zkCallback-3775-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 641453 INFO  (zkCallback-3775-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 641453 INFO  (zkCallback-3775-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 641453 INFO  (zkCallback-3785-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 641453 INFO  (zkCallback-3785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 641453 INFO  (zkCallback-3785-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 641573 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@aaaeaad{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 641573 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@40ab764d{/solr,null,UNAVAILABLE}
   [junit4]   2> 641573 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 641574 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 641575 WARN  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 641575 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 58896 try number 1 ...
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 13+33
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4dc6ae96{/solr,null,AVAILABLE}
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@71ee57b1{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:58896}
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.s.Server Started @645170ms
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58896}
   [junit4]   2> 641577 ERROR 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 641577 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-08-19T23:55:09.933657400Z
   [junit4]   2> 641580 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 641583 INFO  (zkConnectionManagerCallback-3824-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641583 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 641584 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 641903 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 641907 WARN  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6ee11c26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 641907 WARN  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6ee11c26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 641910 WARN  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@602a823[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 641910 WARN  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@602a823[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 641911 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58882/solr
   [junit4]   2> 641911 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 641915 INFO  (zkConnectionManagerCallback-3831-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641915 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 642013 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 642015 INFO  (zkConnectionManagerCallback-3833-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 642015 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 642021 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 642025 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:58896_solr as DOWN
   [junit4]   2> 642026 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 642026 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58896_solr
   [junit4]   2> 642027 INFO  (zkCallback-3785-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 642027 INFO  (zkCallback-3775-thread-4) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 642027 INFO  (zkCallback-3797-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 642027 INFO  (zkCallback-3814-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 642027 INFO  (zkCallback-3792-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 642028 INFO  (zkCallback-3832-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 642030 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 642032 INFO  (zkConnectionManagerCallback-3840-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 642032 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 642034 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 642035 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:58882/solr ready
   [junit4]   2> 642036 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.PackageManager clusterprops.json changed 
, version 0
   [junit4]   2> 642036 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.CoreContainer Initializing authorization 
plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 642036 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.CoreContainer Initializing authentication 
plugin: solr.BasicAuthPlugin
   [junit4]   2> 642063 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 642087 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58896.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 642094 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58896.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 642094 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58896.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12547fae
   [junit4]   2> 642097 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_365C051DCC1ADD91-001\tempDir-001\node2\.
   [junit4]   2> 642097 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[365C051DCC1ADD91]) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.CorePropertiesLocator Cores are: 
[authCollection_shard2_replica_n2]
   [junit4]   2> 642109 INFO  
(coreLoadExecutor-3424-thread-1-processing-n:127.0.0.1:58896_solr) 
[n:127.0.0.1:58896_solr     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
9.0.0
   [junit4]   2> 642126 INFO  
(coreLoadExecutor-3424-thread-1-processing-n:127.0.0.1:58896_solr) 
[n:127.0.0.1:58896_solr     ] o.a.s.s.In

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

[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:282)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java: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:130)
   [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:989)
   [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]    >                ... 63 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:919)
   [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]    >        ... 59 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_365C051DCC1ADD91-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=1398, maxMBSortInHeap=5.96754615315694, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@62503425),
 locale=ru-BY, timezone=Antarctica/Davis
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 13 
(64-bit)/cpus=3,threads=1,free=97602896,total=225779712
   [junit4]   2> NOTE: All tests run in this JVM: [RequestHandlersTest, 
TestIBSimilarityFactory, BitVectorTest, ChaosMonkeyNothingIsSafeTest, 
TestManagedResourceStorage, TokenizerChainTest, HighlighterConfigTest, 
ShardSplitTest, TestBM25SimilarityFactory, TestStreamBody, ZkControllerTest, 
PolyFieldTest, CoreAdminRequestStatusTest, TestSchemaSimilarityResource, 
TestQueryTypes, HighlighterTest, SearchHandlerTest, RandomizedTaggerTest, 
TestReloadAndDeleteDocs, TestNonDefinedSimilarityFactory, StatsReloadRaceTest, 
PeerSyncWithIndexFingerprintCachingTest, TestObjectReleaseTracker, 
AtomicUpdateProcessorFactoryTest, HdfsWriteToMultipleCollectionsTest, 
QueryParsingTest, LeaderElectionContextKeyTest, 
UniqFieldsUpdateProcessorFactoryTest, TestFastOutputStream, TestSolrTestCaseJ4, 
TestRangeQuery, TestDynamicURP, DataDrivenBlockJoinTest, TestDocSet, 
TestSystemCollAutoCreate, CursorPagingTest, TestConfigSets, 
ClassificationUpdateProcessorTest, UpdateLogTest, TestClusterProperties, 
DeleteStatusTest, TestIndexSearcher, TestConfig, TestDeprecatedFilters, 
TestSolrConfigHandlerCloud, QueryResultKeyTest, SortByFunctionTest, 
TestDistributedStatsComponentCardinality, TimeRoutedAliasUpdateProcessorTest, 
InfoHandlerTest, TestSurroundQueryParser, BufferStoreTest, 
AnalysisErrorHandlingTest, SortSpecParsingTest, ClusterStateUpdateTest, 
TestSortByMinMaxFunction, HdfsBasicDistributedZk2Test, SyncSliceTest, 
TestFieldCacheSortRandom, TestDistributedMissingSort, OverseerStatusTest, 
BlockJoinFacetRandomTest, TestSmileRequest, RecoveryAfterSoftCommitTest, 
TestTolerantUpdateProcessorRandomCloud, SolrIndexConfigTest, 
BlobRepositoryCloudTest, TestSolrCloudWithHadoopAuthPlugin, 
BasicAuthIntegrationTest]
   [junit4] Completed [136/875 (1!)] on J1 in 6.61s, 1 test, 1 error <<< 
FAILURES!

[...truncated 29830 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-11
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-11
[forbidden-apis] Reading bundled API signatures: jdk-non-portable
[forbidden-apis] Reading bundled API signatures: jdk-reflection
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.5
[forbidden-apis] Reading API signatures: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\tools\forbiddenApis\base.txt
[forbidden-apis] Reading API signatures: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\tools\forbiddenApis\servlet-api.txt
[forbidden-apis] Reading API signatures: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\tools\forbiddenApis\solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.String#getBytes() [Uses 
default charset]
[forbidden-apis]   in org.apache.solr.handler.TestContainerReqHandler 
(TestContainerReqHandler.java:586)
[forbidden-apis] Scanned 4366 class file(s) for forbidden API invocations (in 
11.31s), 1 error(s).

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:117: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:346: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\common-build.xml:536:
 Check for forbidden API calls failed, see log.

Total time: 135 minutes 13 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
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to