Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1322/

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

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:53122/solr/testSolrCloudCollection_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException 
occured when talking to server at: 
http://127.0.0.1:53122/solr/testSolrCloudCollection_shard1_replica2
        at 
__randomizedtesting.SeedInfo.seed([EBA02390F838F537:D6788DBCC0D6AB47]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: 
http://127.0.0.1:53122/solr/testSolrCloudCollection_shard1_replica2
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:53122 failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
        ... 10 more




Build Log:
[...truncated 11288 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 656696 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 656696 INFO  (Thread-1446) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 656696 INFO  (Thread-1446) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 656796 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:48911
   [junit4]   2> 656796 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 656796 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 656804 INFO  (zkCallback-1011-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e62b318 
name:ZooKeeperConnection Watcher:127.0.0.1:48911 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 656804 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 656805 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 656805 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 656809 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 656809 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 656809 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 656812 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 656813 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 656818 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@66b54db9{/solr,null,AVAILABLE}
   [junit4]   2> 656819 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@2932f459{HTTP/1.1,[http/1.1]}{127.0.0.1:45595}
   [junit4]   2> 656819 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.e.j.s.Server Started @658900ms
   [junit4]   2> 656819 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45595}
   [junit4]   2> 656819 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 656819 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node1'
   [junit4]   2> 656819 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 656819 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 656820 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 656822 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 656830 INFO  (zkCallback-1012-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@cf10835 name:ZooKeeperConnection 
Watcher:127.0.0.1:48911/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 656830 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 656830 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 656830 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 656830 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2fb95c9d{/solr,null,AVAILABLE}
   [junit4]   2> 656831 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@2f30e90e{HTTP/1.1,[http/1.1]}{127.0.0.1:51389}
   [junit4]   2> 656831 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.e.j.s.Server Started @658911ms
   [junit4]   2> 656831 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51389}
   [junit4]   2> 656831 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 656831 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node4'
   [junit4]   2> 656831 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 656831 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 656831 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 656835 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 656846 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3db82754{/solr,null,AVAILABLE}
   [junit4]   2> 656846 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@27ab8b8c{HTTP/1.1,[http/1.1]}{127.0.0.1:53122}
   [junit4]   2> 656846 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.e.j.s.Server Started @658927ms
   [junit4]   2> 656846 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53122}
   [junit4]   2> 656847 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 656847 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node2'
   [junit4]   2> 656847 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 656847 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 656847 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 656847 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@abdbc4b{/solr,null,AVAILABLE}
   [junit4]   2> 656847 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@61d9fba7{/solr,null,AVAILABLE}
   [junit4]   2> 656848 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 656848 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3706ad83{HTTP/1.1,[http/1.1]}{127.0.0.1:45750}
   [junit4]   2> 656848 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.e.j.s.Server Started @658929ms
   [junit4]   2> 656848 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45750}
   [junit4]   2> 656849 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 656849 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node3'
   [junit4]   2> 656849 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 656849 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 656849 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 656850 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 656850 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3774c3b{HTTP/1.1,[http/1.1]}{127.0.0.1:44601}
   [junit4]   2> 656850 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.e.j.s.Server Started @658931ms
   [junit4]   2> 656850 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44601}
   [junit4]   2> 656850 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 656850 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node5'
   [junit4]   2> 656850 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 656850 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 656850 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 656851 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 656852 INFO  (zkCallback-1013-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5fbd588a 
name:ZooKeeperConnection Watcher:127.0.0.1:48911/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 656852 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 656852 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 656852 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 656855 INFO  (zkCallback-1015-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@d82837a name:ZooKeeperConnection 
Watcher:127.0.0.1:48911/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 656855 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 656855 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 656858 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node1/.
   [junit4]   2> 656858 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1232800764
   [junit4]   2> 656858 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 656858 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node1]
   [junit4]   2> 656858 WARN  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node1/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node1/lib
   [junit4]   2> 656859 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 656861 INFO  (zkCallback-1014-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@fcd17d1 name:ZooKeeperConnection 
Watcher:127.0.0.1:48911/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 656861 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 656862 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 656862 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 656864 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 656864 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 656864 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 656865 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48911/solr
   [junit4]   2> 656865 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 656865 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 656865 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 656865 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node2/.
   [junit4]   2> 656872 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 697313573
   [junit4]   2> 656872 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node2]
   [junit4]   2> 656872 WARN  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node2/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node2/lib
   [junit4]   2> 656872 INFO  (zkCallback-1016-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@62424778 
name:ZooKeeperConnection Watcher:127.0.0.1:48911/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 656872 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 656872 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 656872 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node4/.
   [junit4]   2> 656873 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 2066686721
   [junit4]   2> 656873 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 656873 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node4]
   [junit4]   2> 656873 WARN  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node4/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node4/lib
   [junit4]   2> 656872 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node3/.
   [junit4]   2> 656874 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 656878 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 201204888
   [junit4]   2> 656878 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node3]
   [junit4]   2> 656878 WARN  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node3/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node3/lib
   [junit4]   2> 656878 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 656878 INFO  (zkCallback-1019-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1028cbd3 
name:ZooKeeperConnection Watcher:127.0.0.1:48911 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 656878 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 656878 INFO  (jetty-launcher-1010-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 656873 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 656882 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 656882 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 656882 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 656882 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48911/solr
   [junit4]   2> 656882 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 656882 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 656882 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 656883 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 656886 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 656886 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 656886 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48911/solr
   [junit4]   2> 656886 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 656886 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 656886 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 656887 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$86/1630994071@32d1145d
   [junit4]   2> 656887 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 656888 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 656888 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 656888 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48911/solr
   [junit4]   2> 656888 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 656888 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 656890 INFO  (zkCallback-1022-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@652fd344 
name:ZooKeeperConnection Watcher:127.0.0.1:48911 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 656901 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 656890 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 656901 INFO  (jetty-launcher-1010-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 656894 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 656902 INFO  (zkCallback-1025-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5a4b8641 
name:ZooKeeperConnection Watcher:127.0.0.1:48911 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 656902 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 656902 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node5/.
   [junit4]   2> 656902 INFO  (jetty-launcher-1010-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 656902 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 554094737
   [junit4]   2> 656902 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node5]
   [junit4]   2> 656902 WARN  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node5/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node5/lib
   [junit4]   2> 656902 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 656904 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 656904 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 656904 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 656904 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48911/solr
   [junit4]   2> 656904 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 656904 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 656908 INFO  (zkCallback-1029-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@8e94e9d name:ZooKeeperConnection 
Watcher:127.0.0.1:48911 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 656908 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$86/1630994071@6e470b5f
   [junit4]   2> 656908 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 656908 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 656908 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$86/1630994071@12965568
   [junit4]   2> 656908 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 656909 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 656914 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 656918 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$86/1630994071@b60b61f
   [junit4]   2> 656918 INFO  
(zkCallback-1028-thread-1-processing-n:127.0.0.1:45595_solr) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6b972f00 
name:ZooKeeperConnection Watcher:127.0.0.1:48911/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 656918 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 656918 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 656918 INFO  
(zkCallback-1033-thread-1-processing-n:127.0.0.1:53122_solr) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4e11e911 
name:ZooKeeperConnection Watcher:127.0.0.1:48911/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 656918 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 656922 INFO  
(zkCallback-1034-thread-1-processing-n:127.0.0.1:45750_solr) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1fca599 name:ZooKeeperConnection 
Watcher:127.0.0.1:48911/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 656922 INFO  (zkCallback-1032-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4c0aa820 
name:ZooKeeperConnection Watcher:127.0.0.1:48911 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 656922 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 656922 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 656922 INFO  (jetty-launcher-1010-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 656923 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:51389_solr) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2acb797c 
name:ZooKeeperConnection Watcher:127.0.0.1:48911/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 656923 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 656923 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 656923 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 656924 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 656924 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$86/1630994071@1cb8bff4
   [junit4]   2> 656924 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 656925 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 656925 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 656926 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 656926 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 656929 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 656929 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 656930 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 656932 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 656933 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 656934 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 656934 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 656935 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 656935 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 656936 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 656936 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 656937 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 656937 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 656937 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 656937 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 656938 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 656938 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 656939 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 656939 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 656940 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 656940 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 656940 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 656940 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 656941 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 656941 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 656941 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 656941 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 656942 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 656942 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 656943 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 656943 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 656943 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 656943 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 656943 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 656943 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 656943 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 656943 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 656944 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 656944 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 656945 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 656946 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 656946 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 656947 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 656947 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 656947 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 656947 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 656947 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96371029388099596-127.0.0.1:45750_solr-n_0000000000
   [junit4]   2> 656948 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96371029388099598-127.0.0.1:51389_solr-n_0000000001
   [junit4]   2> 656949 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96371029388099595-127.0.0.1:53122_solr-n_0000000003
   [junit4]   2> 656949 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96371029388099594-127.0.0.1:45595_solr-n_0000000002
   [junit4]   2> 656949 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45750_solr
   [junit4]   2> 656949 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 656949 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96371029388099596-127.0.0.1:45750_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 656949 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96371029388099598-127.0.0.1:51389_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 656949 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96371029388099594-127.0.0.1:45595_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 656949 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45595_solr
   [junit4]   2> 656949 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51389_solr
   [junit4]   2> 656949 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:45595_solr
   [junit4]   2> 656949 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:51389_solr
   [junit4]   2> 656950 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53122_solr
   [junit4]   2> 656950 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:53122_solr
   [junit4]   2> 656950 INFO  
(zkCallback-1036-thread-1-processing-n:127.0.0.1:44601_solr) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@11448916 
name:ZooKeeperConnection Watcher:127.0.0.1:48911/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 656950 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 656951 INFO  
(zkCallback-1034-thread-1-processing-n:127.0.0.1:45750_solr) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 656951 INFO  
(zkCallback-1033-thread-1-processing-n:127.0.0.1:53122_solr) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 656951 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:51389_solr) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 656951 INFO  
(zkCallback-1028-thread-1-processing-n:127.0.0.1:45595_solr) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 656951 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.Overseer Overseer 
(id=96371029388099596-127.0.0.1:45750_solr-n_0000000000) starting
   [junit4]   2> 656957 INFO  
(zkCallback-1034-thread-1-processing-n:127.0.0.1:45750_solr) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 656957 INFO  
(zkCallback-1028-thread-1-processing-n:127.0.0.1:45595_solr) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 656960 INFO  
(zkCallback-1033-thread-1-processing-n:127.0.0.1:53122_solr) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 656960 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:51389_solr) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 656971 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 656971 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 656971 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node1/.
   [junit4]   2> 656971 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 656975 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 656975 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 656975 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 656975 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node2/.
   [junit4]   2> 656975 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 656978 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0
   [junit4]   2> 656978 INFO  (jetty-launcher-1010-thread-3) 
[n:127.0.0.1:45595_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 656978 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 656979 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 656979 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 656980 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 656980 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 656980 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 656980 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node4/.
   [junit4]   2> 656981 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 656981 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96371029388099599-127.0.0.1:44601_solr-n_0000000004
   [junit4]   2> 656981 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96371029388099595-127.0.0.1:53122_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 656981 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44601_solr as DOWN
   [junit4]   2> 656982 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44601_solr
   [junit4]   2> 656982 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:44601_solr
   [junit4]   2> 656983 INFO  
(zkCallback-1034-thread-1-processing-n:127.0.0.1:45750_solr) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 656983 INFO  
(zkCallback-1028-thread-1-processing-n:127.0.0.1:45595_solr) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 656983 INFO  
(zkCallback-1033-thread-1-processing-n:127.0.0.1:53122_solr) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 656983 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:51389_solr) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 656983 INFO  
(zkCallback-1034-thread-1-processing-n:127.0.0.1:45750_solr) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 656984 INFO  
(zkCallback-1033-thread-1-processing-n:127.0.0.1:53122_solr) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 656984 INFO  
(zkCallback-1028-thread-1-processing-n:127.0.0.1:45595_solr) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 656984 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:51389_solr) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 656984 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0
   [junit4]   2> 656984 INFO  (jetty-launcher-1010-thread-2) 
[n:127.0.0.1:53122_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 656990 INFO  
(zkCallback-1036-thread-1-processing-n:127.0.0.1:44601_solr) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 656992 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 656992 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 656993 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node5/.
   [junit4]   2> 656993 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 656993 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0
   [junit4]   2> 656993 INFO  (jetty-launcher-1010-thread-4) 
[n:127.0.0.1:51389_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 656998 INFO  
(zkCallback-1036-thread-1-processing-n:127.0.0.1:44601_solr) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 656998 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0
   [junit4]   2> 656998 INFO  (jetty-launcher-1010-thread-5) 
[n:127.0.0.1:44601_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 657000 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 657000 INFO  
(OverseerStateUpdate-96371029388099596-127.0.0.1:45750_solr-n_0000000000) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 657001 INFO  
(OverseerStateUpdate-96371029388099596-127.0.0.1:45750_solr-n_0000000000) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (4)
   [junit4]   2> 657001 INFO  
(OverseerStateUpdate-96371029388099596-127.0.0.1:45750_solr-n_0000000000) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44601_solr"} current state version: 0
   [junit4]   2> 657002 INFO  
(OverseerStateUpdate-96371029388099596-127.0.0.1:45750_solr-n_0000000000) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:44601_solr
   [junit4]   2> 657002 INFO  
(OverseerCollectionConfigSetProcessor-96371029388099596-127.0.0.1:45750_solr-n_0000000000)
 [n:127.0.0.1:45750_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 657006 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45750_solr as DOWN
   [junit4]   2> 657007 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45750_solr
   [junit4]   2> 657007 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:45750_solr
   [junit4]   2> 657008 INFO  
(zkCallback-1033-thread-1-processing-n:127.0.0.1:53122_solr) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657008 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:51389_solr) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657008 INFO  
(zkCallback-1036-thread-1-processing-n:127.0.0.1:44601_solr) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657008 INFO  
(zkCallback-1028-thread-1-processing-n:127.0.0.1:45595_solr) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657008 INFO  
(zkCallback-1034-thread-2-processing-n:127.0.0.1:45750_solr) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657008 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:51389_solr) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 657008 INFO  
(zkCallback-1036-thread-1-processing-n:127.0.0.1:44601_solr) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 657008 INFO  
(zkCallback-1028-thread-1-processing-n:127.0.0.1:45595_solr) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 657008 INFO  
(zkCallback-1033-thread-1-processing-n:127.0.0.1:53122_solr) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 657014 INFO  
(OverseerStateUpdate-96371029388099596-127.0.0.1:45750_solr-n_0000000000) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45750_solr"} current state version: 0
   [junit4]   2> 657014 INFO  
(zkCallback-1034-thread-2-processing-n:127.0.0.1:45750_solr) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 657014 INFO  
(OverseerStateUpdate-96371029388099596-127.0.0.1:45750_solr-n_0000000000) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:45750_solr
   [junit4]   2> 657018 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 657018 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 657018 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node3/.
   [junit4]   2> 657018 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 657026 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0
   [junit4]   2> 657026 INFO  (jetty-launcher-1010-thread-1) 
[n:127.0.0.1:45750_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 657026 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 657047 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 657050 INFO  (zkCallback-1042-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@18e8e8a9 
name:ZooKeeperConnection Watcher:127.0.0.1:48911 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 657050 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 657051 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 657066 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@2932f459{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 657067 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1232800764
   [junit4]   2> 657067 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:45595_solr as DOWN
   [junit4]   2> 657082 INFO  
(zkCallback-1034-thread-1-processing-n:127.0.0.1:45750_solr) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 657082 INFO  
(zkCallback-1036-thread-1-processing-n:127.0.0.1:44601_solr) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 657082 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:51389_solr) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 657082 INFO  
(zkCallback-1028-thread-1-processing-n:127.0.0.1:45595_solr) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 657083 INFO  
(OverseerStateUpdate-96371029388099596-127.0.0.1:45750_solr-n_0000000000) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45595_solr"} current state version: 0
   [junit4]   2> 657083 WARN  
(zkCallback-1028-thread-1-processing-n:127.0.0.1:45595_solr) 
[n:127.0.0.1:45595_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 657089 INFO  
(zkCallback-1033-thread-2-processing-n:127.0.0.1:53122_solr) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 657083 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:51389_solr) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 657083 INFO  
(zkCallback-1034-thread-1-processing-n:127.0.0.1:45750_solr) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 657083 INFO  
(zkCallback-1036-thread-1-processing-n:127.0.0.1:44601_solr) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 657083 INFO  
(OverseerStateUpdate-96371029388099596-127.0.0.1:45750_solr-n_0000000000) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:45595_solr
   [junit4]   2> 657090 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@66b54db9{/solr,null,UNAVAILABLE}
   [junit4]   2> 657090 INFO  
(zkCallback-1033-thread-1-processing-n:127.0.0.1:53122_solr) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96371029388099598-127.0.0.1:51389_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 657090 INFO  
(zkCallback-1033-thread-2-processing-n:127.0.0.1:53122_solr) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 657091 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 657101 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@38c6646{/solr,null,AVAILABLE}
   [junit4]   2> 657102 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6206deba{HTTP/1.1,[http/1.1]}{127.0.0.1:50856}
   [junit4]   2> 657102 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.e.j.s.Server Started @659182ms
   [junit4]   2> 657102 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50856}
   [junit4]   2> 657102 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 657102 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node6'
   [junit4]   2> 657102 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 657103 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 657103 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 657118 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 657143 INFO  (zkCallback-1044-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@74c88ed4 
name:ZooKeeperConnection Watcher:127.0.0.1:48911/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 657143 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 657143 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 657143 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 657148 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node6/.
   [junit4]   2> 657148 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 714265755
   [junit4]   2> 657148 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node6]
   [junit4]   2> 657148 WARN  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node6/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node6/lib
   [junit4]   2> 657149 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 657155 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 657155 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 657155 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 657155 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48911/solr
   [junit4]   2> 657156 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 657156 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 657161 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 657174 INFO  (zkCallback-1047-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@16cba0b0 
name:ZooKeeperConnection Watcher:127.0.0.1:48911 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 657174 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 657175 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 657183 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$86/1630994071@76804d97
   [junit4]   2> 657202 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 657208 INFO  
(zkCallback-1048-thread-1-processing-n:127.0.0.1:50856_solr) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@284d6950 
name:ZooKeeperConnection Watcher:127.0.0.1:48911/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 657208 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 657229 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 657229 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 657229 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 657230 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 657231 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96371029388099603-127.0.0.1:50856_solr-n_0000000005
   [junit4]   2> 657231 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96371029388099599-127.0.0.1:44601_solr-n_0000000004 to 
know if I could be the leader
   [junit4]   2> 657231 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:50856_solr as DOWN
   [junit4]   2> 657232 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50856_solr
   [junit4]   2> 657232 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:50856_solr
   [junit4]   2> 657233 INFO  
(OverseerStateUpdate-96371029388099596-127.0.0.1:45750_solr-n_0000000000) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:50856_solr"} current state version: 0
   [junit4]   2> 657233 INFO  
(OverseerStateUpdate-96371029388099596-127.0.0.1:45750_solr-n_0000000000) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:50856_solr
   [junit4]   2> 657233 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:51389_solr) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657234 INFO  
(zkCallback-1036-thread-1-processing-n:127.0.0.1:44601_solr) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657234 INFO  
(zkCallback-1034-thread-2-processing-n:127.0.0.1:45750_solr) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657234 INFO  
(zkCallback-1033-thread-2-processing-n:127.0.0.1:53122_solr) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657234 INFO  
(zkCallback-1048-thread-1-processing-n:127.0.0.1:50856_solr) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657234 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:51389_solr) 
[n:127.0.0.1:51389_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 657234 INFO  
(zkCallback-1033-thread-2-processing-n:127.0.0.1:53122_solr) 
[n:127.0.0.1:53122_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 657234 INFO  
(zkCallback-1036-thread-1-processing-n:127.0.0.1:44601_solr) 
[n:127.0.0.1:44601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 657234 INFO  
(zkCallback-1034-thread-2-processing-n:127.0.0.1:45750_solr) 
[n:127.0.0.1:45750_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 657242 INFO  
(zkCallback-1048-thread-1-processing-n:127.0.0.1:50856_solr) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 657248 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 657248 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 657249 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001/tempDir-001/node6/.
   [junit4]   2> 657249 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 657257 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0
   [junit4]   2> 657257 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) 
[n:127.0.0.1:50856_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 657257 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 657277 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 657294 INFO  (zkCallback-1050-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3c2d3d00 
name:ZooKeeperConnection Watcher:127.0.0.1:48911/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 657294 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 657294 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 657294 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-spellcheckcomponent.xml
   [junit4]   2> 657298 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-null-charfilters-analyzer.xml
   [junit4]   2> 657300 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/regex-boost-processor-test.txt
   [junit4]   2> 657302 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-spellchecker.xml
   [junit4]   2> 657304 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 657306 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-docValuesFaceting.xml
   [junit4]   2> 657308 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-tlog-wit

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

34-thread-3-processing-n:127.0.0.1:45750_solr) [n:127.0.0.1:45750_solr 
c:testSolrCloudCollection s:shard1 r:core_node3 
x:testSolrCloudCollection_shard1_replica1] o.a.s.c.CachingDirectoryFactory 
Closing directory: data
   [junit4]   2> 673292 INFO  (jetty-launcher-1010-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@61d9fba7{/solr,null,UNAVAILABLE}
   [junit4]   2> 673294 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[EBA02390F838F537]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:48911 48911
   [junit4]   2> 673467 INFO  (Thread-1446) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:48911 48911
   [junit4]   2> 673471 WARN  (Thread-1446) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/aliases.json
   [junit4]   2>        10      /solr/clusterprops.json
   [junit4]   2>        8       /solr/security.json
   [junit4]   2>        5       /solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        5       
/solr/collections/testSolrCloudCollection/state.json
   [junit4]   2>        3       
/solr/overseer_elect/election/96371029388099598-127.0.0.1:51389_solr-n_0000000001
   [junit4]   2>        2       
/solr/overseer_elect/election/96371029388099595-127.0.0.1:53122_solr-n_0000000003
   [junit4]   2>        2       
/solr/overseer_elect/election/96371029388099603-127.0.0.1:50856_solr-n_0000000005
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        26      /solr/overseer/queue
   [junit4]   2>        12      /solr/overseer/collection-queue-work
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        4       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasics 
-Dtests.seed=EBA02390F838F537 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es-GT -Dtests.timezone=W-SU -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   16.8s J0 | BasicAuthIntegrationTest.testBasics <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException 
occured when talking to server at: 
http://127.0.0.1:53122/solr/testSolrCloudCollection_shard1_replica2
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EBA02390F838F537:D6788DBCC0D6AB47]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
   [junit4]    >        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
   [junit4]    >        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
IOException occured when talking to server at: 
http://127.0.0.1:53122/solr/testSolrCloudCollection_shard1_replica2
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        ... 1 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: 
127.0.0.1:53122 failed to respond
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
   [junit4]    >        ... 10 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_EBA02390F838F537-001
   [junit4]   2> Aug 06, 2016 5:40:25 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=PostingsFormat(name=Memory doPackFST= true), 
_version_=PostingsFormat(name=Memory doPackFST= false), 
multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
intDefault=PostingsFormat(name=Memory doPackFST= false), 
id=PostingsFormat(name=Memory doPackFST= true), 
range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), 
range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), 
timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1860, 
maxMBSortInHeap=7.654624627891165, sim=ClassicSimilarity, locale=es-GT, 
timezone=W-SU
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=124858416,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestFoldingMultitermQuery, 
VMParamsZkACLAndCredentialsProvidersTest, TestBlendedInfixSuggestions, 
TestRandomCollapseQParserPlugin, EnumFieldTest, PreAnalyzedFieldTest, 
TestBinaryField, TestLRUCache, AnalyticsMergeStrategyTest, 
TestStressCloudBlindAtomicUpdates, TestCrossCoreJoin, 
LeaderElectionIntegrationTest, TestSimpleQParserPlugin, StressHdfsTest, 
ZkStateWriterTest, URLClassifyProcessorTest, XsltUpdateRequestHandlerTest, 
TestDistributedSearch, TestLazyCores, ResponseHeaderTest, MultiThreadedOCPTest, 
TestSolrConfigHandler, TestConfigSetsAPIZkFailure, TestIBSimilarityFactory, 
DistribJoinFromCollectionTest, TestLeaderElectionZkExpiry, 
TestSchemaNameResource, RAMDirectoryFactoryTest, CacheHeaderTest, 
TestLMDirichletSimilarityFactory, TestConfigSetProperties, TestNRTOpen, 
TestCollationFieldDocValues, TestFastOutputStream, SyncSliceTest, 
TestRandomDVFaceting, TestSolrConfigHandlerCloud, FileBasedSpellCheckerTest, 
TestCSVLoader, SOLR749Test, OverseerCollectionConfigSetProcessorTest, TestJoin, 
TestRemoteStreaming, HdfsChaosMonkeyNothingIsSafeTest, ExplicitHLLTest, 
SignatureUpdateProcessorFactoryTest, QueryElevationComponentTest, 
TestFieldCacheSanityChecker, TestDocTermOrds, PolyFieldTest, 
AddBlockUpdateTest, TestAnalyzedSuggestions, ActionThrottleTest, 
PathHierarchyTokenizerFactoryTest, BufferStoreTest, TestSortByMinMaxFunction, 
TestDynamicFieldCollectionResource, ForceLeaderTest, TestCloudManagedSchema, 
TestAddFieldRealTimeGet, TestConfigReload, CoreAdminRequestStatusTest, 
UUIDUpdateProcessorFallbackTest, TestPKIAuthenticationPlugin, 
TestLuceneMatchVersion, EchoParamsTest, TestRandomFlRTGCloud, 
ExitableDirectoryReaderTest, UUIDFieldTest, AnalysisAfterCoreReloadTest, 
TestDocSet, StandardRequestHandlerTest, CloudMLTQParserTest, TestLockTree, 
JSONWriterTest, TestFieldCacheVsDocValues, QueryEqualityTest, TestTrieFacet, 
TestBadConfig, TestFunctionQuery, DistributedQueryComponentCustomSortTest, 
BasicAuthIntegrationTest]
   [junit4] Completed [249/626 (1!)] on J0 in 17.05s, 1 test, 1 error <<< 
FAILURES!

[...truncated 61317 lines...]


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to