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 20:56:39 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24443/
Java: 64bit/jdk-12.0.1 -XX:+UseCompressedOops -XX:+UseG1GC

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([1EF9AA509AEDE7C1:A297DC423EBE64BB]: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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


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([1EF9AA509AEDE7C1:A297DC423EBE64BB]: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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


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([1EF9AA509AEDE7C1:A297DC423EBE64BB]: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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


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([1EF9AA509AEDE7C1:A297DC423EBE64BB]: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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 15448 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1EF9AA509AEDE7C1-001/init-core-data-001
   [junit4]   2> 2300695 INFO  (SUITE-BasicAuthIntegrationTest-seed#[1EF9AA509AEDE7C1]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2300695 INFO  (SUITE-BasicAuthIntegrationTest-seed#[1EF9AA509AEDE7C1]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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> 2300696 INFO  (SUITE-BasicAuthIntegrationTest-seed#[1EF9AA509AEDE7C1]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2300698 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 2300698 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1EF9AA509AEDE7C1-001/tempDir-001
   [junit4]   2> 2300698 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2300699 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2300699 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2300799 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.ZkTestServer start zk server on port:38307
   [junit4]   2> 2300799 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38307
   [junit4]   2> 2300799 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38307
   [junit4]   2> 2300800 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2300807 INFO  (zkConnectionManagerCallback-18261-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2300807 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2300815 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2300818 INFO  (zkConnectionManagerCallback-18263-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2300818 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2300819 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2300821 INFO  (zkConnectionManagerCallback-18265-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2300821 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2300932 WARN  (jetty-launcher-18266-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2300932 WARN  (jetty-launcher-18266-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2300932 WARN  (jetty-launcher-18266-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2300932 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2300932 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2300932 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2300932 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2300932 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2300932 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2300932 INFO  (jetty-launcher-18266-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 2300932 INFO  (jetty-launcher-18266-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 2300932 INFO  (jetty-launcher-18266-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 2300938 INFO  (jetty-launcher-18266-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2300938 INFO  (jetty-launcher-18266-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2300938 INFO  (jetty-launcher-18266-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2300938 INFO  (jetty-launcher-18266-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2300938 INFO  (jetty-launcher-18266-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2300938 INFO  (jetty-launcher-18266-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2300938 INFO  (jetty-launcher-18266-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c6d6c16{/solr,null,AVAILABLE}
   [junit4]   2> 2300939 INFO  (jetty-launcher-18266-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@77271c67{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:44457}
   [junit4]   2> 2300939 INFO  (jetty-launcher-18266-thread-2) [     ] o.e.j.s.Server Started @2300965ms
   [junit4]   2> 2300939 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44457}
   [junit4]   2> 2300939 ERROR (jetty-launcher-18266-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2300939 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2300939 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2300939 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2300939 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2300939 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-24T20:41:23.642316Z
   [junit4]   2> 2300941 INFO  (jetty-launcher-18266-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48bf2456{/solr,null,AVAILABLE}
   [junit4]   2> 2300942 INFO  (jetty-launcher-18266-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3752e955{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:38447}
   [junit4]   2> 2300942 INFO  (jetty-launcher-18266-thread-1) [     ] o.e.j.s.Server Started @2300968ms
   [junit4]   2> 2300942 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38447}
   [junit4]   2> 2300942 ERROR (jetty-launcher-18266-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2300942 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2300942 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2300942 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2300942 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2300942 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-24T20:41:23.645671Z
   [junit4]   2> 2300943 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2300946 INFO  (zkConnectionManagerCallback-18268-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2300946 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2300946 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2300946 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2300947 INFO  (zkConnectionManagerCallback-18270-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2300947 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2300947 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2300949 INFO  (jetty-launcher-18266-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2300949 INFO  (jetty-launcher-18266-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2300949 INFO  (jetty-launcher-18266-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2300953 INFO  (jetty-launcher-18266-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b7b1a70{/solr,null,AVAILABLE}
   [junit4]   2> 2300953 INFO  (jetty-launcher-18266-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2c7eedf0{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:46499}
   [junit4]   2> 2300954 INFO  (jetty-launcher-18266-thread-3) [     ] o.e.j.s.Server Started @2300980ms
   [junit4]   2> 2300954 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46499}
   [junit4]   2> 2300954 ERROR (jetty-launcher-18266-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2300954 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2300954 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2300954 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2300954 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2300954 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-24T20:41:23.657240Z
   [junit4]   2> 2300954 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2300971 INFO  (zkConnectionManagerCallback-18272-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2300971 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2300971 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2301083 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2301084 WARN  (jetty-launcher-18266-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@54b244d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2301084 WARN  (jetty-launcher-18266-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@54b244d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2301086 WARN  (jetty-launcher-18266-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c1b6baa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2301086 WARN  (jetty-launcher-18266-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c1b6baa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2301086 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38307/solr
   [junit4]   2> 2301087 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2301088 INFO  (zkConnectionManagerCallback-18279-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301088 INFO  (jetty-launcher-18266-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2301258 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2301259 WARN  (jetty-launcher-18266-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7083f7c1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2301259 WARN  (jetty-launcher-18266-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7083f7c1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2301260 WARN  (jetty-launcher-18266-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7bf68705[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2301260 WARN  (jetty-launcher-18266-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7bf68705[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2301261 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38307/solr
   [junit4]   2> 2301262 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2301262 INFO  (zkConnectionManagerCallback-18287-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301262 INFO  (jetty-launcher-18266-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2301351 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2301352 INFO  (zkConnectionManagerCallback-18289-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301352 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2301386 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44457_solr
   [junit4]   2> 2301386 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.c.Overseer Overseer (id=72222394512703496-127.0.0.1:44457_solr-n_0000000000) starting
   [junit4]   2> 2301389 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2301389 INFO  (zkConnectionManagerCallback-18296-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301389 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2301390 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38307/solr ready
   [junit4]   2> 2301393 INFO  (OverseerStateUpdate-72222394512703496-127.0.0.1:44457_solr-n_0000000000) [n:127.0.0.1:44457_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44457_solr
   [junit4]   2> 2301394 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44457_solr
   [junit4]   2> 2301394 INFO  (zkCallback-18288-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2301395 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 2301397 INFO  (zkCallback-18295-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2301415 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2301433 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44457.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5dd05df9
   [junit4]   2> 2301441 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44457.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5dd05df9
   [junit4]   2> 2301441 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44457.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5dd05df9
   [junit4]   2> 2301442 INFO  (jetty-launcher-18266-thread-2) [n:127.0.0.1:44457_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1EF9AA509AEDE7C1-001/tempDir-001/node2/.
   [junit4]   2> 2301451 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2301452 INFO  (zkConnectionManagerCallback-18299-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301452 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2301454 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2301456 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46499_solr as DOWN
   [junit4]   2> 2301456 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2301456 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46499_solr
   [junit4]   2> 2301456 INFO  (zkCallback-18295-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2301457 INFO  (zkCallback-18288-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2301457 INFO  (zkCallback-18298-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2301461 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2301465 INFO  (zkConnectionManagerCallback-18306-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301465 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2301466 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2301466 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38307/solr ready
   [junit4]   2> 2301466 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 2301472 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2301472 WARN  (jetty-launcher-18266-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4509305d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2301472 WARN  (jetty-launcher-18266-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4509305d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2301475 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2301475 WARN  (jetty-launcher-18266-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e131e07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2301475 WARN  (jetty-launcher-18266-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e131e07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2301476 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38307/solr
   [junit4]   2> 2301480 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2301481 INFO  (zkConnectionManagerCallback-18313-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301481 INFO  (jetty-launcher-18266-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2301485 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46499.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5dd05df9
   [junit4]   2> 2301492 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46499.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5dd05df9
   [junit4]   2> 2301492 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46499.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5dd05df9
   [junit4]   2> 2301493 INFO  (jetty-launcher-18266-thread-3) [n:127.0.0.1:46499_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1EF9AA509AEDE7C1-001/tempDir-001/node3/.
   [junit4]   2> 2301582 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2301583 INFO  (zkConnectionManagerCallback-18315-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301583 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2301585 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2301587 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38447_solr as DOWN
   [junit4]   2> 2301587 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2301587 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38447_solr
   [junit4]   2> 2301588 INFO  (zkCallback-18288-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2301588 INFO  (zkCallback-18295-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2301588 INFO  (zkCallback-18298-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2301588 INFO  (zkCallback-18305-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2301588 INFO  (zkCallback-18314-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2301588 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2301589 INFO  (zkConnectionManagerCallback-18322-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301589 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2301590 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2301590 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38307/solr ready
   [junit4]   2> 2301590 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.c.LibListener clusterprops.json changed , version 0
   [junit4]   2> 2301613 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2301625 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38447.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5dd05df9
   [junit4]   2> 2301632 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38447.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5dd05df9
   [junit4]   2> 2301632 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38447.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5dd05df9
   [junit4]   2> 2301633 INFO  (jetty-launcher-18266-thread-1) [n:127.0.0.1:38447_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1EF9AA509AEDE7C1-001/tempDir-001/node1/.
   [junit4]   2> 2301657 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2301658 INFO  (zkConnectionManagerCallback-18328-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301658 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2301659 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2301659 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38307/solr ready
   [junit4]   2> 2301671 INFO  (qtp2024276491-49170) [n:127.0.0.1:38447_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> 2301673 INFO  (OverseerThreadFactory-15721-thread-1-processing-n:127.0.0.1:44457_solr) [n:127.0.0.1:44457_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection authCollection
   [junit4]   2> 2301777 INFO  (OverseerStateUpdate-72222394512703496-127.0.0.1:44457_solr-n_0000000000) [n:127.0.0.1:44457_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"authCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44457/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2301778 INFO  (OverseerStateUpdate-72222394512703496-127.0.0.1:44457_solr-n_0000000000) [n:127.0.0.1:44457_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"authCollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46499/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2301778 INFO  (OverseerStateUpdate-72222394512703496-127.0.0.1:44457_solr-n_0000000000) [n:127.0.0.1:44457_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"authCollection_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38447/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2301986 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2301990 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2301993 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2301993 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_solr    x:authCollection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2302994 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2302995 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2302998 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2302999 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2302999 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2303000 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2303000 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38447.solr.core.authCollection.shard3.replica_n4' (registry 'solr.core.authCollection.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5dd05df9
   [junit4]   2> 2303000 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1EF9AA509AEDE7C1-001/tempDir-001/node1/authCollection_shard3_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1EF9AA509AEDE7C1-001/tempDir-001/node1/./authCollection_shard3_replica_n4/data/]
   [junit4]   2> 2303001 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303002 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303002 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303003 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46499.solr.core.authCollection.shard2.replica_n2' (registry 'solr.core.authCollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5dd05df9
   [junit4]   2> 2303003 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1EF9AA509AEDE7C1-001/tempDir-001/node3/authCollection_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1EF9AA509AEDE7C1-001/tempDir-001/node3/./authCollection_shard2_replica_n2/data/]
   [junit4]   2> 2303005 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303015 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303015 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303015 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44457.solr.core.authCollection.shard1.replica_n1' (registry 'solr.core.authCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5dd05df9
   [junit4]   2> 2303015 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1EF9AA509AEDE7C1-001/tempDir-001/node2/authCollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1EF9AA509AEDE7C1-001/tempDir-001/node2/./authCollection_shard1_replica_n1/data/]
   [junit4]   2> 2303050 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303050 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303050 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2303050 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2303051 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@48d02482[authCollection_shard2_replica_n2] main]
   [junit4]   2> 2303052 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303052 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303052 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303052 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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 1639973792781434880
   [junit4]   2> 2303053 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2303053 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2303054 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2303054 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2303055 INFO  (searcherExecutor-15738-thread-1-processing-n:127.0.0.1:46499_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:46499_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@48d02482[authCollection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2303055 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@73fb8fe5[authCollection_shard3_replica_n4] main]
   [junit4]   2> 2303055 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303055 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303056 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2303057 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2303057 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2303057 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2303057 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303057 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303057 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2303057 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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 1639973792786677760
   [junit4]   2> 2303058 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7072ef31[authCollection_shard1_replica_n1] main]
   [junit4]   2> 2303059 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303059 INFO  (searcherExecutor-15737-thread-1-processing-n:127.0.0.1:38447_solr x:authCollection_shard3_replica_n4 c:authCollection s:shard3 r:core_node6) [n:127.0.0.1:38447_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@73fb8fe5[authCollection_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2303059 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303059 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303059 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303059 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46499/solr/authCollection_shard2_replica_n2/
   [junit4]   2> 2303059 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303059 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303059 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy https://127.0.0.1:46499/solr/authCollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 2303059 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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/72222394512703498-core_node5-n_0000000000
   [junit4]   2> 2303060 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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 1639973792789823488
   [junit4]   2> 2303060 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46499/solr/authCollection_shard2_replica_n2/ shard2
   [junit4]   2> 2303060 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2303060 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2303061 INFO  (searcherExecutor-15739-thread-1-processing-n:127.0.0.1:44457_solr x:authCollection_shard1_replica_n1 c:authCollection s:shard1 r:core_node3) [n:127.0.0.1:44457_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@7072ef31[authCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2303062 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2303062 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2303062 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38447/solr/authCollection_shard3_replica_n4/
   [junit4]   2> 2303062 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2303062 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SyncStrategy https://127.0.0.1:38447/solr/authCollection_shard3_replica_n4/ has no replicas
   [junit4]   2> 2303062 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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/72222394512703501-core_node6-n_0000000000
   [junit4]   2> 2303062 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303062 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303063 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38447/solr/authCollection_shard3_replica_n4/ shard3
   [junit4]   2> 2303063 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303063 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303063 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44457/solr/authCollection_shard1_replica_n1/
   [junit4]   2> 2303063 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303064 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:44457/solr/authCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2303064 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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/72222394512703496-core_node3-n_0000000000
   [junit4]   2> 2303064 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44457/solr/authCollection_shard1_replica_n1/ shard1
   [junit4]   2> 2303165 INFO  (zkCallback-18288-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> 2303165 INFO  (zkCallback-18298-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> 2303165 INFO  (zkCallback-18314-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> 2303165 INFO  (zkCallback-18288-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> 2303165 INFO  (zkCallback-18298-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> 2303165 INFO  (zkCallback-18314-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> 2303166 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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> 2303166 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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> 2303166 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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> 2303166 INFO  (qtp2024276491-49169) [n:127.0.0.1:38447_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=1180
   [junit4]   2> 2303166 INFO  (qtp954068791-49176) [n:127.0.0.1:44457_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=1173
   [junit4]   2> 2303167 INFO  (qtp1669600715-49188) [n:127.0.0.1:46499_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=1177
   [junit4]   2> 2303170 INFO  (qtp2024276491-49170) [n:127.0.0.1:38447_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> 2303271 INFO  (zkCallback-18314-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> 2303271 INFO  (zkCallback-18298-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> 2303271 INFO  (zkCallback-18314-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> 2303271 INFO  (zkCallback-18288-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> 2303271 INFO  (zkCallback-18288-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> 2303271 INFO  (zkCallback-18298-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> 2303271 INFO  (zkCallback-18288-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> 2303271 INFO  (zkCallback-18298-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> 2303271 INFO  (zkCallback-18314-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> 2303271 INFO  (qtp2024276491-49170) [n:127.0.0.1:38447_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=1600
   [junit4]   2> 2303281 INFO  (qtp2024276491-49170) [n:127.0.0.1:38447_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 2303282 INFO  (zkCallback-18298-thread-3) [     ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 2303282 INFO  (zkCallback-18288-thread-2) [     ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 2303282 INFO  (zkCallback-18314-thread-3) [     ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 2303282 INFO  (zkCallback-18298-thread-3) [     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2303282 INFO  (zkCallback-18288-thread-2) [     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2303282 INFO  (zkCallback-18314-thread-3) [     ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2303283 INFO  (zkCallback-18314-thread-3) [     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2303283 INFO  (zkCallback-18288-thread-2) [     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2303283 INFO  (zkCallback-18298-thread-3) [     ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2303288 INFO  (qtp2024276491-49170) [n:127.0.0.1:38447_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 2303290 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1838532665
   [junit4]   2> 2303290 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38447_solr
   [junit4]   2> 2303290 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2303290 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:38447_solr as DOWN
   [junit4]   2> 2303291 INFO  (coreCloseExecutor-15752-thread-1) [n:127.0.0.1:38447_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.c.SolrCore [authCollection_shard3_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@5f6043f0
   [junit4]   2> 2303291 INFO  (coreCloseExecutor-15752-thread-1) [n:127.0.0.1:38447_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.authCollection.shard3.replica_n4, tag=5f6043f0
   [junit4]   2> 2303291 INFO  (coreCloseExecutor-15752-thread-1) [n:127.0.0.1:38447_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9346d1d: rootName = solr_38447, domain = solr.core.authCollection.shard3.replica_n4, service url = null, agent id = null] for registry solr.core.authCollection.shard3.replica_n4 / com.codahale.metrics.MetricRegistry@38939ee3
   [junit4]   2> 2303296 INFO  (coreCloseExecutor-15752-thread-1) [n:127.0.0.1:38447_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.authCollection.shard3.leader, tag=5f6043f0
   [junit4]   2> 2303297 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2303297 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@63d914c9: rootName = solr_38447, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@a10517b
   [junit4]   2> 2303302 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2303302 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f80638d: rootName = solr_38447, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3512537e
   [junit4]   2> 2303304 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2303304 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@156ff4fe: rootName = solr_38447, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@20f1abf6
   [junit4]   2> 2303304 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2303306 INFO  (zkCallback-18288-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2303306 INFO  (zkCallback-18298-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2303306 INFO  (zkCallback-18305-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2303306 INFO  (zkCallback-18327-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2303306 INFO  (zkCallback-18295-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2303392 INFO  (zkCallback-18288-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> 2303392 INFO  (zkCallback-18288-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> 2303392 INFO  (zkCallback-18298-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> 2303392 INFO  (zkCallback-18288-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> 2303392 INFO  (zkCallback-18298-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> 2303392 INFO  (zkCallback-18298-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> 2303507 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3752e955{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 2303508 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@48bf2456{/solr,null,UNAVAILABLE}
   [junit4]   2> 2303508 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2303508 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2303509 WARN  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2303509 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 38447 try number 1 ...
   [junit4]   2> 2303510 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 2303510 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2303510 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2303510 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2303511 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@384841db{/solr,null,AVAILABLE}
   [junit4]   2> 2303511 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@37102587{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:38447}
   [junit4]   2> 2303511 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.e.j.s.Server Started @2303538ms
   [junit4]   2> 2303511 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38447}
   [junit4]   2> 2303512 ERROR (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2303512 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2303512 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache S

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

teReader 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> 19145 INFO  (zkCallback-197-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> 19145 INFO  (zkCallback-150-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: [3])
   [junit4]   2> 19146 INFO  (zkCallback-146-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> 19146 INFO  (zkCallback-150-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> 19146 INFO  (zkCallback-146-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> 19169 INFO  (closeThreadPool-218-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72222451588792330-127.0.0.1:45431_solr-n_0000000000) closing
   [junit4]   2> 19169 INFO  (OverseerStateUpdate-72222451588792330-127.0.0.1:45431_solr-n_0000000000) [n:127.0.0.1:45431_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45431_solr
   [junit4]   2> 19169 INFO  (OverseerAutoScalingTriggerThread-72222451588792330-127.0.0.1:45431_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 19197 INFO  (closeThreadPool-218-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72222451588792330-127.0.0.1:45431_solr-n_0000000000) closing
   [junit4]   2> 19397 INFO  (jetty-closer-208-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@202b6233{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 19398 INFO  (jetty-closer-208-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f13e700{/solr,null,UNAVAILABLE}
   [junit4]   2> 19398 INFO  (jetty-closer-208-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 19497 INFO  (jetty-closer-208-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2d13535a{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:38763}
   [junit4]   2> 19497 INFO  (jetty-closer-208-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@55750a90{/solr,null,UNAVAILABLE}
   [junit4]   2> 19497 INFO  (jetty-closer-208-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 19497 INFO  (jetty-closer-208-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72222451588792330-127.0.0.1:45431_solr-n_0000000000) closing
   [junit4]   2> 19499 INFO  (jetty-closer-208-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7fe7c990{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 19499 INFO  (jetty-closer-208-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4aaa3dd{/solr,null,UNAVAILABLE}
   [junit4]   2> 19499 INFO  (jetty-closer-208-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 19500 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 19703 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> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/collections/authCollection/terms/shard3
   [junit4]   2> 	2	/solr/collections/authCollection/terms/shard2
   [junit4]   2> 	2	/solr/collections/authCollection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	64	/solr/collections/authCollection/state.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72222451588792329-127.0.0.1:35005_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/live_nodes
   [junit4]   2> 	27	/solr/overseer/queue
   [junit4]   2> 	16	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 19705 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41461
   [junit4]   2> 19705 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41461
   [junit4]   2> 19706 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[1EF9AA509AEDE7C1]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBasicAuth
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth -Dtests.seed=1EF9AA509AEDE7C1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-MW -Dtests.timezone=America/Puerto_Rico -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 4.93s J0 | BasicAuthIntegrationTest.testBasicAuth <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<401> but was:<400>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1EF9AA509AEDE7C1:A297DC423EBE64BB]: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:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1EF9AA509AEDE7C1-002
   [junit4]   2> Jul 24, 2019 8:55:59 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1890, maxMBSortInHeap=6.152972550882064, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@754aa8ca), locale=en-MW, timezone=America/Puerto_Rico
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 12.0.1 (64-bit)/cpus=8,threads=1,free=47499584,total=148897792
   [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-master-Linux/lucene/common-build.xml:1492: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1019: There were test failures: 5 suites, 5 tests, 5 failures [seed: 1EF9AA509AEDE7C1]

Total time: 22 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=1ea8419336a6806463fd9dc83dc77e41a5475649, workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #24442
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