Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17113/
Java: 64bit/jdk-9-ea+124 -XX:+UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.request.macro.TestMacros

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [InternalHttpClient]
        at __randomizedtesting.SeedInfo.seed([D016C2B3DD4EAE0D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:256)
        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$7.evaluate(RandomizedRunner.java:834)
        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)


FAILED:  
junit.framework.TestSuite.org.apache.solr.security.BasicAuthIntegrationTest

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.security.BasicAuthIntegrationTest:     1) Thread[id=270, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-BasicAuthIntegrationTest]         at 
java.lang.Thread.sleep(java.base@9-ea/Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.security.BasicAuthIntegrationTest: 
   1) Thread[id=270, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-BasicAuthIntegrationTest]
        at java.lang.Thread.sleep(java.base@9-ea/Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
        at __randomizedtesting.SeedInfo.seed([D016C2B3DD4EAE0D]:0)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:35911/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:35911/solr/testSolrCloudCollection_shard1_replica1
        at 
__randomizedtesting.SeedInfo.seed([D016C2B3DD4EAE0D:EDCE6C9FE5A0F07D]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:699)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:194)
        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:35911/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:674)
        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:35911 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 10577 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 0    INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 23   INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 23   INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 122  INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46360
   [junit4]   2> 168  INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 241  INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 265  WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to 
