Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.1/61/

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

Error Message:
Expected metric minimums for prefix SECURITY./authentication.: 
{failMissingCredentials=2, authenticated=19, passThrough=9, 
failWrongCredentials=1, requests=31, errors=0}, but got: 
{failMissingCredentials=2, authenticated=17, passThrough=12, totalTime=4623202, 
failWrongCredentials=1, requestTimes=1761, requests=32, errors=0}

Stack Trace:
java.lang.AssertionError: Expected metric minimums for prefix 
SECURITY./authentication.: {failMissingCredentials=2, authenticated=19, 
passThrough=9, failWrongCredentials=1, requests=31, errors=0}, but got: 
{failMissingCredentials=2, authenticated=17, passThrough=12, totalTime=4623202, 
failWrongCredentials=1, requestTimes=1761, requests=32, errors=0}
        at 
__randomizedtesting.SeedInfo.seed([B2934EC35AAB3018:EFD38D1FEF8B362]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:129)
        at 
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:83)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:306)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.security.JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed

Error Message:
Expected metric minimums for prefix SECURITY./authentication.: 
{failMissingCredentials=0, authenticated=3, passThrough=0, 
failWrongCredentials=0, requests=3, errors=0}, but got: 
{failMissingCredentials=0, authenticated=2, passThrough=0, totalTime=1633155, 
failWrongCredentials=0, requestTimes=218, requests=2, errors=0}

Stack Trace:
java.lang.AssertionError: Expected metric minimums for prefix 
SECURITY./authentication.: {failMissingCredentials=0, authenticated=3, 
passThrough=0, failWrongCredentials=0, requests=3, errors=0}, but got: 
{failMissingCredentials=0, authenticated=2, passThrough=0, totalTime=1633155, 
failWrongCredentials=0, requestTimes=218, requests=2, errors=0}
        at 
__randomizedtesting.SeedInfo.seed([B2934EC35AAB3018:B4BB4CAD381CA6AB]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:129)
        at 
org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:83)
        at 
org.apache.solr.security.JWTAuthPluginIntegrationTest.createCollectionUpdateAndQueryDistributed(JWTAuthPluginIntegrationTest.java:176)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15627 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 2355107 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[B2934EC35AAB3018]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/init-core-data-001
   [junit4]   2> 2355108 WARN  
