Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13742/
Java: 32bit/jdk1.8.0_60-ea-b24 -server -XX:+UseG1GC

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

Error Message:
Error from server at http://127.0.0.1:51573/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:51573/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([A454441B503006EB:17918BDA5F48D5AA]: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)




Build Log:
[...truncated 11010 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
   [junit4]   2> 1402826 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1402827 INFO  (Thread-3999) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1402827 INFO  (Thread-3999) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1402927 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53286
   [junit4]   2> 1402927 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1402928 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1402964 INFO  (zkCallback-1301-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@9d985 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1402964 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1402965 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1402965 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1402991 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1402992 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1402992 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1402992 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1402992 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1402993 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15e303a{/solr,null,AVAILABLE}
   [junit4]   2> 1402994 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@189436f{/solr,null,AVAILABLE}
   [junit4]   2> 1402994 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@616267{/solr,null,AVAILABLE}
   [junit4]   2> 1402994 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@292f09{/solr,null,AVAILABLE}
   [junit4]   2> 1402994 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@bb80cb{/solr,null,AVAILABLE}
   [junit4]   2> 1403000 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@184994e{HTTP/1.1}{127.0.0.1:59792}
   [junit4]   2> 1403000 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.e.j.s.Server Started @1404932ms
   [junit4]   2> 1403000 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1fbf946{HTTP/1.1}{127.0.0.1:53731}
   [junit4]   2> 1403000 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59792}
   [junit4]   2> 1403001 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 1403001 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/'
   [junit4]   2> 1403000 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.e.j.s.Server Started @1404932ms
   [junit4]   2> 1403001 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53731}
   [junit4]   2> 1403001 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@d3df55{HTTP/1.1}{127.0.0.1:39679}
   [junit4]   2> 1403001 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 1403001 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.e.j.s.Server Started @1404933ms
   [junit4]   2> 1403001 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/'
   [junit4]   2> 1403002 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39679}
   [junit4]   2> 1403002 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 1403002 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/'
   [junit4]   2> 1403005 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@101269{HTTP/1.1}{127.0.0.1:51380}
   [junit4]   2> 1403006 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.e.j.s.Server Started @1404937ms
   [junit4]   2> 1403006 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51380}
   [junit4]   2> 1403006 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 1403006 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/'
   [junit4]   2> 1403006 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@b69075{HTTP/1.1}{127.0.0.1:53400}
   [junit4]   2> 1403006 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.e.j.s.Server Started @1404938ms
   [junit4]   2> 1403006 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53400}
   [junit4]   2> 1403007 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 1403007 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/'
   [junit4]   2> 1403014 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403014 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403017 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403017 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403020 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403020 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403024 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403024 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403026 INFO  (zkCallback-1302-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@ba37db name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1403026 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403026 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403028 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403028 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403034 INFO  (zkCallback-1303-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1800bb5 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1403034 INFO  (zkCallback-1304-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c64799 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1403034 INFO  (zkCallback-1305-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@afc9f4 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1403034 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403034 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403034 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1403035 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403035 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403034 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403035 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403042 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1403042 INFO  (zkCallback-1306-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@10d17b name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1403042 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1403042 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1403042 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403043 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403046 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1403050 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 0x14efe914da10004, 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> 1403051 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/.
   [junit4]   2> 1403051 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/.
   [junit4]   2> 1403051 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 12511972
   [junit4]   2> 1403051 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/]
   [junit4]   2> 1403051 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/lib
   [junit4]   2> 1403052 WARN  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/lib).
   [junit4]   2> 1403052 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1757997
   [junit4]   2> 1403052 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/]
   [junit4]   2> 1403052 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/.
   [junit4]   2> 1403052 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/.
   [junit4]   2> 1403052 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 11490546
   [junit4]   2> 1403052 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/lib
   [junit4]   2> 1403052 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/]
   [junit4]   2> 1403052 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 18015689
   [junit4]   2> 1403053 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/]
   [junit4]   2> 1403053 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/lib
   [junit4]   2> 1403053 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/lib
   [junit4]   2> 1403053 WARN  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/lib).
   [junit4]   2> 1403053 WARN  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/lib).
   [junit4]   2> 1403053 WARN  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/lib).
   [junit4]   2> 1403064 INFO  (jetty-launcher-1300-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> 1403065 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1403066 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1403066 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1403066 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53286/solr
   [junit4]   2> 1403066 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1403066 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403068 INFO  (jetty-launcher-1300-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> 1403069 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1403069 INFO  (jetty-launcher-1300-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> 1403069 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1403069 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1403070 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403069 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1403070 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53286/solr
   [junit4]   2> 1403070 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1403070 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1403070 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403071 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/.
   [junit4]   2> 1403071 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 0x14efe914da10005, 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> 1403070 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1403071 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 9474871
   [junit4]   2> 1403071 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403071 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/]
   [junit4]   2> 1403071 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53286/solr
   [junit4]   2> 1403072 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/lib
   [junit4]   2> 1403072 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1403072 WARN  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/lib).
   [junit4]   2> 1403072 INFO  (jetty-launcher-1300-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> 1403072 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403072 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403073 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1403074 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1403074 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1403074 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53286/solr
   [junit4]   2> 1403074 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1403074 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403074 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403079 INFO  (zkCallback-1308-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@155c13a name:ZooKeeperConnection 
Watcher:127.0.0.1:53286 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1403079 INFO  (jetty-launcher-1300-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> 1403079 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403079 INFO  (jetty-launcher-1300-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403079 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1403080 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1403080 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1403080 INFO  (zkCallback-1311-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@193f690 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1403080 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53286/solr
   [junit4]   2> 1403080 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403081 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1403081 INFO  (zkCallback-1312-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@ae9b53 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1403081 INFO  (jetty-launcher-1300-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403081 INFO  (zkCallback-1314-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d2031c name:ZooKeeperConnection 
Watcher:127.0.0.1:53286 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1403081 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403082 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403081 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403082 INFO  (jetty-launcher-1300-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403083 INFO  (jetty-launcher-1300-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403083 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403122 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1403136 INFO  (zkCallback-1316-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@f8cbd4 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1403136 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1403136 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403137 INFO  (jetty-launcher-1300-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403143 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 0x14efe914da10008, 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> 1403143 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1403143 INFO  
(zkCallback-1317-thread-1-processing-n:127.0.0.1:53731_solr) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ce3acc name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1403143 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1403143 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1403153 INFO  
(zkCallback-1318-thread-1-processing-n:127.0.0.1:51380_solr) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@891eea name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1403153 INFO  
(zkCallback-1320-thread-1-processing-n:127.0.0.1:39679_solr) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@b93916 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1403153 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1403153 INFO  
(zkCallback-1319-thread-1-processing-n:127.0.0.1:59792_solr) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1107894 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1403153 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1403153 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1403160 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1403161 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1403170 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1403170 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1403170 INFO  
(zkCallback-1321-thread-1-processing-n:127.0.0.1:53400_solr) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@10dc4ce name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1403170 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1403170 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1403201 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1403211 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1403211 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1403211 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1403211 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1403234 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1403234 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1403234 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1403234 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1403234 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1403274 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1403274 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1403278 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1403278 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1403278 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1403296 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1403298 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1403306 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1403306 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1403306 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1403347 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1403347 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1403347 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1403347 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1403348 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1403373 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1403373 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1403373 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1403373 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1403373 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1403385 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1403405 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1403405 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1403406 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1403405 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1403425 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1403425 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1403425 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1403425 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1403425 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1403432 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53731_solr
   [junit4]   2> 1403440 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59792_solr
   [junit4]   2> 1403440 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39679_solr
   [junit4]   2> 1403440 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51380_solr
   [junit4]   2> 1403440 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53400_solr
   [junit4]   2> 1403442 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:53731_solr
   [junit4]   2> 1403448 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:59792_solr
   [junit4]   2> 1403448 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:53400_solr
   [junit4]   2> 1403448 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:51380_solr
   [junit4]   2> 1403448 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:39679_solr
   [junit4]   2> 1403471 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1403491 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1403491 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1403510 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1403510 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1403519 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1403519 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1403519 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1403526 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1403534 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1403534 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1403543 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1403543 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292542247469068-127.0.0.1:51380_solr-n_0000000000
   [junit4]   2> 1403558 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292542247469067-127.0.0.1:53731_solr-n_0000000001
   [junit4]   2> 1403558 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292542247469070-127.0.0.1:39679_solr-n_0000000002
   [junit4]   2> 1403566 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292542247469069-127.0.0.1:59792_solr-n_0000000003
   [junit4]   2> 1403566 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1403567 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292542247469068-127.0.0.1:51380_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1403567 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1403569 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:51380_solr
   [junit4]   2> 1403569 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1403569 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292542247469067-127.0.0.1:53731_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 1403569 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1403576 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292542247469071-127.0.0.1:53400_solr-n_0000000004
   [junit4]   2> 1403576 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292542247469070-127.0.0.1:39679_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 1403576 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1403586 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.Overseer Overseer 
(id=94292542247469068-127.0.0.1:51380_solr-n_0000000000) starting
   [junit4]   2> 1403586 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292542247469069-127.0.0.1:59792_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 1403586 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1403613 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1403613 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.CoreContainer addHttpConfigurer()
   [junit4]   2> 1403613 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 1403613 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring 
the default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1e5483a
   [junit4]   2> 1403613 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1403614 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the 
default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1e5483a
   [junit4]   2> 1403618 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1403618 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/.
   [junit4]   2> 1403619 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 1403625 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1403625 INFO  (jetty-launcher-1300-thread-3) 
[n:127.0.0.1:53731_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1403635 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1403635 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1403635 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1403636 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.CoreContainer addHttpConfigurer()
   [junit4]   2> 1403636 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 1403635 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.CoreContainer addHttpConfigurer()
   [junit4]   2> 1403636 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring 
the default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@3e360c
   [junit4]   2> 1403636 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.CoreContainer addHttpConfigurer()
   [junit4]   2> 1403636 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 1403636 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the 
default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@3e360c
   [junit4]   2> 1403636 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 1403636 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring 
the default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@11419c5
   [junit4]   2> 1403637 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring 
the default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1a36fbf
   [junit4]   2> 1403637 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the 
default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@11419c5
   [junit4]   2> 1403637 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the 
default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1a36fbf
   [junit4]   2> 1403645 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1403645 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1403645 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1403646 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/.
   [junit4]   2> 1403646 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/.
   [junit4]   2> 1403646 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/.
   [junit4]   2> 1403646 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 1403646 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 1403647 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 1403648 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1403648 INFO  (jetty-launcher-1300-thread-1) 
[n:127.0.0.1:53400_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1403648 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1403648 INFO  (jetty-launcher-1300-thread-2) 
[n:127.0.0.1:39679_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1403648 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1403648 INFO  (jetty-launcher-1300-thread-4) 
[n:127.0.0.1:59792_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1403664 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1403664 INFO  
(OverseerCollectionProcessor-94292542247469068-127.0.0.1:51380_solr-n_0000000000)
 [n:127.0.0.1:51380_solr    ] o.a.s.c.OverseerCollectionProcessor Process 
current queue of collection creations
   [junit4]   2> 1403664 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1403664 INFO  
(OverseerStateUpdate-94292542247469068-127.0.0.1:51380_solr-n_0000000000) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1403680 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1403680 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.CoreContainer addHttpConfigurer()
   [junit4]   2> 1403680 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 1403681 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring 
the default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1ed5b2c
   [junit4]   2> 1403681 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the 
default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1ed5b2c
   [junit4]   2> 1403681 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1403681 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/.
   [junit4]   2> 1403682 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 1403682 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1403682 INFO  (jetty-launcher-1300-thread-5) 
[n:127.0.0.1:51380_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1403682 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403683 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403696 INFO  (zkCallback-1322-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@d469ca name:ZooKeeperConnection 
Watcher:127.0.0.1:53286 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1403696 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403697 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403705 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@1fbf946{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1403706 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1757997
   [junit4]   2> 1403712 WARN  
(zkCallback-1317-thread-1-processing-n:127.0.0.1:53731_solr) 
[n:127.0.0.1:53731_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK
   [junit4]   2> 1403712 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 0x14efe914da1000b, 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> 1403713 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@189436f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1403714 INFO  
(zkCallback-1320-thread-2-processing-n:127.0.0.1:39679_solr) 
[n:127.0.0.1:39679_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292542247469068-127.0.0.1:51380_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1403714 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1403715 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1abf812{/solr,null,AVAILABLE}
   [junit4]   2> 1403715 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@420069{HTTP/1.1}{127.0.0.1:37381}
   [junit4]   2> 1403715 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.e.j.s.Server Started @1405647ms
   [junit4]   2> 1403715 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37381}
   [junit4]   2> 1403715 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 1403715 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/'
   [junit4]   2> 1403723 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403723 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403733 INFO  (zkCallback-1324-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@17f36a3 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1403733 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403733 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403734 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1403741 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/.
   [junit4]   2> 1403741 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 5934803
   [junit4]   2> 1403741 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/]
   [junit4]   2> 1403741 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/lib
   [junit4]   2> 1403741 WARN  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/lib).
   [junit4]   2> 1403746 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
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> 1403746 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1403747 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1403747 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1403747 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53286/solr
   [junit4]   2> 1403747 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1403747 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1403747 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403751 INFO  (zkCallback-1326-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5a9277 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1403751 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1403751 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1403759 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1403772 INFO  
(zkCallback-1327-thread-1-processing-n:127.0.0.1:37381_solr) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@735101 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1403772 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1403810 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1404811 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37381_solr
   [junit4]   2> 1404819 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:37381_solr
   [junit4]   2> 1404822 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1404825 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/94292542247469075-127.0.0.1:37381_solr-n_0000000005
   [junit4]   2> 1404825 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94292542247469071-127.0.0.1:53400_solr-n_0000000004 to 
know if I could be the leader
   [junit4]   2> 1404834 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.CoreContainer Authentication plugin class 
obtained from system property 'authenticationPlugin': 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1404835 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.CoreContainer addHttpConfigurer()
   [junit4]   2> 1404835 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard 
handler factory and update shard handler.
   [junit4]   2> 1404835 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring 
the default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@6219bf
   [junit4]   2> 1404835 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the 
default client with: 
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@6219bf
   [junit4]   2> 1404835 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1404836 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-001/.
   [junit4]   2> 1404836 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 1404837 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1404837 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) 
[n:127.0.0.1:37381_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1404837 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1404838 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1404842 INFO  (zkCallback-1328-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1bd4582 name:ZooKeeperConnection 
Watcher:127.0.0.1:53286/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1404843 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1404843 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1404844 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 1404910 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 1404920 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 1404929 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 1404943 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 1404946 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 1404968 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 1404971 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 1404974 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 1404977 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1405000 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 1405010 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 1405020 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 1405045 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 1405048 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 1405051 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 1405063 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 1405074 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 1405092 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 1405095 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
   [junit4]   2> 1405100 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig.xml
   [junit4]   2> 1405106 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
   [junit4]   2> 1405111 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-sim.xml
   [junit4]   2> 1405113 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml
   [junit4]   2> 1405126 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-sql.xml
   [junit4]   2> 1405131 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1405134 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt
   [junit4]   2> 1405136 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/hunspell-test.aff
   [junit4]   2> 1405138 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-sql.xml
   [junit4]   2> 1405143 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-spatial.xml
   [junit4]   2> 1405148 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-slave1.xml
   [junit4]   2> 1405150 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 1405168 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 1405170 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
   [junit4]   2> 1405172 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml
   [junit4]   2> 1405183 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-complex-phrase.xml
   [junit4]   2> 1405186 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/conditional.updateprocessor.js
   [junit4]   2> 1405188 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 1405193 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-eff.xml
   [junit4]   2> 1405195 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-folding.xml
   [junit4]   2> 1405210 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-simpleqpplugin.xml
   [junit4]   2> 1405215 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-hash.xml
   [junit4]   2> 1405217 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/stopwords.txt
   [junit4]   2> 1405219 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 1405234 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
   [junit4]   2> 1405236 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 1405248 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/throw.error.on.add.updateprocessor.js
   [junit4]   2> 1405251 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-minimal.xml
   [junit4]   2> 1405253 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-defaults.xml
   [junit4]   2> 1405258 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
   [junit4]   2> 1405260 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-postingshighlight.xml
   [junit4]   2> 1405268 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
   [junit4]   2> 1405290 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-docValues.xml
   [junit4]   2> 1405305 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 1405315 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-snippet-types.incl
   [junit4]   2> 1405318 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-minimal.xml
   [junit4]   2> 1405320 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441B503006EB]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1405331 INFO  
(TEST-TestAuthenticationFramework.testBasics-seed#[A454441

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

] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1461450 INFO  (jetty-launcher-1433-thread-1) 
[n:127.0.0.1:40336_solr    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001/tempDir-006/.
   [junit4]   2> 1461450 INFO  (jetty-launcher-1433-thread-1) 
[n:127.0.0.1:40336_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 1461450 INFO  (jetty-launcher-1433-thread-1) 
[n:127.0.0.1:40336_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1461451 INFO  (jetty-launcher-1433-thread-1) 
[n:127.0.0.1:40336_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1461451 INFO  (jetty-launcher-1433-thread-3) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@665457{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1461452 INFO  (jetty-launcher-1433-thread-3) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=21212659
   [junit4]   2> 1461452 INFO  (jetty-launcher-1433-thread-1) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@17f010e{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1461453 INFO  (jetty-launcher-1433-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=24393374
   [junit4]   2> 1461453 INFO  (jetty-launcher-1433-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=94292546065727493-127.0.0.1:40336_solr-n_0000000000) closing
   [junit4]   2> 1461454 INFO  
(OverseerStateUpdate-94292546065727493-127.0.0.1:40336_solr-n_0000000000) 
[n:127.0.0.1:40336_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:40336_solr
   [junit4]   2> 1461456 ERROR (jetty-launcher-1433-thread-1-EventThread) 
[n:127.0.0.1:40336_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@1ced0e6 
rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@1f14ac7[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:193)
   [junit4]   2>        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 1461457 INFO  (jetty-launcher-1433-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@19e6e9e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1462956 WARN  
(zkCallback-1442-thread-1-processing-n:127.0.0.1:51110_solr) 
[n:127.0.0.1:51110_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK
   [junit4]   2> 1462957 INFO  (jetty-launcher-1433-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@13d07fd{/solr,null,UNAVAILABLE}
   [junit4]   2> 1462958 INFO  
(TEST-TestAuthenticationFramework.testErrorsInStartup-seed#[A454441B503006EB]) 
[    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44779 44779
   [junit4]   2> 1463066 INFO  (Thread-4335) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:44779 44779
   [junit4]   2> 1463067 WARN  (Thread-4335) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A454441B503006EB-001
   [junit4]   2> Aug 05, 2015 3:54:32 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{range_facet_l_dv=PostingsFormat(name=Asserting), 
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 multiDefault=PostingsFormat(name=Direct), 
intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=PostingsFormat(name=Asserting), 
range_facet_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene50), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, 
sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=no_NO_NY, 
timezone=Singapore
   [junit4]   2> NOTE: Linux 3.16.0-44-generic i386/Oracle Corporation 
1.8.0_60-ea (32-bit)/cpus=12,threads=1,free=114387072,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [StressHdfsTest, 
DistribJoinFromCollectionTest, SimpleCollectionCreateDeleteTest, 
SimpleFacetsTest, TestQueryTypes, TestSQLHandler, TestManagedSchema, 
SharedFSAutoReplicaFailoverUtilsTest, SpellCheckCollatorTest, 
NotRequiredUniqueKeyTest, AssignTest, TestStandardQParsers, 
TestDocBasedVersionConstraints, RollingRestartTest, TestNRTOpen, 
TestSolrQueryParserResource, DocValuesTest, BasicDistributedZk2Test, 
OverseerTest, CursorPagingTest, SearchHandlerTest, 
DocExpirationUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, 
TestZkChroot, TestLuceneMatchVersion, NumericFieldsTest, 
CdcrRequestHandlerTest, TestSchemaVersionResource, TestBulkSchemaAPI, 
DistributedQueryElevationComponentTest, DataDrivenBlockJoinTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestReqParamsAPI, DOMUtilTest, 
QueryResultKeyTest, RegexBoostProcessorTest, TestConfigSetProperties, 
SolrCoreCheckLockOnStartupTest, PolyFieldTest, TestFreeTextSuggestions, 
TestMaxScoreQueryParser, TriLevelCompositeIdRoutingTest, QueryEqualityTest, 
TestDistributedStatsComponentCardinality, SoftAutoCommitTest, 
CdcrUpdateLogTest, TestSortingResponseWriter, 
TermVectorComponentDistributedTest, DistributedExpandComponentTest, 
TestStressRecovery, SuggesterTest, AliasIntegrationTest, 
BinaryUpdateRequestHandlerTest, TestSolrQueryParser, 
PreAnalyzedUpdateProcessorTest, TestFieldTypeResource, 
TestExactSharedStatsCache, HdfsLockFactoryTest, DateRangeFieldTest, 
SortByFunctionTest, BitVectorTest, BaseCdcrDistributedZkTest, TestDocSet, 
StatsComponentTest, QueryParsingTest, SolrIndexSplitterTest, PrimUtilsTest, 
JavabinLoaderTest, CollectionTooManyReplicasTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestSchemaSimilarityResource, 
AddSchemaFieldsUpdateProcessorFactoryTest, DistributedQueueTest, 
CircularListTest, SpatialHeatmapFacetsTest, TestFastOutputStream, 
TestSystemIdResolver, DistributedVersionInfoTest, TestCustomDocTransformer, 
CustomCollectionTest, XmlUpdateRequestHandlerTest, TestExtendedDismaxParser, 
TestBinaryResponseWriter, TestPseudoReturnFields, 
CollectionsAPIDistributedZkTest, ShardRoutingTest, 
FullSolrCloudDistribCmdsTest, ZkSolrClientTest, AutoCommitTest, TestFaceting, 
TestRecovery, DistributedSpellCheckComponentTest, TestRealTimeGet, TestJoin, 
HardAutoCommitTest, TestCoreContainer, TestGroupingSearch, BadIndexSchemaTest, 
ConvertedLegacyTest, TestFiltering, TestStressLucene, TestTrie, 
NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, 
DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, 
LukeRequestHandlerTest, RequestHandlersTest, TermVectorComponentTest, 
FieldAnalysisRequestHandlerTest, TestCollationField, 
UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, TestLFUCache, 
CleanupOldIndexTest, CollectionsAPIAsyncDistributedZkTest, 
DistribCursorPagingTest, LeaderInitiatedRecoveryOnCommitTest, 
MultiThreadedOCPTest, TestAuthenticationFramework]
   [junit4] Completed [418/534] on J2 in 60.77s, 5 tests, 1 error <<< FAILURES!

[...truncated 373 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:716: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:660: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:230: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:514: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1429: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:984: 
There were test failures: 534 suites, 2110 tests, 1 error, 66 ignored (30 
assumptions)

Total time: 49 minutes 41 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