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

[JENKINS] Lucene-Solr-trunk-Solaris (64bit/jdk1.8.0) - Build # 252 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/252/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Error from server at http://127.0.0.1:38576/solr: collection already exists: testcollection

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:38576/solr: collection already exists: testcollection
	at __randomizedtesting.SeedInfo.seed([7E421E356D5593BB:439AB01955BBCDCB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.MiniSolrCloudCluster.makeCollectionsRequest(MiniSolrCloudCluster.java:416)
	at org.apache.solr.cloud.MiniSolrCloudCluster.createCollection(MiniSolrCloudCluster.java:400)
	at org.apache.solr.cloud.TestMiniSolrCloudCluster.createCollection(TestMiniSolrCloudCluster.java:107)
	at org.apache.solr.cloud.TestMiniSolrCloudCluster.testCollectionCreateSearchDelete(TestMiniSolrCloudCluster.java:141)
	at org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:93)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java: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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java: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:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java: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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10452 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
   [junit4]   2> 1454435 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7E421E356D5593BB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1454435 INFO  (Thread-4378) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1454435 INFO  (Thread-4378) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1454535 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7E421E356D5593BB]) [    ] o.a.s.c.ZkTestServer start zk server on port:56306
   [junit4]   2> 1454535 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1454550 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454585 INFO  (zkCallback-1367-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3da34ef name:ZooKeeperConnection Watcher:127.0.0.1:56306 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454585 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454585 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1454585 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1454644 INFO  (jetty-launcher-1366-thread-3) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1454645 INFO  (jetty-launcher-1366-thread-2) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1454645 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1454653 INFO  (jetty-launcher-1366-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@479a2543{/solr,null,AVAILABLE}
   [junit4]   2> 1454658 INFO  (jetty-launcher-1366-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@695be080{/solr,null,AVAILABLE}
   [junit4]   2> 1454659 INFO  (jetty-launcher-1366-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@10f50517{HTTP/1.1,[http/1.1]}{127.0.0.1:42777}
   [junit4]   2> 1454659 INFO  (jetty-launcher-1366-thread-3) [    ] o.e.j.s.Server Started @1458206ms
   [junit4]   2> 1454659 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42777}
   [junit4]   2> 1454660 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1454660 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node3'
   [junit4]   2> 1454660 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1454660 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1454660 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1454661 INFO  (jetty-launcher-1366-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@19f5ec0d{HTTP/1.1,[http/1.1]}{127.0.0.1:57904}
   [junit4]   2> 1454661 INFO  (jetty-launcher-1366-thread-2) [    ] o.e.j.s.Server Started @1458208ms
   [junit4]   2> 1454661 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57904}
   [junit4]   2> 1454661 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1454661 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node2'
   [junit4]   2> 1454661 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1454661 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1454662 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1454670 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@429e55a1{/solr,null,AVAILABLE}
   [junit4]   2> 1454676 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454676 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@45ea13dd{HTTP/1.1,[http/1.1]}{127.0.0.1:57928}
   [junit4]   2> 1454678 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.Server Started @1458225ms
   [junit4]   2> 1454678 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57928}
   [junit4]   2> 1454678 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1454678 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node1'
   [junit4]   2> 1454678 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1454678 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1454679 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454679 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1454680 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454685 INFO  (jetty-launcher-1366-thread-4) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1454687 INFO  (jetty-launcher-1366-thread-5) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1454694 INFO  (jetty-launcher-1366-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@795e70fd{/solr,null,AVAILABLE}
   [junit4]   2> 1454694 INFO  (zkCallback-1368-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5f1ac090 name:ZooKeeperConnection Watcher:127.0.0.1:56306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454695 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454695 INFO  (jetty-launcher-1366-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@64462aab{HTTP/1.1,[http/1.1]}{127.0.0.1:33210}
   [junit4]   2> 1454695 INFO  (jetty-launcher-1366-thread-4) [    ] o.e.j.s.Server Started @1458242ms
   [junit4]   2> 1454695 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1454695 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33210}
   [junit4]   2> 1454695 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1454695 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node4'
   [junit4]   2> 1454696 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1454696 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1454696 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1454697 INFO  (zkCallback-1369-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@51ae811e name:ZooKeeperConnection Watcher:127.0.0.1:56306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454697 INFO  (jetty-launcher-1366-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5f5155b8{/solr,null,AVAILABLE}
   [junit4]   2> 1454698 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454698 INFO  (jetty-launcher-1366-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@4fc462d2{HTTP/1.1,[http/1.1]}{127.0.0.1:54416}
   [junit4]   2> 1454698 INFO  (jetty-launcher-1366-thread-5) [    ] o.e.j.s.Server Started @1458246ms
   [junit4]   2> 1454699 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54416}
   [junit4]   2> 1454699 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1454699 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node5'
   [junit4]   2> 1454700 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1454703 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1454703 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454703 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1454703 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1454707 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454727 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1454727 INFO  (zkCallback-1370-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1caedf62 name:ZooKeeperConnection Watcher:127.0.0.1:56306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454727 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454727 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1454764 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1454764 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1454765 INFO  (zkCallback-1371-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4c6fa1ca name:ZooKeeperConnection Watcher:127.0.0.1:56306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454765 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454765 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1454766 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1454773 INFO  (zkCallback-1372-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e1c410b name:ZooKeeperConnection Watcher:127.0.0.1:56306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454773 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454774 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1454776 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1454785 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node3/.
   [junit4]   2> 1454785 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1735377421
   [junit4]   2> 1454785 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node3]
   [junit4]   2> 1454786 WARN  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node3/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node3/lib
   [junit4]   2> 1454787 INFO  (jetty-launcher-1366-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> 1454788 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1454788 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1454788 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1454788 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56306/solr
   [junit4]   2> 1454788 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1454788 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1454789 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454789 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node4/.
   [junit4]   2> 1454789 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node1/.
   [junit4]   2> 1454789 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1087116433
   [junit4]   2> 1454789 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1649397385
   [junit4]   2> 1454789 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node4]
   [junit4]   2> 1454789 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node1]
   [junit4]   2> 1454790 WARN  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node4/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node4/lib
   [junit4]   2> 1454790 WARN  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node1/lib
   [junit4]   2> 1454790 INFO  (jetty-launcher-1366-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> 1454790 INFO  (jetty-launcher-1366-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> 1454791 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1454791 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1454791 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1454792 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1454792 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1454792 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56306/solr
   [junit4]   2> 1454792 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1454792 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1454792 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1454792 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56306/solr
   [junit4]   2> 1454792 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1454792 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1454792 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454792 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454809 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node2/.
   [junit4]   2> 1454809 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1205009747
   [junit4]   2> 1454809 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node2]
   [junit4]   2> 1454809 WARN  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node2/lib
   [junit4]   2> 1454809 INFO  (jetty-launcher-1366-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> 1454810 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1454810 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1454810 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1454811 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56306/solr
   [junit4]   2> 1454811 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1454811 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1454811 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454831 INFO  (zkCallback-1374-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@35e6c89 name:ZooKeeperConnection Watcher:127.0.0.1:56306 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454832 INFO  (zkCallback-1377-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@70ff3e33 name:ZooKeeperConnection Watcher:127.0.0.1:56306 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454832 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node5/.
   [junit4]   2> 1454832 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454832 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 1255926851
   [junit4]   2> 1454832 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node5]
   [junit4]   2> 1454833 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1454833 WARN  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node5/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node5/lib
   [junit4]   2> 1454833 INFO  (jetty-launcher-1366-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> 1454832 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454834 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1454834 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1454835 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1454835 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1454835 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56306/solr
   [junit4]   2> 1454835 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1454835 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1454835 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454864 INFO  (zkCallback-1378-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3a4d1578 name:ZooKeeperConnection Watcher:127.0.0.1:56306 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454865 INFO  (zkCallback-1380-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ac3c0a1 name:ZooKeeperConnection Watcher:127.0.0.1:56306 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454865 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454865 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454866 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1454867 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1454880 INFO  (zkCallback-1382-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@53985fa name:ZooKeeperConnection Watcher:127.0.0.1:56306 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454880 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454881 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1454900 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454900 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454921 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454933 INFO  (zkCallback-1384-thread-1-processing-n:127.0.0.1:33210_solr) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bb57e6d name:ZooKeeperConnection Watcher:127.0.0.1:56306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454934 INFO  (zkCallback-1383-thread-1-processing-n:127.0.0.1:42777_solr) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1514d2c8 name:ZooKeeperConnection Watcher:127.0.0.1:56306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454934 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454934 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454935 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454935 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1454943 INFO  (zkCallback-1385-thread-1-processing-n:127.0.0.1:57928_solr) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@583773e7 name:ZooKeeperConnection Watcher:127.0.0.1:56306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454943 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454956 INFO  (zkCallback-1386-thread-1-processing-n:127.0.0.1:57904_solr) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6893dd98 name:ZooKeeperConnection Watcher:127.0.0.1:56306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454956 INFO  (zkCallback-1387-thread-1-processing-n:127.0.0.1:54416_solr) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@155a142b name:ZooKeeperConnection Watcher:127.0.0.1:56306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1454956 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454958 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1454988 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1454988 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1455001 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1455062 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1455063 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1455063 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1455086 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1455243 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1455256 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1455264 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1455265 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1455343 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1455343 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1455343 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1455343 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1455345 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1455414 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1455414 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1455414 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1455416 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1455511 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1455511 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1455512 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1455512 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1455573 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1455574 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1455574 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1455575 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1455575 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1455636 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1455636 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1455647 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1455647 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1455647 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1455688 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1455688 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1455689 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1455690 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1455690 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1455737 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1455738 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1455738 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1455777 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57928_solr
   [junit4]   2> 1455785 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54416_solr
   [junit4]   2> 1455803 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57904_solr
   [junit4]   2> 1455803 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42777_solr
   [junit4]   2> 1455803 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33210_solr
   [junit4]   2> 1455812 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57928_solr
   [junit4]   2> 1455812 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54416_solr
   [junit4]   2> 1455822 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57904_solr
   [junit4]   2> 1455823 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42777_solr
   [junit4]   2> 1455823 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33210_solr
   [junit4]   2> 1455871 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1455912 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1455913 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1455961 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1455961 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1455962 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1455962 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1455963 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1455984 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1455984 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1456001 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95019763736117262-127.0.0.1:57904_solr-n_0000000000
   [junit4]   2> 1456002 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1456013 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57904_solr
   [junit4]   2> 1456013 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1456013 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95019763736117260-127.0.0.1:42777_solr-n_0000000001
   [junit4]   2> 1456029 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95019763736117263-127.0.0.1:54416_solr-n_0000000002
   [junit4]   2> 1456029 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1456040 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1456057 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95019763736117259-127.0.0.1:33210_solr-n_0000000003
   [junit4]   2> 1456057 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95019763736117262-127.0.0.1:57904_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1456057 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1456058 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95019763736117260-127.0.0.1:42777_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1456058 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1456068 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95019763736117261-127.0.0.1:57928_solr-n_0000000004
   [junit4]   2> 1456086 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95019763736117263-127.0.0.1:54416_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1456086 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1456087 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.Overseer Overseer (id=95019763736117262-127.0.0.1:57904_solr-n_0000000000) starting
   [junit4]   2> 1456106 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95019763736117259-127.0.0.1:33210_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1456107 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1456131 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1456158 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1456159 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1456159 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1456159 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1456161 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1456161 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@26f6d65e
   [junit4]   2> 1456161 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1456161 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@66a0dd00
   [junit4]   2> 1456197 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@66a0dd00
   [junit4]   2> 1456199 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node5/.
   [junit4]   2> 1456200 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1456201 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@26f6d65e
   [junit4]   2> 1456204 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node3/.
   [junit4]   2> 1456204 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1456220 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1456220 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1456220 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1456220 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@727c1f68
   [junit4]   2> 1456221 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@727c1f68
   [junit4]   2> 1456222 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node4/.
   [junit4]   2> 1456222 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1456229 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1456230 INFO  (jetty-launcher-1366-thread-4) [n:127.0.0.1:33210_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1456232 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1456232 INFO  (jetty-launcher-1366-thread-3) [n:127.0.0.1:42777_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1456232 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1456232 INFO  (jetty-launcher-1366-thread-5) [n:127.0.0.1:54416_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1456245 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1456245 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1456245 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1456245 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@29a127d9
   [junit4]   2> 1456245 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@29a127d9
   [junit4]   2> 1456247 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node1/.
   [junit4]   2> 1456247 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1456253 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1456253 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:57928_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1456272 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1456273 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1456273 INFO  (OverseerCollectionConfigSetProcessor-95019763736117262-127.0.0.1:57904_solr-n_0000000000) [n:127.0.0.1:57904_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1456276 INFO  (OverseerStateUpdate-95019763736117262-127.0.0.1:57904_solr-n_0000000000) [n:127.0.0.1:57904_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1456307 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1456307 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1456308 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1456308 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@718d1520
   [junit4]   2> 1456308 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@718d1520
   [junit4]   2> 1456309 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-001/node2/.
   [junit4]   2> 1456309 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1456311 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1456311 INFO  (jetty-launcher-1366-thread-2) [n:127.0.0.1:57904_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1456312 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1456312 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1456318 INFO  (zkCallback-1388-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4d0e82f8 name:ZooKeeperConnection Watcher:127.0.0.1:56306 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1456319 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1456319 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1456339 INFO  (jetty-launcher-1366-thread-3) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@45ea13dd{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1456344 INFO  (jetty-launcher-1366-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1649397385
   [junit4]   2> 1456344 INFO  (jetty-launcher-1366-thread-2) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@64462aab{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1456346 INFO  (jetty-launcher-1366-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1087116433
   [junit4]   2> 1456347 INFO  (jetty-launcher-1366-thread-4) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@19f5ec0d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1456348 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1205009747
   [junit4]   2> 1456350 INFO  (jetty-launcher-1366-thread-5) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@4fc462d2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1456356 INFO  (jetty-launcher-1366-thread-5) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1255926851
   [junit4]   2> 1456349 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@10f50517{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1456362 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1735377421
   [junit4]   2> 1456362 INFO  (jetty-launcher-1366-thread-4) [    ] o.a.s.c.Overseer Overseer (id=95019763736117262-127.0.0.1:57904_solr-n_0000000000) closing
   [junit4]   2> 1456363 INFO  (OverseerStateUpdate-95019763736117262-127.0.0.1:57904_solr-n_0000000000) [n:127.0.0.1:57904_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57904_solr
   [junit4]   2> 1456409 INFO  (zkCallback-1383-thread-1-processing-n:127.0.0.1:42777_solr) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1456409 INFO  (zkCallback-1384-thread-1-processing-n:127.0.0.1:33210_solr) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1456409 INFO  (zkCallback-1386-thread-1-processing-n:127.0.0.1:57904_solr) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1456413 INFO  (zkCallback-1387-thread-1-processing-n:127.0.0.1:54416_solr) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1456413 INFO  (zkCallback-1385-thread-1-processing-n:127.0.0.1:57928_solr) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1456417 WARN  (zkCallback-1387-thread-1-processing-n:127.0.0.1:54416_solr) [n:127.0.0.1:54416_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1456417 WARN  (zkCallback-1385-thread-1-processing-n:127.0.0.1:57928_solr) [n:127.0.0.1:57928_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1456421 INFO  (zkCallback-1383-thread-2-processing-n:127.0.0.1:42777_solr) [n:127.0.0.1:42777_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42777_solr
   [junit4]   2> 1456421 INFO  (zkCallback-1383-thread-2-processing-n:127.0.0.1:42777_solr) [n:127.0.0.1:42777_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1456422 INFO  (jetty-launcher-1366-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5f5155b8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1456423 WARN  (zkCallback-1385-thread-2-processing-n:127.0.0.1:57928_solr) [n:127.0.0.1:57928_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:336)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:333)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:333)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:59)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:389)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:232)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1456435 INFO  (jetty-launcher-1366-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@429e55a1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1456440 ERROR (jetty-launcher-1366-thread-3-EventThread) [n:127.0.0.1:42777_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@13b9850d rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@56bb091e[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 2]
   [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:215)
   [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> 1457914 WARN  (zkCallback-1384-thread-1-processing-n:127.0.0.1:33210_solr) [n:127.0.0.1:33210_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1457914 WARN  (zkCallback-1384-thread-2-processing-n:127.0.0.1:33210_solr) [n:127.0.0.1:33210_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:336)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:333)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:333)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:59)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:389)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:232)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1457916 INFO  (jetty-launcher-1366-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@795e70fd{/solr,null,UNAVAILABLE}
   [junit4]   2> 1457917 WARN  (zkCallback-1386-thread-1-processing-n:127.0.0.1:57904_solr) [n:127.0.0.1:57904_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1457918 INFO  (jetty-launcher-1366-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@695be080{/solr,null,UNAVAILABLE}
   [junit4]   2> 1457929 WARN  (zkCallback-1383-thread-2-processing-n:127.0.0.1:42777_solr) [n:127.0.0.1:42777_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:302)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:299)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:299)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:493)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:463)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:450)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:716)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:198)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:158)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:59)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:389)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:232)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1457931 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@479a2543{/solr,null,UNAVAILABLE}
   [junit4]   2> 1457938 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7E421E356D5593BB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56306 56306
   [junit4]   2> 1458025 INFO  (Thread-4378) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56306 56306
   [junit4]   2> 1458026 WARN  (Thread-4378) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1458032 INFO  (TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[7E421E356D5593BB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1458033 INFO  (Thread-4435) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1458033 INFO  (Thread-4435) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1458133 INFO  (TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[7E421E356D5593BB]) [    ] o.a.s.c.ZkTestServer start zk server on port:51539
   [junit4]   2> 1458133 INFO  (TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1458134 INFO  (TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1458182 INFO  (zkCallback-1391-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@68ae3a79 name:ZooKeeperConnection Watcher:127.0.0.1:51539 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1458182 INFO  (TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1458183 INFO  (TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1458183 INFO  (TEST-TestAuthenticationFramework.testErrorsInShutdown-seed#[7E421E356D5593BB]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1458252 INFO  (jetty-launcher-1390-thread-2) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1458258 INFO  (jetty-launcher-1390-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b0c8e0b{/solr,null,AVAILABLE}
   [junit4]   2> 1458259 INFO  (jetty-launcher-1390-thread-1) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1458259 INFO  (jetty-launcher-1390-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@6837293e{HTTP/1.1,[http/1.1]}{127.0.0.1:34330}
   [junit4]   2> 1458259 INFO  (jetty-launcher-1390-thread-2) [    ] o.e.j.s.Server Started @1461807ms
   [junit4]   2> 1458259 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34330}
   [junit4]   2> 1458260 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1458260 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-002/node2'
   [junit4]   2> 1458260 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1458260 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1458260 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1458262 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1458263 INFO  (jetty-launcher-1390-thread-3) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1458305 INFO  (zkCallback-1392-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ad09cc0 name:ZooKeeperConnection Watcher:127.0.0.1:51539/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1458306 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1458306 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1458307 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1458309 INFO  (jetty-launcher-1390-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75d246e1{/solr,null,AVAILABLE}
   [junit4]   2> 1458314 INFO  (jetty-launcher-1390-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@6821d0d{HTTP/1.1,[http/1.1]}{127.0.0.1:37477}
   [junit4]   2> 1458314 INFO  (jetty-launcher-1390-thread-3) [    ] o.e.j.s.Server Started @1461862ms
   [junit4]   2> 1458315 INFO  (jetty-launcher-1390-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37477}
   [junit4]   2> 1458315 INFO  (jetty-launcher-1390-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1458315 INFO  (jetty-launcher-1390-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-002/node3'
   [junit4]   2> 1458315 INFO  (jetty-launcher-1390-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1458315 INFO  (jetty-launcher-1390-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1458316 INFO  (jetty-launcher-1390-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@765f3682{/solr,null,AVAILABLE}
   [junit4]   2> 1458317 INFO  (jetty-launcher-1390-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@15e3e938{HTTP/1.1,[http/1.1]}{127.0.0.1:54765}
   [junit4]   2> 1458317 INFO  (jetty-launcher-1390-thread-1) [    ] o.e.j.s.Server Started @1461865ms
   [junit4]   2> 1458317 INFO  (jetty-launcher-1390-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54765}
   [junit4]   2> 1458317 INFO  (jetty-launcher-1390-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1458317 INFO  (jetty-launcher-1390-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-002/node1'
   [junit4]   2> 1458318 INFO  (jetty-launcher-1390-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1458318 INFO  (jetty-launcher-1390-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1458318 INFO  (jetty-launcher-1390-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1458319 INFO  (jetty-launcher-1390-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1458320 INFO  (jetty-launcher-1390-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1458320 INFO  (jetty-launcher-1390-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1458338 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-002/node2/.
   [junit4]   2> 1458338 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 7497969
   [junit4]   2> 1458338 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-002/node2]
   [junit4]   2> 1458338 WARN  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-002/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-002/node2/lib
   [junit4]   2> 1458339 INFO  (jetty-launcher-1390-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> 1458340 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1458341 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1458341 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1458341 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51539/solr
   [junit4]   2> 1458341 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1458341 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1458341 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1458365 INFO  (zkCallback-1394-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d6cde32 name:ZooKeeperConnection Watcher:127.0.0.1:51539/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1458365 INFO  (zkCallback-1393-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@20681533 name:ZooKeeperConnection Watcher:127.0.0.1:51539/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1458365 INFO  (jetty-launcher-1390-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1458365 INFO  (jetty-launcher-1390-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1458366 INFO  (jetty-launcher-1390-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1458366 INFO  (jetty-launcher-1390-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1458377 INFO  (jetty-launcher-1390-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1458378 INFO  (jetty-launcher-1390-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1458378 INFO  (zkCallback-1396-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cc6c9f3 name:ZooKeeperConnection Watcher:127.0.0.1:51539 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1458379 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1458379 INFO  (jetty-launcher-1390-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1458405 INFO  (jetty-launcher-1390-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001/tempDir-002/node3/.
   [junit4]   2> 1458405 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 0x15193f8ce320004, 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> 1458406 INFO  (jetty-launcher-1390-thread-2) [n:127.0.0.1:34330_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1458406 INFO  (jetty-launcher-1390-thread-3) [    ] o.a.s.c.CoreCont

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

olr-n_0000000000) closing
   [junit4]   2> 1806326 INFO  (OverseerStateUpdate-95019786701570054-127.0.0.1:38570_solr-n_0000000000) [n:127.0.0.1:38570_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38570_solr
   [junit4]   2> 1806361 INFO  (zkCallback-1558-thread-2-processing-n:127.0.0.1:49917_solr) [n:127.0.0.1:49917_solr    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1806362 WARN  (zkCallback-1558-thread-2-processing-n:127.0.0.1:49917_solr) [n:127.0.0.1:49917_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1806362 INFO  (zkCallback-1559-thread-1-processing-n:127.0.0.1:38570_solr) [n:127.0.0.1:38570_solr    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1806364 WARN  (zkCallback-1558-thread-1-processing-n:127.0.0.1:49917_solr) [n:127.0.0.1:49917_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:336)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:333)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:333)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:59)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:389)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:232)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1806365 WARN  (zkCallback-1559-thread-1-processing-n:127.0.0.1:38570_solr) [n:127.0.0.1:38570_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1806366 INFO  (jetty-launcher-1550-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1bd19afa{/solr,null,UNAVAILABLE}
   [junit4]   2> 1806368 INFO  (jetty-launcher-1550-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1da35053{/solr,null,UNAVAILABLE}
   [junit4]   2> 1806381 INFO  (TEST-TestAuthenticationFramework.testErrorsInStartup-seed#[7E421E356D5593BB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52411 52411
   [junit4]   2> 1806505 INFO  (Thread-4829) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52411 52411
   [junit4]   2> 1806507 WARN  (Thread-4829) [    ] 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/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [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> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_7E421E356D5593BB-001
   [junit4]   2> Dec 12, 2015 2:21:23 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=16130, maxDocsPerChunk=10, blockSize=497), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=16130, blockSize=497)), sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=pl_PL, timezone=America/Costa_Rica
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=1,free=95589752,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SolrPluginUtilsTest, TestJsonFacets, OverseerRolesTest, TestAddFieldRealTimeGet, LeaderInitiatedRecoveryOnShardRestartTest, TestConfigSetsAPI, TestConfigSetProperties, OverseerTaskQueueTest, TestSolrQueryParser, SharedFSAutoReplicaFailoverUtilsTest, TestExceedMaxTermLength, TestSha256AuthenticationProvider, TestDynamicLoading, TestManagedSchemaFieldResource, TestRecovery, TestRangeQuery, HdfsDirectoryFactoryTest, TestFiltering, TestUniqueKeyFieldResource, TriLevelCompositeIdRoutingTest, StatsComponentTest, CollectionsAPIAsyncDistributedZkTest, NotRequiredUniqueKeyTest, DefaultValueUpdateProcessorTest, TestSolrJ, TestFastWriter, WordBreakSolrSpellCheckerTest, LeaderFailoverAfterPartitionTest, TestShortCircuitedRequests, LeaderElectionIntegrationTest, TestJsonRequest, TestBinaryResponseWriter, TestManagedSchema, QueryParsingTest, TestRandomFaceting, DistributedMLTComponentTest, TestNRTOpen, LoggingHandlerTest, TestLeaderInitiatedRecoveryThread, TestFuzzyAnalyzedSuggestions, TestSolrDynamicMBean, TestReRankQParserPlugin, DistributedTermsComponentTest, RemoteQueryErrorTest, SearchHandlerTest, DeleteLastCustomShardedReplicaTest, DistributedExpandComponentTest, CurrencyFieldOpenExchangeTest, CdcrReplicationDistributedZkTest, DocExpirationUpdateProcessorFactoryTest, FileUtilsTest, TestLRUStatsCache, TestConfigOverlay, CdcrRequestHandlerTest, SpatialHeatmapFacetsTest, BadIndexSchemaTest, OverriddenZkACLAndCredentialsProvidersTest, TestSystemIdResolver, ZkNodePropsTest, ForceLeaderTest, BitVectorTest, TestRTGBase, TestRequestForwarding, SuggesterTSTTest, SpellCheckComponentTest, NumericFieldsTest, TestPKIAuthenticationPlugin, TestNamedUpdateProcessors, TestRebalanceLeaders, TermVectorComponentDistributedTest, TestChildDocTransformer, TestSchemaResource, MultiThreadedOCPTest, CoreAdminHandlerTest, AutoCommitTest, TestWriterPerf, DistributedQueueTest, TestManagedSynonymFilterFactory, TestSolrConfigHandlerConcurrent, ChaosMonkeySafeLeaderTest, TestExactSharedStatsCache, HighlighterMaxOffsetTest, TestTrackingShardHandlerFactory, CachingDirectoryFactoryTest, TestSolr4Spatial2, AnalysisErrorHandlingTest, RequestLoggingTest, BigEndianAscendingWordDeserializerTest, DistanceFunctionTest, TestCharFilters, TestSolrIndexConfig, PKIAuthenticationIntegrationTest, TestMissingGroups, ZkStateReaderTest, TestAtomicUpdateErrorCases, TestShardHandlerFactory, TestCrossCoreJoin, HdfsCollectionsAPIDistributedZkTest, SpellingQueryConverterTest, TestConfigSetsAPIZkFailure, TestRandomMergePolicy, TestReversedWildcardFilterFactory, DocValuesMissingTest, DeleteShardTest, TestValueSourceCache, FullHLLTest, TestCloudPivotFacet, FieldAnalysisRequestHandlerTest, PluginInfoTest, TestCollationField, ShardSplitTest, ConfigSetsAPITest, TestCollapseQParserPlugin, BinaryUpdateRequestHandlerTest, SuggesterTest, OutputWriterTest, TestRemoveLastDynamicCopyField, AnalyticsMergeStrategyTest, TestCoreDiscovery, BlockCacheTest, SimpleMLTQParserTest, TestSolrQueryResponse, TestFastOutputStream, SolrIndexSplitterTest, HdfsRecoverLeaseTest, ZkSolrClientTest, HLLUtilTest, DateFieldTest, HdfsLockFactoryTest, ShowFileRequestHandlerTest, TestBadConfig, TestSimpleTrackingShardHandler, TestSolrCoreProperties, ResponseLogComponentTest, InfoHandlerTest, TestAuthenticationFramework]
   [junit4] Completed [274/566 (1!)] on J1 in 352.61s, 7 tests, 1 error <<< FAILURES!

[...truncated 950 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:784: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:728: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/common-build.xml:516: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1436: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:991: There were test failures: 566 suites (8 ignored), 2245 tests, 1 error, 84 ignored (69 assumptions) [seed: 7E421E356D5593BB]

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