You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/07/24 06:49:13 UTC

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-11.0.3) - Build # 913 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/913/
Java: 64bit/jdk-11.0.3 -XX:+UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
expected:<401> but was:<400>

Stack Trace:
java.lang.AssertionError: expected:<401> but was:<400>
	at __randomizedtesting.SeedInfo.seed([13113AAF9EEAFAA6:AF7F4CBD3AB979DC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:151)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


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

Error Message:
expected:<401> but was:<400>

Stack Trace:
java.lang.AssertionError: expected:<401> but was:<400>
	at __randomizedtesting.SeedInfo.seed([13113AAF9EEAFAA6:AF7F4CBD3AB979DC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:151)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


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

Error Message:
expected:<401> but was:<400>

Stack Trace:
java.lang.AssertionError: expected:<401> but was:<400>
	at __randomizedtesting.SeedInfo.seed([13113AAF9EEAFAA6:AF7F4CBD3AB979DC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:151)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


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

Error Message:
expected:<401> but was:<400>

Stack Trace:
java.lang.AssertionError: expected:<401> but was:<400>
	at __randomizedtesting.SeedInfo.seed([13113AAF9EEAFAA6:AF7F4CBD3AB979DC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:151)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14041 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13113AAF9EEAFAA6-001/init-core-data-001
   [junit4]   2> 732981 WARN  (SUITE-BasicAuthIntegrationTest-seed#[13113AAF9EEAFAA6]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 732981 INFO  (SUITE-BasicAuthIntegrationTest-seed#[13113AAF9EEAFAA6]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 732982 INFO  (SUITE-BasicAuthIntegrationTest-seed#[13113AAF9EEAFAA6]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 732982 INFO  (SUITE-BasicAuthIntegrationTest-seed#[13113AAF9EEAFAA6]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 732983 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 732983 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13113AAF9EEAFAA6-001/tempDir-001
   [junit4]   2> 732984 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 732984 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 732984 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 733084 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.ZkTestServer start zk server on port:37995
   [junit4]   2> 733084 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37995
   [junit4]   2> 733084 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37995
   [junit4]   2> 733085 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733086 INFO  (zkConnectionManagerCallback-7212-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733086 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733088 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733088 INFO  (zkConnectionManagerCallback-7214-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733089 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733089 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733090 INFO  (zkConnectionManagerCallback-7216-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733090 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733193 WARN  (jetty-launcher-7217-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 733193 WARN  (jetty-launcher-7217-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 733193 WARN  (jetty-launcher-7217-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 733193 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 733193 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 733193 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 733193 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 733193 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 733193 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 733193 INFO  (jetty-launcher-7217-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.3+7
   [junit4]   2> 733193 INFO  (jetty-launcher-7217-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.3+7
   [junit4]   2> 733193 INFO  (jetty-launcher-7217-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.3+7
   [junit4]   2> 733203 INFO  (jetty-launcher-7217-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 733203 INFO  (jetty-launcher-7217-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 733203 INFO  (jetty-launcher-7217-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 733205 INFO  (jetty-launcher-7217-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4eee8bf6{/solr,null,AVAILABLE}
   [junit4]   2> 733205 INFO  (jetty-launcher-7217-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6c51eca1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37615}
   [junit4]   2> 733205 INFO  (jetty-launcher-7217-thread-3) [     ] o.e.j.s.Server Started @733241ms
   [junit4]   2> 733205 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37615}
   [junit4]   2> 733205 ERROR (jetty-launcher-7217-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 733205 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 733205 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 733205 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 733205 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 733205 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-24T06:10:41.090946Z
   [junit4]   2> 733207 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733209 INFO  (jetty-launcher-7217-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 733209 INFO  (jetty-launcher-7217-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 733209 INFO  (jetty-launcher-7217-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 733209 INFO  (zkConnectionManagerCallback-7219-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733209 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733210 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 733210 INFO  (jetty-launcher-7217-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 733210 INFO  (jetty-launcher-7217-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 733210 INFO  (jetty-launcher-7217-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 733210 INFO  (jetty-launcher-7217-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25d58a56{/solr,null,AVAILABLE}
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f31b541{/solr,null,AVAILABLE}
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4664ae9a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42963}
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-1) [     ] o.e.j.s.Server Started @733247ms
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5162daba{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41149}
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42963}
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-2) [     ] o.e.j.s.Server Started @733247ms
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41149}
   [junit4]   2> 733211 ERROR (jetty-launcher-7217-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 733211 ERROR (jetty-launcher-7217-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-24T06:10:41.096464Z
   [junit4]   2> 733211 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-24T06:10:41.096464Z
   [junit4]   2> 733215 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733215 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733219 INFO  (zkConnectionManagerCallback-7222-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733219 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733219 INFO  (zkConnectionManagerCallback-7223-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733219 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733219 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 733219 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 733378 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 733378 WARN  (jetty-launcher-7217-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@640f5f0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 733378 WARN  (jetty-launcher-7217-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@640f5f0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 733380 WARN  (jetty-launcher-7217-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@df7570e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 733380 WARN  (jetty-launcher-7217-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@df7570e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 733380 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37995/solr
   [junit4]   2> 733381 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733382 INFO  (zkConnectionManagerCallback-7230-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733382 INFO  (jetty-launcher-7217-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733613 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733614 INFO  (zkConnectionManagerCallback-7234-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733614 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733635 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 733635 WARN  (jetty-launcher-7217-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@79982c70[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 733635 WARN  (jetty-launcher-7217-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@79982c70[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 733637 WARN  (jetty-launcher-7217-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3b40989[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 733637 WARN  (jetty-launcher-7217-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3b40989[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 733637 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37995/solr
   [junit4]   2> 733638 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733638 INFO  (zkConnectionManagerCallback-7242-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733638 INFO  (jetty-launcher-7217-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733644 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37615_solr
   [junit4]   2> 733644 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.c.Overseer Overseer (id=72218970746126343-127.0.0.1:37615_solr-n_0000000000) starting
   [junit4]   2> 733646 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733647 INFO  (zkConnectionManagerCallback-7247-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733647 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733648 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37995/solr ready
   [junit4]   2> 733648 INFO  (OverseerStateUpdate-72218970746126343-127.0.0.1:37615_solr-n_0000000000) [n:127.0.0.1:37615_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37615_solr
   [junit4]   2> 733648 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37615_solr
   [junit4]   2> 733648 INFO  (zkCallback-7233-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 733649 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 733651 INFO  (zkCallback-7246-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 733663 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 733674 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37615.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b883165
   [junit4]   2> 733679 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37615.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b883165
   [junit4]   2> 733679 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37615.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b883165
   [junit4]   2> 733680 INFO  (jetty-launcher-7217-thread-3) [n:127.0.0.1:37615_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13113AAF9EEAFAA6-001/tempDir-001/node3/.
   [junit4]   2> 733739 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733740 INFO  (zkConnectionManagerCallback-7250-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733740 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733743 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 733744 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42963_solr as DOWN
   [junit4]   2> 733744 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 733744 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42963_solr
   [junit4]   2> 733745 INFO  (zkCallback-7233-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 733745 INFO  (zkCallback-7246-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 733745 INFO  (zkCallback-7249-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 733745 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733746 INFO  (zkConnectionManagerCallback-7257-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733746 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733746 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 733747 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37995/solr ready
   [junit4]   2> 733747 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 733749 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 733749 WARN  (jetty-launcher-7217-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@baf29c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 733750 WARN  (jetty-launcher-7217-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@baf29c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 733751 WARN  (jetty-launcher-7217-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3449f603[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 733751 WARN  (jetty-launcher-7217-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3449f603[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 733751 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37995/solr
   [junit4]   2> 733752 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733755 INFO  (zkConnectionManagerCallback-7263-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733755 INFO  (jetty-launcher-7217-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733755 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 733769 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42963.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b883165
   [junit4]   2> 733775 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42963.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b883165
   [junit4]   2> 733775 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42963.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b883165
   [junit4]   2> 733776 INFO  (jetty-launcher-7217-thread-1) [n:127.0.0.1:42963_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13113AAF9EEAFAA6-001/tempDir-001/node1/.
   [junit4]   2> 733857 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733857 INFO  (zkConnectionManagerCallback-7266-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733857 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733859 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 733861 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41149_solr as DOWN
   [junit4]   2> 733861 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 733861 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41149_solr
   [junit4]   2> 733862 INFO  (zkCallback-7233-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 733862 INFO  (zkCallback-7246-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 733862 INFO  (zkCallback-7249-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 733862 INFO  (zkCallback-7265-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 733862 INFO  (zkCallback-7256-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 733866 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733866 INFO  (zkConnectionManagerCallback-7273-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733866 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733867 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 733868 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37995/solr ready
   [junit4]   2> 733868 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.c.LibListener clusterprops.json changed , version -1
   [junit4]   2> 733877 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 733886 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41149.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b883165
   [junit4]   2> 733897 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41149.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b883165
   [junit4]   2> 733897 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41149.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b883165
   [junit4]   2> 733898 INFO  (jetty-launcher-7217-thread-2) [n:127.0.0.1:41149_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13113AAF9EEAFAA6-001/tempDir-001/node2/.
   [junit4]   2> 733919 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 733919 INFO  (zkConnectionManagerCallback-7279-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733919 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 733920 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 733921 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37995/solr ready
   [junit4]   2> 733924 INFO  (qtp1218664958-19980) [n:127.0.0.1:42963_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> 733925 INFO  (OverseerThreadFactory-6192-thread-1-processing-n:127.0.0.1:37615_solr) [n:127.0.0.1:37615_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection authCollection
   [junit4]   2> 734029 INFO  (OverseerStateUpdate-72218970746126343-127.0.0.1:37615_solr-n_0000000000) [n:127.0.0.1:37615_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":"http://127.0.0.1:42963/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 734030 INFO  (OverseerStateUpdate-72218970746126343-127.0.0.1:37615_solr-n_0000000000) [n:127.0.0.1:37615_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":"http://127.0.0.1:37615/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 734031 INFO  (OverseerStateUpdate-72218970746126343-127.0.0.1:37615_solr-n_0000000000) [n:127.0.0.1:37615_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"authCollection_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41149/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 734233 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr    x:authCollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 734233 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr    x:authCollection_shard3_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 734233 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 734234 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_solr    x:authCollection_shard2_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 735238 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 735238 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 735238 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 735243 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.s.IndexSchema [authCollection_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 735244 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema [authCollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 735244 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 735244 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica_n4' using configuration from collection authCollection, trusted=true
   [junit4]   2> 735244 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41149.solr.core.authCollection.shard3.replica_n4' (registry 'solr.core.authCollection.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b883165
   [junit4]   2> 735245 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SolrCore [[authCollection_shard3_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13113AAF9EEAFAA6-001/tempDir-001/node2/authCollection_shard3_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13113AAF9EEAFAA6-001/tempDir-001/node2/./authCollection_shard3_replica_n4/data/]
   [junit4]   2> 735245 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 735245 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica_n1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 735245 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42963.solr.core.authCollection.shard1.replica_n1' (registry 'solr.core.authCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b883165
   [junit4]   2> 735245 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [[authCollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13113AAF9EEAFAA6-001/tempDir-001/node1/authCollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13113AAF9EEAFAA6-001/tempDir-001/node1/./authCollection_shard1_replica_n1/data/]
   [junit4]   2> 735247 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735248 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735248 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735248 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37615.solr.core.authCollection.shard2.replica_n2' (registry 'solr.core.authCollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b883165
   [junit4]   2> 735248 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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 [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13113AAF9EEAFAA6-001/tempDir-001/node3/authCollection_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13113AAF9EEAFAA6-001/tempDir-001/node3/./authCollection_shard2_replica_n2/data/]
   [junit4]   2> 735293 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 735293 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 735294 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 735294 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 735295 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@32cc7d88[authCollection_shard3_replica_n4] main]
   [junit4]   2> 735296 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 735296 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 735297 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 735297 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639919012473208832
   [junit4]   2> 735299 INFO  (searcherExecutor-6208-thread-1-processing-n:127.0.0.1:41149_solr x:authCollection_shard3_replica_n4 c:authCollection s:shard3 r:core_node6) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SolrCore [authCollection_shard3_replica_n4] Registered new searcher Searcher@32cc7d88[authCollection_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 735299 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 735299 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 735300 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/authCollection/terms/shard3 to Terms{values={core_node6=0}, version=0}
   [junit4]   2> 735300 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/authCollection/leaders/shard3
   [junit4]   2> 735300 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 735300 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 735301 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@70dc09db[authCollection_shard1_replica_n1] main]
   [junit4]   2> 735302 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 735302 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 735302 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41149/solr/authCollection_shard3_replica_n4/
   [junit4]   2> 735302 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 735302 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 735302 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 735302 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SyncStrategy http://127.0.0.1:41149/solr/authCollection_shard3_replica_n4/ has no replicas
   [junit4]   2> 735302 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/authCollection/leaders/shard3/leader after winning as /collections/authCollection/leader_elect/shard3/election/72218970746126349-core_node6-n_0000000000
   [junit4]   2> 735302 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 735302 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639919012478451712
   [junit4]   2> 735303 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735303 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735303 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41149/solr/authCollection_shard3_replica_n4/ shard3
   [junit4]   2> 735304 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 735304 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 735304 INFO  (searcherExecutor-6209-thread-1-processing-n:127.0.0.1:42963_solr x:authCollection_shard1_replica_n1 c:authCollection s:shard1 r:core_node3) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [authCollection_shard1_replica_n1] Registered new searcher Searcher@70dc09db[authCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 735305 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e373262[authCollection_shard2_replica_n2] main]
   [junit4]   2> 735305 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/authCollection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 735305 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/authCollection/leaders/shard1
   [junit4]   2> 735305 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735306 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735306 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735306 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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 1639919012482646016
   [junit4]   2> 735307 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 735307 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 735307 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42963/solr/authCollection_shard1_replica_n1/
   [junit4]   2> 735307 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 735307 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:42963/solr/authCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 735307 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 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/72218970746126346-core_node3-n_0000000000
   [junit4]   2> 735307 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42963/solr/authCollection_shard1_replica_n1/ shard1
   [junit4]   2> 735308 INFO  (searcherExecutor-6210-thread-1-processing-n:127.0.0.1:37615_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:37615_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@4e373262[authCollection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 735309 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735309 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735310 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735310 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735310 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37615/solr/authCollection_shard2_replica_n2/
   [junit4]   2> 735310 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735310 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:37615/solr/authCollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 735310 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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/72218970746126343-core_node5-n_0000000000
   [junit4]   2> 735311 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37615/solr/authCollection_shard2_replica_n2/ shard2
   [junit4]   2> 735413 INFO  (zkCallback-7265-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> 735413 INFO  (zkCallback-7233-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> 735413 INFO  (zkCallback-7249-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> 735413 INFO  (zkCallback-7249-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> 735413 INFO  (zkCallback-7233-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> 735413 INFO  (zkCallback-7265-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> 735413 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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> 735413 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 735413 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 735438 INFO  (qtp1654001283-19975) [n:127.0.0.1:37615_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=1204
   [junit4]   2> 735438 INFO  (qtp1604661054-19984) [n:127.0.0.1:41149_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] 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_n4&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1204
   [junit4]   2> 735438 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica_n1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1205
   [junit4]   2> 735440 INFO  (qtp1218664958-19980) [n:127.0.0.1:42963_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> 735515 INFO  (zkCallback-7233-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> 735515 INFO  (zkCallback-7233-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> 735515 INFO  (zkCallback-7233-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> 735515 INFO  (zkCallback-7265-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> 735515 INFO  (zkCallback-7249-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> 735515 INFO  (zkCallback-7265-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> 735515 INFO  (zkCallback-7249-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> 735515 INFO  (zkCallback-7265-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> 735515 INFO  (zkCallback-7249-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> 735515 INFO  (qtp1218664958-19980) [n:127.0.0.1:42963_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=1591
   [junit4]   2> 735517 INFO  (qtp1218664958-19978) [n:127.0.0.1:42963_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 735518 INFO  (qtp1218664958-19980) [n:127.0.0.1:42963_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 735518 INFO  (zkCallback-7233-thread-4) [     ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 735518 INFO  (zkCallback-7265-thread-3) [     ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 735518 INFO  (zkCallback-7233-thread-4) [     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 735518 INFO  (zkCallback-7249-thread-3) [     ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 735518 INFO  (zkCallback-7265-thread-3) [     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 735518 INFO  (zkCallback-7249-thread-3) [     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 735526 INFO  (zkCallback-7249-thread-3) [     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 735526 INFO  (zkCallback-7265-thread-3) [     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 735526 INFO  (zkCallback-7233-thread-4) [     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 735569 INFO  (qtp1218664958-19981) [n:127.0.0.1:42963_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 735570 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=135229066
   [junit4]   2> 735570 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42963_solr
   [junit4]   2> 735570 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 735570 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42963_solr as DOWN
   [junit4]   2> 735571 INFO  (coreCloseExecutor-6223-thread-1) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [authCollection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@71573252
   [junit4]   2> 735571 INFO  (coreCloseExecutor-6223-thread-1) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.authCollection.shard1.replica_n1, tag=71573252
   [junit4]   2> 735571 INFO  (coreCloseExecutor-6223-thread-1) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22de0ce5: rootName = solr_42963, domain = solr.core.authCollection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.authCollection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@2547239c
   [junit4]   2> 735576 INFO  (coreCloseExecutor-6223-thread-1) [n:127.0.0.1:42963_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.authCollection.shard1.leader, tag=71573252
   [junit4]   2> 735577 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 735577 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3d47aac9: rootName = solr_42963, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@38a1d6a8
   [junit4]   2> 735581 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 735581 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7ac1a140: rootName = solr_42963, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@55bd0940
   [junit4]   2> 735583 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 735583 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9cf50b1: rootName = solr_42963, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@480aed56
   [junit4]   2> 735583 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 735584 INFO  (zkCallback-7272-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 735584 INFO  (zkCallback-7278-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 735584 INFO  (zkCallback-7246-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 735584 INFO  (zkCallback-7265-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 735584 INFO  (zkCallback-7233-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 735672 INFO  (zkCallback-7265-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> 735672 INFO  (zkCallback-7233-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> 735672 INFO  (zkCallback-7233-thread-4) [     ] 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> 735672 INFO  (zkCallback-7233-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> 735672 INFO  (zkCallback-7265-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> 735672 INFO  (zkCallback-7265-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> 735786 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4664ae9a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 735786 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@25d58a56{/solr,null,UNAVAILABLE}
   [junit4]   2> 735786 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 735786 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 735787 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 735787 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 42963 try number 1 ...
   [junit4]   2> 735787 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.3+7
   [junit4]   2> 735788 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 735788 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 735788 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 735788 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f53ab2c{/solr,null,AVAILABLE}
   [junit4]   2> 735788 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@a982b57{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42963}
   [junit4]   2> 735788 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.e.j.s.Server Started @735825ms
   [junit4]   2> 735788 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42963}
   [junit4]   2> 735789 ERROR (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 735789 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 735789 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 735789 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 735789

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

.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 15921 INFO  (zkCallback-153-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 15921 INFO  (zkCallback-173-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 15921 INFO  (zkCallback-146-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 15922 INFO  (jetty-closer-208-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 15922 INFO  (jetty-closer-208-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 15922 INFO  (jetty-closer-208-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@796ab209: rootName = solr_42501, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1fa74eb6
   [junit4]   2> 15922 INFO  (jetty-closer-208-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2dd6130f: rootName = solr_40129, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1fa74eb6
   [junit4]   2> 15923 INFO  (jetty-closer-208-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 15923 INFO  (jetty-closer-208-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 15931 INFO  (closeThreadPool-219-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72219119596732425-127.0.0.1:42501_solr-n_0000000000) closing
   [junit4]   2> 15931 INFO  (OverseerStateUpdate-72219119596732425-127.0.0.1:42501_solr-n_0000000000) [n:127.0.0.1:42501_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42501_solr
   [junit4]   2> 15931 INFO  (OverseerAutoScalingTriggerThread-72219119596732425-127.0.0.1:42501_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 15937 INFO  (closeThreadPool-219-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72219119596732425-127.0.0.1:42501_solr-n_0000000000) closing
   [junit4]   2> 16323 INFO  (jetty-closer-208-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@451414e4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 16323 INFO  (jetty-closer-208-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3d9cd325{/solr,null,UNAVAILABLE}
   [junit4]   2> 16323 INFO  (jetty-closer-208-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 16421 INFO  (jetty-closer-208-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72219119596732425-127.0.0.1:42501_solr-n_0000000000) closing
   [junit4]   2> 16422 INFO  (jetty-closer-208-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2be58b79{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 16423 INFO  (jetty-closer-208-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@29c5aaf3{/solr,null,UNAVAILABLE}
   [junit4]   2> 16423 INFO  (jetty-closer-208-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 16523 INFO  (jetty-closer-208-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7d766b06{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34411}
   [junit4]   2> 16523 INFO  (jetty-closer-208-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7dc26d55{/solr,null,UNAVAILABLE}
   [junit4]   2> 16523 INFO  (jetty-closer-208-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 16523 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 16727 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/collections/authCollection/terms/shard2
   [junit4]   2> 	2	/solr/collections/authCollection/terms/shard1
   [junit4]   2> 	2	/solr/collections/authCollection/terms/shard3
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	47	/solr/collections/authCollection/state.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72219119596732425-127.0.0.1:42501_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/live_nodes
   [junit4]   2> 	26	/solr/overseer/queue
   [junit4]   2> 	16	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 16728 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43185
   [junit4]   2> 16728 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43185
   [junit4]   2> 16729 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[13113AAF9EEAFAA6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBasicAuth
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth -Dtests.seed=13113AAF9EEAFAA6 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-DK -Dtests.timezone=Europe/Astrakhan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 4.97s J0 | BasicAuthIntegrationTest.testBasicAuth <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<401> but was:<400>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([13113AAF9EEAFAA6:AF7F4CBD3AB979DC]:0)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:151)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_13113AAF9EEAFAA6-002
   [junit4]   2> Jul 24, 2019 6:48:37 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1417, maxMBSortInHeap=5.985403221616324, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5731e26a), locale=en-DK, timezone=Europe/Astrakhan
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=331532296,total=514326528
   [junit4]   2> NOTE: All tests run in this JVM: [BasicAuthIntegrationTest, BasicAuthIntegrationTest]
   [junit4] Completed [5/5 (5!)] on J0 in 5.76s, 1 test, 1 failure <<< FAILURES!

[...truncated 15 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1572: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1099: There were test failures: 5 suites, 5 tests, 5 failures [seed: 13113AAF9EEAFAA6]

Total time: 19 seconds

[repro] Setting last failure code to 256

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