java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 2278 INFO  (zkCallback-2-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2d2fcf06 
name:ZooKeeperConnection Watcher:127.0.0.1:46360 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2278 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2280 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2282 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2368 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.u.log 
Logging initialized @4700ms
   [junit4]   2> 2539 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 2539 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 2539 INFO  (jetty-launcher-1-thread-5) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 2539 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 2539 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 2593 INFO  (jetty-launcher-1-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d601b28{/solr,null,AVAILABLE}
   [junit4]   2> 2593 INFO  (jetty-launcher-1-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@787010e0{/solr,null,AVAILABLE}
   [junit4]   2> 2593 INFO  (jetty-launcher-1-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b9fd4d3{/solr,null,AVAILABLE}
   [junit4]   2> 2593 INFO  (jetty-launcher-1-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@25cbc457{/solr,null,AVAILABLE}
   [junit4]   2> 2593 INFO  (jetty-launcher-1-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8302abf{/solr,null,AVAILABLE}
   [junit4]   2> 2617 INFO  (jetty-launcher-1-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@656c03da{HTTP/1.1,[http/1.1]}{127.0.0.1:40768}
   [junit4]   2> 2619 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server 
Started @4954ms
   [junit4]   2> 2619 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40768}
   [junit4]   2> 2618 INFO  (jetty-launcher-1-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@f5fdf85{HTTP/1.1,[http/1.1]}{127.0.0.1:45987}
   [junit4]   2> 2622 INFO  (jetty-launcher-1-thread-5) [    ] o.e.j.s.Server 
Started @4958ms
   [junit4]   2> 2618 INFO  (jetty-launcher-1-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@69f62707{HTTP/1.1,[http/1.1]}{127.0.0.1:37792}
   [junit4]   2> 2635 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server 
Started @4971ms
   [junit4]   2> 2635 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37792}
   [junit4]   2> 2636 INFO  (jetty-launcher-1-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@4e05448d{HTTP/1.1,[http/1.1]}{127.0.0.1:35911}
   [junit4]   2> 2636 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server 
Started @4971ms
   [junit4]   2> 2636 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35911}
   [junit4]   2> 2623 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45987}
   [junit4]   2> 2637 INFO  (jetty-launcher-1-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@22e00dd4{HTTP/1.1,[http/1.1]}{127.0.0.1:33098}
   [junit4]   2> 2637 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.Server 
Started @4972ms
   [junit4]   2> 2637 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33098}
   [junit4]   2> 2675 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 2676 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 2675 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 2675 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 2675 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 2694 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node2'
   [junit4]   2> 2695 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node5'
   [junit4]   2> 2694 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node3'
   [junit4]   2> 2694 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node4'
   [junit4]   2> 2703 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node1'
   [junit4]   2> 2775 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2776 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2783 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2784 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2798 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2798 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2798 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2799 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2799 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2799 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2800 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2800 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2800 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2800 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2801 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2801 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2807 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2815 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2815 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2826 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2827 INFO  (zkCallback-3-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3b751062 
name:ZooKeeperConnection Watcher:127.0.0.1:46360/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2827 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2828 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2829 INFO  (zkCallback-4-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@46c2219b 
name:ZooKeeperConnection Watcher:127.0.0.1:46360/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2829 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2829 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2879 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2879 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2879 INFO  (zkCallback-7-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@ece3295 name:ZooKeeperConnection 
Watcher:127.0.0.1:46360/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2880 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2880 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2880 INFO  (zkCallback-5-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b4bd520 
name:ZooKeeperConnection Watcher:127.0.0.1:46360/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2881 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2882 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2883 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2890 INFO  (zkCallback-6-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6959c768 
name:ZooKeeperConnection Watcher:127.0.0.1:46360/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2890 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2891 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2891 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2892 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3127 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node2/.
   [junit4]   2> 3127 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node4/.
   [junit4]   2> 3128 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node1/.
   [junit4]   2> 3127 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node3/.
   [junit4]   2> 3127 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node5/.
   [junit4]   2> 3188 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 526419584
   [junit4]   2> 3188 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 2044744700
   [junit4]   2> 3188 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node3]
   [junit4]   2> 3188 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 225712796
   [junit4]   2> 3189 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node2]
   [junit4]   2> 3188 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 378580187
   [junit4]   2> 3188 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1462377460
   [junit4]   2> 3189 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node1]
   [junit4]   2> 3189 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node4]
   [junit4]   2> 3189 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node5]
   [junit4]   2> 3190 WARN  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D016C2B3DD4EAE0D-001/tempDir-001/node2/lib
   [junit4]   2> 3190 WARN  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D016C2B3DD4EAE0D-001/tempDir-001/node3/lib
   [junit4]   2> 3190 WARN  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node5/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D016C2B3DD4EAE0D-001/tempDir-001/node5/lib
   [junit4]   2> 3190 WARN  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D016C2B3DD4EAE0D-001/tempDir-001/node1/lib
   [junit4]   2> 3190 WARN  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node4/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D016C2B3DD4EAE0D-001/tempDir-001/node4/lib
   [junit4]   2> 3228 INFO  (jetty-launcher-1-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> 3228 INFO  (jetty-launcher-1-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> 3229 INFO  (jetty-launcher-1-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> 3229 INFO  (jetty-launcher-1-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> 3230 INFO  (jetty-launcher-1-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> 3621 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 3621 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 3621 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 3623 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 3623 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 3628 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3628 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3628 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3628 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3628 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3629 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3629 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3629 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3629 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3629 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3644 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46360/solr
   [junit4]   2> 3644 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46360/solr
   [junit4]   2> 3645 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46360/solr
   [junit4]   2> 3645 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46360/solr
   [junit4]   2> 3647 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46360/solr
   [junit4]   2> 3655 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3655 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3655 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3655 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3655 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3655 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3655 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3655 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3655 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3656 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3658 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3658 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3662 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3662 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3678 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3679 INFO  (zkCallback-22-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7247e3e2 
name:ZooKeeperConnection Watcher:127.0.0.1:46360 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3679 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3680 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3694 INFO  (zkCallback-19-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@772b3b2e 
name:ZooKeeperConnection Watcher:127.0.0.1:46360 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3694 INFO  (zkCallback-18-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@d82a341 name:ZooKeeperConnection 
Watcher:127.0.0.1:46360 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 3694 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3694 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3695 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3695 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3698 INFO  (zkCallback-21-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1572b088 
name:ZooKeeperConnection Watcher:127.0.0.1:46360 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3699 INFO  (zkCallback-20-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1787a475 
name:ZooKeeperConnection Watcher:127.0.0.1:46360 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3699 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3699 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3701 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3701 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3729 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$150/1194702071@1d308d4b
   [junit4]   2> 3729 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$150/1194702071@651e299a
   [junit4]   2> 3729 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$150/1194702071@3cb16086
   [junit4]   2> 3731 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3731 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3735 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3739 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$150/1194702071@403c7ad9
   [junit4]   2> 3740 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3746 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$150/1194702071@2757cd9e
   [junit4]   2> 3747 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3757 INFO  (zkCallback-25-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4a186dc5 
name:ZooKeeperConnection Watcher:127.0.0.1:46360/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3757 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3759 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@66ae32c0 
name:ZooKeeperConnection Watcher:127.0.0.1:46360/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3759 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3763 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@e36b36d name:ZooKeeperConnection 
Watcher:127.0.0.1:46360/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3763 INFO  (zkCallback-26-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4b4c7a9b 
name:ZooKeeperConnection Watcher:127.0.0.1:46360/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3763 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3763 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3767 INFO  (zkCallback-27-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@32cca953 
name:ZooKeeperConnection Watcher:127.0.0.1:46360/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3767 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3788 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3788 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3788 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3788 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3788 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3812 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3812 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3812 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3813 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3813 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3904 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3904 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3904 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3922 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3922 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3964 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3964 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3964 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3965 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3964 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 4001 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 4002 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 4002 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 4004 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 4005 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 4041 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 4041 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 4041 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 4041 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 4041 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 4071 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 4071 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 4071 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 4071 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 4071 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 4076 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 4077 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 4077 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 4076 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 4077 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 4083 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 4083 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 4083 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 4083 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 4084 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 4106 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 4106 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 4111 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 4111 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 4114 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 4118 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 4118 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 4123 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 4126 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 4129 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 4129 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 4129 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 4129 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 4129 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 4129 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 4132 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 4132 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 4133 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 4133 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 4133 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 4155 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 4155 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 4155 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 4155 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 4159 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 4190 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 4190 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 4191 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 4201 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 4201 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 4219 INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 4219 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 4223 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96165163947917323-127.0.0.1:45987_solr-n_0000000000
   [junit4]   2> 4246 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96165163947917325-127.0.0.1:33098_solr-n_0000000001
   [junit4]   2> 4247 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 4247 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 4249 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 4250 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45987_solr
   [junit4]   2> 4251 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96165163947917324-127.0.0.1:35911_solr-n_0000000003
   [junit4]   2> 4251 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96165163947917327-127.0.0.1:40768_solr-n_0000000002
   [junit4]   2> 4253 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 4254 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96165163947917323-127.0.0.1:45987_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 4255 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96165163947917326-127.0.0.1:37792_solr-n_0000000004
   [junit4]   2> 4255 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33098_solr
   [junit4]   2> 4255 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33098_solr
   [junit4]   2> 4258 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96165163947917324-127.0.0.1:35911_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 4258 INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.Overseer 
Overseer (id=96165163947917323-127.0.0.1:45987_solr-n_0000000000) starting
   [junit4]   2> 4258 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96165163947917325-127.0.0.1:33098_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 4258 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96165163947917327-127.0.0.1:40768_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 4260 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37792_solr
   [junit4]   2> 4260 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37792_solr
   [junit4]   2> 4260 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40768_solr
   [junit4]   2> 4260 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40768_solr
   [junit4]   2> 4263 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35911_solr
   [junit4]   2> 4263 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35911_solr
   [junit4]   2> 4268 INFO  (zkCallback-23-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> 4268 INFO  (zkCallback-26-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> 4271 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4271 INFO  (zkCallback-24-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> 4271 INFO  (zkCallback-25-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> 4272 INFO  (zkCallback-27-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> 4277 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4281 INFO  (zkCallback-26-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4282 INFO  (zkCallback-25-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4285 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [2])
   [junit4]   2> 4286 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [2])
   [junit4]   2> 4286 INFO  (zkCallback-25-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [2])
   [junit4]   2> 4285 INFO  (zkCallback-26-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [2])
   [junit4]   2> 4291 INFO  (zkCallback-27-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4294 INFO  (zkCallback-27-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: [3])
   [junit4]   2> 4300 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 4301 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 4301 INFO  (zkCallback-25-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 4301 INFO  (zkCallback-26-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 4311 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 4312 INFO  (zkCallback-27-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4391 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 4391 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 4392 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 4392 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 4418 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 4418 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 4423 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 4423 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 4461 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4510 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node1/.
   [junit4]   2> 4510 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node3/.
   [junit4]   2> 4510 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node2/.
   [junit4]   2> 4510 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node4/.
   [junit4]   2> 4524 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 4524 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 4524 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 4524 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 4527 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 4527 INFO  (jetty-launcher-1-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 4538 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 4538 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 4538 INFO  (jetty-launcher-1-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 4538 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 4539 INFO  (jetty-launcher-1-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 4538 INFO  (jetty-launcher-1-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 4543 INFO  
(OverseerCollectionConfigSetProcessor-96165163947917323-127.0.0.1:45987_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer 
operations
   [junit4]   2> 4543 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:45987_solr as DOWN
   [junit4]   2> 4561 INFO  
(OverseerStateUpdate-96165163947917323-127.0.0.1:45987_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 4565 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45987_solr
   [junit4]   2> 4565 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45987_solr
   [junit4]   2> 4567 INFO  
(OverseerStateUpdate-96165163947917323-127.0.0.1:45987_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 4571 INFO  (zkCallback-27-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> 4571 INFO  (zkCallback-25-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> 4571 INFO  (zkCallback-23-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> 4571 INFO  (zkCallback-26-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> 4571 INFO  (zkCallback-24-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> 4571 INFO  (zkCallback-27-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4572 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4572 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4572 INFO  (zkCallback-26-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4572 INFO  (zkCallback-25-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4573 INFO  
(OverseerStateUpdate-96165163947917323-127.0.0.1:45987_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 0, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45987_solr"} current state version: 0
   [junit4]   2> 4591 INFO  
(OverseerStateUpdate-96165163947917323-127.0.0.1:45987_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45987_solr
   [junit4]   2> 4592 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 4592 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 4593 INFO  (jetty-launcher-1-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_D016C2B3DD4EAE0D-001/tempDir-001/node5/.
   [junit4]   2> 4593 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 4594 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 4594 INFO  (jetty-launcher-1-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 4595 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4596 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4612 INFO  (zkCallback-33-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@21530fc0 
name:ZooKeeperConnection Watcher:127.0.0.1:46360 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4613 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4613 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 4627 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 
127.0.0.1:46360/solr
   [junit4]   2> 4649 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@69f62707{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4649 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2044744700
   [junit4]   2> 4650 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:37792_solr as DOWN
   [junit4]   2> 4665 INFO  
(OverseerStateUpdate-96165163947917323-127.0.0.1:45987_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:37792_solr"} current state version: 0
   [junit4]   2> 4665 INFO  
(OverseerStateUpdate-96165163947917323-127.0.0.1:45987_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:37792_solr
   [junit4]   2> 4688 INFO  (zkCallback-27-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> 4688 INFO  (zkCallback-25-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> 4688 INFO  (zkCallback-24-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> 4688 INFO  (zkCallback-26-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> 4689 INFO  (zkCallback-23-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> 4689 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 0x155a5b504e2000e, 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> 4690 WARN  (zkCallback-26-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> 4694 INFO  (zkCallback-27-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4694 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4694 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4694 INFO  (zkCallback-25-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4696 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@25cbc457{/solr,null,UNAVAILABLE}
   [junit4]   2> 4711 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 4715 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77d778e4{/solr,null,AVAILABLE}
   [junit4]   2> 4715 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@a05a0db{HTTP/1.1,[http/1.1]}{127.0.0.1:33459}
   [junit4]   2> 4715 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.e.j.s.Server Started @7051ms
   [junit4]   2> 4716 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33459}
   [junit4]   2> 4716 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 4716 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
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_D016C2B3DD4EAE0D-001/tempDir-001/node6'
   [junit4]   2> 4716 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4716 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 4717 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4717 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4736 INFO  (zkCallback-35-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@731849f0 
name:ZooKeeperConnection Watcher:127.0.0.1:46360/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4736 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4737 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 4737 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4776 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
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_D016C2B3DD4EAE0D-001/tempDir-001/node6/.
   [junit4]   2> 4776 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1931521119
   [junit4]   2> 4776 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
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_D016C2B3DD4EAE0D-001/tempDir-001/node6]
   [junit4]   2> 4777 WARN  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
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_D016C2B3DD4EAE0D-001/tempDir-001/node6/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D016C2B3DD4EAE0D-001/tempDir-001/node6/lib
   [junit4]   2> 4777 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
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> 4780 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 4780 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4780 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4781 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46360/solr
   [junit4]   2> 4781 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 4781 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4790 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4802 INFO  (zkCallback-38-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7037918e 
name:ZooKeeperConnection Watcher:127.0.0.1:46360 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4802 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4803 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 4807 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$150/1194702071@44f7661
   [junit4]   2> 4808 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4814 INFO  (zkCallback-39-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4bb52125 
name:ZooKeeperConnection Watcher:127.0.0.1:46360/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4814 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4893 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 4893 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 4894 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4898 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4910 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96165163947917331-127.0.0.1:33459_solr-n_0000000005
   [junit4]   2> 4912 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96165163947917324-127.0.0.1:35911_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 4912 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:33459_solr as DOWN
   [junit4]   2> 4936 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33459_solr
   [junit4]   2> 4936 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33459_solr
   [junit4]   2> 4937 INFO  
(OverseerStateUpdate-96165163947917323-127.0.0.1:45987_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33459_solr"} current state version: 0
   [junit4]   2> 4937 INFO  
(OverseerStateUpdate-96165163947917323-127.0.0.1:45987_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33459_solr
   [junit4]   2> 4955 INFO  (zkCallback-23-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> 4955 INFO  (zkCallback-39-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> 4955 INFO  (zkCallback-27-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> 4955 INFO  (zkCallback-24-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> 4963 INFO  (zkCallback-27-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4968 INFO  (zkCallback-24-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4969 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4969 INFO  (zkCallback-25-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> 4970 INFO  (zkCallback-25-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4971 INFO  (zkCallback-39-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4983 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 4983 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 4984 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
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_D016C2B3DD4EAE0D-001/tempDir-001/node6/.
   [junit4]   2> 4985 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 4986 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 4986 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 4993 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 4993 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5002 INFO  (zkCallback-41-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@74474815 
name:ZooKeeperConnection Watcher:127.0.0.1:46360/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5002 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5002 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 5008 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 5063 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 5066 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 5087 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 5095 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 5108 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 5119 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 5126 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 5129 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 5133 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 5149 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 5152 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 5164 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 5168 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[D016C2B3DD4EAE0D]) [    ] o.a

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

 looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.macro.TestMacros_D016C2B3DD4EAE0D-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.macro.TestMacros_D016C2B3DD4EAE0D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 48229 INFO  (coreCloseExecutor-112-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 48229 INFO  (coreCloseExecutor-112-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.macro.TestMacros_D016C2B3DD4EAE0D-001/init-core-data-001/index
   [junit4]   2> 48229 INFO  (coreCloseExecutor-112-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.macro.TestMacros_D016C2B3DD4EAE0D-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.macro.TestMacros_D016C2B3DD4EAE0D-001/init-core-data-001;done=false>>]
   [junit4]   2> 48229 INFO  (coreCloseExecutor-112-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 48229 INFO  (coreCloseExecutor-112-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.request.macro.TestMacros_D016C2B3DD4EAE0D-001/init-core-data-001
   [junit4]   2> ObjectTracker found 1 object(s) that were not released!!! 
[InternalHttpClient]
   [junit4]   2> 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]   2>        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:264)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:211)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:203)
   [junit4]   2>        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:88)
   [junit4]   2>        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
   [junit4]   2>        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at 
java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene62, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ckb-IR, timezone=AET
   [junit4]   2> NOTE: Linux 4.4.0-24-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=371828872,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [BasicAuthIntegrationTest, 
TestMacros]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMacros 
-Dtests.seed=D016C2B3DD4EAE0D -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ckb-IR -Dtests.timezone=AET -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestMacros (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 
object(s) that were not released!!! [InternalHttpClient]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D016C2B3DD4EAE0D]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:256)
   [junit4]    >        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
   [junit4]    >        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4] Completed [17/617 (2!)] on J0 in 0.54s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1947 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:1427: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984: 
There were test failures: 617 suites (10 ignored), 2584 tests, 2 suite-level 
errors, 1 error, 119 ignored (72 assumptions) [seed: D016C2B3DD4EAE0D]

Total time: 56 minutes 5 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