Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3380/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

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

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([89291F10EBAC2CEF]: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.GeneratedMethodAccessor17.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:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:53650/solr/testSolrCloudCollection_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException 
occured when talking to server at: 
http://127.0.0.1:53650/solr/testSolrCloudCollection_shard1_replica2
        at 
__randomizedtesting.SeedInfo.seed([89291F10EBAC2CEF:B4F1B13CD342729F]: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:53650/solr/testSolrCloudCollection_shard1_replica2
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java: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:53650 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


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=11164, 
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=11164, 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([89291F10EBAC2CEF]:0)




Build Log:
[...truncated 11238 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 1256710 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1256711 INFO  (Thread-3239) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1256711 INFO  (Thread-3239) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1256815 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53625
   [junit4]   2> 1256815 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1256815 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256890 INFO  (zkCallback-2063-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3f77eef3 
name:ZooKeeperConnection Watcher:127.0.0.1:53625 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256890 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1256890 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1256890 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1256902 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1256902 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1256903 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1256904 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1256905 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1256907 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c3cdb18{/solr,null,AVAILABLE}
   [junit4]   2> 1256909 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3913a542{/solr,null,AVAILABLE}
   [junit4]   2> 1256909 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@52d8f37d{HTTP/1.1,[http/1.1]}{127.0.0.1:53646}
   [junit4]   2> 1256909 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.e.j.s.Server Started @1263759ms
   [junit4]   2> 1256909 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53646}
   [junit4]   2> 1256909 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1256909 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node3'
   [junit4]   2> 1256910 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1256910 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1256910 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@38775887{HTTP/1.1,[http/1.1]}{127.0.0.1:53647}
   [junit4]   2> 1256910 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1256910 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.e.j.s.Server Started @1263760ms
   [junit4]   2> 1256910 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53647}
   [junit4]   2> 1256910 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1256910 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node2'
   [junit4]   2> 1256910 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1256910 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1256911 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256911 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1256912 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256913 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1af1baa1{/solr,null,AVAILABLE}
   [junit4]   2> 1256914 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@61e8576e{/solr,null,AVAILABLE}
   [junit4]   2> 1256914 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7f98f256{HTTP/1.1,[http/1.1]}{127.0.0.1:53650}
   [junit4]   2> 1256914 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.e.j.s.Server Started @1263764ms
   [junit4]   2> 1256914 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53650}
   [junit4]   2> 1256914 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1256914 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node1'
   [junit4]   2> 1256914 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1256914 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1256914 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6d37a816{HTTP/1.1,[http/1.1]}{127.0.0.1:53651}
   [junit4]   2> 1256914 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.e.j.s.Server Started @1263764ms
   [junit4]   2> 1256915 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53651}
   [junit4]   2> 1256915 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1256915 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1256915 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node4'
   [junit4]   2> 1256915 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1256915 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1256915 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@35ac73d9{/solr,null,AVAILABLE}
   [junit4]   2> 1256915 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1256915 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256916 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256917 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@58286322{HTTP/1.1,[http/1.1]}{127.0.0.1:53652}
   [junit4]   2> 1256917 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.e.j.s.Server Started @1263767ms
   [junit4]   2> 1256917 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53652}
   [junit4]   2> 1256917 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1256917 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node5'
   [junit4]   2> 1256917 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1256917 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1256917 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1256918 INFO  (zkCallback-2064-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3b05cec5 
name:ZooKeeperConnection Watcher:127.0.0.1:53625/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256919 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1256919 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1256919 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256920 INFO  (zkCallback-2065-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@d475f20 name:ZooKeeperConnection 
Watcher:127.0.0.1:53625/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1256920 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1256920 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1256921 INFO  (zkCallback-2066-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@65a81ac7 
name:ZooKeeperConnection Watcher:127.0.0.1:53625/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256921 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1256922 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1256922 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1256922 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1256922 INFO  (zkCallback-2067-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1f3d093f 
name:ZooKeeperConnection Watcher:127.0.0.1:53625/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256922 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1256922 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1256924 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1256924 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1256925 INFO  (zkCallback-2068-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@37777c42 
name:ZooKeeperConnection Watcher:127.0.0.1:53625/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256925 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1256925 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1256930 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1256936 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node3/.
   [junit4]   2> 1256936 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1205993951
   [junit4]   2> 1256937 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node3]
   [junit4]   2> 1256937 WARN  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node3/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node3/lib
   [junit4]   2> 1256938 INFO  (jetty-launcher-2062-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> 1256938 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node2/.
   [junit4]   2> 1256938 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 885209514
   [junit4]   2> 1256938 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node2]
   [junit4]   2> 1256940 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node1/.
   [junit4]   2> 1256940 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1208201816
   [junit4]   2> 1256940 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node1]
   [junit4]   2> 1256940 WARN  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node2/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node2/lib
   [junit4]   2> 1256940 WARN  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node1/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node1/lib
   [junit4]   2> 1256940 INFO  (jetty-launcher-2062-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> 1256940 INFO  (jetty-launcher-2062-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> 1256940 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node4/.
   [junit4]   2> 1256941 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1015851711
   [junit4]   2> 1256941 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node4]
   [junit4]   2> 1256942 WARN  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node4/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node4/lib
   [junit4]   2> 1256942 INFO  (jetty-launcher-2062-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> 1256944 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node5/.
   [junit4]   2> 1256944 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 283757414
   [junit4]   2> 1256944 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node5]
   [junit4]   2> 1256944 WARN  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node5/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node5/lib
   [junit4]   2> 1256944 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1256944 INFO  (jetty-launcher-2062-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> 1256944 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1256945 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1256945 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53625/solr
   [junit4]   2> 1256945 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1256945 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1256945 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1256947 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1256947 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1256947 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53625/solr
   [junit4]   2> 1256947 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1256947 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1256946 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1256948 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1256948 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1256948 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53625/solr
   [junit4]   2> 1256948 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1256948 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1256946 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1256949 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1256949 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1256949 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53625/solr
   [junit4]   2> 1256949 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1256949 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1256949 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1256949 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256950 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1256950 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1256950 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53625/solr
   [junit4]   2> 1256951 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1256951 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1256951 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256952 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256953 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256955 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1256958 INFO  (zkCallback-2075-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@43d4038c 
name:ZooKeeperConnection Watcher:127.0.0.1:53625 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256958 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1256959 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1256959 INFO  (zkCallback-2083-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@798dc6bb 
name:ZooKeeperConnection Watcher:127.0.0.1:53625 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256959 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1256959 INFO  (jetty-launcher-2062-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1256960 INFO  (zkCallback-2082-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7e22ede5 
name:ZooKeeperConnection Watcher:127.0.0.1:53625 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256960 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1256961 INFO  (jetty-launcher-2062-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1256961 INFO  (zkCallback-2081-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@28660803 
name:ZooKeeperConnection Watcher:127.0.0.1:53625 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256961 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1256961 INFO  (jetty-launcher-2062-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1256964 INFO  (zkCallback-2080-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@72da0e35 
name:ZooKeeperConnection Watcher:127.0.0.1:53625 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256964 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1256964 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1256968 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 0x155abbbd3b10006, 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> 1256969 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$37/1582410037@663cd75
   [junit4]   2> 1256970 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$37/1582410037@275d1369
   [junit4]   2> 1256971 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1256971 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 0x155abbbd3b10007, 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> 1256972 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 0x155abbbd3b10008, 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> 1256973 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$37/1582410037@1500381e
   [junit4]   2> 1256973 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1256973 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1256975 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$37/1582410037@6735949b
   [junit4]   2> 1256976 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 0x155abbbd3b10009, 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> 1256976 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 0x155abbbd3b1000a, 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> 1256976 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$37/1582410037@632d9ef0
   [junit4]   2> 1256976 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1256977 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1256980 INFO  
(zkCallback-2084-thread-1-processing-n:127.0.0.1:53647_solr) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@31bfc2a5 
name:ZooKeeperConnection Watcher:127.0.0.1:53625/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256980 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1256980 INFO  
(zkCallback-2085-thread-1-processing-n:127.0.0.1:53652_solr) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@78a0916d 
name:ZooKeeperConnection Watcher:127.0.0.1:53625/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256980 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1256981 INFO  
(zkCallback-2086-thread-1-processing-n:127.0.0.1:53646_solr) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2b2bc349 
name:ZooKeeperConnection Watcher:127.0.0.1:53625/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256981 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1256982 INFO  
(zkCallback-2087-thread-1-processing-n:127.0.0.1:53651_solr) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1970a2b4 
name:ZooKeeperConnection Watcher:127.0.0.1:53625/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1256982 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1256991 INFO  
(zkCallback-2088-thread-1-processing-n:127.0.0.1:53650_solr) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@f2f5ba8 name:ZooKeeperConnection 
Watcher:127.0.0.1:53625/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1256991 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1257001 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1257001 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1257004 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1257004 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1257005 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1257016 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1257016 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1257019 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1257019 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1257020 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1257043 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1257045 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1257046 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1257055 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1257071 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1257076 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1257076 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1257077 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1257077 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1257088 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1257088 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1257088 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1257088 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1257089 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1257099 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1257099 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1257099 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1257101 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1257101 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1257111 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1257111 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1257111 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1257114 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1257115 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1257121 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1257122 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1257124 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1257125 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1257141 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1257141 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1257142 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1257142 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1257142 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1257156 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1257156 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1257157 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1257157 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1257157 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1257163 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1257164 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1257166 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1257166 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1257166 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1257168 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1257168 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1257168 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1257169 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1257169 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1257170 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1257171 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1257171 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1257171 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1257171 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1257183 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1257183 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1257183 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1257184 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1257184 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1257190 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1257191 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1257193 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1257193 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1257193 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1257200 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1257200 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1257202 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1257202 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1257202 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96171790257160204-127.0.0.1:53652_solr-n_0000000000
   [junit4]   2> 1257205 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1257205 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96171790257160205-127.0.0.1:53646_solr-n_0000000001
   [junit4]   2> 1257207 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96171790257160207-127.0.0.1:53650_solr-n_0000000002
   [junit4]   2> 1257207 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:53652_solr
   [junit4]   2> 1257208 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96171790257160203-127.0.0.1:53647_solr-n_0000000004
   [junit4]   2> 1257208 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1257207 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96171790257160206-127.0.0.1:53651_solr-n_0000000003
   [junit4]   2> 1257210 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96171790257160204-127.0.0.1:53652_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1257210 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96171790257160206-127.0.0.1:53651_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 1257211 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96171790257160205-127.0.0.1:53646_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 1257211 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96171790257160207-127.0.0.1:53650_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 1257212 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53647_solr
   [junit4]   2> 1257212 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:53647_solr
   [junit4]   2> 1257212 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53646_solr
   [junit4]   2> 1257213 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:53646_solr
   [junit4]   2> 1257213 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53650_solr
   [junit4]   2> 1257213 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:53650_solr
   [junit4]   2> 1257213 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53651_solr
   [junit4]   2> 1257213 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:53651_solr
   [junit4]   2> 1257216 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.Overseer Overseer 
(id=96171790257160204-127.0.0.1:53652_solr-n_0000000000) starting
   [junit4]   2> 1257219 INFO  
(zkCallback-2085-thread-1-processing-n:127.0.0.1:53652_solr) 
[n:127.0.0.1:53652_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> 1257219 INFO  
(zkCallback-2086-thread-1-processing-n:127.0.0.1:53646_solr) 
[n:127.0.0.1:53646_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> 1257219 INFO  
(zkCallback-2088-thread-1-processing-n:127.0.0.1:53650_solr) 
[n:127.0.0.1:53650_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> 1257219 INFO  
(zkCallback-2084-thread-1-processing-n:127.0.0.1:53647_solr) 
[n:127.0.0.1:53647_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> 1257219 INFO  
(zkCallback-2087-thread-1-processing-n:127.0.0.1:53651_solr) 
[n:127.0.0.1:53651_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> 1257223 INFO  
(zkCallback-2085-thread-1-processing-n:127.0.0.1:53652_solr) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1257224 INFO  
(zkCallback-2088-thread-1-processing-n:127.0.0.1:53650_solr) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1257225 INFO  
(zkCallback-2086-thread-1-processing-n:127.0.0.1:53646_solr) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1257225 INFO  
(zkCallback-2084-thread-1-processing-n:127.0.0.1:53647_solr) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1257226 INFO  
(zkCallback-2087-thread-1-processing-n:127.0.0.1:53651_solr) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1257234 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1257234 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1257236 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node4/.
   [junit4]   2> 1257236 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1257265 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1257265 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1257266 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node1/.
   [junit4]   2> 1257267 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1257280 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1257280 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1257280 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1257280 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1257281 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node3/.
   [junit4]   2> 1257282 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node2/.
   [junit4]   2> 1257282 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1257282 INFO  (jetty-launcher-2062-thread-4) 
[n:127.0.0.1:53651_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1257282 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1257282 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1257283 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1257283 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:53650_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1257290 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1257290 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1257290 INFO  (jetty-launcher-2062-thread-3) 
[n:127.0.0.1:53646_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1257290 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:53647_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1257291 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1257314 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1257314 INFO  
(OverseerCollectionConfigSetProcessor-96171790257160204-127.0.0.1:53652_solr-n_0000000000)
 [n:127.0.0.1:53652_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1257315 INFO  
(OverseerStateUpdate-96171790257160204-127.0.0.1:53652_solr-n_0000000000) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1257315 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:53652_solr as DOWN
   [junit4]   2> 1257319 INFO  
(OverseerStateUpdate-96171790257160204-127.0.0.1:53652_solr-n_0000000000) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (4)
   [junit4]   2> 1257331 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53652_solr
   [junit4]   2> 1257331 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:53652_solr
   [junit4]   2> 1257335 INFO  
(zkCallback-2087-thread-1-processing-n:127.0.0.1:53651_solr) 
[n:127.0.0.1:53651_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> 1257335 INFO  
(zkCallback-2085-thread-1-processing-n:127.0.0.1:53652_solr) 
[n:127.0.0.1:53652_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> 1257335 INFO  
(zkCallback-2088-thread-1-processing-n:127.0.0.1:53650_solr) 
[n:127.0.0.1:53650_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> 1257335 INFO  
(zkCallback-2086-thread-1-processing-n:127.0.0.1:53646_solr) 
[n:127.0.0.1:53646_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> 1257336 INFO  
(zkCallback-2084-thread-1-processing-n:127.0.0.1:53647_solr) 
[n:127.0.0.1:53647_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> 1257336 INFO  
(OverseerStateUpdate-96171790257160204-127.0.0.1:53652_solr-n_0000000000) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:53652_solr"} current state version: 0
   [junit4]   2> 1257336 INFO  
(OverseerStateUpdate-96171790257160204-127.0.0.1:53652_solr-n_0000000000) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:53652_solr
   [junit4]   2> 1257336 INFO  
(zkCallback-2088-thread-1-processing-n:127.0.0.1:53650_solr) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1257336 INFO  
(zkCallback-2086-thread-1-processing-n:127.0.0.1:53646_solr) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1257336 INFO  
(zkCallback-2087-thread-1-processing-n:127.0.0.1:53651_solr) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1257337 INFO  
(zkCallback-2085-thread-1-processing-n:127.0.0.1:53652_solr) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1257337 INFO  
(zkCallback-2084-thread-1-processing-n:127.0.0.1:53647_solr) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1257344 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1257344 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1257345 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node5/.
   [junit4]   2> 1257345 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1257346 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1257346 INFO  (jetty-launcher-2062-thread-5) 
[n:127.0.0.1:53652_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1257346 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1257347 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1257363 INFO  (zkCallback-2094-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@59cad882 
name:ZooKeeperConnection Watcher:127.0.0.1:53625 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1257364 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1257364 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1257380 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 
127.0.0.1:53625/solr
   [junit4]   2> 1257383 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@6d37a816{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1257383 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1015851711
   [junit4]   2> 1257383 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:53651_solr as DOWN
   [junit4]   2> 1257392 INFO  
(OverseerStateUpdate-96171790257160204-127.0.0.1:53652_solr-n_0000000000) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:53651_solr"} current state version: 0
   [junit4]   2> 1257392 INFO  
(OverseerStateUpdate-96171790257160204-127.0.0.1:53652_solr-n_0000000000) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:53651_solr
   [junit4]   2> 1257395 INFO  
(zkCallback-2087-thread-1-processing-n:127.0.0.1:53651_solr) 
[n:127.0.0.1:53651_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> 1257395 INFO  
(zkCallback-2086-thread-1-processing-n:127.0.0.1:53646_solr) 
[n:127.0.0.1:53646_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> 1257395 INFO  
(zkCallback-2085-thread-1-processing-n:127.0.0.1:53652_solr) 
[n:127.0.0.1:53652_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> 1257395 INFO  
(zkCallback-2088-thread-1-processing-n:127.0.0.1:53650_solr) 
[n:127.0.0.1:53650_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> 1257395 INFO  
(zkCallback-2084-thread-2-processing-n:127.0.0.1:53647_solr) 
[n:127.0.0.1:53647_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> 1257397 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 0x155abbbd3b1000e, 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> 1257397 INFO  
(zkCallback-2088-thread-1-processing-n:127.0.0.1:53650_solr) 
[n:127.0.0.1:53650_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 1257398 INFO  
(zkCallback-2086-thread-1-processing-n:127.0.0.1:53646_solr) 
[n:127.0.0.1:53646_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 1257398 INFO  
(zkCallback-2084-thread-2-processing-n:127.0.0.1:53647_solr) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 1257398 INFO  
(zkCallback-2085-thread-1-processing-n:127.0.0.1:53652_solr) 
[n:127.0.0.1:53652_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 1257402 INFO  
(zkCallback-2084-thread-1-processing-n:127.0.0.1:53647_solr) 
[n:127.0.0.1:53647_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96171790257160207-127.0.0.1:53650_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 1258895 WARN  
(zkCallback-2087-thread-1-processing-n:127.0.0.1:53651_solr) 
[n:127.0.0.1:53651_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1258898 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@61e8576e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1258902 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1258905 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@47f99c73{/solr,null,AVAILABLE}
   [junit4]   2> 1258906 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@70a4b927{HTTP/1.1,[http/1.1]}{127.0.0.1:53929}
   [junit4]   2> 1258906 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.e.j.s.Server Started @1265756ms
   [junit4]   2> 1258906 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53929}
   [junit4]   2> 1258906 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1258906 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node6'
   [junit4]   2> 1258906 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1258906 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1258906 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1258907 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1258919 INFO  (zkCallback-2096-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@47aaca1 name:ZooKeeperConnection 
Watcher:127.0.0.1:53625/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1258919 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1258920 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1258920 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1258928 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node6/.
   [junit4]   2> 1258928 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1663523848
   [junit4]   2> 1258928 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node6]
   [junit4]   2> 1258928 WARN  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node6/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_89291F10EBAC2CEF-001/tempDir-001/node6/lib
   [junit4]   2> 1258929 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
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> 1258931 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1258931 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1258931 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1258931 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53625/solr
   [junit4]   2> 1258931 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1258931 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1258932 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1258936 INFO  (zkCallback-2099-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6c7d6c79 
name:ZooKeeperConnection Watcher:127.0.0.1:53625 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1258936 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1258937 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1258941 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) 
[n:127.0.0.1:53929_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$37/1582410037@7f17fc2c
   [junit4]   2> 1258942 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) 
[n:127.0.0.1:53929_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1258952 INFO  
(zkCallback-2100-thread-1-processing-n:127.0.0.1:53929_solr) 
[n:127.0.0.1:53929_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@762dcc7c 
name:ZooKeeperConnection Watcher:127.0.0.1:53625/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1258953 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) 
[n:127.0.0.1:53929_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1258998 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) 
[n:127.0.0.1:53929_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1259000 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) 
[n:127.0.0.1:53929_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1259001 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) 
[n:127.0.0.1:53929_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1259006 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) 
[n:127.0.0.1:53929_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1259008 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[89291F10EBAC2CEF]) 
[n:127.0.0.1:53929_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96171790257160211-127.0.0.1:53929_solr-n_0000000005
   [junit4]   2> 1259009 INFO  (TE

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

.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> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=FSTOrd50, _version_=Lucene50(blocksize=128), 
multiDefault=PostingsFormat(name=Asserting), 
intDefault=Lucene50(blocksize=128), foo_s=PostingsFormat(name=Asserting), 
id=FSTOrd50, range_facet_i_dv=PostingsFormat(name=Asserting), 
range_facet_l=PostingsFormat(name=Asserting), 
timestamp=PostingsFormat(name=Asserting)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1773, 
maxMBSortInHeap=6.894043248452183, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=hr, 
timezone=America/Guatemala
   [junit4]   2> NOTE: Mac OS X 10.11.5 x86_64/Oracle Corporation 1.8.0_92 
(64-bit)/cpus=3,threads=1,free=171158936,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestXIncludeConfig, 
MoreLikeThisHandlerTest, TestFieldCacheReopen, PrimitiveFieldTypeTest, 
TestFileDictionaryLookup, SolrIndexConfigTest, SyncSliceTest, TestJsonFacets, 
OverseerCollectionConfigSetProcessorTest, RegexBoostProcessorTest, 
ChangedSchemaMergeTest, UUIDUpdateProcessorFallbackTest, HdfsNNFailoverTest, 
TestSlowCompositeReaderWrapper, HLLUtilTest, MigrateRouteKeyTest, 
TestAuthorizationFramework, SchemaVersionSpecificBehaviorTest, 
TestGroupingSearch, TestFastLRUCache, TestPhraseSuggestions, 
TestReplicationHandler, ParsingFieldUpdateProcessorsTest, ResponseHeaderTest, 
SSLMigrationTest, TestLFUCache, HdfsRecoveryZkTest, CollectionStateFormat2Test, 
TestCodecSupport, ExitableDirectoryReaderTest, ClusterStateUpdateTest, 
TestUseDocValuesAsStored2, DocValuesMultiTest, TestFieldTypeCollectionResource, 
TestComponentsName, TestJmxMonitoredMap, AddBlockUpdateTest, ReturnFieldsTest, 
DOMUtilTest, RemoteQueryErrorTest, DistributedVersionInfoTest, 
CloudExitableDirectoryReaderTest, TestSchemaNameResource, TestSolr4Spatial2, 
CoreAdminCreateDiscoverTest, DocumentBuilderTest, PeerSyncTest, JsonLoaderTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestStressCloudBlindAtomicUpdates, 
TestCustomDocTransformer, TestInfoStreamLogging, TestOrdValues, 
UnloadDistributedZkTest, TestLuceneMatchVersion, TestConfigSetProperties, 
TestFieldCacheVsDocValues, TestSSLRandomization, CurrencyFieldXmlFileTest, 
TestLeaderInitiatedRecoveryThread, TestRequestForwarding, CursorPagingTest, 
RuleEngineTest, TestHighlightDedupGrouping, QueryElevationComponentTest, 
TlogReplayBufferedWhileIndexingTest, TestSolrConfigHandlerCloud, 
RestartWhileUpdatingTest, TestDistributedStatsComponentCardinality, 
LeaderInitiatedRecoveryOnCommitTest, CircularListTest, 
TestManagedStopFilterFactory, TestDocBasedVersionConstraints, 
CoreMergeIndexesAdminHandlerTest, DeleteShardTest, TestGraphMLResponseWriter, 
XsltUpdateRequestHandlerTest, TestWordDelimiterFilterFactory, 
SuggestComponentContextFilterQueryTest, BitVectorTest, BasicDistributedZkTest, 
PathHierarchyTokenizerFactoryTest, TestExclusionRuleCollectionAccess, 
CdcrUpdateLogTest, UpdateParamsTest, QueryEqualityTest, TestLRUCache, 
IndexBasedSpellCheckerTest, TestSort, TestManagedResourceStorage, 
BadComponentTest, TestNamedUpdateProcessors, TestTrieFacet, 
FacetPivotSmallTest, TestSolrDynamicMBean, HdfsBasicDistributedZkTest, 
TestSolrDeletionPolicy1, CheckHdfsIndexTest, TestRandomDVFaceting, 
TestDynamicLoading, TestSolrCLIRunExample, TestSchemaSimilarityResource, 
TestTolerantSearch, URLClassifyProcessorTest, 
ConcurrentDeleteAndCreateCollectionTest, TestReRankQParserPlugin, 
TestFieldCacheSort, SampleTest, HdfsWriteToMultipleCollectionsTest, 
TestSchemaManager, TestCopyFieldCollectionResource, TestObjectReleaseTracker, 
SuggesterFSTTest, TestSurroundQueryParser, ExternalFileFieldSortTest, 
SliceStateTest, TestDocumentBuilder, StatelessScriptUpdateProcessorFactoryTest, 
TestClusterStateMutator, HdfsTlogReplayBufferedWhileIndexingTest, 
TestSerializedLuceneMatchVersion, TestDistribIDF, 
DistribJoinFromCollectionTest, TestSortingResponseWriter, 
TestSubQueryTransformerDistrib, TestMissingGroups, TestFieldSortValues, 
SmileWriterTest, TestPostingsSolrHighlighter, BasicAuthIntegrationTest, 
XmlUpdateRequestHandlerTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=XmlUpdateRequestHandlerTest -Dtests.seed=89291F10EBAC2CEF 
-Dtests.slow=true -Dtests.locale=hr -Dtests.timezone=America/Guatemala 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | XmlUpdateRequestHandlerTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 
object(s) that were not released!!! [InternalHttpClient]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([89291F10EBAC2CEF]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:256)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [245/617 (2!)] on J0 in 0.63s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 1207 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:740: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:684: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:59: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:233: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/common-build.xml:530: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1427:
 The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:984: 
There were test failures: 617 suites (10 ignored), 2584 tests, 2 suite-level 
errors, 1 error, 122 ignored (71 assumptions) [seed: 89291F10EBAC2CEF]

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


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

Reply via email to