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

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+125) - Build # 17199 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17199/
Java: 32bit/jdk-9-ea+125 -client -XX:+UseConcMarkSweepGC

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:35939/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:35939/solr/testSolrCloudCollection_shard1_replica2
	at __randomizedtesting.SeedInfo.seed([3193F9C992001A16:C4B57E5AAEE4466]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:739)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
	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 jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
	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(java.base@9-ea/Thread.java:843)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:35939/solr/testSolrCloudCollection_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	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:714)
	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
	... 1 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:35939 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:511)
	... 10 more




Build Log:
[...truncated 11309 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 666249 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 666249 INFO  (Thread-2284) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 666249 INFO  (Thread-2284) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 666349 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.ZkTestServer start zk server on port:36993
   [junit4]   2> 666349 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666349 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666376 INFO  (zkCallback-946-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10afcd4 name:ZooKeeperConnection Watcher:127.0.0.1:36993 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666376 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666377 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666377 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 666384 INFO  (jetty-launcher-945-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 666384 INFO  (jetty-launcher-945-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 666384 INFO  (jetty-launcher-945-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 666384 INFO  (jetty-launcher-945-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 666384 INFO  (jetty-launcher-945-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 666385 INFO  (jetty-launcher-945-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@162e5a0{/solr,null,AVAILABLE}
   [junit4]   2> 666385 INFO  (jetty-launcher-945-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a307c{/solr,null,AVAILABLE}
   [junit4]   2> 666386 INFO  (jetty-launcher-945-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1593941{/solr,null,AVAILABLE}
   [junit4]   2> 666386 INFO  (jetty-launcher-945-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16274ca{/solr,null,AVAILABLE}
   [junit4]   2> 666386 INFO  (jetty-launcher-945-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@aa2dd3{/solr,null,AVAILABLE}
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@802995{HTTP/1.1,[http/1.1]}{127.0.0.1:33331}
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-2) [    ] o.e.j.s.Server Started @668293ms
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@27fd5d{HTTP/1.1,[http/1.1]}{127.0.0.1:35515}
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@1da0820{HTTP/1.1,[http/1.1]}{127.0.0.1:35939}
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@16ba042{HTTP/1.1,[http/1.1]}{127.0.0.1:44415}
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-1) [    ] o.e.j.s.Server Started @668293ms
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-5) [    ] o.e.j.s.Server Started @668293ms
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35939}
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@708918{HTTP/1.1,[http/1.1]}{127.0.0.1:40354}
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44415}
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-4) [    ] o.e.j.s.Server Started @668293ms
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-3) [    ] o.e.j.s.Server Started @668293ms
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40354}
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@340fab
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@340fab
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node5'
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@340fab
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33331}
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node4'
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node1'
   [junit4]   2> 666389 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35515}
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@340fab
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@340fab
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node3'
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node2'
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 666390 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666391 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666391 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666391 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666391 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666391 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666391 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666392 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666394 INFO  (zkCallback-947-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@138ffa2 name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666394 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666394 INFO  (zkCallback-948-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d627a4 name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666394 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666394 INFO  (zkCallback-949-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@172f16e name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666394 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666394 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666394 INFO  (zkCallback-950-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1487206 name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666394 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666394 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666394 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666395 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666396 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 666396 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 666396 INFO  (zkCallback-951-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@35e30e name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666396 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 666396 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 666396 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666396 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666397 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 666408 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node2/.
   [junit4]   2> 666409 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 6957772
   [junit4]   2> 666409 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node2]
   [junit4]   2> 666409 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node4/.
   [junit4]   2> 666409 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 16265930
   [junit4]   2> 666409 WARN  (jetty-launcher-945-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node2/lib
   [junit4]   2> 666409 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node4]
   [junit4]   2> 666409 INFO  (jetty-launcher-945-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> 666409 WARN  (jetty-launcher-945-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node4/lib
   [junit4]   2> 666409 INFO  (jetty-launcher-945-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> 666410 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node5/.
   [junit4]   2> 666410 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node3/.
   [junit4]   2> 666410 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 19387374
   [junit4]   2> 666410 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 23636216
   [junit4]   2> 666410 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node5]
   [junit4]   2> 666410 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node3]
   [junit4]   2> 666411 WARN  (jetty-launcher-945-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node5/lib
   [junit4]   2> 666412 INFO  (jetty-launcher-945-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> 666412 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node1/.
   [junit4]   2> 666412 WARN  (jetty-launcher-945-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node3/lib
   [junit4]   2> 666412 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 14806230
   [junit4]   2> 666412 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node1]
   [junit4]   2> 666412 INFO  (jetty-launcher-945-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> 666412 WARN  (jetty-launcher-945-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node1/lib
   [junit4]   2> 666412 INFO  (jetty-launcher-945-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> 666415 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 666415 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 666415 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 666415 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 666415 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36993/solr
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36993/solr
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36993/solr
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666417 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666417 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 666416 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 666417 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36993/solr
   [junit4]   2> 666417 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36993/solr
   [junit4]   2> 666417 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 666417 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 666417 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666418 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666418 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666418 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666419 INFO  (zkCallback-962-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1648d70 name:ZooKeeperConnection Watcher:127.0.0.1:36993 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666419 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666419 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666420 INFO  (zkCallback-963-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7f379f name:ZooKeeperConnection Watcher:127.0.0.1:36993 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666420 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666421 INFO  (zkCallback-964-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13092e9 name:ZooKeeperConnection Watcher:127.0.0.1:36993 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666421 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666421 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666421 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666421 INFO  (zkCallback-966-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5cf83 name:ZooKeeperConnection Watcher:127.0.0.1:36993 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666421 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666421 INFO  (zkCallback-965-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ba81b name:ZooKeeperConnection Watcher:127.0.0.1:36993 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666421 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666421 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666422 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666424 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$148/31497331@54de1b
   [junit4]   2> 666424 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666425 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$148/31497331@52c8c
   [junit4]   2> 666425 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666433 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$148/31497331@16f000
   [junit4]   2> 666433 INFO  (zkCallback-967-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@19f9e51 name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666433 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666434 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666442 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155d0f863310009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 666442 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$148/31497331@8ffbce
   [junit4]   2> 666442 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$148/31497331@17815b9
   [junit4]   2> 666442 INFO  (zkCallback-968-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15ac9f6 name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666442 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666442 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666442 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666443 INFO  (zkCallback-969-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@abb2fd name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666444 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666445 INFO  (zkCallback-970-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b9f680 name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666445 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666445 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 666445 INFO  (zkCallback-971-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@173ece4 name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666445 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666447 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 666449 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 666449 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 666449 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 666455 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 666457 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 666459 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 666459 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 666460 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 666507 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 666507 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 666507 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 666507 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 666507 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 666514 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 666514 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 666514 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 666514 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 666514 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 666523 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 666523 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 666523 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 666523 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 666523 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 666527 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 666527 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 666527 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 666527 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 666527 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 666547 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 666547 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 666547 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 666547 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 666547 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 666552 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 666552 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 666552 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 666553 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 666580 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 666594 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 666594 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 666594 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 666594 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 666599 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 666599 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 666599 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 666599 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 666599 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 666601 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 666603 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 666603 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 666603 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 666604 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 666605 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 666605 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 666605 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 666605 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 666605 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 666605 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 666605 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 666605 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 666605 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 666605 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 666607 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 666607 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 666608 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 666608 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 666611 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 666611 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 666611 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 666611 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 666611 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 666615 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 666615 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 666615 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 666615 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 666617 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 666628 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96212732292956175-127.0.0.1:35939_solr-n_0000000000
   [junit4]   2> 666628 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96212732292956172-127.0.0.1:33331_solr-n_0000000001
   [junit4]   2> 666628 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96212732292956174-127.0.0.1:35515_solr-n_0000000002
   [junit4]   2> 666628 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96212732292956173-127.0.0.1:44415_solr-n_0000000003
   [junit4]   2> 666629 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96212732292956171-127.0.0.1:40354_solr-n_0000000004
   [junit4]   2> 666630 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35939_solr
   [junit4]   2> 666630 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 666630 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96212732292956174-127.0.0.1:35515_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 666630 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96212732292956175-127.0.0.1:35939_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 666630 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96212732292956173-127.0.0.1:44415_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 666630 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44415_solr
   [junit4]   2> 666630 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44415_solr
   [junit4]   2> 666630 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96212732292956172-127.0.0.1:33331_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 666632 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33331_solr
   [junit4]   2> 666632 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40354_solr
   [junit4]   2> 666632 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35515_solr
   [junit4]   2> 666632 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.Overseer Overseer (id=96212732292956175-127.0.0.1:35939_solr-n_0000000000) starting
   [junit4]   2> 666632 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40354_solr
   [junit4]   2> 666632 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33331_solr
   [junit4]   2> 666632 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35515_solr
   [junit4]   2> 666645 INFO  (zkCallback-968-thread-1) [    ] 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> 666645 INFO  (zkCallback-971-thread-1) [    ] 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> 666645 INFO  (zkCallback-969-thread-1) [    ] 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> 666645 INFO  (zkCallback-970-thread-1) [    ] 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> 666645 INFO  (zkCallback-967-thread-1) [    ] 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> 666661 INFO  (zkCallback-968-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 666661 INFO  (zkCallback-971-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 666661 INFO  (zkCallback-969-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 666662 INFO  (zkCallback-970-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 666664 INFO  (zkCallback-967-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 666676 INFO  (zkCallback-969-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 666676 INFO  (zkCallback-967-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 666676 INFO  (zkCallback-968-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 666676 INFO  (zkCallback-971-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 666676 INFO  (zkCallback-970-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 666678 INFO  (zkCallback-969-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 666678 INFO  (zkCallback-968-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 666678 INFO  (zkCallback-967-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 666680 INFO  (zkCallback-971-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 666680 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 666681 INFO  (zkCallback-970-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 666695 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 666696 INFO  (OverseerCollectionConfigSetProcessor-96212732292956175-127.0.0.1:35939_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 666696 INFO  (OverseerStateUpdate-96212732292956175-127.0.0.1:35939_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 666696 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:35939_solr as DOWN
   [junit4]   2> 666698 INFO  (OverseerStateUpdate-96212732292956175-127.0.0.1:35939_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 666700 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35939_solr
   [junit4]   2> 666700 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35939_solr
   [junit4]   2> 666702 INFO  (zkCallback-968-thread-1) [    ] 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> 666702 INFO  (zkCallback-969-thread-1) [    ] 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> 666702 INFO  (zkCallback-971-thread-1) [    ] 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> 666702 INFO  (zkCallback-967-thread-1) [    ] 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> 666702 INFO  (OverseerStateUpdate-96212732292956175-127.0.0.1:35939_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35939_solr"} current state version: 0
   [junit4]   2> 666703 INFO  (zkCallback-970-thread-1) [    ] 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> 666702 INFO  (zkCallback-968-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 666703 INFO  (OverseerStateUpdate-96212732292956175-127.0.0.1:35939_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35939_solr
   [junit4]   2> 666703 INFO  (zkCallback-969-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 666703 INFO  (zkCallback-971-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 666703 INFO  (zkCallback-970-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 666703 INFO  (zkCallback-967-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 666707 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 666707 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 666708 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node5/.
   [junit4]   2> 666708 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 666709 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 666709 INFO  (jetty-launcher-945-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 666709 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 666709 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 666709 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node3/.
   [junit4]   2> 666709 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 666710 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 666710 INFO  (jetty-launcher-945-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 666720 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 666720 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 666721 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node2/.
   [junit4]   2> 666721 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 666722 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 666722 INFO  (jetty-launcher-945-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 666728 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 666729 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 666729 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node4/.
   [junit4]   2> 666729 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 666730 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 666730 INFO  (jetty-launcher-945-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 666732 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 666732 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 666733 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node1/.
   [junit4]   2> 666733 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 666733 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 666733 INFO  (jetty-launcher-945-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 666734 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666734 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666736 INFO  (zkCallback-977-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12f5cd0 name:ZooKeeperConnection Watcher:127.0.0.1:36993 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666736 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666737 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666740 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@16ba042{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 666741 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=19387374
   [junit4]   2> 666741 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:44415_solr as DOWN
   [junit4]   2> 666745 INFO  (OverseerStateUpdate-96212732292956175-127.0.0.1:35939_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44415_solr"} current state version: 0
   [junit4]   2> 666745 INFO  (OverseerStateUpdate-96212732292956175-127.0.0.1:35939_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:44415_solr
   [junit4]   2> 666747 INFO  (zkCallback-968-thread-1) [    ] 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> 666747 INFO  (zkCallback-970-thread-1) [    ] 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> 666747 INFO  (zkCallback-971-thread-1) [    ] 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> 666748 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x155d0f86331000d, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 666747 INFO  (zkCallback-969-thread-1) [    ] 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> 666748 INFO  (zkCallback-967-thread-1) [    ] 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> 666748 WARN  (zkCallback-969-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 666749 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16274ca{/solr,null,UNAVAILABLE}
   [junit4]   2> 666749 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 666750 INFO  (zkCallback-968-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 666750 INFO  (zkCallback-971-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 666750 INFO  (zkCallback-970-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 666750 INFO  (zkCallback-967-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 666750 INFO  (zkCallback-967-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96212732292956174-127.0.0.1:35515_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 666751 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1852365{/solr,null,AVAILABLE}
   [junit4]   2> 666752 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1365b43{HTTP/1.1,[http/1.1]}{127.0.0.1:37578}
   [junit4]   2> 666752 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.e.j.s.Server Started @668656ms
   [junit4]   2> 666752 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37578}
   [junit4]   2> 666752 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@340fab
   [junit4]   2> 666752 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node6'
   [junit4]   2> 666752 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 666752 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 666753 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666753 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666755 INFO  (zkCallback-979-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b77698 name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666755 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666756 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666756 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 666763 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node6/.
   [junit4]   2> 666763 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.CoreContainer New CoreContainer 21648846
   [junit4]   2> 666763 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node6]
   [junit4]   2> 666763 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node6/lib
   [junit4]   2> 666763 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] 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> 666765 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 666765 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 666765 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 666765 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36993/solr
   [junit4]   2> 666766 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 666766 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666766 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666768 INFO  (zkCallback-982-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b6a4dd name:ZooKeeperConnection Watcher:127.0.0.1:36993 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666768 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666769 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666771 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$148/31497331@1b8e3d2
   [junit4]   2> 666772 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666774 INFO  (zkCallback-983-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1695c69 name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666774 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666813 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 666814 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 666814 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 666815 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 666817 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96212732292956179-127.0.0.1:37578_solr-n_0000000005
   [junit4]   2> 666817 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96212732292956171-127.0.0.1:40354_solr-n_0000000004 to know if I could be the leader
   [junit4]   2> 666818 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:37578_solr as DOWN
   [junit4]   2> 666821 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37578_solr
   [junit4]   2> 666821 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37578_solr
   [junit4]   2> 666822 INFO  (OverseerStateUpdate-96212732292956175-127.0.0.1:35939_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:37578_solr"} current state version: 0
   [junit4]   2> 666822 INFO  (OverseerStateUpdate-96212732292956175-127.0.0.1:35939_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:37578_solr
   [junit4]   2> 666823 INFO  (zkCallback-983-thread-1) [    ] 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> 666823 INFO  (zkCallback-968-thread-1) [    ] 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> 666823 INFO  (zkCallback-967-thread-2) [    ] 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> 666823 INFO  (zkCallback-970-thread-1) [    ] 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> 666823 INFO  (zkCallback-971-thread-1) [    ] 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> 666824 INFO  (zkCallback-968-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 666825 INFO  (zkCallback-967-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 666825 INFO  (zkCallback-971-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 666825 INFO  (zkCallback-970-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 666827 INFO  (zkCallback-983-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 666864 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 666864 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 666864 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001/tempDir-001/node6/.
   [junit4]   2> 666864 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 666865 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 666865 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 666865 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 666866 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 666868 INFO  (zkCallback-985-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@504b91 name:ZooKeeperConnection Watcher:127.0.0.1:36993/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 666868 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 666869 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 666869 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 666910 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 666913 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 666919 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 666921 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 666936 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 666939 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 666958 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 666961 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 666964 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 666978 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 666981 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 666992 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 666995 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 667012 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 667015 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 667043 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 667049 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 667052 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 667054 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 667060 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 667062 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 667068 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 667070 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
   [junit4]   2> 667075 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[3193F9C992001A16]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.xml
   [junit4]   2> 667091 INFO  (TEST-BasicAuthIntegrationTest

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

[junit4]   2> 	2	/solr/overseer_elect/election/96212732292956179-127.0.0.1:37578_solr-n_0000000005
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/overseer/collection-queue-work
   [junit4]   2> 	10	/solr/overseer/queue
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasics -Dtests.seed=3193F9C992001A16 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nn -Dtests.timezone=Pacific/Nauru -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   17.4s 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:35939/solr/testSolrCloudCollection_shard1_replica2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3193F9C992001A16:C4B57E5AAEE4466]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:739)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
   [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 jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:35939/solr/testSolrCloudCollection_shard1_replica2
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [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:714)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(java.base@9-ea/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(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:35939 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:511)
   [junit4]    > 	... 10 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_3193F9C992001A16-001
   [junit4]   2> Jul 09, 2016 6:43:24 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=FSTOrd50, _version_=PostingsFormat(name=Memory doPackFST= false), multiDefault=BlockTreeOrds(blocksize=128), intDefault=PostingsFormat(name=Memory doPackFST= false), id=FSTOrd50, range_facet_i_dv=BlockTreeOrds(blocksize=128), range_facet_l=BlockTreeOrds(blocksize=128), timestamp=BlockTreeOrds(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=167, maxMBSortInHeap=6.746111041088634, sim=RandomSimilarity(queryNorm=true): {}, locale=nn, timezone=Pacific/Nauru
   [junit4]   2> NOTE: Linux 4.4.0-28-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=196132344,total=324730880
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsDirectoryFactoryTest, TestPKIAuthenticationPlugin, SimpleCollectionCreateDeleteTest, TestDistributedSearch, TestBlendedInfixSuggestions, RemoteQueryErrorTest, CreateCollectionCleanupTest, TestNumericTerms32, DataDrivenBlockJoinTest, PreAnalyzedUpdateProcessorTest, TestBadConfig, HdfsRestartWhileUpdatingTest, TestCrossCoreJoin, TestStressLucene, TestRequestForwarding, ExplicitHLLTest, XsltUpdateRequestHandlerTest, BufferStoreTest, CdcrVersionReplicationTest, TestDocTermOrds, TestShortCircuitedRequests, SmileWriterTest, LeaderInitiatedRecoveryOnCommitTest, TestSubQueryTransformer, OutputWriterTest, RAMDirectoryFactoryTest, ResponseLogComponentTest, DistributedSpellCheckComponentTest, SynonymTokenizerTest, InfoHandlerTest, TestCloudInspectUtil, BasicZkTest, TestDefaultSearchFieldResource, TestReloadAndDeleteDocs, DocValuesMissingTest, TestHdfsUpdateLog, SyncSliceTest, BigEndianAscendingWordDeserializerTest, DateFieldTest, TestExpandComponent, TestJsonFacets, QueryEqualityTest, OverseerCollectionConfigSetProcessorTest, PeerSyncTest, TestReplicationHandler, TestLRUCache, DistributedQueryElevationComponentTest, ResponseHeaderTest, RollingRestartTest, TestLuceneMatchVersion, TestAnalyzedSuggestions, TestGraphMLResponseWriter, DeleteLastCustomShardedReplicaTest, TestDownShardTolerantSearch, JSONWriterTest, HdfsTlogReplayBufferedWhileIndexingTest, ZkStateWriterTest, TestRangeQuery, TestHighlightDedupGrouping, CollectionTooManyReplicasTest, TestSchemaSimilarityResource, TestManagedResource, TestFieldCacheSanityChecker, TestMissingGroups, TestFaceting, HdfsNNFailoverTest, DistributedFacetPivotWhiteBoxTest, CloudExitableDirectoryReaderTest, TestExactSharedStatsCache, BooleanFieldTest, AsyncCallRequestStatusResponseTest, TestAtomicUpdateErrorCases, TestSolr4Spatial2, TestSQLHandler, StressHdfsTest, PrimUtilsTest, TestRTGBase, BasicAuthIntegrationTest]
   [junit4] Completed [238/620 (1!)] on J0 in 17.92s, 1 test, 1 error <<< FAILURES!

[...truncated 1263 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:530: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1443: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984: There were test failures: 620 suites (10 ignored), 2635 tests, 1 error, 136 ignored (88 assumptions) [seed: 3193F9C992001A16]

Total time: 62 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any