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

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.TestSolrCoreProperties

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([F424DAA33F629AF9]: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.GeneratedMethodAccessor16.invoke(Unknown Source)
        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=8114, 
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=8114, 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([F424DAA33F629AF9]:0)


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

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:38715/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:38715/solr/testSolrCloudCollection_shard1_replica1
        at 
__randomizedtesting.SeedInfo.seed([F424DAA33F629AF9:C9FC748F078CC489]: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:38715/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:38715 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 11465 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 846437 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 846437 INFO  (Thread-2477) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 846437 INFO  (Thread-2477) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 846537 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40989
   [junit4]   2> 846537 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846537 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846564 INFO  (zkCallback-1229-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@ad2960a name:ZooKeeperConnection 
Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 846564 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846564 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846564 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 846571 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846571 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846571 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846571 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846572 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846573 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@24d5abd8{/solr,null,AVAILABLE}
   [junit4]   2> 846573 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@50965ca3{/solr,null,AVAILABLE}
   [junit4]   2> 846573 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4e4a0bf8{/solr,null,AVAILABLE}
   [junit4]   2> 846573 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2c8ffdbb{/solr,null,AVAILABLE}
   [junit4]   2> 846574 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2b1faf4d{/solr,null,AVAILABLE}
   [junit4]   2> 846574 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@74d4eae1{HTTP/1.1,[http/1.1]}{127.0.0.1:41622}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7d77e28f{HTTP/1.1,[http/1.1]}{127.0.0.1:41672}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@5fa2691b{HTTP/1.1,[http/1.1]}{127.0.0.1:35275}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6ebfeaec{HTTP/1.1,[http/1.1]}{127.0.0.1:38715}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.e.j.s.Server Started @848839ms
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.e.j.s.Server Started @848839ms
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35275}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.e.j.s.Server Started @848839ms
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38715}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.e.j.s.Server Started @848839ms
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41622}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node1'
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41672}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node4'
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node5'
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@65c975b7{HTTP/1.1,[http/1.1]}{127.0.0.1:34450}
   [junit4]   2> 846575 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.e.j.s.Server Started @848840ms
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node3'
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34450}
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846576 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 846577 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node2'
   [junit4]   2> 846577 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846578 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846580 INFO  (zkCallback-1232-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7d409b8 name:ZooKeeperConnection 
Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 846580 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846580 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846581 INFO  (zkCallback-1230-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3ab0d4d name:ZooKeeperConnection 
Watcher:127.0.0.1:40989/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 846581 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846581 INFO  (zkCallback-1233-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7098113d 
name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846581 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 846581 INFO  (zkCallback-1234-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6f98502a 
name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846581 INFO  (zkCallback-1231-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6081142a 
name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846581 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846581 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 846582 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 846598 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node2/.
   [junit4]   2> 846598 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 0x155b20504010002, 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> 846598 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node1/.
   [junit4]   2> 846598 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node4/.
   [junit4]   2> 846599 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1796123273
   [junit4]   2> 846599 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 485609790
   [junit4]   2> 846599 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node1]
   [junit4]   2> 846599 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node4]
   [junit4]   2> 846599 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 0x155b20504010003, 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> 846598 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 970746331
   [junit4]   2> 846600 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node3/.
   [junit4]   2> 846600 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node2]
   [junit4]   2> 846600 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 815349354
   [junit4]   2> 846600 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 0x155b20504010004, 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> 846600 WARN  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node2/lib
   [junit4]   2> 846600 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 0x155b20504010001, 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> 846600 INFO  (jetty-launcher-1228-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> 846600 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node3]
   [junit4]   2> 846600 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node5/.
   [junit4]   2> 846600 WARN  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node4/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node4/lib
   [junit4]   2> 846601 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 583627157
   [junit4]   2> 846602 INFO  (jetty-launcher-1228-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> 846602 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node5]
   [junit4]   2> 846602 WARN  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node5/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node5/lib
   [junit4]   2> 846600 WARN  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node1/lib
   [junit4]   2> 846602 INFO  (jetty-launcher-1228-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> 846602 INFO  (jetty-launcher-1228-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> 846601 WARN  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node3/lib
   [junit4]   2> 846602 INFO  (jetty-launcher-1228-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> 846605 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846605 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40989/solr
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40989/solr
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40989/solr
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846609 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40989/solr
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40989/solr
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846610 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846612 INFO  (zkCallback-1245-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3a7bd0c5 
name:ZooKeeperConnection Watcher:127.0.0.1:40989 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846612 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846612 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846614 INFO  (zkCallback-1246-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5c112db name:ZooKeeperConnection 
Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846614 INFO  (zkCallback-1247-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6b32fe39 
name:ZooKeeperConnection Watcher:127.0.0.1:40989 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846614 INFO  (zkCallback-1248-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6bb41b3 name:ZooKeeperConnection 
Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846614 INFO  (zkCallback-1249-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3e9a72ce 
name:ZooKeeperConnection Watcher:127.0.0.1:40989 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846614 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846616 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$164/1544283575@ba2879
   [junit4]   2> 846616 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846617 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 0x155b20504010009, 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> 846617 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$164/1544283575@788f436d
   [junit4]   2> 846617 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$164/1544283575@52ac948d
   [junit4]   2> 846618 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846618 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846619 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$164/1544283575@6329e8dc
   [junit4]   2> 846619 INFO  (zkCallback-1250-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2d6b8ba1 
name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846619 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$164/1544283575@62fc305b
   [junit4]   2> 846619 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846619 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846619 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846620 INFO  (zkCallback-1251-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@690deb80 
name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846620 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846620 INFO  (zkCallback-1252-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@59e1595b 
name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846620 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846622 INFO  (zkCallback-1253-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@681a5c90 
name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846622 INFO  (zkCallback-1254-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4d6b75e4 
name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846622 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846622 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846623 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 846626 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 846626 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 846626 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 846626 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 846632 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 846632 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 846634 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 846634 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 846634 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 846675 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 846678 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 846678 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 846680 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 846686 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 846687 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 846687 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 846696 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 846696 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 846708 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 846709 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 846711 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 846711 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 846711 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 846713 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 846714 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 846716 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 846716 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 846733 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 846748 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 846750 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 846750 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 846750 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 846756 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 846756 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 846756 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 846757 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 846757 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 846760 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 846762 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 846762 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 846762 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 846762 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 846765 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 846767 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 846767 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 846767 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 846767 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 846769 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 846770 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 846770 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 846772 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 846773 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 846773 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 846774 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 846774 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 846774 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 846774 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 846778 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 846779 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 846779 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 846779 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 846779 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 846782 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 846782 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 846784 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 846784 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 846786 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 846786 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96178701670088716-127.0.0.1:41672_solr-n_0000000001
   [junit4]   2> 846786 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96178701670088715-127.0.0.1:41622_solr-n_0000000000
   [junit4]   2> 846797 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96178701670088718-127.0.0.1:34450_solr-n_0000000003
   [junit4]   2> 846797 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96178701670088719-127.0.0.1:35275_solr-n_0000000002
   [junit4]   2> 846798 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96178701670088717-127.0.0.1:38715_solr-n_0000000004
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41622_solr
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96178701670088715-127.0.0.1:41622_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96178701670088719-127.0.0.1:35275_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96178701670088716-127.0.0.1:41672_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41672_solr
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96178701670088718-127.0.0.1:34450_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41672_solr
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35275_solr
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34450_solr
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35275_solr
   [junit4]   2> 846799 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34450_solr
   [junit4]   2> 846801 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38715_solr
   [junit4]   2> 846801 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38715_solr
   [junit4]   2> 846801 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.Overseer Overseer 
(id=96178701670088715-127.0.0.1:41622_solr-n_0000000000) starting
   [junit4]   2> 846809 INFO  (zkCallback-1251-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> 846809 INFO  (zkCallback-1253-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> 846809 INFO  (zkCallback-1254-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> 846809 INFO  (zkCallback-1252-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> 846811 INFO  (zkCallback-1250-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> 846818 INFO  (zkCallback-1253-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 846818 INFO  (zkCallback-1254-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 846818 INFO  (zkCallback-1250-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 846819 INFO  (zkCallback-1252-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 846819 INFO  (zkCallback-1251-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 846820 INFO  (zkCallback-1251-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> 846821 INFO  (zkCallback-1253-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> 846821 INFO  (zkCallback-1254-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> 846821 INFO  (zkCallback-1251-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 846821 INFO  (zkCallback-1253-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 846821 INFO  (zkCallback-1254-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 846822 INFO  (zkCallback-1252-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> 846822 INFO  (zkCallback-1250-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> 846824 INFO  (zkCallback-1252-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 846824 INFO  (zkCallback-1250-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 846825 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 846826 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 846826 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846826 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node3/.
   [junit4]   2> 846827 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 846829 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 846829 INFO  (jetty-launcher-1228-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846831 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 846831 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846831 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node5/.
   [junit4]   2> 846831 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 846832 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 846832 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846832 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node1/.
   [junit4]   2> 846832 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 846832 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 846832 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846833 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node2/.
   [junit4]   2> 846833 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 846833 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 846833 INFO  (jetty-launcher-1228-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846833 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 846833 INFO  (jetty-launcher-1228-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846834 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 846834 INFO  (jetty-launcher-1228-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846857 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 846857 INFO  
(OverseerCollectionConfigSetProcessor-96178701670088715-127.0.0.1:41622_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer 
operations
   [junit4]   2> 846857 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:41622_solr as DOWN
   [junit4]   2> 846857 INFO  
(OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 846861 INFO  
(OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 846862 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41622_solr
   [junit4]   2> 846862 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41622_solr
   [junit4]   2> 846866 INFO  (zkCallback-1251-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> 846866 INFO  (zkCallback-1254-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> 846866 INFO  (zkCallback-1253-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> 846866 INFO  (zkCallback-1252-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> 846866 INFO  (zkCallback-1250-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> 846866 INFO  (zkCallback-1254-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846866 INFO  
(OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41622_solr"} current state version: 0
   [junit4]   2> 846866 INFO  
(OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:41622_solr
   [junit4]   2> 846866 INFO  (zkCallback-1250-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846866 INFO  (zkCallback-1251-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846866 INFO  (zkCallback-1253-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846866 INFO  (zkCallback-1252-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846870 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 846870 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846870 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node4/.
   [junit4]   2> 846870 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 846871 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 846871 INFO  (jetty-launcher-1228-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846871 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846871 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846873 INFO  (zkCallback-1260-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@bb998ae name:ZooKeeperConnection 
Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 846874 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846874 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846878 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@7d77e28f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 846878 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=815349354
   [junit4]   2> 846878 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:41672_solr as DOWN
   [junit4]   2> 846882 INFO  
(OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41672_solr"} current state version: 0
   [junit4]   2> 846883 INFO  
(OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:41672_solr
   [junit4]   2> 846884 INFO  (zkCallback-1250-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> 846884 INFO  (zkCallback-1252-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> 846884 INFO  (zkCallback-1254-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> 846884 INFO  (zkCallback-1253-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> 846884 INFO  (zkCallback-1251-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> 846884 INFO  (zkCallback-1250-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 846884 WARN  (zkCallback-1251-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> 846885 INFO  (zkCallback-1252-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 846885 INFO  (zkCallback-1254-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 846886 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@50965ca3{/solr,null,UNAVAILABLE}
   [junit4]   2> 846886 INFO  (zkCallback-1253-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 846886 INFO  (zkCallback-1254-thread-2) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96178701670088715-127.0.0.1:41622_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 846886 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 846887 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7552e55f{/solr,null,AVAILABLE}
   [junit4]   2> 846887 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@70a962b3{HTTP/1.1,[http/1.1]}{127.0.0.1:40843}
   [junit4]   2> 846887 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.e.j.s.Server Started @849152ms
   [junit4]   2> 846888 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40843}
   [junit4]   2> 846888 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@7a92922
   [junit4]   2> 846888 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node6'
   [junit4]   2> 846888 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846888 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 846888 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846888 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846891 INFO  (zkCallback-1262-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7d2506b3 
name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846892 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846892 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846892 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 846897 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node6/.
   [junit4]   2> 846897 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 468613547
   [junit4]   2> 846897 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node6]
   [junit4]   2> 846897 WARN  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node6/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node6/lib
   [junit4]   2> 846897 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
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> 846899 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 846899 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846899 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846899 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40989/solr
   [junit4]   2> 846899 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 846899 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846899 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846911 INFO  (zkCallback-1265-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@b820cbd name:ZooKeeperConnection 
Watcher:127.0.0.1:40989 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 846911 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846912 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 846914 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$164/1544283575@450d5039
   [junit4]   2> 846914 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846916 INFO  (zkCallback-1266-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@713317aa 
name:ZooKeeperConnection Watcher:127.0.0.1:40989/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846916 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 846929 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 846930 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 846930 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 846931 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 846932 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96178701670088723-127.0.0.1:40843_solr-n_0000000005
   [junit4]   2> 846933 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96178701670088717-127.0.0.1:38715_solr-n_0000000004 to 
know if I could be the leader
   [junit4]   2> 846933 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:40843_solr as DOWN
   [junit4]   2> 846951 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40843_solr
   [junit4]   2> 846951 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40843_solr
   [junit4]   2> 846951 INFO  
(OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40843_solr"} current state version: 0
   [junit4]   2> 846951 INFO  
(OverseerStateUpdate-96178701670088715-127.0.0.1:41622_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40843_solr
   [junit4]   2> 846954 INFO  (zkCallback-1250-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> 846954 INFO  (zkCallback-1252-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> 846954 INFO  (zkCallback-1254-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> 846954 INFO  (zkCallback-1253-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> 846954 INFO  (zkCallback-1266-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> 846954 INFO  (zkCallback-1250-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846954 INFO  (zkCallback-1252-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846958 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 846958 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846958 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_F424DAA33F629AF9-001/tempDir-001/node6/.
   [junit4]   2> 846958 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 846968 INFO  (zkCallback-1254-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846968 INFO  (zkCallback-1253-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846969 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 846969 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 846969 INFO  (zkCallback-1266-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 846969 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 846970 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[F424DAA33F629AF9]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 846972 INFO  (zkCallback-

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

lient(HttpClientUtil.java:262)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:209)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:201)
   [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=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1622, maxMBSortInHeap=6.180482260984437, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ar-MA, 
timezone=Atlantic/Azores
   [junit4]   2> NOTE: Linux 4.4.0-24-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=184221048,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestGraphMLResponseWriter, 
TestCursorMarkWithoutUniqueKey, CollectionReloadTest, AliasIntegrationTest, 
DistributedSuggestComponentTest, ChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, 
TestDFISimilarityFactory, TestExactSharedStatsCache, SSLMigrationTest, 
TestFieldCacheSanityChecker, TestStressCloudBlindAtomicUpdates, 
TestCodecSupport, MBeansHandlerTest, BigEndianAscendingWordDeserializerTest, 
ZkCLITest, ZkStateWriterTest, TestWordDelimiterFilterFactory, 
SolrCLIZkUtilsTest, TestPKIAuthenticationPlugin, TestCollapseQParserPlugin, 
ResponseHeaderTest, TestBulkSchemaAPI, 
LeaderInitiatedRecoveryOnShardRestartTest, 
SuggestComponentContextFilterQueryTest, DistributedFacetPivotWhiteBoxTest, 
TestNumericTerms32, TestUseDocValuesAsStored2, TestRandomRequestDistribution, 
MoreLikeThisHandlerTest, TestSurroundQueryParser, 
DistributedIntervalFacetingTest, TestSolrDynamicMBean, 
TestBulkSchemaConcurrent, SpellPossibilityIteratorTest, JavabinLoaderTest, 
TestHdfsUpdateLog, OpenExchangeRatesOrgProviderTest, TestInfoStreamLogging, 
RulesTest, TestFieldSortValues, SmileWriterTest, TestCloudSchemaless, 
TestRTimerTree, TimeZoneUtilsTest, OverseerModifyCollectionTest, 
TestSQLHandler, SimplePostToolTest, TestHashQParserPlugin, 
SpellCheckComponentTest, TestSortByMinMaxFunction, ConvertedLegacyTest, 
CachingDirectoryFactoryTest, CloudMLTQParserTest, TestSolr4Spatial2, 
TestBM25SimilarityFactory, DistributedFacetPivotLongTailTest, 
TestManagedResource, ShardRoutingCustomTest, ZkControllerTest, TestTrie, 
DocExpirationUpdateProcessorFactoryTest, MinimalSchemaTest, TestDocTermOrds, 
NumericFieldsTest, DeleteReplicaTest, CollectionsAPIAsyncDistributedZkTest, 
TestDistributedGrouping, TestSchemaSimilarityResource, 
AsyncMigrateRouteKeyTest, TestExpandComponent, TestFiltering, 
TestPartialUpdateDeduplication, TermVectorComponentTest, TestFieldTypeResource, 
BooleanFieldTest, TestLFUCache, WrapperMergePolicyFactoryTest, 
TestCoreContainer, StressHdfsTest, SuggesterFSTTest, DocValuesMissingTest, 
SortByFunctionTest, TestReRankQParserPlugin, SolrCmdDistributorTest, 
BasicAuthIntegrationTest, TestSolrCoreProperties]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCoreProperties -Dtests.seed=F424DAA33F629AF9 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-MA 
-Dtests.timezone=Atlantic/Azores -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestSolrCoreProperties (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 
object(s) that were not released!!! [InternalHttpClient]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F424DAA33F629AF9]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:256)
   [junit4]    >        at 
jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
   [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 [298/618 (2!)] on J1 in 0.54s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1064 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: 618 suites (10 ignored), 2590 tests, 2 suite-level 
errors, 1 error, 119 ignored (72 assumptions) [seed: F424DAA33F629AF9]

Total time: 52 minutes 17 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