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

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

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:36262/solr/testSolrCloudCollection_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException 
occured when talking to server at: 
http://127.0.0.1:36262/solr/testSolrCloudCollection_shard1_replica1
        at 
__randomizedtesting.SeedInfo.seed([71E29F399B4A472E:4C3A3115A3A4195E]: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:36262/solr/testSolrCloudCollection_shard1_replica1
        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:36262 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 12535 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 2048018 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2048018 INFO  (Thread-4658) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2048018 INFO  (Thread-4658) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2048118 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45240
   [junit4]   2> 2048119 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2048119 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048205 INFO  (zkCallback-28573-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6b9b2f name:ZooKeeperConnection 
Watcher:127.0.0.1:45240 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2048205 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048206 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2048206 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2048241 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2048242 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2048242 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2048242 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2048241 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2048243 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2fbce9{/solr,null,AVAILABLE}
   [junit4]   2> 2048243 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11f3a79{/solr,null,AVAILABLE}
   [junit4]   2> 2048244 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1acd511{/solr,null,AVAILABLE}
   [junit4]   2> 2048244 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1683bff{/solr,null,AVAILABLE}
   [junit4]   2> 2048244 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@10e5f48{/solr,null,AVAILABLE}
   [junit4]   2> 2048245 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@c62df9{HTTP/1.1,[http/1.1]}{127.0.0.1:36262}
   [junit4]   2> 2048245 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1af2e71{HTTP/1.1,[http/1.1]}{127.0.0.1:44548}
   [junit4]   2> 2048245 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1a0def1{HTTP/1.1,[http/1.1]}{127.0.0.1:45551}
   [junit4]   2> 2048245 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@15ae0a5{HTTP/1.1,[http/1.1]}{127.0.0.1:35980}
   [junit4]   2> 2048245 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.e.j.s.Server Started @2049806ms
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.e.j.s.Server Started @2049806ms
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45551}
   [junit4]   2> 2048245 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.e.j.s.Server Started @2049806ms
   [junit4]   2> 2048245 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.e.j.s.Server Started @2049806ms
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44548}
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36262}
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@180d80f
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@180d80f
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node1'
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node3'
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35980}
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@180d80f
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2048247 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node5'
   [junit4]   2> 2048247 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2048247 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2048247 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@180d80f
   [junit4]   2> 2048246 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@f7e532{HTTP/1.1,[http/1.1]}{127.0.0.1:45903}
   [junit4]   2> 2048247 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node4'
   [junit4]   2> 2048247 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.e.j.s.Server Started @2049808ms
   [junit4]   2> 2048247 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048247 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2048247 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45903}
   [junit4]   2> 2048247 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2048247 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@180d80f
   [junit4]   2> 2048248 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node2'
   [junit4]   2> 2048248 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048248 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2048248 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2048248 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048248 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2048247 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2048248 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048248 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2048249 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2048249 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048263 INFO  (zkCallback-28575-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@425099 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2048263 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048263 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2048278 INFO  (zkCallback-28574-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@15fba06 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2048278 INFO  (zkCallback-28576-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@10e6d61 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2048278 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048278 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048278 INFO  (zkCallback-28577-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1fc13f5 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2048278 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2048278 INFO  (zkCallback-28578-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b063e6 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2048278 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2048278 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048278 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048278 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2048278 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2048279 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2048278 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2048279 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2048279 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2048279 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2048300 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node4/.
   [junit4]   2> 2048300 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node2/.
   [junit4]   2> 2048300 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 15287150
   [junit4]   2> 2048300 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 3919455
   [junit4]   2> 2048300 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 0x155cb980a1d0005, 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> 2048300 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node2]
   [junit4]   2> 2048300 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node4]
   [junit4]   2> 2048301 WARN  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_71E29F399B4A472E-001/tempDir-001/node2/lib
   [junit4]   2> 2048301 WARN  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node4/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_71E29F399B4A472E-001/tempDir-001/node4/lib
   [junit4]   2> 2048302 INFO  (jetty-launcher-28572-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> 2048302 INFO  (jetty-launcher-28572-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> 2048304 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2048304 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2048304 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2048304 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45240/solr
   [junit4]   2> 2048304 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2048304 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2048305 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2048305 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2048305 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2048305 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45240/solr
   [junit4]   2> 2048305 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2048305 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048305 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2048305 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048308 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node5/.
   [junit4]   2> 2048308 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node1/.
   [junit4]   2> 2048309 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 2291822
   [junit4]   2> 2048309 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 9376882
   [junit4]   2> 2048309 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node5]
   [junit4]   2> 2048309 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node1]
   [junit4]   2> 2048308 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node3/.
   [junit4]   2> 2048309 WARN  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_71E29F399B4A472E-001/tempDir-001/node1/lib
   [junit4]   2> 2048309 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 28981238
   [junit4]   2> 2048309 WARN  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node5/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_71E29F399B4A472E-001/tempDir-001/node5/lib
   [junit4]   2> 2048309 INFO  (jetty-launcher-28572-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> 2048309 INFO  (jetty-launcher-28572-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> 2048309 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node3]
   [junit4]   2> 2048309 WARN  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_71E29F399B4A472E-001/tempDir-001/node3/lib
   [junit4]   2> 2048310 INFO  (jetty-launcher-28572-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> 2048310 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2048310 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2048310 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2048310 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45240/solr
   [junit4]   2> 2048311 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2048311 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2048311 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048311 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2048311 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2048311 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2048311 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45240/solr
   [junit4]   2> 2048311 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2048311 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2048311 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2048311 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2048311 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2048312 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45240/solr
   [junit4]   2> 2048312 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2048312 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048312 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2048312 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048318 INFO  (zkCallback-28583-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1a8293e name:ZooKeeperConnection 
Watcher:127.0.0.1:45240 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2048318 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048318 INFO  (zkCallback-28584-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1513d48 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2048318 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048318 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2048318 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2048321 INFO  (zkCallback-28591-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4f0d95 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2048322 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048322 INFO  (zkCallback-28592-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@88af80 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2048322 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048322 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2048322 INFO  (zkCallback-28593-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@633fa8 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2048322 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2048322 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048322 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2048351 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$167/1157763@1ec9d45
   [junit4]   2> 2048351 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 0x155cb980a1d0007, 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> 2048351 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$167/1157763@9f2b39
   [junit4]   2> 2048352 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048352 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048367 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$167/1157763@ac7449
   [junit4]   2> 2048367 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$167/1157763@12f9729
   [junit4]   2> 2048367 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 0x155cb980a1d000a, 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> 2048367 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$167/1157763@1e587d
   [junit4]   2> 2048368 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048368 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 0x155cb980a1d0008, 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> 2048368 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048368 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048376 INFO  (zkCallback-28594-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1fe1ecf name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2048376 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048376 INFO  (zkCallback-28595-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6affe0 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2048376 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048391 INFO  (zkCallback-28596-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@61b981 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2048391 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048391 INFO  (zkCallback-28597-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@88e460 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2048391 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048391 INFO  (zkCallback-28598-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@772caa name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2048391 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2048416 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2048416 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2048416 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2048416 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2048416 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2048472 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2048472 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2048472 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2048472 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2048472 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2048598 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2048598 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2048599 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2048613 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2048614 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2048658 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2048687 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2048687 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2048729 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2048730 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2048794 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2048794 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2048794 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2048808 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2048824 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2048845 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2048845 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2048845 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2048856 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2048877 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2048877 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2048877 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2048899 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2048921 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2048921 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2048929 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2048929 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2048929 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2048999 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2048999 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2048999 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2048999 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2048999 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2049046 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2049046 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2049046 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2049046 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2049046 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2049074 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2049074 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2049083 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2049106 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2049106 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2049106 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2049106 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2049106 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2049106 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2049106 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2049107 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2049107 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2049107 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2049107 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2049107 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2049109 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2049109 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2049109 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2049109 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2049109 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2049179 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2049179 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2049179 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2049179 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2049179 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2049221 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2049221 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2049221 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2049231 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2049231 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2049278 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96206820923473931-127.0.0.1:35980_solr-n_0000000000
   [junit4]   2> 2049279 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96206820923473932-127.0.0.1:45903_solr-n_0000000002
   [junit4]   2> 2049278 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96206820923473933-127.0.0.1:36262_solr-n_0000000001
   [junit4]   2> 2049306 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96206820923473935-127.0.0.1:45551_solr-n_0000000003
   [junit4]   2> 2049306 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96206820923473934-127.0.0.1:44548_solr-n_0000000004
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35980_solr
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96206820923473933-127.0.0.1:36262_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96206820923473931-127.0.0.1:35980_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96206820923473932-127.0.0.1:45903_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96206820923473935-127.0.0.1:45551_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45903_solr
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45551_solr
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45903_solr
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45551_solr
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44548_solr
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44548_solr
   [junit4]   2> 2049307 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36262_solr
   [junit4]   2> 2049308 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36262_solr
   [junit4]   2> 2049327 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.Overseer Overseer 
(id=96206820923473931-127.0.0.1:35980_solr-n_0000000000) starting
   [junit4]   2> 2049366 INFO  (zkCallback-28597-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> 2049366 INFO  (zkCallback-28594-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> 2049366 INFO  (zkCallback-28596-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> 2049366 INFO  (zkCallback-28598-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> 2049366 INFO  (zkCallback-28595-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> 2049402 INFO  (zkCallback-28597-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2049403 INFO  (zkCallback-28598-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2049403 INFO  (zkCallback-28596-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2049403 INFO  (zkCallback-28595-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2049403 INFO  (zkCallback-28594-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2049431 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2049433 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 2049434 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2049434 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node1/.
   [junit4]   2> 2049434 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2049443 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 2049443 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2049443 INFO  (jetty-launcher-28572-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2049443 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2049444 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node2/.
   [junit4]   2> 2049444 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2049448 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 2049448 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2049448 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node3/.
   [junit4]   2> 2049448 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2049455 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2049455 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2049455 INFO  (jetty-launcher-28572-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2049455 INFO  (jetty-launcher-28572-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2049485 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 2049485 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2049486 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node5/.
   [junit4]   2> 2049486 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2049496 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2049496 INFO  (jetty-launcher-28572-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2049517 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2049517 INFO  
(OverseerCollectionConfigSetProcessor-96206820923473931-127.0.0.1:35980_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer 
operations
   [junit4]   2> 2049517 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:35980_solr as DOWN
   [junit4]   2> 2049517 INFO  
(OverseerStateUpdate-96206820923473931-127.0.0.1:35980_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2049549 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35980_solr
   [junit4]   2> 2049549 INFO  
(OverseerStateUpdate-96206820923473931-127.0.0.1:35980_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 2049549 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35980_solr
   [junit4]   2> 2049565 INFO  (zkCallback-28598-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> 2049565 INFO  (zkCallback-28595-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> 2049565 INFO  (zkCallback-28597-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> 2049565 INFO  (zkCallback-28598-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2049565 INFO  (zkCallback-28595-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2049565 INFO  
(OverseerStateUpdate-96206820923473931-127.0.0.1:35980_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35980_solr"} current state version: 0
   [junit4]   2> 2049565 INFO  (zkCallback-28597-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2049565 INFO  
(OverseerStateUpdate-96206820923473931-127.0.0.1:35980_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35980_solr
   [junit4]   2> 2049565 INFO  (zkCallback-28594-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> 2049565 INFO  (zkCallback-28596-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> 2049566 INFO  (zkCallback-28594-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2049576 INFO  (zkCallback-28596-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2049599 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 2049599 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2049599 INFO  (jetty-launcher-28572-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_71E29F399B4A472E-001/tempDir-001/node4/.
   [junit4]   2> 2049599 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2049600 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2049600 INFO  (jetty-launcher-28572-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2049600 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2049600 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2049617 INFO  (zkCallback-28604-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@622f13 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2049617 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2049617 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2049628 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@1a0def1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2049628 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=9376882
   [junit4]   2> 2049628 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:45551_solr as DOWN
   [junit4]   2> 2049662 INFO  (zkCallback-28598-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> 2049662 INFO  (zkCallback-28597-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> 2049662 WARN  (zkCallback-28598-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> 2049662 INFO  (zkCallback-28595-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> 2049663 INFO  (zkCallback-28597-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2049662 INFO  (zkCallback-28596-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> 2049662 INFO  (zkCallback-28594-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> 2049663 INFO  (zkCallback-28597-thread-2) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96206820923473932-127.0.0.1:45903_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 2049663 INFO  (zkCallback-28596-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2049663 INFO  (zkCallback-28595-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2049663 INFO  (zkCallback-28594-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2049663 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@11f3a79{/solr,null,UNAVAILABLE}
   [junit4]   2> 2049662 INFO  
(OverseerStateUpdate-96206820923473931-127.0.0.1:35980_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45551_solr"} current state version: 0
   [junit4]   2> 2049664 INFO  
(OverseerStateUpdate-96206820923473931-127.0.0.1:35980_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45551_solr
   [junit4]   2> 2049664 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2049665 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@71cfa2{/solr,null,AVAILABLE}
   [junit4]   2> 2049665 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@9a2c8d{HTTP/1.1,[http/1.1]}{127.0.0.1:43790}
   [junit4]   2> 2049665 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.e.j.s.Server Started @2051226ms
   [junit4]   2> 2049665 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43790}
   [junit4]   2> 2049666 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@180d80f
   [junit4]   2> 2049666 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
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_71E29F399B4A472E-001/tempDir-001/node6'
   [junit4]   2> 2049666 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2049666 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2049666 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2049667 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2049686 INFO  (zkCallback-28606-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1eaa33f name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2049686 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2049687 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2049687 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2049707 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
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_71E29F399B4A472E-001/tempDir-001/node6/.
   [junit4]   2> 2049707 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 14013557
   [junit4]   2> 2049707 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
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_71E29F399B4A472E-001/tempDir-001/node6]
   [junit4]   2> 2049707 WARN  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
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_71E29F399B4A472E-001/tempDir-001/node6/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_71E29F399B4A472E-001/tempDir-001/node6/lib
   [junit4]   2> 2049707 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
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> 2049710 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2049710 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2049710 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2049710 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45240/solr
   [junit4]   2> 2049710 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2049711 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2049711 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2049729 INFO  (zkCallback-28609-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@efb0ac name:ZooKeeperConnection 
Watcher:127.0.0.1:45240 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2049729 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2049729 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2049743 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$167/1157763@1db8be2
   [junit4]   2> 2049744 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2049754 INFO  (zkCallback-28610-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@13d3064 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2049755 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2049836 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2049836 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2049837 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2049838 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2049853 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96206820923473939-127.0.0.1:43790_solr-n_0000000005
   [junit4]   2> 2049853 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96206820923473934-127.0.0.1:44548_solr-n_0000000004 to 
know if I could be the leader
   [junit4]   2> 2049854 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:43790_solr as DOWN
   [junit4]   2> 2049936 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43790_solr
   [junit4]   2> 2049937 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43790_solr
   [junit4]   2> 2049937 INFO  
(OverseerStateUpdate-96206820923473931-127.0.0.1:35980_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:43790_solr"} current state version: 0
   [junit4]   2> 2049937 INFO  
(OverseerStateUpdate-96206820923473931-127.0.0.1:35980_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:43790_solr
   [junit4]   2> 2049967 INFO  (zkCallback-28594-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> 2049967 INFO  (zkCallback-28610-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> 2049967 INFO  (zkCallback-28595-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> 2049967 INFO  (zkCallback-28597-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> 2049967 INFO  (zkCallback-28596-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> 2049968 INFO  (zkCallback-28594-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2049968 INFO  (zkCallback-28595-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2049968 INFO  (zkCallback-28597-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2049969 INFO  (zkCallback-28610-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2049983 INFO  (zkCallback-28596-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2050059 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 2050059 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2050060 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
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_71E29F399B4A472E-001/tempDir-001/node6/.
   [junit4]   2> 2050060 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2050060 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2050061 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2050061 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2050061 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2050080 INFO  (zkCallback-28612-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@e9c819 name:ZooKeeperConnection 
Watcher:127.0.0.1:45240/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2050080 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2050080 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2050081 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 2050162 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 2050171 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 2050192 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 2050207 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 2050251 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 2050270 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 2050330 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 2050342 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 2050364 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 2050420 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 2050446 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 2050477 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 2050514 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 2050585 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 2050613 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 2050668 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 2050705 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 2050731 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 2050744 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 2050766 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 2050781 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 2050826 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[71E29F399B4A472E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 2050843 INFO  (TEST-BasicAuth

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

olrj.SolrServerException: IOException occured when talking to server at: 
http://127.0.0.1:36262/solr/testSolrCloudCollection_shard1_replica1
   [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:36262 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_71E29F399B4A472E-001
   [junit4]   2> Jul 08, 2016 5:40:08 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=PostingsFormat(name=LuceneFixedGap), 
_version_=PostingsFormat(name=LuceneVarGapFixedInterval), 
multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=LuceneFixedGap), 
range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), 
range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), 
timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
range_facet_i_dv=DocValuesFormat(name=Lucene54), 
timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=61, 
maxMBSortInHeap=5.239035979196141, sim=RandomSimilarity(queryNorm=true): {}, 
locale=en-IE, timezone=Africa/Mogadishu
   [junit4]   2> NOTE: Linux 4.4.0-28-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=143885760,total=387448832
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressUserVersions, 
RemoteQueryErrorTest, CloudExitableDirectoryReaderTest, TestManagedResource, 
TestBulkSchemaConcurrent, TestFoldingMultitermQuery, 
TestSchemaSimilarityResource, TestOmitPositions, HdfsRestartWhileUpdatingTest, 
StandardRequestHandlerTest, JSONWriterTest, 
DocExpirationUpdateProcessorFactoryTest, ResourceLoaderTest, TestDocSet, 
CursorPagingTest, TestFieldCollectionResource, TestConfigSetsAPIZkFailure, 
HdfsTlogReplayBufferedWhileIndexingTest, CdcrVersionReplicationTest, 
TestSortByMinMaxFunction, ShardSplitTest, ResponseHeaderTest, 
AtomicUpdatesTest, DistributedQueryElevationComponentTest, HdfsNNFailoverTest, 
OutputWriterTest, BufferStoreTest, TestConfig, 
HdfsChaosMonkeyNothingIsSafeTest, TestSQLHandler, CacheHeaderTest, 
TestCloudSchemaless, WrapperMergePolicyFactoryTest, TestRandomDVFaceting, 
TestShortCircuitedRequests, TestJoin, TestFieldSortValues, 
TestQueryWrapperFilter, SmileWriterTest, TestBlendedInfixSuggestions, 
TestDownShardTolerantSearch, TestHighlightDedupGrouping, 
LeaderElectionIntegrationTest, TestDistributedSearch, TestPhraseSuggestions, 
TestHashQParserPlugin, DefaultValueUpdateProcessorTest, 
CdcrReplicationDistributedZkTest, TestSolr4Spatial2, TestExpandComponent, 
TestReplicationHandler, TestCollapseQParserPlugin, TestComponentsName, 
TestPKIAuthenticationPlugin, DocumentAnalysisRequestHandlerTest, 
AddBlockUpdateTest, VMParamsZkACLAndCredentialsProvidersTest, 
TestHdfsUpdateLog, ActionThrottleTest, CollectionTooManyReplicasTest, 
AsyncCallRequestStatusResponseTest, DistributedFacetPivotWhiteBoxTest, 
TestFastOutputStream, TestFieldCacheSanityChecker, 
TestHighFrequencyDictionaryFactory, IndexSchemaRuntimeFieldTest, 
TestSearcherReuse, TestManagedSchemaAPI, SOLR749Test, TestRangeQuery, 
TestGraphMLResponseWriter, TestReplicationHandlerBackup, 
TestStressCloudBlindAtomicUpdates, CursorMarkTest, DisMaxRequestHandlerTest, 
DocValuesMissingTest, QueryElevationComponentTest, TestAtomicUpdateErrorCases, 
TestInfoStreamLogging, JavabinLoaderTest, TestSolrQueryResponse, 
BlockJoinFacetRandomTest, BasicDistributedZkTest, QueryEqualityTest, 
PeerSyncTest, SolrRequestParserTest, DataDrivenBlockJoinTest, TestDocTermOrds, 
TestCollectionAPI, CreateCollectionCleanupTest, TestFaceting, TestBadConfig, 
SystemInfoHandlerTest, TestPseudoReturnFields, TestBulkSchemaAPI, 
DateFieldTest, TestRemoteStreaming, IndexSchemaTest, TestLazyCores, 
TestTolerantUpdateProcessorRandomCloud, BooleanFieldTest, OverseerStatusTest, 
RollingRestartTest, SSLMigrationTest, SaslZkACLProviderTest, 
SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, 
TestCloudDeleteByQuery, TestExclusionRuleCollectionAccess, 
TestLeaderElectionZkExpiry, TestLocalFSCloudBackupRestore, 
TestMiniSolrCloudClusterBase, TestRandomRequestDistribution, 
TestSolrCloudWithKerberosAlt, TestTolerantUpdateProcessorCloud, 
BlobRepositoryCloudTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, 
QueryResultKeyTest, TestDynamicLoading, TestRestoreCore, 
CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, 
CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, 
SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest, 
DistributedExpandComponentTest, DistributedFacetPivotLargeTest, 
DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallAdvancedTest, 
DistributedFacetPivotSmallTest, DistributedSuggestComponentTest, 
SuggestComponentContextFilterQueryTest, HighlighterMaxOffsetTest, 
TestCustomDocTransformer, TestSubQueryTransformer, 
TestSubQueryTransformerCrossCore, TestRestManager, 
TestCopyFieldCollectionResource, TestDefaultSearchFieldResource, 
TestDynamicFieldCollectionResource, TestDynamicFieldResource, 
TestFieldTypeResource, TestSchemaNameResource, TestSchemaResource, 
TestSerializedLuceneMatchVersion, TestSolrQueryParserDefaultOperatorResource, 
TestSolrQueryParserResource, TestManagedStopFilterFactory, 
TestManagedSynonymFilterFactory, BadCopyFieldTest, DateRangeFieldTest, 
EnumFieldTest, SpatialRPTFieldTypeTest, TestCloudManagedSchema, 
TestNoOpRegenerator, TestReRankQParserPlugin, TestStandardQParsers, 
TestTrieFacet, TestOrdValues, BlockJoinFacetDistribTest, 
TestClassicSimilarityFactory, TestDFISimilarityFactory, 
TestPerFieldSimilarityWithDefaultOverride, TestDefaultStatsCache, 
BasicAuthIntegrationTest]
   [junit4] Completed [602/620 (1!)] on J0 in 22.36s, 1 test, 1 error <<< 
FAILURES!

[...truncated 65 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: 71E29F399B4A472E]

Total time: 62 minutes 41 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to