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

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_92) - Build # 17142 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17142/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseParallelGC

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

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([EF89FA35AE45A062]: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 sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$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(Thread.java:745)


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=4450, name=Connection evictor, state=TIMED_WAITING, group=TGRP-BasicAuthIntegrationTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:745)

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


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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:41987/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:41987/solr/testSolrCloudCollection_shard1_replica1
	at __randomizedtesting.SeedInfo.seed([EF89FA35AE45A062:D251541996ABFE12]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:41987/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(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:41987 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 10913 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 431799 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 431799 INFO  (Thread-1459) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 431799 INFO  (Thread-1459) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 431899 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.ZkTestServer start zk server on port:39593
   [junit4]   2> 431899 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 431900 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 431919 INFO  (zkCallback-629-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8c6dd7 name:ZooKeeperConnection Watcher:127.0.0.1:39593 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 431919 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 431919 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 431919 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 431958 INFO  (jetty-launcher-628-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 431958 INFO  (jetty-launcher-628-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 431958 INFO  (jetty-launcher-628-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 431959 INFO  (jetty-launcher-628-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 431959 INFO  (jetty-launcher-628-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 431960 INFO  (jetty-launcher-628-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8e23ee{/solr,null,AVAILABLE}
   [junit4]   2> 431960 INFO  (jetty-launcher-628-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17478a4{/solr,null,AVAILABLE}
   [junit4]   2> 431960 INFO  (jetty-launcher-628-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24e93{/solr,null,AVAILABLE}
   [junit4]   2> 431960 INFO  (jetty-launcher-628-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@379555{/solr,null,AVAILABLE}
   [junit4]   2> 431961 INFO  (jetty-launcher-628-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f5bb65{/solr,null,AVAILABLE}
   [junit4]   2> 431961 INFO  (jetty-launcher-628-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@175bef0{HTTP/1.1,[http/1.1]}{127.0.0.1:33485}
   [junit4]   2> 431961 INFO  (jetty-launcher-628-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@ebcfa9{HTTP/1.1,[http/1.1]}{127.0.0.1:41987}
   [junit4]   2> 431961 INFO  (jetty-launcher-628-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@10d2659{HTTP/1.1,[http/1.1]}{127.0.0.1:38677}
   [junit4]   2> 431961 INFO  (jetty-launcher-628-thread-1) [    ] o.e.j.s.Server Started @433266ms
   [junit4]   2> 431961 INFO  (jetty-launcher-628-thread-2) [    ] o.e.j.s.Server Started @433266ms
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41987}
   [junit4]   2> 431961 INFO  (jetty-launcher-628-thread-3) [    ] o.e.j.s.Server Started @433266ms
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38677}
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@434d0a{HTTP/1.1,[http/1.1]}{127.0.0.1:46784}
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@1848b85{HTTP/1.1,[http/1.1]}{127.0.0.1:40747}
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-5) [    ] o.e.j.s.Server Started @433267ms
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33485}
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-4) [    ] o.e.j.s.Server Started @433267ms
   [junit4]   2> 431962 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node2'
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46784}
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 431962 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node1'
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 431962 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40747}
   [junit4]   2> 431963 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node3'
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 431963 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node5'
   [junit4]   2> 431963 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node4'
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 431963 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 431964 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 431964 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 431964 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 431964 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 431964 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 431967 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 431973 INFO  (zkCallback-630-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@78d9ee name:ZooKeeperConnection Watcher:127.0.0.1:39593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 431973 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 431973 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 431974 INFO  (zkCallback-631-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@26ca42 name:ZooKeeperConnection Watcher:127.0.0.1:39593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 431974 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 431974 INFO  (zkCallback-632-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ea1a97 name:ZooKeeperConnection Watcher:127.0.0.1:39593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 431974 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 431974 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 431975 INFO  (zkCallback-634-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cbcfa6 name:ZooKeeperConnection Watcher:127.0.0.1:39593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 431975 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 431975 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 431975 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 431975 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 431975 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 431975 INFO  (zkCallback-633-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@798f68 name:ZooKeeperConnection Watcher:127.0.0.1:39593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 431975 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 431975 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 431975 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 431975 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 431976 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 431984 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node1/.
   [junit4]   2> 431984 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 0x155b4266f6f0003, 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(Thread.java:745)
   [junit4]   2> 431984 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 24584787
   [junit4]   2> 431984 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node3/.
   [junit4]   2> 431985 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node1]
   [junit4]   2> 431986 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 10509793
   [junit4]   2> 431986 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node3]
   [junit4]   2> 431986 WARN  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_EF89FA35AE45A062-001/tempDir-001/node1/lib
   [junit4]   2> 431986 WARN  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_EF89FA35AE45A062-001/tempDir-001/node3/lib
   [junit4]   2> 431986 INFO  (jetty-launcher-628-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> 431986 INFO  (jetty-launcher-628-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> 431986 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 0x155b4266f6f0001, 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(Thread.java:745)
   [junit4]   2> 431986 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node2/.
   [junit4]   2> 431986 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node4/.
   [junit4]   2> 431986 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1287049
   [junit4]   2> 431986 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node2]
   [junit4]   2> 431986 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 27911436
   [junit4]   2> 431986 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node4]
   [junit4]   2> 431986 WARN  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_EF89FA35AE45A062-001/tempDir-001/node2/lib
   [junit4]   2> 431987 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node5/.
   [junit4]   2> 431987 WARN  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_EF89FA35AE45A062-001/tempDir-001/node4/lib
   [junit4]   2> 431987 INFO  (jetty-launcher-628-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> 431987 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 21429545
   [junit4]   2> 431987 INFO  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node5]
   [junit4]   2> 431987 INFO  (jetty-launcher-628-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> 431987 WARN  (jetty-launcher-628-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_EF89FA35AE45A062-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_EF89FA35AE45A062-001/tempDir-001/node5/lib
   [junit4]   2> 431987 INFO  (jetty-launcher-628-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> 431991 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 431991 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 431991 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 431991 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 431991 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 431991 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 431991 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 431991 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 431991 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39593/solr
   [junit4]   2> 431991 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 431991 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 431991 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39593/solr
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 431991 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39593/solr
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39593/solr
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39593/solr
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 431992 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 431994 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 431994 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 431994 INFO  (zkCallback-645-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@20df5f name:ZooKeeperConnection Watcher:127.0.0.1:39593 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 431994 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 431995 INFO  (jetty-launcher-628-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 431996 INFO  (zkCallback-646-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18dba9a name:ZooKeeperConnection Watcher:127.0.0.1:39593 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 431996 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 431996 INFO  (zkCallback-647-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@72a808 name:ZooKeeperConnection Watcher:127.0.0.1:39593 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 431996 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 431996 INFO  (jetty-launcher-628-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 431996 INFO  (jetty-launcher-628-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 431998 INFO  (zkCallback-648-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15e60f1 name:ZooKeeperConnection Watcher:127.0.0.1:39593 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 431998 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 431998 INFO  (zkCallback-649-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18c64f1 name:ZooKeeperConnection Watcher:127.0.0.1:39593 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 431998 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 431998 INFO  (jetty-launcher-628-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 431998 INFO  (jetty-launcher-628-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 432000 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$59/26495866@12ccb0
   [junit4]   2> 432001 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 432002 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$59/26495866@1a99365
   [junit4]   2> 432002 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 0x155b4266f6f0008, 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(Thread.java:745)
   [junit4]   2> 432002 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$59/26495866@1b1d9f9
   [junit4]   2> 432002 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 432003 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 432004 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$59/26495866@8f1304
   [junit4]   2> 432004 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$59/26495866@fe953d
   [junit4]   2> 432004 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 0x155b4266f6f0009, 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(Thread.java:745)
   [junit4]   2> 432004 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 432004 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 432004 INFO  (zkCallback-650-thread-1-processing-n:127.0.0.1:33485_solr) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cfbc51 name:ZooKeeperConnection Watcher:127.0.0.1:39593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 432004 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 432006 INFO  (zkCallback-651-thread-1-processing-n:127.0.0.1:46784_solr) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e7c1ca name:ZooKeeperConnection Watcher:127.0.0.1:39593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 432006 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 432006 INFO  (zkCallback-652-thread-1-processing-n:127.0.0.1:40747_solr) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f7377a name:ZooKeeperConnection Watcher:127.0.0.1:39593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 432007 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 432008 INFO  (zkCallback-653-thread-1-processing-n:127.0.0.1:41987_solr) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@66afac name:ZooKeeperConnection Watcher:127.0.0.1:39593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 432008 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 432008 INFO  (zkCallback-654-thread-1-processing-n:127.0.0.1:38677_solr) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@eead6e name:ZooKeeperConnection Watcher:127.0.0.1:39593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 432008 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 432010 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 432012 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 432012 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 432012 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 432012 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 432027 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 432048 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 432048 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 432048 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 432048 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 432083 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 432084 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 432084 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 432085 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 432085 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 432108 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 432108 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 432108 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 432108 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 432108 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 432117 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 432117 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 432117 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 432117 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 432117 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 432131 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 432135 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 432135 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 432135 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 432135 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 432150 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 432150 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 432151 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 432151 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 432152 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 432157 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 432157 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 432159 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 432159 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 432159 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 432164 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 432166 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 432166 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 432166 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 432166 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 432185 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 432185 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 432185 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 432185 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 432185 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 432188 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 432188 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 432188 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 432189 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 432189 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 432189 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 432189 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 432189 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 432190 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 432190 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 432190 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 432190 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 432190 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 432190 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 432190 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 432192 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 432192 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 432192 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 432192 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 432192 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 432196 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 432196 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 432196 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 432196 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 432196 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 432199 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 432199 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 432199 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 432199 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 432199 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 432201 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96181044229636109-127.0.0.1:40747_solr-n_0000000000
   [junit4]   2> 432215 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96181044229636108-127.0.0.1:46784_solr-n_0000000001
   [junit4]   2> 432216 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96181044229636111-127.0.0.1:38677_solr-n_0000000002
   [junit4]   2> 432216 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96181044229636107-127.0.0.1:33485_solr-n_0000000003
   [junit4]   2> 432216 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96181044229636110-127.0.0.1:41987_solr-n_0000000004
   [junit4]   2> 432216 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40747_solr
   [junit4]   2> 432216 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 432216 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96181044229636108-127.0.0.1:46784_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 432216 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96181044229636109-127.0.0.1:40747_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 432216 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96181044229636111-127.0.0.1:38677_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 432216 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96181044229636107-127.0.0.1:33485_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 432217 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38677_solr
   [junit4]   2> 432217 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46784_solr
   [junit4]   2> 432217 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33485_solr
   [junit4]   2> 432217 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46784_solr
   [junit4]   2> 432217 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33485_solr
   [junit4]   2> 432217 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38677_solr
   [junit4]   2> 432219 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41987_solr
   [junit4]   2> 432219 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41987_solr
   [junit4]   2> 432219 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.Overseer Overseer (id=96181044229636109-127.0.0.1:40747_solr-n_0000000000) starting
   [junit4]   2> 432221 INFO  (zkCallback-654-thread-1-processing-n:127.0.0.1:38677_solr) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 432221 INFO  (zkCallback-653-thread-1-processing-n:127.0.0.1:41987_solr) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 432221 INFO  (zkCallback-651-thread-1-processing-n:127.0.0.1:46784_solr) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 432221 INFO  (zkCallback-650-thread-1-processing-n:127.0.0.1:33485_solr) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 432221 INFO  (zkCallback-652-thread-1-processing-n:127.0.0.1:40747_solr) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 432223 INFO  (zkCallback-654-thread-1-processing-n:127.0.0.1:38677_solr) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 432223 INFO  (zkCallback-651-thread-1-processing-n:127.0.0.1:46784_solr) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 432224 INFO  (zkCallback-650-thread-1-processing-n:127.0.0.1:33485_solr) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 432224 INFO  (zkCallback-653-thread-1-processing-n:127.0.0.1:41987_solr) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 432225 INFO  (zkCallback-652-thread-1-processing-n:127.0.0.1:40747_solr) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 432227 INFO  (zkCallback-651-thread-1-processing-n:127.0.0.1:46784_solr) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 432227 INFO  (zkCallback-653-thread-1-processing-n:127.0.0.1:41987_solr) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 432227 INFO  (zkCallback-652-thread-1-processing-n:127.0.0.1:40747_solr) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 432227 INFO  (zkCallback-650-thread-1-processing-n:127.0.0.1:33485_solr) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 432227 INFO  (zkCallback-651-thread-1-processing-n:127.0.0.1:46784_solr) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 432229 INFO  (zkCallback-654-thread-1-processing-n:127.0.0.1:38677_solr) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 432229 INFO  (zkCallback-652-thread-1-processing-n:127.0.0.1:40747_solr) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 432229 INFO  (zkCallback-650-thread-1-processing-n:127.0.0.1:33485_solr) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 432230 INFO  (zkCallback-654-thread-1-processing-n:127.0.0.1:38677_solr) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 432229 INFO  (zkCallback-653-thread-1-processing-n:127.0.0.1:41987_solr) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 432235 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 432265 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 432265 INFO  (OverseerCollectionConfigSetProcessor-96181044229636109-127.0.0.1:40747_solr-n_0000000000) [n:127.0.0.1:40747_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 432265 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40747_solr as DOWN
   [junit4]   2> 432265 INFO  (OverseerStateUpdate-96181044229636109-127.0.0.1:40747_solr-n_0000000000) [n:127.0.0.1:40747_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 432269 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40747_solr
   [junit4]   2> 432269 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40747_solr
   [junit4]   2> 432269 INFO  (OverseerStateUpdate-96181044229636109-127.0.0.1:40747_solr-n_0000000000) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 432272 INFO  (zkCallback-651-thread-1-processing-n:127.0.0.1:46784_solr) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 432272 INFO  (zkCallback-653-thread-1-processing-n:127.0.0.1:41987_solr) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 432272 INFO  (zkCallback-650-thread-1-processing-n:127.0.0.1:33485_solr) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 432272 INFO  (zkCallback-651-thread-1-processing-n:127.0.0.1:46784_solr) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 432272 INFO  (OverseerStateUpdate-96181044229636109-127.0.0.1:40747_solr-n_0000000000) [n:127.0.0.1:40747_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40747_solr"} current state version: 0
   [junit4]   2> 432272 INFO  (zkCallback-650-thread-1-processing-n:127.0.0.1:33485_solr) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 432272 INFO  (zkCallback-654-thread-1-processing-n:127.0.0.1:38677_solr) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 432272 INFO  (OverseerStateUpdate-96181044229636109-127.0.0.1:40747_solr-n_0000000000) [n:127.0.0.1:40747_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40747_solr
   [junit4]   2> 432273 INFO  (zkCallback-652-thread-1-processing-n:127.0.0.1:40747_solr) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 432273 INFO  (zkCallback-654-thread-1-processing-n:127.0.0.1:38677_solr) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 432273 INFO  (zkCallback-653-thread-1-processing-n:127.0.0.1:41987_solr) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 432275 INFO  (zkCallback-652-thread-1-processing-n:127.0.0.1:40747_solr) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 432277 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 432277 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 432278 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 432278 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 432278 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] 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_EF89FA35AE45A062-001/tempDir-001/node2/.
   [junit4]   2> 432278 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 432278 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] 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_EF89FA35AE45A062-001/tempDir-001/node3/.
   [junit4]   2> 432278 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 432279 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 432279 INFO  (jetty-launcher-628-thread-2) [n:127.0.0.1:38677_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 432279 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 432279 INFO  (jetty-launcher-628-thread-3) [n:127.0.0.1:33485_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 432291 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 432291 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 432292 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] 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_EF89FA35AE45A062-001/tempDir-001/node5/.
   [junit4]   2> 432292 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 432292 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 432292 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 432292 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 432292 INFO  (jetty-launcher-628-thread-5) [n:127.0.0.1:46784_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 432293 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] 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_EF89FA35AE45A062-001/tempDir-001/node4/.
   [junit4]   2> 432293 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 432294 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 432294 INFO  (jetty-launcher-628-thread-4) [n:127.0.0.1:40747_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 432306 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 432306 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 432306 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] 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_EF89FA35AE45A062-001/tempDir-001/node1/.
   [junit4]   2> 432306 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 432307 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 432307 INFO  (jetty-launcher-628-thread-1) [n:127.0.0.1:41987_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 432307 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 432307 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 432310 INFO  (zkCallback-660-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11dcf88 name:ZooKeeperConnection Watcher:127.0.0.1:39593 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 432310 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 432310 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 432314 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@10d2659{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 432315 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1287049
   [junit4]   2> 432315 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:38677_solr as DOWN
   [junit4]   2> 432320 INFO  (OverseerStateUpdate-96181044229636109-127.0.0.1:40747_solr-n_0000000000) [n:127.0.0.1:40747_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38677_solr"} current state version: 0
   [junit4]   2> 432320 INFO  (OverseerStateUpdate-96181044229636109-127.0.0.1:40747_solr-n_0000000000) [n:127.0.0.1:40747_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38677_solr
   [junit4]   2> 432322 INFO  (zkCallback-654-thread-1-processing-n:127.0.0.1:38677_solr) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 432322 INFO  (zkCallback-650-thread-1-processing-n:127.0.0.1:33485_solr) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 432322 INFO  (zkCallback-652-thread-1-processing-n:127.0.0.1:40747_solr) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 432322 WARN  (zkCallback-654-thread-1-processing-n:127.0.0.1:38677_solr) [n:127.0.0.1:38677_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 432322 INFO  (zkCallback-653-thread-1-processing-n:127.0.0.1:41987_solr) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 432322 INFO  (zkCallback-651-thread-1-processing-n:127.0.0.1:46784_solr) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 432323 INFO  (zkCallback-650-thread-1-processing-n:127.0.0.1:33485_solr) [n:127.0.0.1:33485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 432323 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@17478a4{/solr,null,UNAVAILABLE}
   [junit4]   2> 432324 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 432324 INFO  (zkCallback-652-thread-1-processing-n:127.0.0.1:40747_solr) [n:127.0.0.1:40747_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 432324 INFO  (zkCallback-653-thread-1-processing-n:127.0.0.1:41987_solr) [n:127.0.0.1:41987_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 432324 INFO  (zkCallback-651-thread-1-processing-n:127.0.0.1:46784_solr) [n:127.0.0.1:46784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 432325 INFO  (zkCallback-650-thread-2-processing-n:127.0.0.1:33485_solr) [n:127.0.0.1:33485_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96181044229636108-127.0.0.1:46784_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 432325 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1edcb89{/solr,null,AVAILABLE}
   [junit4]   2> 432325 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.e.j.s.ServerConnector Started ServerConnector@991f2e{HTTP/1.1,[http/1.1]}{127.0.0.1:41031}
   [junit4]   2> 432326 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.e.j.s.Server Started @433630ms
   [junit4]   2> 432326 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41031}
   [junit4]   2> 432326 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 432326 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] 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_EF89FA35AE45A062-001/tempDir-001/node6'
   [junit4]   2> 432326 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 432326 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 432326 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 432326 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 432330 INFO  (zkCallback-662-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1a65934 name:ZooKeeperConnection Watcher:127.0.0.1:39593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 432330 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 432330 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 432331 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 432336 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] 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_EF89FA35AE45A062-001/tempDir-001/node6/.
   [junit4]   2> 432336 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.CoreContainer New CoreContainer 2319707
   [junit4]   2> 432337 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] 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_EF89FA35AE45A062-001/tempDir-001/node6]
   [junit4]   2> 432337 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] 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_EF89FA35AE45A062-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_EF89FA35AE45A062-001/tempDir-001/node6/lib
   [junit4]   2> 432337 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] 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> 432339 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 432339 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 432339 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 432339 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39593/solr
   [junit4]   2> 432339 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 432339 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 432339 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 432342 INFO  (zkCallback-665-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@496846 name:ZooKeeperConnection Watcher:127.0.0.1:39593 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 432342 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 432342 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 432344 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [n:127.0.0.1:41031_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$59/26495866@1e7f8ac
   [junit4]   2> 432345 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [n:127.0.0.1:41031_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 432347 INFO  (zkCallback-666-thread-1-processing-n:127.0.0.1:41031_solr) [n:127.0.0.1:41031_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1861693 name:ZooKeeperConnection Watcher:127.0.0.1:39593/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 432347 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [n:127.0.0.1:41031_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 432362 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [n:127.0.0.1:41031_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 432362 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [n:127.0.0.1:41031_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 432362 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[EF89FA35AE45A062]) [n:127.0.0.1:41031_solr    ] o.a.s.c.c.ZkStateRea

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

[junit4]   2> 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [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(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> Jul 04, 2016 4:25:56 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=Lucene50(blocksize=128), n_ti=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{n_ti=DocValuesFormat(name=Lucene54), _version_=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1772, maxMBSortInHeap=5.719664103108132, sim=ClassicSimilarity, locale=sl, timezone=Pacific/Kosrae
   [junit4]   2> NOTE: Linux 4.4.0-24-generic i386/Oracle Corporation 1.8.0_92 (32-bit)/cpus=12,threads=1,free=172140152,total=418643968
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterTest, TestCursorMarkWithoutUniqueKey, BasicFunctionalityTest, TestLFUCache, HdfsTlogReplayBufferedWhileIndexingTest, TestQueryUtils, TestInfoStreamLogging, TestQueryTypes, TestRTimerTree, TestPartialUpdateDeduplication, TestBM25SimilarityFactory, SolrCLIZkUtilsTest, TestSearcherReuse, ReplicationFactorTest, DataDrivenBlockJoinTest, ResponseHeaderTest, TestQuerySenderListener, SolrCmdDistributorTest, UniqFieldsUpdateProcessorFactoryTest, LeaderInitiatedRecoveryOnShardRestartTest, TestHashPartitioner, SpellCheckComponentTest, DeleteReplicaTest, ShardRoutingCustomTest, TestCloudSchemaless, SpellPossibilityIteratorTest, TestSimpleTrackingShardHandler, TermVectorComponentTest, SuggesterFSTTest, DistributedMLTComponentTest, TestQuerySenderNoQuery, TestBinaryResponseWriter, AddBlockUpdateTest, TestExclusionRuleCollectionAccess, SortSpecParsingTest, OpenCloseCoreStressTest, WordBreakSolrSpellCheckerTest, TestConfigSetsAPI, TestSchemaSimilarityResource, ShardRoutingTest, TestSolrQueryResponse, UUIDUpdateProcessorFallbackTest, CursorMarkTest, TestTrie, ChaosMonkeySafeLeaderTest, StressHdfsTest, DistributedTermsComponentTest, TestSolrQueryParserDefaultOperatorResource, DistribCursorPagingTest, TestManagedStopFilterFactory, TestDistributedGrouping, BasicAuthIntegrationTest, AsyncMigrateRouteKeyTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AsyncMigrateRouteKeyTest -Dtests.seed=EF89FA35AE45A062 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sl -Dtests.timezone=Pacific/Kosrae -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | AsyncMigrateRouteKeyTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EF89FA35AE45A062]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:256)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [123/618 (2!)] on J1 in 48.80s, 1 test, 1 failure <<< FAILURES!

[...truncated 1603 lines...]
   [junit4] JVM J2: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20160704_041712_570.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid11464.hprof ...
   [junit4] Heap dump file created [434700215 bytes in 1.584 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 15 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, 117 ignored (72 assumptions) [seed: EF89FA35AE45A062]

Total time: 60 minutes 54 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