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

3 tests failed.
FAILED:  
org.apache.solr.cloud.TestAuthenticationFramework.testCollectionCreateWithoutCoresThenDelete

Error Message:
Error from server at http://127.0.0.1:52604/solr: Expected mime type 
application/octet-stream but got text/html. <html> <head> <meta 
http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 
401 </title> </head> <body> <h2>HTTP ERROR: 401</h2> <p>Problem accessing 
/solr/admin/collections. Reason: <pre>    Unauthorized request</pre></p> <hr 
/><i><small>Powered by Jetty://</small></i> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:52604/solr: Expected mime type 
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 </title>
</head>
<body>
<h2>HTTP ERROR: 401</h2>
<p>Problem accessing /solr/admin/collections. Reason:
<pre>    Unauthorized request</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([D7F1B0007E6414F7:64347FC1711CC7B6]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:528)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.makeCollectionsRequest(MiniSolrCloudCluster.java:349)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.createCollection(MiniSolrCloudCluster.java:333)
        at 
org.apache.solr.cloud.TestMiniSolrCloudCluster.createCollection(TestMiniSolrCloudCluster.java:115)
        at 
org.apache.solr.cloud.TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete(TestMiniSolrCloudCluster.java:298)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestSQLHandler.doTest

Error Message:
--> 
https://127.0.0.1:53033/collection1:java.util.concurrent.ExecutionException: 
java.io.IOException: --> https://127.0.0.1:53077/collection1/: An exception has 
occurred on the server, refer to server log for details.

Stack Trace:
java.io.IOException: --> 
https://127.0.0.1:53033/collection1:java.util.concurrent.ExecutionException: 
java.io.IOException: --> https://127.0.0.1:53077/collection1/: An exception has 
occurred on the server, refer to server log for details.
        at 
__randomizedtesting.SeedInfo.seed([D7F1B0007E6414F7:70B508A413DF074E]:0)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:178)
        at 
org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:911)
        at 
org.apache.solr.handler.TestSQLHandler.testTimeSeriesGrouping(TestSQLHandler.java:691)
        at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:92)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.search.stats.TestDistribIDF.testSimpleQuery

