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 2018/09/18 13:32:47 UTC

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-10.0.1) - Build # 2764 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2764/
Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
	at __randomizedtesting.SeedInfo.seed([8C902D74F3EF6BAF:30FE5B6657BCE8D5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.security.BasicAuthIntegrationTest.executeCommand(BasicAuthIntegrationTest.java:244)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:156)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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:844)




Build Log:
[...truncated 15054 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/init-core-data-001
   [junit4]   2> 3135735 INFO  (SUITE-BasicAuthIntegrationTest-seed#[8C902D74F3EF6BAF]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001
   [junit4]   2> 3135735 INFO  (SUITE-BasicAuthIntegrationTest-seed#[8C902D74F3EF6BAF]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3135736 INFO  (Thread-9160) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3135736 INFO  (Thread-9160) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3135738 ERROR (Thread-9160) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3135836 INFO  (SUITE-BasicAuthIntegrationTest-seed#[8C902D74F3EF6BAF]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44515
   [junit4]   2> 3135838 INFO  (zkConnectionManagerCallback-12401-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3135842 INFO  (jetty-launcher-12398-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 3135842 INFO  (jetty-launcher-12398-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 3135842 INFO  (jetty-launcher-12398-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 3135854 INFO  (jetty-launcher-12398-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3135854 INFO  (jetty-launcher-12398-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3135854 INFO  (jetty-launcher-12398-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3135854 INFO  (jetty-launcher-12398-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@68b485f0{/solr,null,AVAILABLE}
   [junit4]   2> 3135858 INFO  (jetty-launcher-12398-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2b8a4bb7{SSL,[ssl, http/1.1]}{127.0.0.1:35977}
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-2) [    ] o.e.j.s.Server Started @3135904ms
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35977}
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3135859 ERROR (jetty-launcher-12398-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a4641b1{/solr,null,AVAILABLE}
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@343654f1{/solr,null,AVAILABLE}
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T13:14:23.204603Z
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@171fde0a{SSL,[ssl, http/1.1]}{127.0.0.1:34021}
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6f7c0e3d{SSL,[ssl, http/1.1]}{127.0.0.1:39321}
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-1) [    ] o.e.j.s.Server Started @3135905ms
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-3) [    ] o.e.j.s.Server Started @3135905ms
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39321}
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34021}
   [junit4]   2> 3135859 ERROR (jetty-launcher-12398-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3135859 ERROR (jetty-launcher-12398-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3135859 INFO  (jetty-launcher-12398-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3135860 INFO  (jetty-launcher-12398-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 3135860 INFO  (jetty-launcher-12398-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 3135860 INFO  (jetty-launcher-12398-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3135860 INFO  (jetty-launcher-12398-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3135860 INFO  (jetty-launcher-12398-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3135860 INFO  (jetty-launcher-12398-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T13:14:23.205085Z
   [junit4]   2> 3135860 INFO  (jetty-launcher-12398-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3135860 INFO  (jetty-launcher-12398-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T13:14:23.205126Z
   [junit4]   2> 3135869 INFO  (zkConnectionManagerCallback-12407-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3135869 INFO  (zkConnectionManagerCallback-12403-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3135869 INFO  (jetty-launcher-12398-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3135869 INFO  (zkConnectionManagerCallback-12405-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3135869 INFO  (jetty-launcher-12398-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3135870 INFO  (jetty-launcher-12398-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3135873 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100ab3163a60002, likely client has closed socket
   [junit4]   2> 3135873 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100ab3163a60003, likely client has closed socket
   [junit4]   2> 3135968 INFO  (jetty-launcher-12398-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44515/solr
   [junit4]   2> 3135969 INFO  (zkConnectionManagerCallback-12411-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3135970 INFO  (zkConnectionManagerCallback-12413-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3136002 INFO  (jetty-launcher-12398-thread-3) [n:127.0.0.1:39321_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39321_solr
   [junit4]   2> 3136003 INFO  (jetty-launcher-12398-thread-3) [n:127.0.0.1:39321_solr    ] o.a.s.c.Overseer Overseer (id=72245822651498501-127.0.0.1:39321_solr-n_0000000000) starting
   [junit4]   2> 3136006 INFO  (zkConnectionManagerCallback-12420-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3136007 INFO  (jetty-launcher-12398-thread-3) [n:127.0.0.1:39321_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44515/solr ready
   [junit4]   2> 3136007 INFO  (OverseerStateUpdate-72245822651498501-127.0.0.1:39321_solr-n_0000000000) [n:127.0.0.1:39321_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39321_solr
   [junit4]   2> 3136013 INFO  (jetty-launcher-12398-thread-3) [n:127.0.0.1:39321_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39321_solr
   [junit4]   2> 3136014 INFO  (zkCallback-12412-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3136027 INFO  (zkCallback-12419-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3136027 INFO  (jetty-launcher-12398-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44515/solr
   [junit4]   2> 3136039 INFO  (jetty-launcher-12398-thread-3) [n:127.0.0.1:39321_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3136040 INFO  (zkConnectionManagerCallback-12424-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3136050 INFO  (jetty-launcher-12398-thread-3) [n:127.0.0.1:39321_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39321.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3136050 INFO  (zkConnectionManagerCallback-12427-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3136053 INFO  (jetty-launcher-12398-thread-2) [n:127.0.0.1:35977_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3136055 INFO  (jetty-launcher-12398-thread-2) [n:127.0.0.1:35977_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3136055 INFO  (jetty-launcher-12398-thread-2) [n:127.0.0.1:35977_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35977_solr
   [junit4]   2> 3136056 INFO  (zkCallback-12412-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3136056 INFO  (zkCallback-12419-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3136057 INFO  (jetty-launcher-12398-thread-3) [n:127.0.0.1:39321_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39321.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3136057 INFO  (jetty-launcher-12398-thread-3) [n:127.0.0.1:39321_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39321.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3136058 INFO  (jetty-launcher-12398-thread-3) [n:127.0.0.1:39321_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001/node3/.
   [junit4]   2> 3136058 INFO  (zkCallback-12426-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3136066 INFO  (zkConnectionManagerCallback-12434-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3136067 INFO  (jetty-launcher-12398-thread-2) [n:127.0.0.1:35977_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3136067 INFO  (jetty-launcher-12398-thread-2) [n:127.0.0.1:35977_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44515/solr ready
   [junit4]   2> 3136070 INFO  (jetty-launcher-12398-thread-2) [n:127.0.0.1:35977_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3136076 INFO  (jetty-launcher-12398-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44515/solr
   [junit4]   2> 3136077 INFO  (zkConnectionManagerCallback-12439-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3136080 INFO  (jetty-launcher-12398-thread-2) [n:127.0.0.1:35977_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35977.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3136081 INFO  (zkConnectionManagerCallback-12441-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3136084 INFO  (jetty-launcher-12398-thread-1) [n:127.0.0.1:34021_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3136086 INFO  (jetty-launcher-12398-thread-1) [n:127.0.0.1:34021_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3136086 INFO  (jetty-launcher-12398-thread-1) [n:127.0.0.1:34021_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34021_solr
   [junit4]   2> 3136086 INFO  (zkCallback-12412-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3136086 INFO  (zkCallback-12419-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3136086 INFO  (zkCallback-12426-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3136086 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3136086 INFO  (zkCallback-12433-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3136086 INFO  (jetty-launcher-12398-thread-2) [n:127.0.0.1:35977_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35977.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3136086 INFO  (jetty-launcher-12398-thread-2) [n:127.0.0.1:35977_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35977.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3136087 INFO  (jetty-launcher-12398-thread-2) [n:127.0.0.1:35977_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001/node2/.
   [junit4]   2> 3136095 INFO  (zkConnectionManagerCallback-12448-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3136096 INFO  (jetty-launcher-12398-thread-1) [n:127.0.0.1:34021_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3136096 INFO  (jetty-launcher-12398-thread-1) [n:127.0.0.1:34021_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44515/solr ready
   [junit4]   2> 3136096 INFO  (jetty-launcher-12398-thread-1) [n:127.0.0.1:34021_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3136107 INFO  (jetty-launcher-12398-thread-1) [n:127.0.0.1:34021_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34021.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3136113 INFO  (jetty-launcher-12398-thread-1) [n:127.0.0.1:34021_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34021.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3136113 INFO  (jetty-launcher-12398-thread-1) [n:127.0.0.1:34021_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34021.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3136114 INFO  (jetty-launcher-12398-thread-1) [n:127.0.0.1:34021_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001/node1/.
   [junit4]   2> 3136143 INFO  (zkConnectionManagerCallback-12451-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3136145 INFO  (zkConnectionManagerCallback-12456-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3136146 INFO  (SUITE-BasicAuthIntegrationTest-seed#[8C902D74F3EF6BAF]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3136146 INFO  (SUITE-BasicAuthIntegrationTest-seed#[8C902D74F3EF6BAF]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44515/solr ready
   [junit4]   2> 3136160 INFO  (qtp500898181-42602) [n:127.0.0.1:34021_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> 3136162 INFO  (OverseerThreadFactory-14807-thread-1-processing-n:127.0.0.1:39321_solr) [n:127.0.0.1:39321_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection authCollection
   [junit4]   2> 3136267 INFO  (OverseerStateUpdate-72245822651498501-127.0.0.1:39321_solr-n_0000000000) [n:127.0.0.1:39321_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:35977/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3136268 INFO  (OverseerStateUpdate-72245822651498501-127.0.0.1:39321_solr-n_0000000000) [n:127.0.0.1:39321_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:39321/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3136268 INFO  (OverseerStateUpdate-72245822651498501-127.0.0.1:39321_solr-n_0000000000) [n:127.0.0.1:39321_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:34021/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3136473 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3136482 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3136482 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_solr    x:authCollection_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3136482 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137479 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3137482 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137484 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137484 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137484 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34021.solr.core.authCollection.shard3.replica_n4' (registry 'solr.core.authCollection.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3137484 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001/node1/authCollection_shard3_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001/node1/./authCollection_shard3_replica_n4/data/]
   [junit4]   2> 3137488 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3137495 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3137495 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137497 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137497 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137497 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39321.solr.core.authCollection.shard2.replica_n2' (registry 'solr.core.authCollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3137497 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001/node3/authCollection_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001/node3/./authCollection_shard2_replica_n2/data/]
   [junit4]   2> 3137499 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137500 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137500 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137500 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35977.solr.core.authCollection.shard1.replica_n1' (registry 'solr.core.authCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3137500 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001/node2/authCollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001/node2/./authCollection_shard1_replica_n1/data/]
   [junit4]   2> 3137519 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137520 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137521 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3137521 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3137522 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@21275455[authCollection_shard3_replica_n4] main]
   [junit4]   2> 3137523 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137523 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137523 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137524 INFO  (searcherExecutor-14823-thread-1-processing-n:127.0.0.1:34021_solr x:authCollection_shard3_replica_n4 c:authCollection s:shard3 r:core_node6) [n:127.0.0.1:34021_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@21275455[authCollection_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3137524 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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 1611951206426476544
   [junit4]   2> 3137527 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137527 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137527 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137528 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137528 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137528 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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:34021/solr/authCollection_shard3_replica_n4/
   [junit4]   2> 3137528 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137528 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.SyncStrategy https://127.0.0.1:34021/solr/authCollection_shard3_replica_n4/ has no replicas
   [junit4]   2> 3137528 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_solr c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3137529 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3137529 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3137529 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137529 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137529 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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:34021/solr/authCollection_shard3_replica_n4/ shard3
   [junit4]   2> 3137530 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f2656f[authCollection_shard2_replica_n2] main]
   [junit4]   2> 3137530 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137530 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137530 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3137530 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3137530 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137531 INFO  (searcherExecutor-14824-thread-1-processing-n:127.0.0.1:39321_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:39321_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@4f2656f[authCollection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3137531 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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 1611951206433816576
   [junit4]   2> 3137531 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2cee5a4e[authCollection_shard1_replica_n1] main]
   [junit4]   2> 3137531 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137532 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137532 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137532 INFO  (searcherExecutor-14825-thread-1-processing-n:127.0.0.1:35977_solr x:authCollection_shard1_replica_n1 c:authCollection s:shard1 r:core_node3) [n:127.0.0.1:35977_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@2cee5a4e[authCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3137532 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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 1611951206434865152
   [junit4]   2> 3137533 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137534 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137534 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137534 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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:39321/solr/authCollection_shard2_replica_n2/
   [junit4]   2> 3137534 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137534 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:39321/solr/authCollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 3137534 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3137535 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137535 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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:39321/solr/authCollection_shard2_replica_n2/ shard2
   [junit4]   2> 3137535 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137535 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137535 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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:35977/solr/authCollection_shard1_replica_n1/
   [junit4]   2> 3137536 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137536 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:35977/solr/authCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 3137536 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3137537 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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:35977/solr/authCollection_shard1_replica_n1/ shard1
   [junit4]   2> 3137638 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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> 3137681 INFO  (qtp2041134081-42592) [n:127.0.0.1:35977_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=1198
   [junit4]   2> 3137681 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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> 3137682 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_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=1209
   [junit4]   2> 3137687 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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> 3137688 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_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=1206
   [junit4]   2> 3137690 INFO  (qtp500898181-42602) [n:127.0.0.1:34021_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 3137788 INFO  (zkCallback-12412-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> 3137788 INFO  (zkCallback-12426-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> 3137788 INFO  (zkCallback-12440-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> 3138164 INFO  (OverseerCollectionConfigSetProcessor-72245822651498501-127.0.0.1:39321_solr-n_0000000000) [n:127.0.0.1:39321_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3138690 INFO  (qtp500898181-42602) [n:127.0.0.1:34021_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=2529
   [junit4]   2> 3138716 INFO  (qtp757601712-42601) [n:127.0.0.1:39321_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 3138717 INFO  (zkCallback-12426-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 3138717 INFO  (zkCallback-12412-thread-2) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 3138717 INFO  (zkCallback-12426-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 3138717 INFO  (zkCallback-12412-thread-2) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 3138717 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 3138718 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 3138724 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 3138725 INFO  (zkCallback-12426-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 3138727 INFO  (qtp757601712-42595) [n:127.0.0.1:39321_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 3138729 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6f7c0e3d{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3138729 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=783605911
   [junit4]   2> 3138729 INFO  (zkCallback-12412-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 3138729 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3138729 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@846ee84: rootName = solr_39321, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7285d11
   [junit4]   2> 3138730 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 3138736 INFO  (zkCallback-12426-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 3138737 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3138737 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c930daa: rootName = solr_39321, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4e1e04d3
   [junit4]   2> 3138738 INFO  (zkCallback-12412-thread-2) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 3138750 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3138750 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@55d6a741: rootName = solr_39321, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@14d44b2
   [junit4]   2> 3138751 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39321_solr
   [junit4]   2> 3138752 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3138752 INFO  (zkCallback-12412-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3138752 INFO  (zkCallback-12419-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3138752 INFO  (zkCallback-12447-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3138752 INFO  (zkCallback-12433-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3138752 INFO  (zkCallback-12426-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3138752 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3138762 INFO  (coreCloseExecutor-14838-thread-1) [n:127.0.0.1:39321_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.SolrCore [authCollection_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@613469ed
   [junit4]   2> 3138762 INFO  (coreCloseExecutor-14838-thread-1) [n:127.0.0.1:39321_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.authCollection.shard2.replica_n2, tag=613469ed
   [junit4]   2> 3138762 INFO  (coreCloseExecutor-14838-thread-1) [n:127.0.0.1:39321_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@46c0c715: rootName = solr_39321, domain = solr.core.authCollection.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.authCollection.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@3d18df9
   [junit4]   2> 3138762 INFO  (zkCallback-12455-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3138771 INFO  (coreCloseExecutor-14838-thread-1) [n:127.0.0.1:39321_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.authCollection.shard2.leader, tag=613469ed
   [junit4]   2> 3138775 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.c.Overseer Overseer (id=72245822651498501-127.0.0.1:39321_solr-n_0000000000) closing
   [junit4]   2> 3138775 INFO  (OverseerStateUpdate-72245822651498501-127.0.0.1:39321_solr-n_0000000000) [n:127.0.0.1:39321_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39321_solr
   [junit4]   2> 3138775 WARN  (OverseerAutoScalingTriggerThread-72245822651498501-127.0.0.1:39321_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3138797 INFO  (zkCallback-12426-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35977_solr
   [junit4]   2> 3138798 INFO  (zkCallback-12426-thread-1) [n:127.0.0.1:35977_solr    ] o.a.s.c.Overseer Overseer (id=72245822651498504-127.0.0.1:35977_solr-n_0000000001) starting
   [junit4]   2> 3138798 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@343654f1{/solr,null,UNAVAILABLE}
   [junit4]   2> 3138799 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3138800 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 3138843 INFO  (OverseerStateUpdate-72245822651498504-127.0.0.1:35977_solr-n_0000000001) [n:127.0.0.1:35977_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35977_solr
   [junit4]   2> 3138844 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3138844 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3138844 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3138845 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a0f1159{/solr,null,AVAILABLE}
   [junit4]   2> 3138845 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5874d9a2{SSL,[ssl, http/1.1]}{127.0.0.1:35085}
   [junit4]   2> 3138845 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.e.j.s.Server Started @3138891ms
   [junit4]   2> 3138845 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35085}
   [junit4]   2> 3138845 ERROR (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3138845 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3138845 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.6.0
   [junit4]   2> 3138846 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3138846 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3138846 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T13:14:26.191056Z
   [junit4]   2> 3138851 INFO  (zkCallback-12440-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> 3138851 INFO  (zkCallback-12426-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> 3138854 INFO  (zkConnectionManagerCallback-12458-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3138855 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3138920 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44515/solr
   [junit4]   2> 3138920 INFO  (zkConnectionManagerCallback-12462-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3138922 INFO  (zkConnectionManagerCallback-12464-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3138924 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3138925 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3138925 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35085_solr
   [junit4]   2> 3138926 INFO  (zkCallback-12455-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3138926 INFO  (zkCallback-12447-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3138926 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3138926 INFO  (zkCallback-12426-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3138926 INFO  (zkCallback-12433-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3138926 INFO  (zkCallback-12463-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3138926 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 3138926 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 3138926 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 3138935 INFO  (zkConnectionManagerCallback-12471-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3138936 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3138936 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44515/solr ready
   [junit4]   2> 3138937 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3138947 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35085.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3138953 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35085.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3138953 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35085.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3138954 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001/node3/.
   [junit4]   2> 3138954 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [n:127.0.0.1:35085_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [authCollection_shard2_replica_n2]
   [junit4]   2> 3138959 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3138963 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_solr    ] o.a.s.s.IndexSchema [authCollection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 3138964 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3139066 INFO  (zkCallback-12426-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> 3139066 INFO  (zkCallback-12440-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> 3139971 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 3139974 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_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> 3139975 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_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> 3139975 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_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> 3139976 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35085.solr.core.authCollection.shard2.replica_n2' (registry 'solr.core.authCollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2097f290
   [junit4]   2> 3139976 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_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-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001/node3/authCollection_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001/tempDir-001/node3/./authCollection_shard2_replica_n2/data/]
   [junit4]   2> 3139998 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_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> 3139998 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_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> 3139999 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3139999 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3139999 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b818bef[authCollection_shard2_replica_n2] main]
   [junit4]   2> 3140001 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_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> 3140001 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_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> 3140002 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_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> 3140002 INFO  (coreLoadExecutor-14852-thread-1-processing-n:127.0.0.1:35085_solr) [n:127.0.0.1:35085_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 1611951209024847872
   [junit4]   2> 3140002 INFO  (searcherExecutor-14853-thread-1-processing-n:127.0.0.1:35085_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:35085_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@5b818bef[authCollection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3140014 INFO  (coreZkRegister-14844-thread-1-processing-n:127.0.0.1:35085_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:35085_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> 3140014 INFO  (coreZkRegister-14844-thread-1-processing-n:127.0.0.1:35085_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:35085_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> 3140014 INFO  (coreZkRegister-14844-thread-1-processing-n:127.0.0.1:35085_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:35085_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:35085/solr/authCollection_shard2_replica_n2/
   [junit4]   2> 3140014 INFO  (coreZkRegister-14844-thread-1-processing-n:127.0.0.1:35085_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:35085_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> 3140014 INFO  (coreZkRegister-14844-thread-1-processing-n:127.0.0.1:35085_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:35085_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:35085/solr/authCollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 3140014 INFO  (coreZkRegister-14844-thread-1-processing-n:127.0.0.1:35085_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:35085_solr c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3140015 INFO  (coreZkRegister-14844-thread-1-processing-n:127.0.0.1:35085_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:35085_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:35085/solr/authCollection_shard2_replica_n2/ shard2
   [junit4]   2> 3140016 INFO  (coreZkRegister-14844-thread-1-processing-n:127.0.0.1:35085_solr x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) [n:127.0.0.1:35085_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> 3140022 INFO  (qtp936713687-42721) [n:127.0.0.1:35085_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 3140023 INFO  (qtp500898181-42604) [n:127.0.0.1:34021_solr    ] o.a.s.s.RuleBasedAuthorizationPlugin request has come without principal. failed permission {
   [junit4]   2>   "name":"security-edit",
   [junit4]   2>   "role":"admin"} 
   [junit4]   2> 3140023 INFO  (qtp500898181-42604) [n:127.0.0.1:34021_solr    ] o.a.s.s.HttpSolrCall USER_REQUIRED auth header null context : userPrincipal: [null] type: [ADMIN], collections: [], Path: [/admin/authentication] path : /admin/authentication params :wt=javabin&version=2 
   [junit4]   2> 3140025 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header c29scjpTb2xyUm9ja3M=
   [junit4]   2> 3140028 INFO  (qtp936713687-42721) [n:127.0.0.1:35085_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 3140031 INFO  (qtp936713687-42721) [n:127.0.0.1:35085_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=1
   [junit4]   2> 3140031 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 3140031 INFO  (zkCallback-12426-thread-2) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 3140031 INFO  (zkCallback-12463-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 3140032 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 3140032 INFO  (zkCallback-12426-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 3140032 INFO  (zkCallback-12463-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 3140033 INFO  (qtp936713687-42721) [n:127.0.0.1:35085_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 3140033 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header c29scjpTb2xyUm9ja3M=
   [junit4]   2> 3140036 INFO  (qtp936713687-42721) [n:127.0.0.1:35085_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authorization params={} status=0 QTime=0
   [junit4]   2> 3140036 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 3140036 INFO  (zkCallback-12426-thread-2) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 3140036 INFO  (zkCallback-12463-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 3140036 INFO  (zkCallback-12426-thread-2) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 3140036 INFO  (zkCallback-12463-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 3140036 INFO  (zkCallback-12426-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 3140036 INFO  (zkCallback-12463-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 3140038 INFO  (qtp500898181-42597) [n:127.0.0.1:34021_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authorization params={} status=0 QTime=0
   [junit4]   2> 3140038 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[8C902D74F3EF6BAF]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header aGFycnk6SGFycnlJc1ViZXJDb29s
   [junit4]   2> 3140040 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_solr    ] o.a.s.s.RuleBasedAuthorizationPlugin This resource is configured to have a permission {
   [junit4]   2>   "name":"security-edit",
   [junit4]   2>   "role":"admin"}, The principal [principal: harry] does not have the right role 
   [junit4]   2> 3140040 INFO  (qtp500898181-42697) [n:127.0.0.1:34021_solr    ] o.a.s.s.HttpSolrCall USER_REQUIRED auth header Basic aGFycnk6SGFycnlJc1ViZXJDb29s context : userPrincipal: [[principal: harry]] type: [ADMIN], collections: [], Path: [/admin/authorization] path : /admin/authorization params : 
   [junit4]   2> 3140036 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 3140042 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth -Dtests.seed=8C902D74F3EF6BAF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mt-MT -Dtests.timezone=Pacific/Norfolk -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.35s J2 | BasicAuthIntegrationTest.testBasicAuth <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<403>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8C902D74F3EF6BAF:30FE5B6657BCE8D5]:0)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.executeCommand(BasicAuthIntegrationTest.java:244)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:156)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 3140044 INFO  (jetty-closer-12399-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2b8a4bb7{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3140044 INFO  (jetty-closer-12399-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5874d9a2{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3140044 INFO  (jetty-closer-12399-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=252321255
   [junit4]   2> 3140044 INFO  (jetty-closer-12399-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3140044 INFO  (jetty-closer-12399-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@751733a4: rootName = solr_35977, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4601c166
   [junit4]   2> 3140047 INFO  (jetty-closer-12399-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@171fde0a{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3140047 INFO  (jetty-closer-12399-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1774528923
   [junit4]   2> 3140048 INFO  (jetty-closer-12399-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3140048 INFO  (jetty-closer-12399-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19acd9d0: rootName = solr_34021, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7091ea62
   [junit4]   2> 3140048 INFO  (jetty-closer-12399-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1052598962
   [junit4]   2> 3140048 INFO  (jetty-closer-12399-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3140048 INFO  (jetty-closer-12399-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6df70e5b: rootName = solr_35085, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@35f34a09
   [junit4]   2> 3140052 INFO  (jetty-closer-12399-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3140052 INFO  (jetty-closer-12399-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a0702df: rootName = solr_35977, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4e1e04d3
   [junit4]   2> 3140052 INFO  (jetty-closer-12399-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3140052 INFO  (jetty-closer-12399-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3f7b39b4: rootName = solr_34021, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4e1e04d3
   [junit4]   2> 3140055 INFO  (jetty-closer-12399-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3140055 INFO  (jetty-closer-12399-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@26ebd7f4: rootName = solr_34021, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@14d44b2
   [junit4]   2> 3140055 INFO  (jetty-closer-12399-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34021_solr
   [junit4]   2> 3140056 INFO  (jetty-closer-12399-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3140056 INFO  (zkCallback-12426-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3140056 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3140056 INFO  (zkCallback-12463-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3140056 INFO  (zkCallback-12447-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3140056 INFO  (zkCallback-12433-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3140056 INFO  (jetty-closer-12399-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3140056 INFO  (jetty-closer-12399-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c1da063: rootName = solr_35085, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4e1e04d3
   [junit4]   2> 3140057 INFO  (jetty-closer-12399-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3140057 INFO  (jetty-closer-12399-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@79cf504b: rootName = solr_35977, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@14d44b2
   [junit4]   2> 3140058 INFO  (jetty-closer-12399-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35977_solr
   [junit4]   2> 3140058 INFO  (zkCallback-12447-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3140058 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3140058 INFO  (zkCallback-12426-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3140058 INFO  (zkCallback-12463-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3140058 INFO  (jetty-closer-12399-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3140058 INFO  (zkCallback-12433-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3140060 INFO  (jetty-closer-12399-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3140060 INFO  (jetty-closer-12399-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d67c877: rootName = solr_35085, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@14d44b2
   [junit4]   2> 3140061 INFO  (zkCallback-12470-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 3140061 INFO  (jetty-closer-12399-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35085_solr
   [junit4]   2> 3140062 INFO  (zkCallback-12440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live n

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

d-9160) [    ] 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/shard2
   [junit4]   2> 	2	/solr/collections/authCollection/terms/shard1
   [junit4]   2> 	2	/solr/collections/authCollection/terms/shard3
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/collections/authCollection/state.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_8C902D74F3EF6BAF-001
   [junit4]   2> Sep 18, 2018 1:14:29 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(Lucene70): {}, docValues:{}, maxPointsInLeafNode=373, maxMBSortInHeap=7.278901802509317, sim=RandomSimilarity(queryNorm=false): {}, locale=mt-MT, timezone=Pacific/Norfolk
   [junit4]   2> NOTE: Linux 4.15.0-32-generic amd64/Oracle Corporation 10.0.1 (64-bit)/cpus=8,threads=1,free=296697944,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [RequestLoggingTest, StatsComponentTest, UpdateRequestProcessorFactoryTest, TestWordDelimiterFilterFactory, MultiThreadedOCPTest, DirectUpdateHandlerTest, TestUseDocValuesAsStored2, TestPartialUpdateDeduplication, PreAnalyzedFieldTest, MultiTermTest, HttpPartitionTest, SolrIndexSplitterTest, TestCollectionsAPIViaSolrCloudCluster, TestDirectoryFactory, CdcrRequestHandlerTest, TestSolrQueryResponse, DirectSolrSpellCheckerTest, FacetPivotSmallTest, TestCoreBackup, SearchHandlerTest, ConcurrentDeleteAndCreateCollectionTest, TestDocSet, TestSolrCloudWithDelegationTokens, FieldMutatingUpdateProcessorTest, DistributedFacetPivotLargeTest, TestSchemaResource, TestSolrCloudWithHadoopAuthPlugin, TestSimNodeAddedTrigger, TestBulkSchemaConcurrent, TestJavabinTupleStreamParser, ConvertedLegacyTest, TestSubQueryTransformer, TermVectorComponentDistributedTest, TestDownShardTolerantSearch, PeerSyncTest, OverriddenZkACLAndCredentialsProvidersTest, TestQueryUtils, TestInPlaceUpdatesStandalone, ChaosMonkeySafeLeaderTest, TestConfigsApi, TestConfigSetProperties, TestBulkSchemaAPI, SOLR749Test, TestBlobHandler, TestComplexPhraseQParserPlugin, BlockCacheTest, TestRandomFlRTGCloud, V2StandaloneTest, SliceStateTest, SpatialRPTFieldTypeTest, TestJsonFacetRefinement, DistributedQueueTest, TestTlogReplica, BigEndianAscendingWordDeserializerTest, NodeLostTriggerTest, TestValueSourceCache, SimpleFacetsTest, TestCloudNestedDocsSort, SolrMetricManagerTest, BasicZkTest, RecoveryZkTest, Tagger2Test, SignificantTermsQParserPluginTest, SolrJmxReporterTest, TestSimpleTrackingShardHandler, ForceLeaderTest, HdfsUnloadDistributedZkTest, TestFieldTypeCollectionResource, TestStressVersions, SolrGangliaReporterTest, TestReloadAndDeleteDocs, AnalyticsQueryTest, ShardSplitTest, TestCloudJSONFacetJoinDomain, OverseerTest, VMParamsZkACLAndCredentialsProvidersTest, TestSimComputePlanAction, TestLeaderElectionWithEmptyReplica, TestReplicationHandlerBackup, TestSolr4Spatial, TestCoreDiscovery, SolrCmdDistributorTest, MigrateRouteKeyTest, IndexSizeTriggerTest, AtomicUpdateProcessorFactoryTest, TestHashQParserPlugin, TestPayloadScoreQParserPlugin, TestLMDirichletSimilarityFactory, TestFastLRUCache, TestRequestForwarding, TestExactSharedStatsCache, ConnectionManagerTest, TestCloudSearcherWarming, TestCustomDocTransformer, CleanupOldIndexTest, TestClusterStateMutator, DateRangeFieldTest, WrapperMergePolicyFactoryTest, ShardRoutingCustomTest, TestLegacyTerms, TestSort, TestJettySolrRunner, CSVRequestHandlerTest, CollectionsAPISolrJTest, TestCollationField, DistributedSpellCheckComponentTest, ExplicitHLLTest, SolrShardReporterTest, URLClassifyProcessorTest, JavabinLoaderTest, TestManagedResource, DeleteReplicaTest, TestCloudConsistency, TestDynamicFieldResource, TestReplicaProperties, ScriptEngineTest, TestMacroExpander, DirectoryFactoryTest, TestSolrConfigHandler, BadComponentTest, DirectSolrConnectionTest, SearchRateTriggerIntegrationTest, SystemInfoHandlerTest, TestNRTOpen, TestRangeQuery, HDFSCollectionsAPITest, TestSolrCloudSnapshots, ScheduledMaintenanceTriggerTest, TestBlendedInfixSuggestions, TriggerIntegrationTest, TestRealTimeGet, TestPivotHelperCode, ResponseHeaderTest, LukeRequestHandlerTest, MetricsHistoryHandlerTest, TestSimTriggerIntegration, DistributedIntervalFacetingTest, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestJoin, TestTrie, TestCharFilters, TokenizerChainTest, TestLuceneIndexBackCompat, AsyncCallRequestStatusResponseTest, ClusterStateUpdateTest, CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, LeaderElectionTest, LeaderFailoverAfterPartitionTest, LeaderFailureAfterFreshStartTest, LeaderVoteWaitTimeoutTest, LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, MoveReplicaHDFSTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, ShardRoutingTest, SolrXmlInZkTest, SyncSliceTest, TestDistributedMap, TestExclusionRuleCollectionAccess, TestHashPartitioner, TestLeaderInitiatedRecoveryThread, TestOnReconnectListenerSupport, TestPrepRecovery, TestPullReplicaErrorHandling, TestSSLRandomization, TestSegmentSorting, TestShortCircuitedRequests, TestStressInPlaceUpdates, TestStressLiveNodes, TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, ZkCLITest, ZkControllerTest, ZkNodePropsTest, ZkShardTermsTest, ZkSolrClientTest, CollectionTooManyReplicasTest, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest, MetricTriggerTest, NodeAddedTriggerIntegrationTest, RestoreTriggerStateTest, SystemLogListenerTest, TestPolicyCloud, TriggerEventQueueTest, TestSimDistribStateManager, TestSimDistributedQueue, TestSimLargeCluster, CdcrBootstrapTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, StressHdfsTest, ZkStateWriterTest, AlternateDirectoryTest, BlobRepositoryCloudTest, CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, RequestHandlersTest, SolrCoreTest, TestCorePropertiesReload, TestDynamicLoading, TestMergePolicyConfig, TestShardHandlerFactory, TestSimpleTextCodec, TestSolrIndexConfig, JsonLoaderTest, MoreLikeThisHandlerTest, PingRequestHandlerTest, TestSolrConfigHandlerConcurrent, TestSystemCollAutoCreate, CoreMergeIndexesAdminHandlerTest, LoggingHandlerTest, MetricsHandlerTest, PropertiesRequestHandlerTest, SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, ShowFileRequestHandlerTest, StatsReloadRaceTest, DistributedDebugComponentTest, DistributedFacetPivotSmallTest, DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest, QueryElevationComponentTest, ShufflingReplicaListTransformerTest, SpellCheckComponentTest, TestTrackingShardHandlerFactory, TestExportWriter, EmbeddedSolrNoSerializeTest, RandomizedTaggerTest, TaggerTest, TaggingAttributeTest, XmlInterpolationTest, FastVectorHighlighterTest, HighlighterConfigTest, HighlighterMaxOffsetTest, HighlighterTest, TestPostingsSolrHighlighter, TestUnifiedSolrHighlighter, CheckHdfsIndexTest, TestLegacyField, TestMultiValuedNumericRangeQuery, TestNumericRangeQuery32, TestNumericRangeQuery64, SolrJmxReporterCloudTest, TestFaceting, TestIntervalFaceting, TestCloudSchemaless, TestMaxScoreQueryParser, TestNoOpRegenerator, TestPseudoReturnFields, TestQueryTypes, TestRecovery, TestJsonFacets, TestBM25SimilarityFactory, TestDFISimilarityFactory, TestNonDefinedSimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, TestDefaultStatsCache, BasicAuthIntegrationTest]
   [junit4] Completed [736/833 (1!)] on J2 in 6.47s, 1 test, 1 failure <<< FAILURES!

[...truncated 42596 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2764/consoleText

[repro] Revision: 0d8b2b601425515bff4b42bd9a675735f227f7ad

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth -Dtests.seed=8C902D74F3EF6BAF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mt-MT -Dtests.timezone=Pacific/Norfolk -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

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

[...truncated 3442 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.BasicAuthIntegrationTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=8C902D74F3EF6BAF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mt-MT -Dtests.timezone=Pacific/Norfolk -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 76 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.security.BasicAuthIntegrationTest
[repro] Exiting with code 0

[...truncated 40 lines...]