(SUITE-BasicAuthIntegrationTest-seed#[B2934EC35AAB3018]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 2355108 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[B2934EC35AAB3018]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2355110 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[B2934EC35AAB3018]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2355113 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 2355114 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001
   [junit4]   2> 2355114 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2355114 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2355114 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2355215 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34628
   [junit4]   2> 2355215 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34628
   [junit4]   2> 2355215 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34628
   [junit4]   2> 2355221 INFO  (zkConnectionManagerCallback-19189-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355230 INFO  (zkConnectionManagerCallback-19191-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355232 INFO  (zkConnectionManagerCallback-19193-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355235 WARN  (jetty-launcher-19194-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2355235 WARN  (jetty-launcher-19194-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2355235 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2355235 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2355235 WARN  (jetty-launcher-19194-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2355235 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2355235 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2355236 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2355236 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2355236 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2355236 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2e26bd0a{/solr,null,AVAILABLE}
   [junit4]   2> 2355238 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7c537a39{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:38541}
   [junit4]   2> 2355238 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.e.j.s.Server Started @2355295ms
   [junit4]   2> 2355238 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38541}
   [junit4]   2> 2355238 ERROR (jetty-launcher-19194-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2355238 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2355238 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.1
   [junit4]   2> 2355238 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2355238 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2355238 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-05T03:32:12.686Z
   [junit4]   2> 2355240 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2355240 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2355240 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2355240 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2355240 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2355241 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2355241 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2355241 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2355242 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@651eef7d{/solr,null,AVAILABLE}
   [junit4]   2> 2355243 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2355243 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2355243 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2355243 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@63a08c7c{/solr,null,AVAILABLE}
   [junit4]   2> 2355244 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@16123e92{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:44104}
   [junit4]   2> 2355244 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.e.j.s.Server Started @2355301ms
   [junit4]   2> 2355244 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44104}
   [junit4]   2> 2355244 ERROR (jetty-launcher-19194-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2355244 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2355244 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.1
   [junit4]   2> 2355244 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2355244 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2355244 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-05T03:32:12.692Z
   [junit4]   2> 2355246 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7a2a889{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40305}
   [junit4]   2> 2355246 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.e.j.s.Server Started @2355303ms
   [junit4]   2> 2355246 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40305}
   [junit4]   2> 2355246 ERROR (jetty-launcher-19194-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2355246 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2355246 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.1
   [junit4]   2> 2355246 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2355246 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2355246 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-05T03:32:12.694Z
   [junit4]   2> 2355251 INFO  (zkConnectionManagerCallback-19196-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355251 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2355259 INFO  (zkConnectionManagerCallback-19198-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355260 INFO  (zkConnectionManagerCallback-19200-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355260 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2355280 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2355325 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2355326 WARN  (jetty-launcher-19194-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@659d8483[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2355330 WARN  (jetty-launcher-19194-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5fb500e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2355331 INFO  (jetty-launcher-19194-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34628/solr
   [junit4]   2> 2355334 INFO  (zkConnectionManagerCallback-19209-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355337 INFO  (zkConnectionManagerCallback-19211-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355394 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2355396 WARN  (jetty-launcher-19194-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7636680[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2355399 WARN  (jetty-launcher-19194-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2c635133[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2355400 INFO  (jetty-launcher-19194-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34628/solr
   [junit4]   2> 2355402 INFO  (zkConnectionManagerCallback-19219-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355405 INFO  (zkConnectionManagerCallback-19221-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355415 INFO  (jetty-launcher-19194-thread-2) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44104_solr
   [junit4]   2> 2355416 INFO  (jetty-launcher-19194-thread-2) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.Overseer Overseer 
(id=73423382753574921-127.0.0.1:44104_solr-n_0000000000) starting
   [junit4]   2> 2355428 INFO  (jetty-launcher-19194-thread-1) 
[n:127.0.0.1:38541_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38541_solr
   [junit4]   2> 2355428 INFO  (zkConnectionManagerCallback-19228-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355430 INFO  (zkCallback-19210-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2355435 INFO  (zkCallback-19220-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2355436 INFO  (jetty-launcher-19194-thread-2) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2355439 INFO  (jetty-launcher-19194-thread-2) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34628/solr ready
   [junit4]   2> 2355440 INFO  
(OverseerStateUpdate-73423382753574921-127.0.0.1:44104_solr-n_0000000000) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:44104_solr
   [junit4]   2> 2355443 INFO  (jetty-launcher-19194-thread-2) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44104_solr as DOWN
   [junit4]   2> 2355444 INFO  (jetty-launcher-19194-thread-2) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2355444 INFO  (jetty-launcher-19194-thread-2) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44104_solr
   [junit4]   2> 2355446 INFO  (zkCallback-19210-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2355446 INFO  (zkCallback-19220-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2355455 INFO  (zkCallback-19227-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2355470 INFO  (jetty-launcher-19194-thread-2) 
[n:127.0.0.1:44104_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2355473 INFO  (zkConnectionManagerCallback-19234-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355474 INFO  (jetty-launcher-19194-thread-1) 
[n:127.0.0.1:38541_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2355476 INFO  (jetty-launcher-19194-thread-1) 
[n:127.0.0.1:38541_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34628/solr ready
   [junit4]   2> 2355476 INFO  (jetty-launcher-19194-thread-1) 
[n:127.0.0.1:38541_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2355522 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2355527 INFO  (jetty-launcher-19194-thread-2) 
[n:127.0.0.1:44104_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44104.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2355534 WARN  (jetty-launcher-19194-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@35d0af49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2355538 INFO  (jetty-launcher-19194-thread-1) 
[n:127.0.0.1:38541_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38541.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2355541 WARN  (jetty-launcher-19194-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@61edd96f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2355541 INFO  (jetty-launcher-19194-thread-2) 
[n:127.0.0.1:44104_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44104.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2355542 INFO  (jetty-launcher-19194-thread-2) 
[n:127.0.0.1:44104_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44104.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2355542 INFO  (jetty-launcher-19194-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34628/solr
   [junit4]   2> 2355543 INFO  (jetty-launcher-19194-thread-2) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001/node2/.
   [junit4]   2> 2355547 INFO  (zkConnectionManagerCallback-19241-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355554 INFO  (zkConnectionManagerCallback-19243-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355556 INFO  (jetty-launcher-19194-thread-1) 
[n:127.0.0.1:38541_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38541.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2355556 INFO  (jetty-launcher-19194-thread-1) 
[n:127.0.0.1:38541_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38541.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2355558 INFO  (jetty-launcher-19194-thread-1) 
[n:127.0.0.1:38541_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001/node1/.
   [junit4]   2> 2355561 INFO  (jetty-launcher-19194-thread-3) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2355564 INFO  (jetty-launcher-19194-thread-3) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40305_solr as DOWN
   [junit4]   2> 2355565 INFO  (jetty-launcher-19194-thread-3) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2355565 INFO  (jetty-launcher-19194-thread-3) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40305_solr
   [junit4]   2> 2355566 INFO  (zkCallback-19210-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2355567 INFO  (zkCallback-19227-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2355567 INFO  (zkCallback-19220-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2355572 INFO  (zkCallback-19233-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2355572 INFO  (zkCallback-19242-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2355593 INFO  (zkConnectionManagerCallback-19250-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355594 INFO  (jetty-launcher-19194-thread-3) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2355596 INFO  (jetty-launcher-19194-thread-3) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34628/solr ready
   [junit4]   2> 2355596 INFO  (jetty-launcher-19194-thread-3) 
[n:127.0.0.1:40305_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2355630 INFO  (jetty-launcher-19194-thread-3) 
[n:127.0.0.1:40305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40305.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2355645 INFO  (jetty-launcher-19194-thread-3) 
[n:127.0.0.1:40305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40305.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2355646 INFO  (jetty-launcher-19194-thread-3) 
[n:127.0.0.1:40305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40305.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2355647 INFO  (jetty-launcher-19194-thread-3) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001/node3/.
   [junit4]   2> 2355700 INFO  (zkConnectionManagerCallback-19256-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2355702 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2355703 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34628/solr ready
   [junit4]   2> 2355708 INFO  (qtp1135939965-47381) [n:127.0.0.1:38541_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> 2355712 INFO  
(OverseerThreadFactory-12914-thread-1-processing-n:127.0.0.1:44104_solr) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
authCollection
   [junit4]   2> 2355821 INFO  
(OverseerStateUpdate-73423382753574921-127.0.0.1:44104_solr-n_0000000000) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"authCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40305/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2355824 INFO  
(OverseerStateUpdate-73423382753574921-127.0.0.1:44104_solr-n_0000000000) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"authCollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44104/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2355826 INFO  
(OverseerStateUpdate-73423382753574921-127.0.0.1:44104_solr-n_0000000000) 
[n:127.0.0.1:44104_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"authCollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"authCollection_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38541/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2356030 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2356030 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2356030 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_solr    
x:authCollection_shard3_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2356040 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357066 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.1
   [junit4]   2> 2357066 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.1
   [junit4]   2> 2357067 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.1
   [junit4]   2> 2357099 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357100 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357102 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357102 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357103 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357103 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357103 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357103 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38541.solr.core.authCollection.shard3.replica_n4' (registry 
'solr.core.authCollection.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2357103 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001/node1/authCollection_shard3_replica_n4],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001/node1/./authCollection_shard3_replica_n4/data/]
   [junit4]   2> 2357103 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40305.solr.core.authCollection.shard1.replica_n1' (registry 
'solr.core.authCollection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2357103 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001/node3/authCollection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001/node3/./authCollection_shard1_replica_n1/data/]
   [junit4]   2> 2357105 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357105 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357106 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44104.solr.core.authCollection.shard2.replica_n2' (registry 
'solr.core.authCollection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2357106 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001/node2/authCollection_shard2_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001/node2/./authCollection_shard2_replica_n2/data/]
   [junit4]   2> 2357200 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357200 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357202 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2357203 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2357204 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1068ca7b[authCollection_shard1_replica_n1] main]
   [junit4]   2> 2357205 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357205 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357205 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357205 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357206 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2357206 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2357206 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2357206 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2357207 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357208 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4029a997[authCollection_shard2_replica_n2] main]
   [junit4]   2> 2357208 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@59a7b5cf[authCollection_shard3_replica_n4] main]
   [junit4]   2> 2357208 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357209 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357209 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357209 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357210 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357210 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357210 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357210 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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 1635469790709547008
   [junit4]   2> 2357210 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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 1635469790709547008
   [junit4]   2> 2357210 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357210 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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 1635469790709547008
   [junit4]   2> 2357214 INFO  
(searcherExecutor-12932-thread-1-processing-n:127.0.0.1:44104_solr 
x:authCollection_shard2_replica_n2 c:authCollection s:shard2 r:core_node5) 
[n:127.0.0.1:44104_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@4029a997[authCollection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2357215 INFO  
(searcherExecutor-12930-thread-1-processing-n:127.0.0.1:38541_solr 
x:authCollection_shard3_replica_n4 c:authCollection s:shard3 r:core_node6) 
[n:127.0.0.1:38541_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@59a7b5cf[authCollection_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2357218 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357218 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/authCollection/leaders/shard2
   [junit4]   2> 2357220 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357220 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/authCollection/leaders/shard3
   [junit4]   2> 2357220 INFO  
(searcherExecutor-12931-thread-1-processing-n:127.0.0.1:40305_solr 
x:authCollection_shard1_replica_n1 c:authCollection s:shard1 r:core_node3) 
[n:127.0.0.1:40305_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@1068ca7b[authCollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2357224 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357224 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357224 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44104/solr/authCollection_shard2_replica_n2/
   [junit4]   2> 2357225 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357225 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357225 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38541/solr/authCollection_shard3_replica_n4/
   [junit4]   2> 2357225 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357225 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357225 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38541/solr/authCollection_shard3_replica_n4/ has no replicas
   [junit4]   2> 2357225 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:44104/solr/authCollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 2357225 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/authCollection/leaders/shard3/leader after winning as 
/collections/authCollection/leader_elect/shard3/election/73423382753574919-core_node6-n_0000000000
   [junit4]   2> 2357225 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/authCollection/leaders/shard2/leader after winning as 
/collections/authCollection/leader_elect/shard2/election/73423382753574921-core_node5-n_0000000000
   [junit4]   2> 2357227 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_solr 
c:authCollection s:shard3 r:core_node6 x:authCollection_shard3_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38541/solr/authCollection_shard3_replica_n4/ shard3
   [junit4]   2> 2357229 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_solr 
c:authCollection s:shard2 r:core_node5 x:authCollection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44104/solr/authCollection_shard2_replica_n2/ shard2
   [junit4]   2> 2357234 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357234 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/authCollection/leaders/shard1
   [junit4]   2> 2357239 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357239 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357239 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:40305/solr/authCollection_shard1_replica_n1/
   [junit4]   2> 2357239 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357240 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:40305/solr/authCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2357240 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/authCollection/leaders/shard1/leader after winning as 
/collections/authCollection/leader_elect/shard1/election/73423382753574925-core_node3-n_0000000000
   [junit4]   2> 2357242 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_solr 
c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40305/solr/authCollection_shard1_replica_n1/ shard1
   [junit4]   2> 2357345 INFO  (zkCallback-19220-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> 2357345 INFO  (zkCallback-19210-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> 2357345 INFO  (zkCallback-19242-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> 2357345 INFO  (zkCallback-19242-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> 2357346 INFO  (zkCallback-19220-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> 2357347 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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> 2357347 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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> 2357347 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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> 2357350 INFO  (qtp1135939965-47383) [n:127.0.0.1:38541_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=1319
   [junit4]   2> 2357351 INFO  (qtp2059885783-47401) [n:127.0.0.1:40305_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=1320
   [junit4]   2> 2357352 INFO  (qtp41443608-47392) [n:127.0.0.1:44104_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=1311
   [junit4]   2> 2357354 INFO  (qtp1135939965-47381) [n:127.0.0.1:38541_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2357451 INFO  (zkCallback-19210-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> 2357451 INFO  (zkCallback-19210-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> 2357451 INFO  (zkCallback-19242-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> 2357451 INFO  (zkCallback-19220-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> 2357451 INFO  (zkCallback-19242-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> 2357451 INFO  (zkCallback-19220-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> 2357452 INFO  (qtp1135939965-47381) [n:127.0.0.1:38541_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=1744
   [junit4]   2> 2357452 INFO  (zkCallback-19220-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2357454 INFO  (zkCallback-19242-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2357459 INFO  (qtp2059885783-47403) [n:127.0.0.1:40305_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 2357461 INFO  (qtp2059885783-47404) [n:127.0.0.1:40305_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 2357461 INFO  (zkCallback-19220-thread-3) [    ] 
o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 2357461 INFO  (zkCallback-19220-thread-3) [    ] 
o.a.s.c.CoreContainer Initializing authorization plugin: 
solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2357461 INFO  (zkCallback-19210-thread-1) [    ] 
o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 2357461 INFO  (zkCallback-19210-thread-1) [    ] 
o.a.s.c.CoreContainer Initializing authorization plugin: 
solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2357461 INFO  (zkCallback-19220-thread-3) [    ] 
o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2357461 INFO  (zkCallback-19210-thread-1) [    ] 
o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2357463 INFO  (zkCallback-19242-thread-3) [    ] 
o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 2357463 INFO  (zkCallback-19242-thread-3) [    ] 
o.a.s.c.CoreContainer Initializing authorization plugin: 
solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2357463 INFO  (zkCallback-19242-thread-3) [    ] 
o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 2357513 INFO  (qtp2059885783-47400) [n:127.0.0.1:40305_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 2357516 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1113590449
   [junit4]   2> 2357516 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40305_solr
   [junit4]   2> 2357517 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2357517 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:40305_solr as DOWN
   [junit4]   2> 2357519 INFO  (coreCloseExecutor-12945-thread-1) 
[n:127.0.0.1:40305_solr c:authCollection s:shard1 r:core_node3 
x:authCollection_shard1_replica_n1] o.a.s.c.SolrCore 
[authCollection_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3e749819
   [junit4]   2> 2357519 INFO  (coreCloseExecutor-12945-thread-1) 
[n:127.0.0.1:40305_solr c:authCollection s:shard1 r:core_node3 
x:authCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.authCollection.shard1.replica_n1, tag=3e749819
   [junit4]   2> 2357519 INFO  (coreCloseExecutor-12945-thread-1) 
[n:127.0.0.1:40305_solr c:authCollection s:shard1 r:core_node3 
x:authCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3b4b24e7: rootName = 
solr_40305, domain = solr.core.authCollection.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.authCollection.shard1.replica_n1 
/ com.codahale.metrics.MetricRegistry@2ea4f553
   [junit4]   2> 2357531 INFO  (coreCloseExecutor-12945-thread-1) 
[n:127.0.0.1:40305_solr c:authCollection s:shard1 r:core_node3 
x:authCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.authCollection.shard1.leader, 
tag=3e749819
   [junit4]   2> 2357533 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2357533 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@26be8caf: rootName = 
solr_40305, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@681e3a99
   [junit4]   2> 2357542 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2357542 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c42bc0e: rootName = 
solr_40305, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@7426feab
   [junit4]   2> 2357547 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2357547 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6b6e1854: rootName = 
solr_40305, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@414530bc
   [junit4]   2> 2357547 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2357551 INFO  (zkCallback-19227-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2357551 INFO  (zkCallback-19255-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2357551 INFO  (zkCallback-19233-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2357552 INFO  (zkCallback-19220-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2357552 INFO  (zkCallback-19210-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 2357554 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7a2a889{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 2357554 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@63a08c7c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2357554 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2357555 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2357555 WARN  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2357555 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 40305 try number 1 ...
   [junit4]   2> 2357555 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2357556 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2357556 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2357556 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2357557 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@570db318{/solr,null,AVAILABLE}
   [junit4]   2> 2357557 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6d5a5e93{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40305}
   [junit4]   2> 2357557 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.s.Server Started @2357615ms
   [junit4]   2> 2357557 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40305}
   [junit4]   2> 2357558 ERROR 
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2357558 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2357558 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.1
   [junit4]   2> 2357558 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2357558 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2357558 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-05T03:32:15.006Z
   [junit4]   2> 2357560 INFO  (zkConnectionManagerCallback-19265-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2357561 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2357620 INFO  (zkCallback-19210-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> 2357620 INFO  (zkCallback-19210-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2357620 INFO  (zkCallback-19220-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2357620 INFO  (zkCallback-19220-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2357620 INFO  (zkCallback-19220-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> 2357717 INFO  
(OverseerCollectionConfigSetProcessor-73423382753574921-127.0.0.1:44104_solr-n_0000000000)
 [n:127.0.0.1:44104_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> 2357759 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2357762 WARN  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7fff5005[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2357771 WARN  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@45b2a67[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2357773 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34628/solr
   [junit4]   2> 2357774 INFO  (zkConnectionManagerCallback-19272-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2357777 INFO  (zkConnectionManagerCallback-19274-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2357790 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2357796 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40305_solr as DOWN
   [junit4]   2> 2357797 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2357797 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40305_solr
   [junit4]   2> 2357799 INFO  (zkCallback-19227-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2357799 INFO  (zkCallback-19255-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2357801 INFO  (zkCallback-19220-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2357801 INFO  (zkCallback-19273-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2357802 INFO  (zkCallback-19233-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2357802 INFO  (zkCallback-19210-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2357808 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.CoreContainer Initializing authorization 
plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 2357808 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: solr.BasicAuthPlugin
   [junit4]   2> 2357835 INFO  (zkConnectionManagerCallback-19281-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2357837 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2357838 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34628/solr ready
   [junit4]   2> 2357838 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2357871 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40305.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2357889 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40305.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2357889 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40305.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2357892 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001/node3/.
   [junit4]   2> 2357892 INFO  
(TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[B2934EC35AAB3018]) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[authCollection_shard1_replica_n1]
   [junit4]   2> 2357899 INFO  (zkCallback-19220-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2357899 INFO  (zkCallback-19220-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> 2357899 INFO  (zkCallback-19220-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> 2357899 INFO  (zkCallback-19210-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> 2357899 INFO  (zkCallback-19210-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> 2357907 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.1
   [junit4]   2> 2357919 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_solr    ] o.a.s.s.IndexSchema 
[authCollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2357923 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 2357935 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_solr c:authCollection s:shard1 r:core_node3 
x:authCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.1.1
   [junit4]   2> 2357947 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_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> 2357950 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_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> 2357950 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_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> 2357952 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_solr c:authCollection s:shard1 r:core_node3 
x:authCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_40305.solr.core.authCollection.shard1.replica_n1' (registry 
'solr.core.authCollection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62c82252
   [junit4]   2> 2357952 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001/node3/authCollection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_B2934EC35AAB3018-001/tempDir-001/node3/./authCollection_shard1_replica_n1/data/]
   [junit4]   2> 2358021 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_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> 2358021 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_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> 2358022 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_solr c:authCollection s:shard1 r:core_node3 
x:authCollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 2358022 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_solr c:authCollection s:shard1 r:core_node3 
x:authCollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 2358023 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_solr c:authCollection s:shard1 r:core_node3 
x:authCollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7d4469f7[authCollection_shard1_replica_n1] main]
   [junit4]   2> 2358025 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_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> 2358025 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_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> 2358025 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_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> 2358025 INFO  
(coreLoadExecutor-12955-thread-1-processing-n:127.0.0.1:40305_solr) 
[n:127.0.0.1:40305_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 1635469791564136448
   [junit4]   2> 2358029 INFO  
(searcherExecutor-12956-thread-1-processing-n:127.0.0.1:40305_solr 
x:authCollection_shard1_replica_n1 c:authCollection s:shard1 r:core_node3) 
[n:127.0.0.1:40305_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@7d4469f7[authCollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2358032 INFO  
(coreZkRegister-12947-thread-1-processing-n:127.0.0.1:40305_solr 
x:authCollection_shard1_replica_n1 c:authCollection s:shard1 r:core_node3) 
[n:127.0.0.1:40305_solr c:authCollection s:shard1 r:core_node3 
x:authCollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make 
sure parent is created /collections/authCollection/leaders/shard1
   [junit4]   2> 2358034 INFO  (coreZkRegister-12947-thread-1-processing-n:127

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

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/null1872372753
     [copy] Copying 239 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/null1872372753
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.1/solr/null1872372753

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene1-us-west
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath]         found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath]         found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath]         found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 61ms :: artifacts dl 9ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 105 minutes 31 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1835)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to