Error Message:
Doc1 score=4.7841897 Doc2 score=0.30685282 expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: Doc1 score=4.7841897 Doc2 score=0.30685282 
expected:<0> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([D7F1B0007E6414F7:A2FC701C6E7ED222]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.search.stats.TestDistribIDF.testSimpleQuery(TestDistribIDF.java:126)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10768 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
   [junit4]   2> 2475981 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2475981 INFO  (Thread-4866) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2475981 INFO  (Thread-4866) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2476082 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:52422
   [junit4]   2> 2476083 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2476083 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2476103 INFO  (zkCallback-3710-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7fd9d6c name:ZooKeeperConnection 
Watcher:127.0.0.1:52422 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2476103 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2476103 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2476104 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2476131 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 2476135 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 2476135 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 2476138 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 2476138 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 2476145 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@31b3f179{/solr,null,AVAILABLE}
   [junit4]   2> 2476146 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ba6c93d{/solr,null,AVAILABLE}
   [junit4]   2> 2476147 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18d2f610{/solr,null,AVAILABLE}
   [junit4]   2> 2476152 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3c3de2ac{/solr,null,AVAILABLE}
   [junit4]   2> 2476154 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@399e05df{HTTP/1.1}{127.0.0.1:52427}
   [junit4]   2> 2476154 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.e.j.s.Server Started @2480213ms
   [junit4]   2> 2476154 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52427}
   [junit4]   2> 2476154 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@459c4eb8{/solr,null,AVAILABLE}
   [junit4]   2> 2476155 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7f1bb1c4{HTTP/1.1}{127.0.0.1:52424}
   [junit4]   2> 2476155 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.e.j.s.Server Started @2480215ms
   [junit4]   2> 2476155 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52424}
   [junit4]   2> 2476154 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 2476157 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/'
   [junit4]   2> 2476156 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 2476157 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/'
   [junit4]   2> 2476155 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@77cf940f{HTTP/1.1}{127.0.0.1:52428}
   [junit4]   2> 2476159 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.e.j.s.Server Started @2480219ms
   [junit4]   2> 2476159 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52428}
   [junit4]   2> 2476159 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 2476159 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/'
   [junit4]   2> 2476160 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1e38a28{HTTP/1.1}{127.0.0.1:52425}
   [junit4]   2> 2476160 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.e.j.s.Server Started @2480220ms
   [junit4]   2> 2476161 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52425}
   [junit4]   2> 2476161 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 2476161 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/'
   [junit4]   2> 2476164 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3dbf639b{HTTP/1.1}{127.0.0.1:52426}
   [junit4]   2> 2476164 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.e.j.s.Server Started @2480224ms
   [junit4]   2> 2476164 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52426}
   [junit4]   2> 2476169 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 2476170 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/'
   [junit4]   2> 2476186 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2476187 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2476191 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2476192 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2476198 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2476200 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2476201 INFO  (zkCallback-3711-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@adbbf27 name:ZooKeeperConnection 
Watcher:127.0.0.1:52422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2476201 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2476201 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2476205 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2476206 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2476209 INFO  (zkCallback-3712-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@647d5c75 
name:ZooKeeperConnection Watcher:127.0.0.1:52422/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476210 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2476210 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2476212 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2476213 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2476216 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2476217 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2476217 INFO  (zkCallback-3714-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3e430068 
name:ZooKeeperConnection Watcher:127.0.0.1:52422/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476217 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2476217 INFO  (zkCallback-3713-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4e4d1b32 
name:ZooKeeperConnection Watcher:127.0.0.1:52422/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476218 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2476218 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2476218 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2476232 INFO  (zkCallback-3715-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@24da3b1c 
name:ZooKeeperConnection Watcher:127.0.0.1:52422/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476232 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2476234 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2476234 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2476235 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2476243 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2476259 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/.
   [junit4]   2> 2476259 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1480908620
   [junit4]   2> 2476260 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/]
   [junit4]   2> 2476260 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/lib
   [junit4]   2> 2476260 WARN  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/lib).
   [junit4]   2> 2476265 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/.
   [junit4]   2> 2476265 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1072578315
   [junit4]   2> 2476265 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/]
   [junit4]   2> 2476266 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/lib
   [junit4]   2> 2476266 WARN  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/lib).
   [junit4]   2> 2476274 INFO  (jetty-launcher-3709-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,useRetries : false,
   [junit4]   2> 2476277 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2476278 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2476278 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2476278 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52422/solr
   [junit4]   2> 2476278 INFO  (jetty-launcher-3709-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,useRetries : false,
   [junit4]   2> 2476278 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2476279 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2476279 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2476280 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2476280 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2476280 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52422/solr
   [junit4]   2> 2476280 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2476281 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2476281 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2476282 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/.
   [junit4]   2> 2476282 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/.
   [junit4]   2> 2476282 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1200756236
   [junit4]   2> 2476282 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/]
   [junit4]   2> 2476283 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/lib
   [junit4]   2> 2476283 WARN  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/lib).
   [junit4]   2> 2476282 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1212151369
   [junit4]   2> 2476284 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/]
   [junit4]   2> 2476284 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/lib
   [junit4]   2> 2476285 WARN  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/lib).
   [junit4]   2> 2476286 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2476294 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/.
   [junit4]   2> 2476294 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1485862668
   [junit4]   2> 2476294 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/]
   [junit4]   2> 2476294 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/lib
   [junit4]   2> 2476295 WARN  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/lib).
   [junit4]   2> 2476297 INFO  (jetty-launcher-3709-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,useRetries : false,
   [junit4]   2> 2476298 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2476298 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2476298 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2476299 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52422/solr
   [junit4]   2> 2476299 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2476299 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2476300 INFO  (jetty-launcher-3709-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,useRetries : false,
   [junit4]   2> 2476301 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2476301 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2476302 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2476302 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52422/solr
   [junit4]   2> 2476302 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2476302 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2476302 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2476303 INFO  (zkCallback-3717-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4a0e809f 
name:ZooKeeperConnection Watcher:127.0.0.1:52422 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476303 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2476304 INFO  (jetty-launcher-3709-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2476304 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2476306 INFO  (zkCallback-3719-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@10fbc863 
name:ZooKeeperConnection Watcher:127.0.0.1:52422 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476307 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2476307 INFO  (jetty-launcher-3709-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2476308 INFO  (jetty-launcher-3709-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,useRetries : false,
   [junit4]   2> 2476309 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2476309 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2476309 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2476309 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52422/solr
   [junit4]   2> 2476309 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2476309 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2476310 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2476319 INFO  (zkCallback-3721-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2bb13605 
name:ZooKeeperConnection Watcher:127.0.0.1:52422 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476320 INFO  (zkCallback-3723-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@668a2c5b 
name:ZooKeeperConnection Watcher:127.0.0.1:52422 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476320 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2476320 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2476320 INFO  (jetty-launcher-3709-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2476320 INFO  (jetty-launcher-3709-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2476328 INFO  (zkCallback-3725-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7c5f2ef5 
name:ZooKeeperConnection Watcher:127.0.0.1:52422 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476328 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2476329 INFO  (jetty-launcher-3709-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2476338 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2476339 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2476349 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2476358 INFO  
(zkCallback-3727-thread-1-processing-n:127.0.0.1:52428_solr) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@77ec7b53 
name:ZooKeeperConnection Watcher:127.0.0.1:52422/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476359 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2476359 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2476360 INFO  
(zkCallback-3726-thread-1-processing-n:127.0.0.1:52427_solr) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@449c505b 
name:ZooKeeperConnection Watcher:127.0.0.1:52422/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476361 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2476362 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2476389 INFO  
(zkCallback-3728-thread-1-processing-n:127.0.0.1:52425_solr) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@10b6a9b9 
name:ZooKeeperConnection Watcher:127.0.0.1:52422/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476391 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2476419 INFO  
(zkCallback-3730-thread-1-processing-n:127.0.0.1:52424_solr) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2a4a572d 
name:ZooKeeperConnection Watcher:127.0.0.1:52422/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476419 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2476419 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2476421 INFO  
(zkCallback-3729-thread-1-processing-n:127.0.0.1:52426_solr) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3dfa715f 
name:ZooKeeperConnection Watcher:127.0.0.1:52422/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476421 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2476433 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2476439 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2476441 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2476448 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2476454 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2476454 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2476454 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2476465 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 2476472 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 2476478 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 2476479 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 2476480 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 2476517 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2476519 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2476520 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2476520 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2476524 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2476538 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2476538 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2476539 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2476538 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2476543 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2476557 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2476557 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2476560 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2476560 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2476571 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2476571 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2476572 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2476572 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2476573 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2476593 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2476594 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2476594 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2476593 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2476595 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2476619 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2476619 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2476619 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2476620 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2476619 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2476627 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52427_solr
   [junit4]   2> 2476628 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52424_solr
   [junit4]   2> 2476628 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52428_solr
   [junit4]   2> 2476627 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52425_solr
   [junit4]   2> 2476628 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52426_solr
   [junit4]   2> 2476631 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:52427_solr
   [junit4]   2> 2476631 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:52424_solr
   [junit4]   2> 2476633 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:52428_solr
   [junit4]   2> 2476633 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:52426_solr
   [junit4]   2> 2476633 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:52425_solr
   [junit4]   2> 2476644 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2476644 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2476645 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2476645 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2476646 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2476661 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2476661 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2476661 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2476661 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2476662 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2476669 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2476669 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2476669 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2476669 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2476669 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2476672 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292063450693643-127.0.0.1:52427_solr-n_0000000000
   [junit4]   2> 2476672 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292063450693646-127.0.0.1:52426_solr-n_0000000001
   [junit4]   2> 2476674 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292063450693644-127.0.0.1:52428_solr-n_0000000003
   [junit4]   2> 2476675 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292063450693647-127.0.0.1:52424_solr-n_0000000004
   [junit4]   2> 2476674 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292063450693645-127.0.0.1:52425_solr-n_0000000002
   [junit4]   2> 2476678 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:52427_solr
   [junit4]   2> 2476678 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292063450693643-127.0.0.1:52427_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 2476679 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2476679 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 2476680 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292063450693644-127.0.0.1:52428_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 2476680 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292063450693646-127.0.0.1:52426_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 2476680 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292063450693645-127.0.0.1:52425_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 2476680 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2476680 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2476680 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2476687 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.Overseer Overseer 
(id=94292063450693643-127.0.0.1:52427_solr-n_0000000000) starting
   [junit4]   2> 2476692 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 2476693 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 2476693 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring 
the default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@e4c583
   [junit4]   2> 2476696 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the 
default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@e4c583
   [junit4]   2> 2476697 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 2476697 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 2476697 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring 
the default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@12d3ee72
   [junit4]   2> 2476697 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the 
default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@12d3ee72
   [junit4]   2> 2476697 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 2476697 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 2476698 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 2476698 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 2476698 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring 
the default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@47517298
   [junit4]   2> 2476698 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring 
the default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@18f7eaf3
   [junit4]   2> 2476699 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2476699 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the 
default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@18f7eaf3
   [junit4]   2> 2476698 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the 
default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@47517298
   [junit4]   2> 2476702 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/.
   [junit4]   2> 2476704 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2476706 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/.
   [junit4]   2> 2476706 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2476707 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 2476707 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2476708 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2476707 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/.
   [junit4]   2> 2476709 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/.
   [junit4]   2> 2476710 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2476711 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2476711 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2476712 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2476712 INFO  (jetty-launcher-3709-thread-3) 
[n:127.0.0.1:52426_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 2476713 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2476713 INFO  (jetty-launcher-3709-thread-2) 
[n:127.0.0.1:52424_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 2476713 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2476714 INFO  (jetty-launcher-3709-thread-5) 
[n:127.0.0.1:52428_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 2476714 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2476714 INFO  (jetty-launcher-3709-thread-1) 
[n:127.0.0.1:52425_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 2476783 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2476783 INFO  
(OverseerCollectionProcessor-94292063450693643-127.0.0.1:52427_solr-n_0000000000)
 [n:127.0.0.1:52427_solr    ] o.a.s.c.OverseerCollectionProcessor Process 
current queue of collection creations
   [junit4]   2> 2476783 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2476784 INFO  
(OverseerStateUpdate-94292063450693643-127.0.0.1:52427_solr-n_0000000000) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2476789 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 2476789 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 2476789 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring 
the default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1086ec50
   [junit4]   2> 2476790 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the 
default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1086ec50
   [junit4]   2> 2476791 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2476793 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/.
   [junit4]   2> 2476798 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2476800 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2476800 INFO  (jetty-launcher-3709-thread-4) 
[n:127.0.0.1:52427_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 2476801 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2476801 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2476806 INFO  (zkCallback-3731-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7304a994 
name:ZooKeeperConnection Watcher:127.0.0.1:52422 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2476806 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2476807 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2476813 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@3dbf639b{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 2476814 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1212151369
   [junit4]   2> 2476822 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 0x14efe21d31e000e, 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> 2476825 INFO  
(zkCallback-3728-thread-1-processing-n:127.0.0.1:52425_solr) 
[n:127.0.0.1:52425_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292063450693643-127.0.0.1:52427_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 2478322 WARN  
(zkCallback-3729-thread-1-processing-n:127.0.0.1:52426_solr) 
[n:127.0.0.1:52426_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK
   [junit4]   2> 2478324 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@18d2f610{/solr,null,UNAVAILABLE}
   [junit4]   2> 2478327 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 2478332 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2f14e455{/solr,null,AVAILABLE}
   [junit4]   2> 2478332 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6d72ba8d{HTTP/1.1}{127.0.0.1:52446}
   [junit4]   2> 2478333 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.e.j.s.Server Started @2482393ms
   [junit4]   2> 2478333 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52446}
   [junit4]   2> 2478334 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 2478334 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/'
   [junit4]   2> 2478353 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2478355 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2478360 INFO  (zkCallback-3733-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@71812fb7 
name:ZooKeeperConnection Watcher:127.0.0.1:52422/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2478360 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2478361 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2478361 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2478381 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/.
   [junit4]   2> 2478381 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1363646980
   [junit4]   2> 2478381 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/]
   [junit4]   2> 2478382 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/lib
   [junit4]   2> 2478382 WARN  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/lib).
   [junit4]   2> 2478393 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
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,useRetries : false,
   [junit4]   2> 2478395 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2478395 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2478396 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2478396 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52422/solr
   [junit4]   2> 2478396 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2478396 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2478397 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2478421 INFO  (zkCallback-3735-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5835a20c 
name:ZooKeeperConnection Watcher:127.0.0.1:52422 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2478421 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2478422 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2478427 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2478431 INFO  
(zkCallback-3736-thread-1-processing-n:127.0.0.1:52446_solr) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@502c4b9b 
name:ZooKeeperConnection Watcher:127.0.0.1:52422/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2478431 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2478451 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2479460 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52446_solr
   [junit4]   2> 2479467 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:52446_solr
   [junit4]   2> 2479475 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2479486 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292063450693651-127.0.0.1:52446_solr-n_0000000005
   [junit4]   2> 2479487 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292063450693647-127.0.0.1:52424_solr-n_0000000004 to 
know if I could be the leader
   [junit4]   2> 2479488 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 2479488 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 2479488 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring 
the default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@3b7bc3b7
   [junit4]   2> 2479488 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the 
default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@3b7bc3b7
   [junit4]   2> 2479489 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2479490 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_D7F1B0007E6414F7-001/tempDir-001/.
   [junit4]   2> 2479492 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2479493 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2479493 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) 
[n:127.0.0.1:52446_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 2479494 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2479495 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2479498 INFO  (zkCallback-3737-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@45c9d43f 
name:ZooKeeperConnection Watcher:127.0.0.1:52422/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2479498 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2479499 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2479508 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/addfields.updateprocessor.js
   [junit4]   2> 2479518 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 2479524 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-currency.xml
   [junit4]   2> 2479530 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-error-solrconfig.xml
   [junit4]   2> 2479536 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
   [junit4]   2> 2479542 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 2479549 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 2479555 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-bogus-field-parameters.xml
   [junit4]   2> 2479561 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 2479566 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 2479572 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 2479584 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 2479591 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-multivalued.xml
   [junit4]   2> 2479596 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 2479609 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-multivalued.xml
   [junit4]   2> 2479622 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dup-dynamicField.xml
   [junit4]   2> 2479629 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dup-field.xml
   [junit4]   2> 2479636 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 2479643 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dynamicfield-default-val.xml
   [junit4]   2> 2479659 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 2479672 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 2479702 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-init-error.xml
   [junit4]   2> 2479714 INFO  (TEST-

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

junit4]   2> 
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/onecollection/state.json
   [junit4]   2>        3       /solr/collections/onecollection_local/state.json
   [junit4]   2>        3       /solr/configs/conf2
   [junit4]   2>        3       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2986395 INFO  
(TEST-TestDistribIDF.testSimpleQuery-seed#[D7F1B0007E6414F7]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testSimpleQuery
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistribIDF 
-Dtests.method=testSimpleQuery -Dtests.seed=D7F1B0007E6414F7 -Dtests.slow=true 
-Dtests.locale=en_IN -Dtests.timezone=America/Curacao -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 9.63s J0 | TestDistribIDF.testSimpleQuery <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc1 score=4.7841897 
Doc2 score=0.30685282 expected:<0> but was:<1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D7F1B0007E6414F7:A2FC701C6E7ED222]:0)
   [junit4]    >        at 
org.apache.solr.search.stats.TestDistribIDF.testSimpleQuery(TestDistribIDF.java:126)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2986400 INFO  
(SUITE-TestDistribIDF-seed#[D7F1B0007E6414F7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.stats.TestDistribIDF_D7F1B0007E6414F7-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{range_facet_l_dv=PostingsFormat(name=LuceneFixedGap), 
_version_=PostingsFormat(name=Memory doPackFST= true), 
multiDefault=PostingsFormat(name=MockRandom), 
cat=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=Memory 
doPackFST= true), id=PostingsFormat(name=LuceneFixedGap), 
range_facet_i_dv=PostingsFormat(name=MockRandom), 
_route_=PostingsFormat(name=Memory doPackFST= false), 
range_facet_l=PostingsFormat(name=MockRandom), 
timestamp=PostingsFormat(name=MockRandom)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, sim=DefaultSimilarity, locale=en_IN, 
timezone=America/Curacao
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_51 
(64-bit)/cpus=3,threads=1,free=192733832,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestLazyCores, 
CollectionTooManyReplicasTest, TestUpdate, TestPartialUpdateDeduplication, 
SharedFSAutoReplicaFailoverUtilsTest, TestMiniSolrCloudCluster, 
DistanceUnitsTest, SolrInfoMBeanTest, RulesTest, BadComponentTest, 
TestReRankQParserPlugin, DistribJoinFromCollectionTest, 
HighlighterMaxOffsetTest, TestSweetSpotSimilarityFactory, PreAnalyzedFieldTest, 
TestManagedSchemaDynamicFieldResource, SystemInfoHandlerTest, 
NumericFieldsTest, TestManagedResource, TestJmxIntegration, 
SolrIndexSplitterTest, UUIDFieldTest, PeerSyncTest, TestSolr4Spatial2, 
CollectionStateFormat2Test, TestPerFieldSimilarity, TestImplicitCoreProperties, 
RecoveryZkTest, RequiredFieldsTest, TestJsonRequest, SolrPluginUtilsTest, 
RecoveryAfterSoftCommitTest, TestStressRecovery, HLLSerializationTest, 
TestCoreContainer, TestFieldTypeCollectionResource, EnumFieldTest, 
SliceStateTest, TestCSVResponseWriter, TestPhraseSuggestions, 
AnalysisAfterCoreReloadTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestConfigOverlay, CacheHeaderTest, SolrCoreTest, AnalyticsQueryTest, 
BadCopyFieldTest, StressHdfsTest, TestInitQParser, ShowFileRequestHandlerTest, 
HdfsDirectoryTest, RemoteQueryErrorTest, ClusterStateUpdateTest, 
LeaderElectionTest, OverseerRolesTest, HdfsRecoverLeaseTest, SSLMigrationTest, 
ZkControllerTest, ChangedSchemaMergeTest, TestBinaryResponseWriter, 
TestExactSharedStatsCache, LeaderFailoverAfterPartitionTest, TestTrieFacet, 
TestStressVersions, TestScoreJoinQPScore, HdfsBasicDistributedZkTest, 
TestDistribDocBasedVersion, TestFastLRUCache, CdcrRequestHandlerTest, 
DistributedQueueTest, TimeZoneUtilsTest, TestBlendedInfixSuggestions, 
CursorMarkTest, DirectSolrConnectionTest, SolrCoreCheckLockOnStartupTest, 
BlockDirectoryTest, TestFunctionQuery, TestSimpleTrackingShardHandler, 
TestDistributedSearch, DistribCursorPagingTest, DeleteShardTest, 
CollectionsAPIAsyncDistributedZkTest, PathHierarchyTokenizerFactoryTest, 
TestNoOpRegenerator, TestElisionMultitermQuery, TestFileDictionaryLookup, 
ShardSplitTest, PingRequestHandlerTest, AtomicUpdatesTest, SampleTest, 
TestWriterPerf, TestLFUCache, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestQueryTypes, BigEndianAscendingWordSerializerTest, TestSolrIndexConfig, 
TestScoreJoinQPNoScore, TestSolrConfigHandler, DocValuesMultiTest, 
FieldAnalysisRequestHandlerTest, DistanceFunctionTest, 
TriLevelCompositeIdRoutingTest, PrimUtilsTest, ZkCLITest, ZkStateWriterTest, 
TestBinaryField, TestFreeTextSuggestions, TestManagedResourceStorage, 
ResponseLogComponentTest, CachingDirectoryFactoryTest, TestDocumentBuilder, 
QueryElevationComponentTest, TestDynamicFieldCollectionResource, 
SimpleFacetsTest, TestCollationField, TestAnalyzedSuggestions, 
TestBM25SimilarityFactory, CloudExitableDirectoryReaderTest, 
TestGroupingSearch, MultiThreadedOCPTest, JSONWriterTest, TestStressLucene, 
DistributedFacetPivotLargeTest, DOMUtilTest, TestCSVLoader, 
DeleteInactiveReplicaTest, TestComplexPhraseQParserPlugin, OutputWriterTest, 
BasicDistributedZkTest, UnloadDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, 
TestReplicationHandler, TestRandomFaceting, ZkSolrClientTest, TestZkChroot, 
TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedGrouping, 
TestFaceting, TestRecovery, TestHashPartitioner, 
DistributedSpellCheckComponentTest, TestStressReorder, HardAutoCommitTest, 
TestRangeQuery, TestSolr4Spatial, StatsComponentTest, SolrCmdDistributorTest, 
BadIndexSchemaTest, ConvertedLegacyTest, TestSort, DirectUpdateHandlerTest, 
TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, 
SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, 
DistributedQueryElevationComponentTest, SimplePostToolTest, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
SuggesterFSTTest, CoreAdminHandlerTest, DocValuesTest, SuggesterTSTTest, 
SuggesterTest, TestTrie, SuggesterWFSTTest, NoCacheHeaderTest, 
WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, 
TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, SortByFunctionTest, 
TestSolrDeletionPolicy1, DebugComponentTest, TestSurroundQueryParser, 
TestQueryUtils, TestReversedWildcardFilterFactory, 
DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, 
FileBasedSpellCheckerTest, RequestHandlersTest, TestIndexingPerformance, 
TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, ReturnFieldsTest, 
JsonLoaderTest, TestPHPSerializedResponseWriter, TestComponentsName, 
UpdateParamsTest, CopyFieldTest, TestMergePolicyConfig, MultiTermTest, 
TestDocSet, MinimalSchemaTest, ExternalFileFieldSortTest, 
TestPostingsSolrHighlighter, TestLuceneMatchVersion, SynonymTokenizerTest, 
TestDFRSimilarityFactory, TestIBSimilarityFactory, TestJmxMonitoredMap, 
URLClassifyProcessorTest, TestSuggestSpellingConverter, 
SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, 
TestSolrJ, TestLRUCache, TestUtils, CircularListTest, 
DistributedMLTComponentTest, DistributedIntervalFacetingTest, 
TestDistributedMissingSort, TestTolerantSearch, TestJettySolrRunner, 
ActionThrottleTest, AliasIntegrationTest, CustomCollectionTest, 
LeaderInitiatedRecoveryOnCommitTest, ReplicationFactorTest, 
SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, 
SolrCloudExampleTest, TestCloudInspectUtil, TestCloudPivotFacet, 
TestLeaderElectionZkExpiry, TestRandomRequestDistribution, 
TestRebalanceLeaders, TestReplicaProperties, HdfsChaosMonkeySafeLeaderTest, 
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, 
HdfsThreadLeakTest, HdfsWriteToMultipleCollectionsTest, 
TestClusterStateMutator, RuleEngineTest, HdfsDirectoryFactoryTest, 
TestConfigSetProperties, TestDynamicLoading, TestSolrConfigHandlerConcurrent, 
CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, 
CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, 
SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest, 
DistributedExpandComponentTest, DistributedFacetPivotSmallAdvancedTest, 
DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest, 
SuggestComponentTest, TestDistributedStatsComponentCardinality, 
TestCloudSchemaless, SimpleMLTQParserTest, TestNonDefinedSimilarityFactory, 
TestDefaultStatsCache, TestDistribIDF]
   [junit4] Completed [505/532] on J0 in 9.65s, 1 test, 1 failure <<< FAILURES!

[...truncated 93 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:716: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:660: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:230: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:514: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1429: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:984: 
There were test failures: 532 suites, 2107 tests, 2 errors, 1 failure, 71 
ignored (29 assumptions)

Total time: 67 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
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