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 2014/03/22 07:18:45 UTC

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0) - Build # 3882 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3882/
Java: 32bit/jdk1.8.0 -server -XX:+UseParallelGC

6 tests failed.
REGRESSION:  org.apache.solr.cloud.SSLMigrationTest.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62971 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62971 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62971 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 44 more


REGRESSION:  org.apache.solr.cloud.ShardSplitTest.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62980 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62980 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	at org.apache.solr.cloud.BasicDistributedZkTest.setUp(BasicDistributedZkTest.java:124)
	at org.apache.solr.cloud.ShardSplitTest.setUp(ShardSplitTest.java:73)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62980 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 46 more


REGRESSION:  org.apache.solr.cloud.TestDistribDocBasedVersion.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62989 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62989 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62989 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 44 more


REGRESSION:  org.apache.solr.cloud.TestRequestStatusCollectionAPI.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62998 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62998 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	at org.apache.solr.cloud.BasicDistributedZkTest.setUp(BasicDistributedZkTest.java:124)
	at org.apache.solr.cloud.TestRequestStatusCollectionAPI.setUp(TestRequestStatusCollectionAPI.java:40)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62998 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 46 more


FAILED:  junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:63342 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:63342 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([8F65C9101C46D3D9]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.azt_beforeClass(AbstractZkTestCase.java:77)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:766)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:63342 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 26 more


FAILED:  junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
Captured an uncaught exception in thread: Thread[id=11044, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestManagedResourceStorage]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11044, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestManagedResourceStorage]
Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
	at __randomizedtesting.SeedInfo.seed([8F65C9101C46D3D9]:0)
	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
	at java.lang.Runtime.exit(Runtime.java:107)
	at java.lang.System.exit(System.java:968)
	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)




Build Log:
[...truncated 11170 lines...]
   [junit4] Suite: org.apache.solr.cloud.SSLMigrationTest
   [junit4]   2> 2599624 T10616 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2599630 T10616 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SSLMigrationTest-1395468732408
   [junit4]   2> 2599633 T10616 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2599634 T10617 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2599724 T10616 oasc.ZkTestServer.run start zk server on port:62971
   [junit4]   2> 2599725 T10616 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2599731 T10620 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:730)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:713)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 118 T10620 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-SSLMigrationTest] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([8F65C9101C46D3D9]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:968)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SSLMigrationTest-1395468732407\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SSLMigrationTest-1395468732407\zookeeper\server1\data\version-2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SSLMigrationTest-1395468732407\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SSLMigrationTest-1395468732407\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SSLMigrationTest-1395468732407\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.SSLMigrationTest-1395468732407 FAILED !!!!!
   [junit4]   2> 2643977 T10616 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2643982 T10616 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:62971 62971
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SSLMigrationTest -Dtests.method=testDistribSearch -Dtests.seed=8F65C9101C46D3D9 -Dtests.slow=true -Dtests.locale=pt_PT -Dtests.timezone=America/Glace_Bay -Dtests.file.encoding=Cp1252
   [junit4] ERROR   47.0s | SSLMigrationTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62971 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62971 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 44 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=10620, name=SyncThread:0, state=RUNNABLE, group=TGRP-SSLMigrationTest]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F65C9101C46D3D9]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:968)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 2646655 T10616 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=pt_PT, timezone=America/Glace_Bay
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0 (32-bit)/cpus=2,threads=1,free=117783480,total=413925376
   [junit4]   2> NOTE: All tests run in this JVM: [TestReload, IndexBasedSpellCheckerTest, TestShortCircuitedRequests, TestCopyFieldCollectionResource, TestCloudManagedSchemaAddField, HdfsLockFactoryTest, TestSchemaNameResource, TestDistributedSearch, TestFoldingMultitermQuery, TestRandomDVFaceting, TestCustomSort, DistanceFunctionTest, TestRecovery, TestExpandComponent, PreAnalyzedUpdateProcessorTest, SearchHandlerTest, TestNonDefinedSimilarityFactory, UnloadDistributedZkTest, TestElisionMultitermQuery, TestManagedStopFilterFactory, SoftAutoCommitTest, MigrateRouteKeyTest, TestFieldCollectionResource, CoreAdminRequestStatusTest, PeerSyncTest, BlockDirectoryTest, TestStressReorder, StatelessScriptUpdateProcessorFactoryTest, LukeRequestHandlerTest, SolrXmlInZkTest, TestDefaultSimilarityFactory, RemoteQueryErrorTest, DirectSolrConnectionTest, WordBreakSolrSpellCheckerTest, TestFastWriter, TestAnalyzedSuggestions, TestRTGBase, TestExceedMaxTermLength, TestNoOpRegenerator, TestCoreContainer, TestSimpleQParserPlugin, TestQueryTypes, SolrInfoMBeanTest, ReturnFieldsTest, TestLFUCache, OpenCloseCoreStressTest, TestFuzzyAnalyzedSuggestions, SyncSliceTest, TestSolrXmlPersistor, TestIndexingPerformance, SliceStateTest, DistributedQueryElevationComponentTest, CoreMergeIndexesAdminHandlerTest, DebugComponentTest, TestIBSimilarityFactory, ResourceLoaderTest, CoreContainerCoreInitFailuresTest, FileBasedSpellCheckerTest, TestJmxIntegration, SampleTest, TestManagedResource, DirectSolrSpellCheckerTest, TestNRTOpen, TestOverriddenPrefixQueryForCustomFieldType, DistributedTermsComponentTest, NoFacetTest, TestRangeQuery, JsonLoaderTest, DistributedDebugComponentTest, TestCloudManagedSchema, SystemInfoHandlerTest, FullSolrCloudDistribCmdsTest, EnumFieldTest, UpdateParamsTest, OutputWriterTest, LeaderElectionIntegrationTest, PrimitiveFieldTypeTest, TestInitQParser, SuggesterTSTTest, TestBlendedInfixSuggestions, DocumentBuilderTest, XsltUpdateRequestHandlerTest, QueryEqualityTest, TestFieldResource, QueryFacetTest, TestRemoteStreaming, TestHashPartitioner, SliceStateUpdateTest, TestDocBasedVersionConstraints, TestSolrQueryParser, PingRequestHandlerTest, IndexSchemaTest, CSVRequestHandlerTest, ClusterStateUpdateTest, RAMDirectoryFactoryTest, HdfsChaosMonkeySafeLeaderTest, AsyncMigrateRouteKeyTest, TestSchemaResource, HardAutoCommitTest, LeaderElectionTest, FunctionTest, CacheHeaderTest, SolrCoreTest, TestQuerySenderListener, NumericFieldsTest, TestDistributedMissingSort, TestFaceting, OverseerCollectionProcessorTest, TestFieldTypeCollectionResource, TestComplexPhraseQParserPlugin, HdfsWriteToMultipleCollectionsTest, TestSystemIdResolver, TestFastLRUCache, LoggingHandlerTest, TestDFRSimilarityFactory, TestSolrXml, ZkCLITest, SpellingQueryConverterTest, TestRestManager, CoreAdminCreateDiscoverTest, TestValueSourceCache, PolyFieldTest, DocumentAnalysisRequestHandlerTest, SpellCheckComponentTest, FieldFacetExtrasTest, TestCSVResponseWriter, SolrRequestParserTest, TestLRUCache, SpellCheckCollatorTest, PreAnalyzedFieldTest, HdfsCollectionsAPIDistributedZkTest, TestFieldSortValues, TestHighFrequencyDictionaryFactory, ConvertedLegacyTest, SuggesterWFSTTest, CachingDirectoryFactoryTest, BinaryUpdateRequestHandlerTest, TestMiniSolrCloudCluster, TestReplicationHandler, TestSerializedLuceneMatchVersion, BadComponentTest, AbstractAnalyticsStatsTest, TestAddFieldRealTimeGet, TestConfig, TestSearchPerf, SignatureUpdateProcessorFactoryTest, TestIndexSearcher, DistributedQueryComponentCustomSortTest, PathHierarchyTokenizerFactoryTest, TestCollationFieldDocValues, TestSweetSpotSimilarityFactory, TestModifyConfFiles, BadCopyFieldTest, QueryElevationComponentTest, OverseerTest, TestRealTimeGet, TermsComponentTest, TestMaxScoreQueryParser, TestFastOutputStream, RequestHandlersTest, TestInfoStreamLogging, RangeFacetTest, TestSurroundQueryParser, TestStressRecovery, TimeZoneUtilsTest, TestLMDirichletSimilarityFactory, OverseerRolesTest, HdfsSyncSliceTest, TriLevelCompositeIdRoutingTest, TestOmitPositions, TestMergePolicyConfig, TestCollapseQParserPlugin, AutoCommitTest, TestSolrQueryParserResource, CursorMarkTest, SolrPluginUtilsTest, ZkSolrClientTest, TestUniqueKeyFieldResource, ExternalFileFieldSortTest, TestWriterPerf, CurrencyFieldOpenExchangeTest, TestLMJelinekMercerSimilarityFactory, SuggesterFSTTest, AlternateDirectoryTest, SolrTestCaseJ4Test, TestJoin, LegacyHTMLStripCharFilterTest, TestBadConfig, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, TestRandomFaceting, TestZkChroot, ShardRoutingCustomTest, TestDistributedGrouping, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestMultiCoreConfBootstrap, TestStressVersions, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, CoreAdminHandlerTest, DocValuesTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, DocValuesMultiTest, TestSolrDeletionPolicy1, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, XmlUpdateRequestHandlerTest, TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestCollationField, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, TestBinaryField, MinimalSchemaTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestPerFieldSimilarity, TestNumberUtils, TestBM25SimilarityFactory, TestJmxMonitoredMap, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSolrXMLSerializer, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, ClusterStateTest, TestSolrJ, TestUtils, TestDocumentBuilder, ZkNodePropsTest, UUIDFieldTest, FileUtilsTest, CircularListTest, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, ExpressionTest, AbstractAnalyticsFacetTest, AliasIntegrationTest, AssignTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, SSLMigrationTest]
   [junit4] Completed in 47.06s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 2647260 T10625 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2647263 T10625 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-ShardSplitTest-1395468780042
   [junit4]   2> 2647267 T10625 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2647268 T10626 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2647385 T10625 oasc.ZkTestServer.run start zk server on port:62980
   [junit4]   2> 2647389 T10625 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2647393 T10629 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:730)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:713)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 136 T10629 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-ShardSplitTest] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([8F65C9101C46D3D9]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:968)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1395468780040\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1395468780040\zookeeper\server1\data\version-2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1395468780040\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1395468780040\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1395468780040\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1395468780040 FAILED !!!!!
   [junit4]   2> 2699208 T10625 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2699211 T10625 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:62980 62980
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=8F65C9101C46D3D9 -Dtests.slow=true -Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=Asia/Anadyr -Dtests.file.encoding=Cp1252
   [junit4] ERROR   54.0s | ShardSplitTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62980 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.setUp(BasicDistributedZkTest.java:124)
   [junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.setUp(ShardSplitTest.java:73)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62980 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 46 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=10629, name=SyncThread:0, state=RUNNABLE, group=TGRP-ShardSplitTest]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F65C9101C46D3D9]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:968)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 2701239 T10625 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ja_JP_JP_#u-ca-japanese, timezone=Asia/Anadyr
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0 (32-bit)/cpus=2,threads=1,free=253379784,total=411303936
   [junit4]   2> NOTE: All tests run in this JVM: [TestReload, IndexBasedSpellCheckerTest, TestShortCircuitedRequests, TestCopyFieldCollectionResource, TestCloudManagedSchemaAddField, HdfsLockFactoryTest, TestSchemaNameResource, TestDistributedSearch, TestFoldingMultitermQuery, TestRandomDVFaceting, TestCustomSort, DistanceFunctionTest, TestRecovery, TestExpandComponent, PreAnalyzedUpdateProcessorTest, SearchHandlerTest, TestNonDefinedSimilarityFactory, UnloadDistributedZkTest, TestElisionMultitermQuery, TestManagedStopFilterFactory, SoftAutoCommitTest, MigrateRouteKeyTest, TestFieldCollectionResource, CoreAdminRequestStatusTest, PeerSyncTest, BlockDirectoryTest, TestStressReorder, StatelessScriptUpdateProcessorFactoryTest, LukeRequestHandlerTest, SolrXmlInZkTest, TestDefaultSimilarityFactory, RemoteQueryErrorTest, DirectSolrConnectionTest, WordBreakSolrSpellCheckerTest, TestFastWriter, TestAnalyzedSuggestions, TestRTGBase, TestExceedMaxTermLength, TestNoOpRegenerator, TestCoreContainer, TestSimpleQParserPlugin, TestQueryTypes, SolrInfoMBeanTest, ReturnFieldsTest, TestLFUCache, OpenCloseCoreStressTest, TestFuzzyAnalyzedSuggestions, SyncSliceTest, TestSolrXmlPersistor, TestIndexingPerformance, SliceStateTest, DistributedQueryElevationComponentTest, CoreMergeIndexesAdminHandlerTest, DebugComponentTest, TestIBSimilarityFactory, ResourceLoaderTest, CoreContainerCoreInitFailuresTest, FileBasedSpellCheckerTest, TestJmxIntegration, SampleTest, TestManagedResource, DirectSolrSpellCheckerTest, TestNRTOpen, TestOverriddenPrefixQueryForCustomFieldType, DistributedTermsComponentTest, NoFacetTest, TestRangeQuery, JsonLoaderTest, DistributedDebugComponentTest, TestCloudManagedSchema, SystemInfoHandlerTest, FullSolrCloudDistribCmdsTest, EnumFieldTest, UpdateParamsTest, OutputWriterTest, LeaderElectionIntegrationTest, PrimitiveFieldTypeTest, TestInitQParser, SuggesterTSTTest, TestBlendedInfixSuggestions, DocumentBuilderTest, XsltUpdateRequestHandlerTest, QueryEqualityTest, TestFieldResource, QueryFacetTest, TestRemoteStreaming, TestHashPartitioner, SliceStateUpdateTest, TestDocBasedVersionConstraints, TestSolrQueryParser, PingRequestHandlerTest, IndexSchemaTest, CSVRequestHandlerTest, ClusterStateUpdateTest, RAMDirectoryFactoryTest, HdfsChaosMonkeySafeLeaderTest, AsyncMigrateRouteKeyTest, TestSchemaResource, HardAutoCommitTest, LeaderElectionTest, FunctionTest, CacheHeaderTest, SolrCoreTest, TestQuerySenderListener, NumericFieldsTest, TestDistributedMissingSort, TestFaceting, OverseerCollectionProcessorTest, TestFieldTypeCollectionResource, TestComplexPhraseQParserPlugin, HdfsWriteToMultipleCollectionsTest, TestSystemIdResolver, TestFastLRUCache, LoggingHandlerTest, TestDFRSimilarityFactory, TestSolrXml, ZkCLITest, SpellingQueryConverterTest, TestRestManager, CoreAdminCreateDiscoverTest, TestValueSourceCache, PolyFieldTest, DocumentAnalysisRequestHandlerTest, SpellCheckComponentTest, FieldFacetExtrasTest, TestCSVResponseWriter, SolrRequestParserTest, TestLRUCache, SpellCheckCollatorTest, PreAnalyzedFieldTest, HdfsCollectionsAPIDistributedZkTest, TestFieldSortValues, TestHighFrequencyDictionaryFactory, ConvertedLegacyTest, SuggesterWFSTTest, CachingDirectoryFactoryTest, BinaryUpdateRequestHandlerTest, TestMiniSolrCloudCluster, TestReplicationHandler, TestSerializedLuceneMatchVersion, BadComponentTest, AbstractAnalyticsStatsTest, TestAddFieldRealTimeGet, TestConfig, TestSearchPerf, SignatureUpdateProcessorFactoryTest, TestIndexSearcher, DistributedQueryComponentCustomSortTest, PathHierarchyTokenizerFactoryTest, TestCollationFieldDocValues, TestSweetSpotSimilarityFactory, TestModifyConfFiles, BadCopyFieldTest, QueryElevationComponentTest, OverseerTest, TestRealTimeGet, TermsComponentTest, TestMaxScoreQueryParser, TestFastOutputStream, RequestHandlersTest, TestInfoStreamLogging, RangeFacetTest, TestSurroundQueryParser, TestStressRecovery, TimeZoneUtilsTest, TestLMDirichletSimilarityFactory, OverseerRolesTest, HdfsSyncSliceTest, TriLevelCompositeIdRoutingTest, TestOmitPositions, TestMergePolicyConfig, TestCollapseQParserPlugin, AutoCommitTest, TestSolrQueryParserResource, CursorMarkTest, SolrPluginUtilsTest, ZkSolrClientTest, TestUniqueKeyFieldResource, ExternalFileFieldSortTest, TestWriterPerf, CurrencyFieldOpenExchangeTest, TestLMJelinekMercerSimilarityFactory, SuggesterFSTTest, AlternateDirectoryTest, SolrTestCaseJ4Test, TestJoin, LegacyHTMLStripCharFilterTest, TestBadConfig, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, TestRandomFaceting, TestZkChroot, ShardRoutingCustomTest, TestDistributedGrouping, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestMultiCoreConfBootstrap, TestStressVersions, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, CoreAdminHandlerTest, DocValuesTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, DocValuesMultiTest, TestSolrDeletionPolicy1, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, XmlUpdateRequestHandlerTest, TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestCollationField, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, TestBinaryField, MinimalSchemaTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestPerFieldSimilarity, TestNumberUtils, TestBM25SimilarityFactory, TestJmxMonitoredMap, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSolrXMLSerializer, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, ClusterStateTest, TestSolrJ, TestUtils, TestDocumentBuilder, ZkNodePropsTest, UUIDFieldTest, FileUtilsTest, CircularListTest, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, ExpressionTest, AbstractAnalyticsFacetTest, AliasIntegrationTest, AssignTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, SSLMigrationTest, ShardSplitTest]
   [junit4] Completed in 54.01s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestDistribDocBasedVersion
   [junit4]   2> 2701295 T10634 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2701295 T10634 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/fi
   [junit4]   2> 2701299 T10634 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestDistribDocBasedVersion-1395468834078
   [junit4]   2> 2701302 T10634 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2701303 T10635 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2701387 T10634 oasc.ZkTestServer.run start zk server on port:62989
   [junit4]   2> 2701389 T10634 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2701393 T10638 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:730)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:713)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 99 T10638 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-TestDistribDocBasedVersion] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([8F65C9101C46D3D9]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:968)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestDistribDocBasedVersion-1395468834076\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestDistribDocBasedVersion-1395468834076\zookeeper\server1\data\version-2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestDistribDocBasedVersion-1395468834076\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestDistribDocBasedVersion-1395468834076\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestDistribDocBasedVersion-1395468834076\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestDistribDocBasedVersion-1395468834076 FAILED !!!!!
   [junit4]   2> 2745718 T10634 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2745722 T10634 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:62989 62989
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistribDocBasedVersion -Dtests.method=testDistribSearch -Dtests.seed=8F65C9101C46D3D9 -Dtests.slow=true -Dtests.locale=sv -Dtests.timezone=America/Rainy_River -Dtests.file.encoding=Cp1252
   [junit4] ERROR   46.8s | TestDistribDocBasedVersion.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62989 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62989 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 44 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=10638, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestDistribDocBasedVersion]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F65C9101C46D3D9]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:968)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 2748136 T10634 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=sv, timezone=America/Rainy_River
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0 (32-bit)/cpus=2,threads=1,free=226909192,total=411303936
   [junit4]   2> NOTE: All tests run in this JVM: [TestReload, IndexBasedSpellCheckerTest, TestShortCircuitedRequests, TestCopyFieldCollectionResource, TestCloudManagedSchemaAddField, HdfsLockFactoryTest, TestSchemaNameResource, TestDistributedSearch, TestFoldingMultitermQuery, TestRandomDVFaceting, TestCustomSort, DistanceFunctionTest, TestRecovery, TestExpandComponent, PreAnalyzedUpdateProcessorTest, SearchHandlerTest, TestNonDefinedSimilarityFactory, UnloadDistributedZkTest, TestElisionMultitermQuery, TestManagedStopFilterFactory, SoftAutoCommitTest, MigrateRouteKeyTest, TestFieldCollectionResource, CoreAdminRequestStatusTest, PeerSyncTest, BlockDirectoryTest, TestStressReorder, StatelessScriptUpdateProcessorFactoryTest, LukeRequestHandlerTest, SolrXmlInZkTest, TestDefaultSimilarityFactory, RemoteQueryErrorTest, DirectSolrConnectionTest, WordBreakSolrSpellCheckerTest, TestFastWriter, TestAnalyzedSuggestions, TestRTGBase, TestExceedMaxTermLength, TestNoOpRegenerator, TestCoreContainer, TestSimpleQParserPlugin, TestQueryTypes, SolrInfoMBeanTest, ReturnFieldsTest, TestLFUCache, OpenCloseCoreStressTest, TestFuzzyAnalyzedSuggestions, SyncSliceTest, TestSolrXmlPersistor, TestIndexingPerformance, SliceStateTest, DistributedQueryElevationComponentTest, CoreMergeIndexesAdminHandlerTest, DebugComponentTest, TestIBSimilarityFactory, ResourceLoaderTest, CoreContainerCoreInitFailuresTest, FileBasedSpellCheckerTest, TestJmxIntegration, SampleTest, TestManagedResource, DirectSolrSpellCheckerTest, TestNRTOpen, TestOverriddenPrefixQueryForCustomFieldType, DistributedTermsComponentTest, NoFacetTest, TestRangeQuery, JsonLoaderTest, DistributedDebugComponentTest, TestCloudManagedSchema, SystemInfoHandlerTest, FullSolrCloudDistribCmdsTest, EnumFieldTest, UpdateParamsTest, OutputWriterTest, LeaderElectionIntegrationTest, PrimitiveFieldTypeTest, TestInitQParser, SuggesterTSTTest, TestBlendedInfixSuggestions, DocumentBuilderTest, XsltUpdateRequestHandlerTest, QueryEqualityTest, TestFieldResource, QueryFacetTest, TestRemoteStreaming, TestHashPartitioner, SliceStateUpdateTest, TestDocBasedVersionConstraints, TestSolrQueryParser, PingRequestHandlerTest, IndexSchemaTest, CSVRequestHandlerTest, ClusterStateUpdateTest, RAMDirectoryFactoryTest, HdfsChaosMonkeySafeLeaderTest, AsyncMigrateRouteKeyTest, TestSchemaResource, HardAutoCommitTest, LeaderElectionTest, FunctionTest, CacheHeaderTest, SolrCoreTest, TestQuerySenderListener, NumericFieldsTest, TestDistributedMissingSort, TestFaceting, OverseerCollectionProcessorTest, TestFieldTypeCollectionResource, TestComplexPhraseQParserPlugin, HdfsWriteToMultipleCollectionsTest, TestSystemIdResolver, TestFastLRUCache, LoggingHandlerTest, TestDFRSimilarityFactory, TestSolrXml, ZkCLITest, SpellingQueryConverterTest, TestRestManager, CoreAdminCreateDiscoverTest, TestValueSourceCache, PolyFieldTest, DocumentAnalysisRequestHandlerTest, SpellCheckComponentTest, FieldFacetExtrasTest, TestCSVResponseWriter, SolrRequestParserTest, TestLRUCache, SpellCheckCollatorTest, PreAnalyzedFieldTest, HdfsCollectionsAPIDistributedZkTest, TestFieldSortValues, TestHighFrequencyDictionaryFactory, ConvertedLegacyTest, SuggesterWFSTTest, CachingDirectoryFactoryTest, BinaryUpdateRequestHandlerTest, TestMiniSolrCloudCluster, TestReplicationHandler, TestSerializedLuceneMatchVersion, BadComponentTest, AbstractAnalyticsStatsTest, TestAddFieldRealTimeGet, TestConfig, TestSearchPerf, SignatureUpdateProcessorFactoryTest, TestIndexSearcher, DistributedQueryComponentCustomSortTest, PathHierarchyTokenizerFactoryTest, TestCollationFieldDocValues, TestSweetSpotSimilarityFactory, TestModifyConfFiles, BadCopyFieldTest, QueryElevationComponentTest, OverseerTest, TestRealTimeGet, TermsComponentTest, TestMaxScoreQueryParser, TestFastOutputStream, RequestHandlersTest, TestInfoStreamLogging, RangeFacetTest, TestSurroundQueryParser, TestStressRecovery, TimeZoneUtilsTest, TestLMDirichletSimilarityFactory, OverseerRolesTest, HdfsSyncSliceTest, TriLevelCompositeIdRoutingTest, TestOmitPositions, TestMergePolicyConfig, TestCollapseQParserPlugin, AutoCommitTest, TestSolrQueryParserResource, CursorMarkTest, SolrPluginUtilsTest, ZkSolrClientTest, TestUniqueKeyFieldResource, ExternalFileFieldSortTest, TestWriterPerf, CurrencyFieldOpenExchangeTest, TestLMJelinekMercerSimilarityFactory, SuggesterFSTTest, AlternateDirectoryTest, SolrTestCaseJ4Test, TestJoin, LegacyHTMLStripCharFilterTest, TestBadConfig, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, TestRandomFaceting, TestZkChroot, ShardRoutingCustomTest, TestDistributedGrouping, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestMultiCoreConfBootstrap, TestStressVersions, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, CoreAdminHandlerTest, DocValuesTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, DocValuesMultiTest, TestSolrDeletionPolicy1, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, XmlUpdateRequestHandlerTest, TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestCollationField, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, TestBinaryField, MinimalSchemaTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestPerFieldSimilarity, TestNumberUtils, TestBM25SimilarityFactory, TestJmxMonitoredMap, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSolrXMLSerializer, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, ClusterStateTest, TestSolrJ, TestUtils, TestDocumentBuilder, ZkNodePropsTest, UUIDFieldTest, FileUtilsTest, CircularListTest, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, ExpressionTest, AbstractAnalyticsFacetTest, AliasIntegrationTest, AssignTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, SSLMigrationTest, ShardSplitTest, TestDistribDocBasedVersion]
   [junit4] Completed in 46.87s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRequestStatusCollectionAPI
   [junit4]   2> 2748354 T10643 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ij/k
   [junit4]   2> 2748359 T10643 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestRequestStatusCollectionAPI-1395468881138
   [junit4]   2> 2748363 T10643 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2748364 T10644 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2748474 T10643 oasc.ZkTestServer.run start zk server on port:62998
   [junit4]   2> 2748476 T10643 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2748479 T10647 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:730)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:713)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 127 T10647 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-TestRequestStatusCollectionAPI] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([8F65C9101C46D3D9]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:968)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestRequestStatusCollectionAPI-1395468881136\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestRequestStatusCollectionAPI-1395468881136\zookeeper\server1\data\version-2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestRequestStatusCollectionAPI-1395468881136\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestRequestStatusCollectionAPI-1395468881136\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestRequestStatusCollectionAPI-1395468881136\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestRequestStatusCollectionAPI-1395468881136 FAILED !!!!!
   [junit4]   2> 2804728 T10643 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2804731 T10643 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:62998 62998
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRequestStatusCollectionAPI -Dtests.method=testDistribSearch -Dtests.seed=8F65C9101C46D3D9 -Dtests.slow=true -Dtests.locale=ga_IE -Dtests.timezone=America/Guyana -Dtests.file.encoding=Cp1252
   [junit4] ERROR   58.6s | TestRequestStatusCollectionAPI.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62998 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.setUp(BasicDistributedZkTest.java:124)
   [junit4]    > 	at org.apache.solr.cloud.TestRequestStatusCollectionAPI.setUp(TestRequestStatusCollectionAPI.java:40)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:62998 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 46 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=10647, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestRequestStatusCollectionAPI]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F65C9101C46D3D9]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:968)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 2806990 T10643 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ga_IE, timezone=America/Guyana
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0 (32-bit)/cpus=2,threads=1,free=198961736,total=411303936
   [junit4]   2> NOTE: All tests run in this JVM: [TestReload, IndexBasedSpellCheckerTest, TestShortCircuitedRequests, TestCopyFieldCollectionResource, TestCloudManagedSchemaAddField, HdfsLockFactoryTest, TestSchemaNameResource, TestDistributedSearch, TestFoldingMultitermQuery, TestRandomDVFaceting, TestCustomSort, DistanceFunctionTest, TestRecovery, TestExpandComponent, PreAnalyzedUpdateProcessorTest, SearchHandlerTest, TestNonDefinedSimilarityFactory, UnloadDistributedZkTest, TestElisionMultitermQuery, TestManagedStopFilterFactory, SoftAutoCommitTest, MigrateRouteKeyTest, TestFieldCollectionResource, CoreAdminRequestStatusTest, PeerSyncTest, BlockDirectoryTest, TestStressReorder, StatelessScriptUpdateProcessorFactoryTest, LukeRequestHandlerTest, SolrXmlInZkTest, TestDefaultSimilarityFactory, RemoteQueryErrorTest, DirectSolrConnectionTest, WordBreakSolrSpellCheckerTest, TestFastWriter, TestAnalyzedSuggestions, TestRTGBase, TestExceedMaxTermLength, TestNoOpRegenerator, TestCoreContainer, TestSimpleQParserPlugin, TestQueryTypes, SolrInfoMBeanTest, ReturnFieldsTest, TestLFUCache, OpenCloseCoreStressTest, TestFuzzyAnalyzedSuggestions, SyncSliceTest, TestSolrXmlPersistor, TestIndexingPerformance, SliceStateTest, DistributedQueryElevationComponentTest, CoreMergeIndexesAdminHandlerTest, DebugComponentTest, TestIBSimilarityFactory, ResourceLoaderTest, CoreContainerCoreInitFailuresTest, FileBasedSpellCheckerTest, TestJmxIntegration, SampleTest, TestManagedResource, DirectSolrSpellCheckerTest, TestNRTOpen, TestOverriddenPrefixQueryForCustomFieldType, DistributedTermsComponentTest, NoFacetTest, TestRangeQuery, JsonLoaderTest, DistributedDebugComponentTest, TestCloudManagedSchema, SystemInfoHandlerTest, FullSolrCloudDistribCmdsTest, EnumFieldTest, UpdateParamsTest, OutputWriterTest, LeaderElectionIntegrationTest, PrimitiveFieldTypeTest, TestInitQParser, SuggesterTSTTest, TestBlendedInfixSuggestions, DocumentBuilderTest, XsltUpdateRequestHandlerTest, QueryEqualityTest, TestFieldResource, QueryFacetTest, TestRemoteStreaming, TestHashPartitioner, SliceStateUpdateTest, TestDocBasedVersionConstraints, TestSolrQueryParser, PingRequestHandlerTest, IndexSchemaTest, CSVRequestHandlerTest, ClusterStateUpdateTest, RAMDirectoryFactoryTest, HdfsChaosMonkeySafeLeaderTest, AsyncMigrateRouteKeyTest, TestSchemaResource, HardAutoCommitTest, LeaderElectionTest, FunctionTest, CacheHeaderTest, SolrCoreTest, TestQuerySenderListener, NumericFieldsTest, TestDistributedMissingSort, TestFaceting, OverseerCollectionProcessorTest, TestFieldTypeCollectionResource, TestComplexPhraseQParserPlugin, HdfsWriteToMultipleCollectionsTest, TestSystemIdResolver, TestFastLRUCache, LoggingHandlerTest, TestDFRSimilarityFactory, TestSolrXml, ZkCLITest, SpellingQueryConverterTest, TestRestManager, CoreAdminCreateDiscoverTest, TestValueSourceCache, PolyFieldTest, DocumentAnalysisRequestHandlerTest, SpellCheckComponentTest, FieldFacetExtrasTest, TestCSVResponseWriter, SolrRequestParserTest, TestLRUCache, SpellCheckCollatorTest, PreAnalyzedFieldTest, HdfsCollectionsAPIDistributedZkTest, TestFieldSortValues, TestHighFrequencyDictionaryFactory, ConvertedLegacyTest, SuggesterWFSTTest, CachingDirectoryFactoryTest, BinaryUpdateRequestHandlerTest, TestMiniSolrCloudCluster, TestReplicationHandler, TestSerializedLuceneMatchVersion, BadComponentTest, AbstractAnalyticsStatsTest, TestAddFieldRealTimeGet, TestConfig, TestSearchPerf, SignatureUpdateProcessorFactoryTest, TestIndexSearcher, DistributedQueryComponentCustomSortTest, PathHierarchyTokenizerFactoryTest, TestCollationFieldDocValues, TestSweetSpotSimilarityFactory, TestModifyConfFiles, BadCopyFieldTest, QueryElevationComponentTest, OverseerTest, TestRealTimeGet, TermsComponentTest, TestMaxScoreQueryParser, TestFastOutputStream, RequestHandlersTest, TestInfoStreamLogging, RangeFacetTest, TestSurroundQueryParser, TestStressRecovery, TimeZoneUtilsTest, TestLMDirichletSimilarityFactory, OverseerRolesTest, HdfsSyncSliceTest, TriLevelCompositeIdRoutingTest, TestOmitPositions, TestMergePolicyConfig, TestCollapseQParserPlugin, AutoCommitTest, TestSolrQueryParserResource, CursorMarkTest, SolrPluginUtilsTest, ZkSolrClientTest, TestUniqueKeyFieldResource, ExternalFileFieldSortTest, TestWriterPerf, CurrencyFieldOpenExchangeTest, TestLMJelinekMercerSimilarityFactory, SuggesterFSTTest, AlternateDirectoryTest, SolrTestCaseJ4Test, TestJoin, LegacyHTMLStripCharFilterTest, TestBadConfig, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, TestRandomFaceting, TestZkChroot, ShardRoutingCustomTest, TestDistributedGrouping, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestMultiCoreConfBootstrap, TestStressVersions, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, CoreAdminHandlerTest, DocValuesTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, DocValuesMultiTest, TestSolrDeletionPolicy1, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, XmlUpdateRequestHandlerTest, TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestCollationField, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, TestBinaryField, MinimalSchemaTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestPerFieldSimilarity, TestNumberUtils, TestBM25SimilarityFactory, TestJmxMonitoredMap, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSolrXMLSerializer, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, ClusterStateTest, TestSolrJ, TestUtils, TestDocumentBuilder, ZkNodePropsTest, UUIDFieldTest, FileUtilsTest, CircularListTest, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, ExpressionTest, AbstractAnalyticsFacetTest, AliasIntegrationTest, AssignTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, SSLMigrationTest, ShardSplitTest, TestDistribDocBasedVersion, TestRequestStatusCollectionAPI]
   [junit4] Completed in 58.66s, 1 test, 1 error <<< FAILURES!

[...truncated 60 lines...]
   [junit4] Suite: org.apache.solr.rest.TestManagedResourceStorage
   [junit4]   2> 2837010 T11040 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestManagedResourceStorage-1395468969789
   [junit4]   2> 2837013 T11040 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2837016 T11041 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2837115 T11040 oasc.ZkTestServer.run start zk server on port:63342
   [junit4]   2> 2837117 T11040 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2837122 T11044 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:730)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:713)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 113 T11044 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-TestManagedResourceStorage] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([8F65C9101C46D3D9]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.luce

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

p-common-2.2.0.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\lib\hadoop-hdfs-2.2.0.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\lib\hppc-0.5.2.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\lib\joda-time-2.2.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\lib\org.restlet-2.1.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\lib\org.restlet.ext.servlet-2.1.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\lib\protobuf-java-2.5.0.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\lib\spatial4j-0.4.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\lib\commons-io-2.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\lib\httpclient-4.3.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\lib\httpcore-4.3.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\lib\httpmime-4.3.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\lib\jcl-over-slf4j-1.7.6.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\lib\jul-to-slf4j-1.7.6.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\lib\log4j-1.2.16.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\lib\noggit-0.5.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\lib\slf4j-api-1.7.6.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\lib\slf4j-log4j12-1.7.6.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\lib\wstx-asl-3.2.7.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\lib\zookeeper-3.4.6.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\lib\jetty-continuation-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\lib\jetty-deploy-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\lib\jetty-http-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\lib\jetty-io-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\lib\jetty-jmx-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\lib\jetty-security-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\lib\jetty-server-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\lib\jetty-servlet-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\lib\jetty-util-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\lib\jetty-webapp-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\lib\jetty-xml-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\lib\servlet-api-3.0.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\example-DIH\solr\db\lib\derby-10.9.1.0.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\example\example-DIH\solr\db\lib\hsqldb-1.8.0.10.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\build\core\classes\java;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\test-framework\lib\junit-4.10.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\test-framework\lib\randomizedtesting-runner-2.1.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\antlr-runtime-3.5.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\asm-4.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\asm-commons-4.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\cglib-nodep-2.2.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\commons-collections-3.2.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\dom4j-1.6.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\easymock-3.0.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\hadoop-common-2.2.0-tests.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\hadoop-hdfs-2.2.0-tests.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\hppc-0.5.2.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\javax.servlet-api-3.0.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\jersey-core-1.8.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\jetty-6.1.26.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\jetty-util-6.1.26.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\test-lib\objenesis-1.2.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-launcher.jar;C:\Users\JenkinsSlave\.ant\lib\ivy-2.3.0.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-antlr.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-bcel.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-bsf.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-log4j.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-oro.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-regexp.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-resolver.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-xalan2.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-commons-logging.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-commons-net.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jai.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-javamail.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jdepend.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jmf.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jsch.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-junit.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-junit4.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-netrexx.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-swing.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-testutil.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant.jar;C:\Users\JenkinsSlave\tools\java\32bit\jdk1.8.0\lib\tools.jar;C:\Users\JenkinsSlave\.ivy2\cache\com.carrotsearch.randomizedtesting\junit4-ant\jars\junit4-ant-2.1.1.jar -ea:org.apache.lucene... -ea:org.apache.solr... com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -flush -eventsfile C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\temp\junit4-J0-20140322_052850_839.events @C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\temp\junit4-J0-20140322_052850_839.suites
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with error code: 240. Very likely a JVM crash.  Process output piped in logs above.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1458)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:133)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:945)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:942)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4] 	at java.lang.Thread.run(Thread.java:744)

BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:447: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:45: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:490: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1275: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:907: At least one slave process threw an exception, first: Forked process returned with error code: 240. Very likely a JVM crash.  Process output piped in logs above.

Total time: 76 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_51) - Build # 3886 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3886/
Java: 64bit/jdk1.7.0_51 -XX:+UseCompressedOops -XX:+UseSerialGC -XX:-UseSuperWord

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudCluster

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56421 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56421 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:68)
	at org.apache.solr.cloud.TestMiniSolrCloudCluster.startup(TestMiniSolrCloudCluster.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:766)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56421 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 26 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudCluster

Error Message:
4 threads leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudCluster:     1) Thread[id=11062, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)         at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)         at java.lang.Thread.run(Thread.java:744)    2) Thread[id=11065, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)    3) Thread[id=11063, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudCluster]         at java.lang.Object.wait(Native Method)         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)    4) Thread[id=11061, name=Thread-4846, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1280)         at java.lang.Thread.join(Thread.java:1354)         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudCluster: 
   1) Thread[id=11062, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
        at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
        at java.lang.Thread.run(Thread.java:744)
   2) Thread[id=11065, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
   3) Thread[id=11063, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudCluster]
        at java.lang.Object.wait(Native Method)
        at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   4) Thread[id=11061, name=Thread-4846, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1280)
        at java.lang.Thread.join(Thread.java:1354)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
        at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)
        at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)
	at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudCluster

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=11062, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)         at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)         at java.lang.Thread.run(Thread.java:744)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=11062, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
        at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)
        at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)
        at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)
        at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
        at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)
        at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
        at java.lang.Thread.run(Thread.java:744)
	at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudCluster

Error Message:
Captured an uncaught exception in thread: Thread[id=11064, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11064, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
	at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)
	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
	at java.lang.Runtime.exit(Runtime.java:107)
	at java.lang.System.exit(System.java:962)
	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)




Build Log:
[...truncated 10990 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudCluster
   [junit4]   2> 3462685 T11060 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 3462687 T11061 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3462758 T11060 oasc.ZkTestServer.run start zk server on port:56421
   [junit4]   2> 3462760 T11060 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3462765 T11064 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:738)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:720)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 29651 T11064 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-TestMiniSolrCloudCluster] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:962)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> 61546 T11059 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> 81650 T11059 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 4 threads leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudCluster: 
   [junit4]   2> 	   1) Thread[id=11062, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]   2> 	        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
   [junit4]   2> 	        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
   [junit4]   2> 	        at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
   [junit4]   2> 	        at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]   2> 	        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	   2) Thread[id=11065, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
   [junit4]   2> 	   3) Thread[id=11063, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   [junit4]   2> 	   4) Thread[id=11061, name=Thread-4846, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.lang.Thread.join(Thread.java:1280)
   [junit4]   2> 	        at java.lang.Thread.join(Thread.java:1354)
   [junit4]   2> 	        at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
   [junit4]   2> 	        at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)
   [junit4]   2> 	        at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)
   [junit4]   2> 81651 T11059 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=11062, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]   2> 	   2) Thread[id=11065, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]   2> 	   3) Thread[id=11063, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]   2> 	   4) Thread[id=11061, name=Thread-4846, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]   2> 3514795 T11065 oazs.PrepRequestProcessor.run ERROR Unexpected interruption java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2017)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2052)
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
   [junit4]   2> 
   [junit4]   2> 3514796 T11061 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Server interrupted java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	at java.lang.Thread.join(Thread.java:1280)
   [junit4]   2> 	at java.lang.Thread.join(Thread.java:1354)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)
   [junit4]   2> 
   [junit4]   2> 3514797 T11063 oazs.SessionTrackerImpl.run ERROR Unexpected interruption java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   [junit4]   2> 
   [junit4]   2> 84654 T11059 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=11062, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]   2> 	        at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)
   [junit4]   2> 	        at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)
   [junit4]   2> 	        at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)
   [junit4]   2> 	        at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
   [junit4]   2> 	        at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)
   [junit4]   2> 	        at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]   2> 	        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=es_PE, timezone=Pacific/Majuro
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_51 (64-bit)/cpus=2,threads=2,free=261073112,total=493924352
   [junit4]   2> NOTE: All tests run in this JVM: [TestCharFilters, SliceStateUpdateTest, SimpleFacetsTest, TestQuerySenderListener, ChangedSchemaMergeTest, DistanceFunctionTest, ConnectionManagerTest, HighlighterConfigTest, OpenExchangeRatesOrgProviderTest, TestUpdate, TestReplicationHandler, TestBinaryResponseWriter, TestSolrXmlPersistor, TestHighlightDedupGrouping, CacheHeaderTest, HdfsDirectoryTest, JSONWriterTest, EchoParamsTest, TestFieldSortValues, ZkSolrClientTest, CoreAdminRequestStatusTest, TestStressUserVersions, TestSolrDeletionPolicy2, TestLRUCache, AddBlockUpdateTest, UnloadDistributedZkTest, HighlighterTest, AutoCommitTest, RecoveryZkTest, TestNoOpRegenerator, DirectUpdateHandlerTest, TestSolrJ, AsyncMigrateRouteKeyTest, HdfsUnloadDistributedZkTest, ReturnFieldsTest, XsltUpdateRequestHandlerTest, FastVectorHighlighterTest, SoftAutoCommitTest, CSVRequestHandlerTest, ExpressionTest, TestCSVResponseWriter, ShardSplitTest, TestFoldingMultitermQuery, PreAnalyzedUpdateProcessorTest, TestInitQParser, ConvertedLegacyTest, ClusterStateUpdateTest, TestRandomFaceting, PrimUtilsTest, DirectSolrSpellCheckerTest, TestPhraseSuggestions, TestHighFrequencyDictionaryFactory, QueryEqualityTest, RequiredFieldsTest, DocValuesMultiTest, TestManagedResourceStorage, TestRandomDVFaceting, OverseerCollectionProcessorTest, SolrPluginUtilsTest, LeaderElectionIntegrationTest, HdfsBasicDistributedZkTest, SSLMigrationTest, TestFiltering, SortByFunctionTest, DirectUpdateHandlerOptimizeTest, NumericFieldsTest, SolrRequestParserTest, AssignTest, SampleTest, TestBlendedInfixSuggestions, MoreLikeThisHandlerTest, StatsComponentTest, HdfsCollectionsAPIDistributedZkTest, TestSurroundQueryParser, LoggingHandlerTest, TestCloudManagedSchemaAddField, DeleteInactiveReplicaTest, TestDefaultSimilarityFactory, FieldFacetExtrasTest, BasicZkTest, SolrIndexConfigTest, TestFunctionQuery, UpdateRequestProcessorFactoryTest, ShardRoutingTest, TestFastWriter, MigrateRouteKeyTest, TestDocBasedVersionConstraints, OutputWriterTest, TestSearchPerf, BlockDirectoryTest, DefaultValueUpdateProcessorTest, TestFileDictionaryLookup, TestReload, URLClassifyProcessorTest, TestDocSet, BadCopyFieldTest, SolrTestCaseJ4Test, XmlUpdateRequestHandlerTest, TestModifyConfFiles, TestSolrIndexConfig, SystemInfoHandlerTest, TestCoreContainer, TimeZoneUtilsTest, TestRemoteStreaming, DistributedQueryComponentOptimizationTest, TestInfoStreamLogging, TestPHPSerializedResponseWriter, CurrencyFieldXmlFileTest, AbstractAnalyticsStatsTest, BlockCacheTest, ZkControllerTest, TestRTGBase, TestLMDirichletSimilarityFactory, TestFaceting, TestCloudManagedSchema, SOLR749Test, TestSolrXMLSerializer, TestUtils, TestManagedStopFilterFactory, TestComponentsName, TestImplicitCoreProperties, TestShortCircuitedRequests, TestManagedSchema, ResponseLogComponentTest, TestFastLRUCache, SolrCoreTest, BinaryUpdateRequestHandlerTest, TestZkChroot, SolrCoreCheckLockOnStartupTest, IndexSchemaTest, TestExceedMaxTermLength, SolrInfoMBeanTest, TestAtomicUpdateErrorCases, PeerSyncTest, CachingDirectoryFactoryTest, TestPerFieldSimilarity, TestIBSimilarityFactory, MBeansHandlerTest, TestRecoveryHdfs, TestSolrXmlPersistence, LukeRequestHandlerTest, DebugComponentTest, SuggesterWFSTTest, TestJmxIntegration, TestCustomSort, TestClassNameShortening, TestSolrQueryParserResource, QueryFacetTest, DocValuesTest, TestPseudoReturnFields, TestHashPartitioner, DocumentAnalysisRequestHandlerTest, FileUtilsTest, PingRequestHandlerTest, TestRestManager, RegexBoostProcessorTest, DeleteReplicaTest, BadComponentTest, TestTrie, WordBreakSolrSpellCheckerTest, ExternalFileFieldSortTest, FullSolrCloudDistribCmdsTest, SimplePostToolTest, TestSchemaSimilarityResource, TestUniqueKeyFieldResource, TestNRTOpen, TestRangeQuery, SignatureUpdateProcessorFactoryTest, TestCSVLoader, TestDynamicFieldResource, LegacyHTMLStripCharFilterTest, TestDFRSimilarityFactory, TestDefaultSearchFieldResource, TestReversedWildcardFilterFactory, UpdateParamsTest, CursorPagingTest, ShardRoutingCustomTest, TestQueryUtils, CoreAdminHandlerTest, TestAnalyzeInfixSuggestions, TestSolr4Spatial, TestCopyFieldCollectionResource, TermVectorComponentTest, TestDocumentBuilder, SliceStateTest, HdfsLockFactoryTest, TestQuerySenderNoQuery, PolyFieldTest, TestFieldTypeResource, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionTest, ZkCLITest, TestDistributedSearch, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestJoin, TestMultiCoreConfBootstrap, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, BasicFunctionalityTest, TestLazyCores, TestBadConfig, TestIndexSearcher, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, SpatialFilterTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, TestCollationField, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, SearchHandlerTest, CoreContainerCoreInitFailuresTest, TestLFUCache, AlternateDirectoryTest, CopyFieldTest, TestStressRecovery, TestMergePolicyConfig, MultiTermTest, TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestNumberUtils, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, ZkNodePropsTest, UUIDFieldTest, CircularListTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, NoFacetTest, AbstractAnalyticsFacetTest, RangeFacetTest, FunctionTest, AliasIntegrationTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteShardTest, DistribCursorPagingTest, OverseerRolesTest, OverseerStatusTest, RemoteQueryErrorTest, SolrXmlInZkTest, TestDistribDocBasedVersion, TestMiniSolrCloudCluster]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMiniSolrCloudCluster -Dtests.seed=2590DD157657B64A -Dtests.slow=true -Dtests.locale=es_PE -Dtests.timezone=Pacific/Majuro -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestMiniSolrCloudCluster (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56421 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:68)
   [junit4]    > 	at org.apache.solr.cloud.TestMiniSolrCloudCluster.startup(TestMiniSolrCloudCluster.java:80)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:56421 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 26 moreThrowable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudCluster: 
   [junit4]    >    1) Thread[id=11062, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    2) Thread[id=11065, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
   [junit4]    >    3) Thread[id=11063, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   [junit4]    >    4) Thread[id=11061, name=Thread-4846, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1280)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1354)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
   [junit4]    >         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)
   [junit4]    >         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=11062, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)Throwable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11064, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:962)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4] Completed in 55.20s, 0 tests, 4 errors <<< FAILURES!

[...truncated 181 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:447: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:45: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:490: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1275: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:907: There were test failures: 392 suites, 1645 tests, 4 suite-level errors, 291 ignored (33 assumptions)

Total time: 86 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_51 -XX:+UseCompressedOops -XX:+UseSerialGC -XX:-UseSuperWord
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3885/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

5 tests failed.
REGRESSION:  org.apache.solr.cloud.TestModifyConfFiles.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59237 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59237 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59237 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 44 more


FAILED:  junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59280 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59280 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([6B6E9438EA800C0]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.azt_beforeClass(AbstractZkTestCase.java:77)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:766)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59280 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 26 more


FAILED:  junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
Captured an uncaught exception in thread: Thread[id=11315, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestManagedResourceStorage]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11315, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestManagedResourceStorage]
Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
	at __randomizedtesting.SeedInfo.seed([6B6E9438EA800C0]:0)
	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
	at java.lang.Runtime.exit(Runtime.java:107)
	at java.lang.System.exit(System.java:968)
	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)


REGRESSION:  org.apache.solr.schema.TestCloudManagedSchema.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59338 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59338 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59338 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 44 more


FAILED:  org.apache.solr.schema.TestCloudManagedSchemaAddField.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59347 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59347 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59347 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 44 more




Build Log:
[...truncated 11087 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestModifyConfFiles
   [junit4]   2> 2618427 T11155 oas.SolrTestCaseJ4.startTrackingSearchers WARN startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 2618428 T11155 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2618428 T11155 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/xh
   [junit4]   2> 2618432 T11155 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestModifyConfFiles-1395551129592
   [junit4]   2> 2618442 T11155 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2618443 T11156 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2618570 T11155 oasc.ZkTestServer.run start zk server on port:59237
   [junit4]   2> 2618573 T11155 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2618603 T11159 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:730)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:713)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 199 T11159 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-TestModifyConfFiles] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([6B6E9438EA800C0]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:968)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestModifyConfFiles-1395551129582\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestModifyConfFiles-1395551129582\zookeeper\server1\data\version-2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestModifyConfFiles-1395551129582\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestModifyConfFiles-1395551129582\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestModifyConfFiles-1395551129582\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestModifyConfFiles-1395551129582 FAILED !!!!!
   [junit4]   2> 2666253 T11155 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2666255 T11155 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:59237 59237
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestModifyConfFiles -Dtests.method=testDistribSearch -Dtests.seed=6B6E9438EA800C0 -Dtests.slow=true -Dtests.locale=hi -Dtests.timezone=EST5EDT -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   49.5s | TestModifyConfFiles.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59237 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59237 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 44 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11159, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestModifyConfFiles]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6B6E9438EA800C0]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:968)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 2667942 T11155 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=hi, timezone=EST5EDT
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0 (64-bit)/cpus=2,threads=1,free=131295704,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrXmlPersistence, BasicFunctionalityTest, CircularListTest, ModifyConfFileTest, TestCSVResponseWriter, CoreContainerCoreInitFailuresTest, TestFreeTextSuggestions, PathHierarchyTokenizerFactoryTest, TestHighlightDedupGrouping, SimplePostToolTest, SolrTestCaseJ4Test, DirectSolrConnectionTest, OpenExchangeRatesOrgProviderTest, TestWriterPerf, TestSimpleQParserPlugin, ZkSolrClientTest, TestUniqueKeyFieldResource, DebugComponentTest, UUIDFieldTest, TestRTGBase, BadComponentTest, TestDistributedGrouping, AliasIntegrationTest, TestDynamicFieldCollectionResource, ChangedSchemaMergeTest, ParsingFieldUpdateProcessorsTest, TestQuerySenderListener, StatsComponentTest, TestSolrDeletionPolicy1, AutoCommitTest, ChaosMonkeySafeLeaderTest, TestHighFrequencyDictionaryFactory, TestRandomMergePolicy, OverseerTest, SolrRequestParserTest, DistributedSpellCheckComponentTest, MigrateRouteKeyTest, TestSweetSpotSimilarityFactory, BadCopyFieldTest, SyncSliceTest, SolrPluginUtilsTest, RequiredFieldsTest, TestStressUserVersions, TestCustomSort, TestImplicitCoreProperties, TestStressVersions, TestNonDefinedSimilarityFactory, TestManagedStopFilterFactory, TestSerializedLuceneMatchVersion, SpellPossibilityIteratorTest, DistributedQueryComponentCustomSortTest, CursorPagingTest, DisMaxRequestHandlerTest, TestManagedSchemaFieldResource, TestComponentsName, TestCoreDiscovery, OverseerCollectionProcessorTest, TestShardHandlerFactory, PreAnalyzedFieldTest, TestFoldingMultitermQuery, HdfsUnloadDistributedZkTest, TestSolrQueryParserResource, HdfsLockFactoryTest, DistributedTermsComponentTest, TestCollapseQParserPlugin, XsltUpdateRequestHandlerTest, TestSchemaNameResource, OpenCloseCoreStressTest, TestShortCircuitedRequests, NotRequiredUniqueKeyTest, UnloadDistributedZkTest, LoggingHandlerTest, UpdateRequestProcessorFactoryTest, DocumentAnalysisRequestHandlerTest, TestMaxScoreQueryParser, FieldFacetExtrasTest, PolyFieldTest, TestReversedWildcardFilterFactory, TestFastLRUCache, MoreLikeThisHandlerTest, AsyncMigrateRouteKeyTest, RangeFacetTest, SuggesterTest, PingRequestHandlerTest, TestAnalyzeInfixSuggestions, SuggesterTSTTest, TestFastOutputStream, TestDocSet, DistributedQueryElevationComponentTest, SpellingQueryConverterTest, TestNoOpRegenerator, SpellCheckComponentTest, TestStressLucene, IndexSchemaRuntimeFieldTest, FileBasedSpellCheckerTest, TestSystemIdResolver, BasicDistributedZk2Test, ZkCLITest, TestSolrXMLSerializer, TriLevelCompositeIdRoutingTest, DocValuesTest, TestMultiCoreConfBootstrap, QueryEqualityTest, SSLMigrationTest, TestCodecSupport, TestExpandComponent, TestIndexSearcher, TestSolrQueryParser, UpdateParamsTest, DistributedDebugComponentTest, SliceStateUpdateTest, StandardRequestHandlerTest, ShardRoutingTest, TestFieldSortValues, HdfsChaosMonkeySafeLeaderTest, CoreAdminCreateDiscoverTest, TestInitQParser, BasicDistributedZkTest, SolrCmdDistributorTest, CollectionsAPIDistributedZkTest, ScriptEngineTest, TestLazyCores, TestPseudoReturnFields, TestFunctionQuery, LukeRequestHandlerTest, SliceStateTest, TestDistributedMissingSort, SimpleFacetsTest, PreAnalyzedUpdateProcessorTest, SuggesterWFSTTest, DistributedSuggestComponentTest, EnumFieldTest, TestDistribDocBasedVersion, SampleTest, SchemaVersionSpecificBehaviorTest, TestPostingsSolrHighlighter, AssignTest, LeaderElectionIntegrationTest, DefaultValueUpdateProcessorTest, CollectionsAPIAsyncDistributedZkTest, TestSchemaVersionResource, TestDistributedSearch, TestLMJelinekMercerSimilarityFactory, DistributedQueryComponentOptimizationTest, TestPhraseSuggestions, TestCursorMarkWithoutUniqueKey, TestLFUCache, HighlighterConfigTest, HdfsBasicDistributedZk2Test, WordBreakSolrSpellCheckerTest, HdfsSyncSliceTest, ConnectionManagerTest, TestFuzzyAnalyzedSuggestions, TestPartialUpdateDeduplication, TestArbitraryIndexDir, EchoParamsTest, TestDocumentBuilder, QueryResultKeyTest, ConvertedLegacyTest, ResponseLogComponentTest, TestConfig, TestSort, TestTrie, TestCopyFieldCollectionResource, DirectSolrSpellCheckerTest, QueryElevationComponentTest, SystemInfoHandlerTest, DOMUtilTest, IndexBasedSpellCheckerTest, TestDynamicFieldResource, DocumentBuilderTest, BlockDirectoryTest, TestSchemaSimilarityResource, TestJoin, DateFieldTest, TestQueryTypes, TestSolrIndexConfig, TestManagedResource, ChaosMonkeyNothingIsSafeTest, RegexBoostProcessorTest, TestRequestStatusCollectionAPI, BlockCacheTest, CurrencyFieldOpenExchangeTest, TestInfoStreamLogging, OutputWriterTest, TestBinaryResponseWriter, TestStressRecovery, TestCollationFieldDocValues, DeleteInactiveReplicaTest, MinimalSchemaTest, TestBadConfig, HdfsBasicDistributedZkTest, IndexSchemaTest, TestHashPartitioner, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestReload, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, PeerSyncTest, BadIndexSchemaTest, TestFiltering, DirectUpdateHandlerTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, CacheHeaderTest, TestSurroundQueryParser, TestQueryUtils, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest, SOLR749Test, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, ExternalFileFieldSortTest, TestSolrCoreProperties, TestLuceneMatchVersion, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestNumberUtils, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, FileUtilsTest, AbstractAnalyticsStatsTest, NoFacetTest, ExpressionTest, AbstractAnalyticsFacetTest, QueryFacetTest, FunctionTest, CustomCollectionTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, OverseerRolesTest, RemoteQueryErrorTest, ShardSplitTest, SolrXmlInZkTest, TestMiniSolrCloudCluster, TestModifyConfFiles]
   [junit4] Completed in 49.55s, 1 test, 1 error <<< FAILURES!

[...truncated 55 lines...]
   [junit4] Suite: org.apache.solr.rest.TestManagedResourceStorage
   [junit4]   2> 2688367 T11311 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestManagedResourceStorage-1395551199517
   [junit4]   2> 2688369 T11311 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2688370 T11312 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2688470 T11311 oasc.ZkTestServer.run start zk server on port:59280
   [junit4]   2> 2688471 T11311 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2688474 T11315 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:730)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:713)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 109 T11315 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-TestManagedResourceStorage] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([6B6E9438EA800C0]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:968)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> 2740452 T11311 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:59280 59280
   [junit4]   2> 2745490 T11311 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ko_KR, timezone=CAT
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0 (64-bit)/cpus=2,threads=1,free=175301144,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrXmlPersistence, BasicFunctionalityTest, CircularListTest, ModifyConfFileTest, TestCSVResponseWriter, CoreContainerCoreInitFailuresTest, TestFreeTextSuggestions, PathHierarchyTokenizerFactoryTest, TestHighlightDedupGrouping, SimplePostToolTest, SolrTestCaseJ4Test, DirectSolrConnectionTest, OpenExchangeRatesOrgProviderTest, TestWriterPerf, TestSimpleQParserPlugin, ZkSolrClientTest, TestUniqueKeyFieldResource, DebugComponentTest, UUIDFieldTest, TestRTGBase, BadComponentTest, TestDistributedGrouping, AliasIntegrationTest, TestDynamicFieldCollectionResource, ChangedSchemaMergeTest, ParsingFieldUpdateProcessorsTest, TestQuerySenderListener, StatsComponentTest, TestSolrDeletionPolicy1, AutoCommitTest, ChaosMonkeySafeLeaderTest, TestHighFrequencyDictionaryFactory, TestRandomMergePolicy, OverseerTest, SolrRequestParserTest, DistributedSpellCheckComponentTest, MigrateRouteKeyTest, TestSweetSpotSimilarityFactory, BadCopyFieldTest, SyncSliceTest, SolrPluginUtilsTest, RequiredFieldsTest, TestStressUserVersions, TestCustomSort, TestImplicitCoreProperties, TestStressVersions, TestNonDefinedSimilarityFactory, TestManagedStopFilterFactory, TestSerializedLuceneMatchVersion, SpellPossibilityIteratorTest, DistributedQueryComponentCustomSortTest, CursorPagingTest, DisMaxRequestHandlerTest, TestManagedSchemaFieldResource, TestComponentsName, TestCoreDiscovery, OverseerCollectionProcessorTest, TestShardHandlerFactory, PreAnalyzedFieldTest, TestFoldingMultitermQuery, HdfsUnloadDistributedZkTest, TestSolrQueryParserResource, HdfsLockFactoryTest, DistributedTermsComponentTest, TestCollapseQParserPlugin, XsltUpdateRequestHandlerTest, TestSchemaNameResource, OpenCloseCoreStressTest, TestShortCircuitedRequests, NotRequiredUniqueKeyTest, UnloadDistributedZkTest, LoggingHandlerTest, UpdateRequestProcessorFactoryTest, DocumentAnalysisRequestHandlerTest, TestMaxScoreQueryParser, FieldFacetExtrasTest, PolyFieldTest, TestReversedWildcardFilterFactory, TestFastLRUCache, MoreLikeThisHandlerTest, AsyncMigrateRouteKeyTest, RangeFacetTest, SuggesterTest, PingRequestHandlerTest, TestAnalyzeInfixSuggestions, SuggesterTSTTest, TestFastOutputStream, TestDocSet, DistributedQueryElevationComponentTest, SpellingQueryConverterTest, TestNoOpRegenerator, SpellCheckComponentTest, TestStressLucene, IndexSchemaRuntimeFieldTest, FileBasedSpellCheckerTest, TestSystemIdResolver, BasicDistributedZk2Test, ZkCLITest, TestSolrXMLSerializer, TriLevelCompositeIdRoutingTest, DocValuesTest, TestMultiCoreConfBootstrap, QueryEqualityTest, SSLMigrationTest, TestCodecSupport, TestExpandComponent, TestIndexSearcher, TestSolrQueryParser, UpdateParamsTest, DistributedDebugComponentTest, SliceStateUpdateTest, StandardRequestHandlerTest, ShardRoutingTest, TestFieldSortValues, HdfsChaosMonkeySafeLeaderTest, CoreAdminCreateDiscoverTest, TestInitQParser, BasicDistributedZkTest, SolrCmdDistributorTest, CollectionsAPIDistributedZkTest, ScriptEngineTest, TestLazyCores, TestPseudoReturnFields, TestFunctionQuery, LukeRequestHandlerTest, SliceStateTest, TestDistributedMissingSort, SimpleFacetsTest, PreAnalyzedUpdateProcessorTest, SuggesterWFSTTest, DistributedSuggestComponentTest, EnumFieldTest, TestDistribDocBasedVersion, SampleTest, SchemaVersionSpecificBehaviorTest, TestPostingsSolrHighlighter, AssignTest, LeaderElectionIntegrationTest, DefaultValueUpdateProcessorTest, CollectionsAPIAsyncDistributedZkTest, TestSchemaVersionResource, TestDistributedSearch, TestLMJelinekMercerSimilarityFactory, DistributedQueryComponentOptimizationTest, TestPhraseSuggestions, TestCursorMarkWithoutUniqueKey, TestLFUCache, HighlighterConfigTest, HdfsBasicDistributedZk2Test, WordBreakSolrSpellCheckerTest, HdfsSyncSliceTest, ConnectionManagerTest, TestFuzzyAnalyzedSuggestions, TestPartialUpdateDeduplication, TestArbitraryIndexDir, EchoParamsTest, TestDocumentBuilder, QueryResultKeyTest, ConvertedLegacyTest, ResponseLogComponentTest, TestConfig, TestSort, TestTrie, TestCopyFieldCollectionResource, DirectSolrSpellCheckerTest, QueryElevationComponentTest, SystemInfoHandlerTest, DOMUtilTest, IndexBasedSpellCheckerTest, TestDynamicFieldResource, DocumentBuilderTest, BlockDirectoryTest, TestSchemaSimilarityResource, TestJoin, DateFieldTest, TestQueryTypes, TestSolrIndexConfig, TestManagedResource, ChaosMonkeyNothingIsSafeTest, RegexBoostProcessorTest, TestRequestStatusCollectionAPI, BlockCacheTest, CurrencyFieldOpenExchangeTest, TestInfoStreamLogging, OutputWriterTest, TestBinaryResponseWriter, TestStressRecovery, TestCollationFieldDocValues, DeleteInactiveReplicaTest, MinimalSchemaTest, TestBadConfig, HdfsBasicDistributedZkTest, IndexSchemaTest, TestHashPartitioner, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestReload, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, PeerSyncTest, BadIndexSchemaTest, TestFiltering, DirectUpdateHandlerTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, CacheHeaderTest, TestSurroundQueryParser, TestQueryUtils, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest, SOLR749Test, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, ExternalFileFieldSortTest, TestSolrCoreProperties, TestLuceneMatchVersion, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestNumberUtils, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, FileUtilsTest, AbstractAnalyticsStatsTest, NoFacetTest, ExpressionTest, AbstractAnalyticsFacetTest, QueryFacetTest, FunctionTest, CustomCollectionTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, OverseerRolesTest, RemoteQueryErrorTest, ShardSplitTest, SolrXmlInZkTest, TestMiniSolrCloudCluster, TestModifyConfFiles, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, CachingDirectoryFactoryTest, TestNRTOpen, TestNonNRTOpen, TestReloadAndDeleteDocs, TestSolrXml, TestSolrXmlPersistor, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, DistributedExpandComponentTest, SuggestComponentTest, TestManagedResourceStorage]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestManagedResourceStorage -Dtests.seed=6B6E9438EA800C0 -Dtests.slow=true -Dtests.locale=ko_KR -Dtests.timezone=CAT -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestManagedResourceStorage (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59280 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6B6E9438EA800C0]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.azt_beforeClass(AbstractZkTestCase.java:77)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59280 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 26 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11315, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestManagedResourceStorage]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6B6E9438EA800C0]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:968)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4] Completed in 57.16s, 0 tests, 2 errors <<< FAILURES!

[...truncated 31 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchema
   [junit4]   2> 2757899 T11453 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2757899 T11453 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2757905 T11453 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestCloudManagedSchema-1395551269058
   [junit4]   2> 2757908 T11453 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2757912 T11454 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2758007 T11453 oasc.ZkTestServer.run start zk server on port:59338
   [junit4]   2> 2758010 T11453 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2758029 T11457 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:730)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:713)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 132 T11457 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-TestCloudManagedSchema] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([6B6E9438EA800C0]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:968)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchema-1395551269055\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchema-1395551269055\zookeeper\server1\data\version-2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchema-1395551269055\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchema-1395551269055\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchema-1395551269055\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchema-1395551269055 FAILED !!!!!
   [junit4]   2> 2802131 T11453 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2802134 T11453 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:59338 59338
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudManagedSchema -Dtests.method=testDistribSearch -Dtests.seed=6B6E9438EA800C0 -Dtests.slow=true -Dtests.locale=ar_IQ -Dtests.timezone=Indian/Reunion -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   46.6s | TestCloudManagedSchema.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59338 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59338 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 44 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11457, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestCloudManagedSchema]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6B6E9438EA800C0]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:968)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 2804473 T11453 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ar_IQ, timezone=Indian/Reunion
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0 (64-bit)/cpus=2,threads=1,free=252345960,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrXmlPersistence, BasicFunctionalityTest, CircularListTest, ModifyConfFileTest, TestCSVResponseWriter, CoreContainerCoreInitFailuresTest, TestFreeTextSuggestions, PathHierarchyTokenizerFactoryTest, TestHighlightDedupGrouping, SimplePostToolTest, SolrTestCaseJ4Test, DirectSolrConnectionTest, OpenExchangeRatesOrgProviderTest, TestWriterPerf, TestSimpleQParserPlugin, ZkSolrClientTest, TestUniqueKeyFieldResource, DebugComponentTest, UUIDFieldTest, TestRTGBase, BadComponentTest, TestDistributedGrouping, AliasIntegrationTest, TestDynamicFieldCollectionResource, ChangedSchemaMergeTest, ParsingFieldUpdateProcessorsTest, TestQuerySenderListener, StatsComponentTest, TestSolrDeletionPolicy1, AutoCommitTest, ChaosMonkeySafeLeaderTest, TestHighFrequencyDictionaryFactory, TestRandomMergePolicy, OverseerTest, SolrRequestParserTest, DistributedSpellCheckComponentTest, MigrateRouteKeyTest, TestSweetSpotSimilarityFactory, BadCopyFieldTest, SyncSliceTest, SolrPluginUtilsTest, RequiredFieldsTest, TestStressUserVersions, TestCustomSort, TestImplicitCoreProperties, TestStressVersions, TestNonDefinedSimilarityFactory, TestManagedStopFilterFactory, TestSerializedLuceneMatchVersion, SpellPossibilityIteratorTest, DistributedQueryComponentCustomSortTest, CursorPagingTest, DisMaxRequestHandlerTest, TestManagedSchemaFieldResource, TestComponentsName, TestCoreDiscovery, OverseerCollectionProcessorTest, TestShardHandlerFactory, PreAnalyzedFieldTest, TestFoldingMultitermQuery, HdfsUnloadDistributedZkTest, TestSolrQueryParserResource, HdfsLockFactoryTest, DistributedTermsComponentTest, TestCollapseQParserPlugin, XsltUpdateRequestHandlerTest, TestSchemaNameResource, OpenCloseCoreStressTest, TestShortCircuitedRequests, NotRequiredUniqueKeyTest, UnloadDistributedZkTest, LoggingHandlerTest, UpdateRequestProcessorFactoryTest, DocumentAnalysisRequestHandlerTest, TestMaxScoreQueryParser, FieldFacetExtrasTest, PolyFieldTest, TestReversedWildcardFilterFactory, TestFastLRUCache, MoreLikeThisHandlerTest, AsyncMigrateRouteKeyTest, RangeFacetTest, SuggesterTest, PingRequestHandlerTest, TestAnalyzeInfixSuggestions, SuggesterTSTTest, TestFastOutputStream, TestDocSet, DistributedQueryElevationComponentTest, SpellingQueryConverterTest, TestNoOpRegenerator, SpellCheckComponentTest, TestStressLucene, IndexSchemaRuntimeFieldTest, FileBasedSpellCheckerTest, TestSystemIdResolver, BasicDistributedZk2Test, ZkCLITest, TestSolrXMLSerializer, TriLevelCompositeIdRoutingTest, DocValuesTest, TestMultiCoreConfBootstrap, QueryEqualityTest, SSLMigrationTest, TestCodecSupport, TestExpandComponent, TestIndexSearcher, TestSolrQueryParser, UpdateParamsTest, DistributedDebugComponentTest, SliceStateUpdateTest, StandardRequestHandlerTest, ShardRoutingTest, TestFieldSortValues, HdfsChaosMonkeySafeLeaderTest, CoreAdminCreateDiscoverTest, TestInitQParser, BasicDistributedZkTest, SolrCmdDistributorTest, CollectionsAPIDistributedZkTest, ScriptEngineTest, TestLazyCores, TestPseudoReturnFields, TestFunctionQuery, LukeRequestHandlerTest, SliceStateTest, TestDistributedMissingSort, SimpleFacetsTest, PreAnalyzedUpdateProcessorTest, SuggesterWFSTTest, DistributedSuggestComponentTest, EnumFieldTest, TestDistribDocBasedVersion, SampleTest, SchemaVersionSpecificBehaviorTest, TestPostingsSolrHighlighter, AssignTest, LeaderElectionIntegrationTest, DefaultValueUpdateProcessorTest, CollectionsAPIAsyncDistributedZkTest, TestSchemaVersionResource, TestDistributedSearch, TestLMJelinekMercerSimilarityFactory, DistributedQueryComponentOptimizationTest, TestPhraseSuggestions, TestCursorMarkWithoutUniqueKey, TestLFUCache, HighlighterConfigTest, HdfsBasicDistributedZk2Test, WordBreakSolrSpellCheckerTest, HdfsSyncSliceTest, ConnectionManagerTest, TestFuzzyAnalyzedSuggestions, TestPartialUpdateDeduplication, TestArbitraryIndexDir, EchoParamsTest, TestDocumentBuilder, QueryResultKeyTest, ConvertedLegacyTest, ResponseLogComponentTest, TestConfig, TestSort, TestTrie, TestCopyFieldCollectionResource, DirectSolrSpellCheckerTest, QueryElevationComponentTest, SystemInfoHandlerTest, DOMUtilTest, IndexBasedSpellCheckerTest, TestDynamicFieldResource, DocumentBuilderTest, BlockDirectoryTest, TestSchemaSimilarityResource, TestJoin, DateFieldTest, TestQueryTypes, TestSolrIndexConfig, TestManagedResource, ChaosMonkeyNothingIsSafeTest, RegexBoostProcessorTest, TestRequestStatusCollectionAPI, BlockCacheTest, CurrencyFieldOpenExchangeTest, TestInfoStreamLogging, OutputWriterTest, TestBinaryResponseWriter, TestStressRecovery, TestCollationFieldDocValues, DeleteInactiveReplicaTest, MinimalSchemaTest, TestBadConfig, HdfsBasicDistributedZkTest, IndexSchemaTest, TestHashPartitioner, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestReload, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, PeerSyncTest, BadIndexSchemaTest, TestFiltering, DirectUpdateHandlerTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, CacheHeaderTest, TestSurroundQueryParser, TestQueryUtils, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest, SOLR749Test, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, ExternalFileFieldSortTest, TestSolrCoreProperties, TestLuceneMatchVersion, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestNumberUtils, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, FileUtilsTest, AbstractAnalyticsStatsTest, NoFacetTest, ExpressionTest, AbstractAnalyticsFacetTest, QueryFacetTest, FunctionTest, CustomCollectionTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, OverseerRolesTest, RemoteQueryErrorTest, ShardSplitTest, SolrXmlInZkTest, TestMiniSolrCloudCluster, TestModifyConfFiles, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, CachingDirectoryFactoryTest, TestNRTOpen, TestNonNRTOpen, TestReloadAndDeleteDocs, TestSolrXml, TestSolrXmlPersistor, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, DistributedExpandComponentTest, SuggestComponentTest, TestManagedResourceStorage, TestRestManager, TestClassNameShortening, TestDefaultSearchFieldResource, TestFieldCollectionResource, TestFieldResource, TestFieldTypeCollectionResource, TestFieldTypeResource, TestSchemaResource, TestSolrQueryParserDefaultOperatorResource, DocValuesMissingTest, TestCloudManagedSchema]
   [junit4] Completed in 46.61s, 1 test, 1 error <<< FAILURES!

[...truncated 2 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchemaAddField
   [junit4]   2> 2804571 T11462 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2804572 T11462 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /hck/lh
   [junit4]   2> 2804576 T11462 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestCloudManagedSchemaAddField-1395551315728
   [junit4]   2> 2804579 T11462 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2804580 T11463 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2804684 T11462 oasc.ZkTestServer.run start zk server on port:59347
   [junit4]   2> 2804687 T11462 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2804692 T11466 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:730)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:713)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 122 T11466 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-TestCloudManagedSchemaAddField] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([6B6E9438EA800C0]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:968)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchemaAddField-1395551315727\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchemaAddField-1395551315727\zookeeper\server1\data\version-2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchemaAddField-1395551315727\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchemaAddField-1395551315727\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchemaAddField-1395551315727\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchemaAddField-1395551315727 FAILED !!!!!
   [junit4]   2> 2866111 T11462 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2866112 T11462 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:59347 59347
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudManagedSchemaAddField -Dtests.method=testDistribSearch -Dtests.seed=6B6E9438EA800C0 -Dtests.slow=true -Dtests.locale=ar_QA -Dtests.timezone=America/New_York -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   63.4s | TestCloudManagedSchemaAddField.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59347 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:59347 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 44 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11466, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestCloudManagedSchemaAddField]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6B6E9438EA800C0]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:968)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 2867967 T11462 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=ar_QA, timezone=America/New_York
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0 (64-bit)/cpus=2,threads=1,free=215872888,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrXmlPersistence, BasicFunctionalityTest, CircularListTest, ModifyConfFileTest, TestCSVResponseWriter, CoreContainerCoreInitFailuresTest, TestFreeTextSuggestions, PathHierarchyTokenizerFactoryTest, TestHighlightDedupGrouping, SimplePostToolTest, SolrTestCaseJ4Test, DirectSolrConnectionTest, OpenExchangeRatesOrgProviderTest, TestWriterPerf, TestSimpleQParserPlugin, ZkSolrClientTest, TestUniqueKeyFieldResource, DebugComponentTest, UUIDFieldTest, TestRTGBase, BadComponentTest, TestDistributedGrouping, AliasIntegrationTest, TestDynamicFieldCollectionResource, ChangedSchemaMergeTest, ParsingFieldUpdateProcessorsTest, TestQuerySenderListener, StatsComponentTest, TestSolrDeletionPolicy1, AutoCommitTest, ChaosMonkeySafeLeaderTest, TestHighFrequencyDictionaryFactory, TestRandomMergePolicy, OverseerTest, SolrRequestParserTest, DistributedSpellCheckComponentTest, MigrateRouteKeyTest, TestSweetSpotSimilarityFactory, BadCopyFieldTest, SyncSliceTest, SolrPluginUtilsTest, RequiredFieldsTest, TestStressUserVersions, TestCustomSort, TestImplicitCoreProperties, TestStressVersions, TestNonDefinedSimilarityFactory, TestManagedStopFilterFactory, TestSerializedLuceneMatchVersion, SpellPossibilityIteratorTest, DistributedQueryComponentCustomSortTest, CursorPagingTest, DisMaxRequestHandlerTest, TestManagedSchemaFieldResource, TestComponentsName, TestCoreDiscovery, OverseerCollectionProcessorTest, TestShardHandlerFactory, PreAnalyzedFieldTest, TestFoldingMultitermQuery, HdfsUnloadDistributedZkTest, TestSolrQueryParserResource, HdfsLockFactoryTest, DistributedTermsComponentTest, TestCollapseQParserPlugin, XsltUpdateRequestHandlerTest, TestSchemaNameResource, OpenCloseCoreStressTest, TestShortCircuitedRequests, NotRequiredUniqueKeyTest, UnloadDistributedZkTest, LoggingHandlerTest, UpdateRequestProcessorFactoryTest, DocumentAnalysisRequestHandlerTest, TestMaxScoreQueryParser, FieldFacetExtrasTest, PolyFieldTest, TestReversedWildcardFilterFactory, TestFastLRUCache, MoreLikeThisHandlerTest, AsyncMigrateRouteKeyTest, RangeFacetTest, SuggesterTest, PingRequestHandlerTest, TestAnalyzeInfixSuggestions, SuggesterTSTTest, TestFastOutputStream, TestDocSet, DistributedQueryElevationComponentTest, SpellingQueryConverterTest, TestNoOpRegenerator, SpellCheckComponentTest, TestStressLucene, IndexSchemaRuntimeFieldTest, FileBasedSpellCheckerTest, TestSystemIdResolver, BasicDistributedZk2Test, ZkCLITest, TestSolrXMLSerializer, TriLevelCompositeIdRoutingTest, DocValuesTest, TestMultiCoreConfBootstrap, QueryEqualityTest, SSLMigrationTest, TestCodecSupport, TestExpandComponent, TestIndexSearcher, TestSolrQueryParser, UpdateParamsTest, DistributedDebugComponentTest, SliceStateUpdateTest, StandardRequestHandlerTest, ShardRoutingTest, TestFieldSortValues, HdfsChaosMonkeySafeLeaderTest, CoreAdminCreateDiscoverTest, TestInitQParser, BasicDistributedZkTest, SolrCmdDistributorTest, CollectionsAPIDistributedZkTest, ScriptEngineTest, TestLazyCores, TestPseudoReturnFields, TestFunctionQuery, LukeRequestHandlerTest, SliceStateTest, TestDistributedMissingSort, SimpleFacetsTest, PreAnalyzedUpdateProcessorTest, SuggesterWFSTTest, DistributedSuggestComponentTest, EnumFieldTest, TestDistribDocBasedVersion, SampleTest, SchemaVersionSpecificBehaviorTest, TestPostingsSolrHighlighter, AssignTest, LeaderElectionIntegrationTest, DefaultValueUpdateProcessorTest, CollectionsAPIAsyncDistributedZkTest, TestSchemaVersionResource, TestDistributedSearch, TestLMJelinekMercerSimilarityFactory, DistributedQueryComponentOptimizationTest, TestPhraseSuggestions, TestCursorMarkWithoutUniqueKey, TestLFUCache, HighlighterConfigTest, HdfsBasicDistributedZk2Test, WordBreakSolrSpellCheckerTest, HdfsSyncSliceTest, ConnectionManagerTest, TestFuzzyAnalyzedSuggestions, TestPartialUpdateDeduplication, TestArbitraryIndexDir, EchoParamsTest, TestDocumentBuilder, QueryResultKeyTest, ConvertedLegacyTest, ResponseLogComponentTest, TestConfig, TestSort, TestTrie, TestCopyFieldCollectionResource, DirectSolrSpellCheckerTest, QueryElevationComponentTest, SystemInfoHandlerTest, DOMUtilTest, IndexBasedSpellCheckerTest, TestDynamicFieldResource, DocumentBuilderTest, BlockDirectoryTest, TestSchemaSimilarityResource, TestJoin, DateFieldTest, TestQueryTypes, TestSolrIndexConfig, TestManagedResource, ChaosMonkeyNothingIsSafeTest, RegexBoostProcessorTest, TestRequestStatusCollectionAPI, BlockCacheTest, CurrencyFieldOpenExchangeTest, TestInfoStreamLogging, OutputWriterTest, TestBinaryResponseWriter, TestStressRecovery, TestCollationFieldDocValues, DeleteInactiveReplicaTest, MinimalSchemaTest, TestBadConfig, HdfsBasicDistributedZkTest, IndexSchemaTest, TestHashPartitioner, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestReload, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, PeerSyncTest, BadIndexSchemaTest, TestFiltering, DirectUpdateHandlerTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, CacheHeaderTest, TestSurroundQueryParser, TestQueryUtils, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest, SOLR749Test, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, ExternalFileFieldSortTest, TestSolrCoreProperties, TestLuceneMatchVersion, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestNumberUtils, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, FileUtilsTest, AbstractAnalyticsStatsTest, NoFacetTest, ExpressionTest, AbstractAnalyticsFacetTest, QueryFacetTest, FunctionTest, CustomCollectionTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, OverseerRolesTest, RemoteQueryErrorTest, ShardSplitTest, SolrXmlInZkTest, TestMiniSolrCloudCluster, TestModifyConfFiles, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, CachingDirectoryFactoryTest, TestNRTOpen, TestNonNRTOpen, TestReloadAndDeleteDocs, TestSolrXml, TestSolrXmlPersistor, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, DistributedExpandComponentTest, SuggestComponentTest, TestManagedResourceStorage, TestRestManager, TestClassNameShortening, TestDefaultSearchFieldResource, TestFieldCollectionResource, TestFieldResource, TestFieldTypeCollectionResource, TestFieldTypeResource, TestSchemaResource, TestSolrQueryParserDefaultOperatorResource, DocValuesMissingTest, TestCloudManagedSchema, TestCloudManagedSchemaAddField]
   [junit4] Completed in 63.43s, 1 test, 1 error <<< FAILURES!

[...truncated 63 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:447: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:45: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:490: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1275: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:907: There were test failures: 391 suites, 1643 tests, 2 suite-level errors, 3 errors, 54 ignored (33 assumptions)

Total time: 75 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_60-ea-b10) - Build # 3884 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3884/
Java: 64bit/jdk1.7.0_60-ea-b10 -XX:-UseCompressedOops -XX:+UseParallelGC

7 tests failed.
REGRESSION:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
Captured an uncaught exception in thread: Thread[id=6867, name=Thread-2958, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6867, name=Thread-2958, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
	at __randomizedtesting.SeedInfo.seed([A3B530BD58EECAB:8BDDDD13A2D18C97]:0)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not fully createcollection: awholynewstresscollection_collection0_2
	at __randomizedtesting.SeedInfo.seed([A3B530BD58EECAB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:504)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:203)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1659)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1688)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:993)


REGRESSION:  org.apache.solr.cloud.SolrXmlInZkTest.testOnDiskOnly

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65289 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65289 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.SolrXmlInZkTest.setUpZkAndDiskXml(SolrXmlInZkTest.java:84)
	at org.apache.solr.cloud.SolrXmlInZkTest.testOnDiskOnly(SolrXmlInZkTest.java:175)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65289 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 45 more


REGRESSION:  org.apache.solr.cloud.SolrXmlInZkTest.testXmlInZkOnly

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65298 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65298 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.SolrXmlInZkTest.setUpZkAndDiskXml(SolrXmlInZkTest.java:84)
	at org.apache.solr.cloud.SolrXmlInZkTest.testXmlInZkOnly(SolrXmlInZkTest.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65298 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 45 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudCluster

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65307 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65307 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([A3B530BD58EECAB]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:68)
	at org.apache.solr.cloud.TestMiniSolrCloudCluster.startup(TestMiniSolrCloudCluster.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:766)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65307 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 26 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudCluster

Error Message:
4 threads leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudCluster:     1) Thread[id=11340, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudCluster]         at java.lang.Object.wait(Native Method)         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)    2) Thread[id=11339, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)         at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)         at java.lang.Thread.run(Thread.java:744)    3) Thread[id=11338, name=Thread-5117, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1280)         at java.lang.Thread.join(Thread.java:1354)         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)    4) Thread[id=11342, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudCluster: 
   1) Thread[id=11340, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudCluster]
        at java.lang.Object.wait(Native Method)
        at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   2) Thread[id=11339, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
        at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
        at java.lang.Thread.run(Thread.java:744)
   3) Thread[id=11338, name=Thread-5117, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1280)
        at java.lang.Thread.join(Thread.java:1354)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
        at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)
        at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)
   4) Thread[id=11342, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
	at __randomizedtesting.SeedInfo.seed([A3B530BD58EECAB]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudCluster

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=11339, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)         at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)         at java.lang.Thread.run(Thread.java:744)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=11339, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
        at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)
        at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)
        at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)
        at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
        at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)
        at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
        at java.lang.Thread.run(Thread.java:744)
	at __randomizedtesting.SeedInfo.seed([A3B530BD58EECAB]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudCluster

Error Message:
Captured an uncaught exception in thread: Thread[id=11341, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11341, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
	at __randomizedtesting.SeedInfo.seed([A3B530BD58EECAB]:0)
	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
	at java.lang.Runtime.exit(Runtime.java:107)
	at java.lang.System.exit(System.java:962)
	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)




Build Log:
[...truncated 10570 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 1846638 T6659 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1846638 T6659 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /cjb/cc
   [junit4]   2> 1846644 T6659 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-CollectionsAPIDistributedZkTest-1395521535288
   [junit4]   2> 1846647 T6659 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1846648 T6660 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1846735 T6659 oasc.ZkTestServer.run start zk server on port:62712
   [junit4]   2> 1846737 T6659 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1846744 T6666 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33406ba6 name:ZooKeeperConnection Watcher:127.0.0.1:62712 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1846745 T6659 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1846745 T6659 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1846750 T6661 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144eb90bd400000, 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:744)
   [junit4]   2> 
   [junit4]   2> 1846753 T6659 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1846756 T6668 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28a59c30 name:ZooKeeperConnection Watcher:127.0.0.1:62712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1846756 T6659 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1846756 T6659 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1846763 T6659 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1846767 T6659 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1846773 T6659 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1846777 T6659 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1846777 T6659 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1846791 T6659 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1846791 T6659 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1846802 T6659 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1846802 T6659 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1846807 T6659 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1846808 T6659 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1846812 T6659 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1846813 T6659 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1846819 T6659 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1846819 T6659 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1846825 T6659 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1846825 T6659 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1846831 T6659 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1846831 T6659 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1846838 T6659 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1846838 T6659 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1846842 T6659 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1846843 T6659 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1846847 T6659 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1846847 T6659 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1846853 T6661 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144eb90bd400001, 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:744)
   [junit4]   2> 
   [junit4]   2> 1846854 T6659 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1846856 T6670 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22c7cf36 name:ZooKeeperConnection Watcher:127.0.0.1:62712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1846857 T6659 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> Using new style solr.xml
   [junit4]   2> 1846862 T6661 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144eb90bd400002, 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:744)
   [junit4]   2> 
   [junit4]   2> 1848390 T6659 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1848398 T6659 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1848404 T6659 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:62722
   [junit4]   2> 1848407 T6659 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1848407 T6659 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1848407 T6659 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395521535504
   [junit4]   2> 1848407 T6659 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395521535504\'
   [junit4]   2> 1848437 T6659 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395521535504\solr.xml
   [junit4]   2> 1848498 T6659 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395521535504
   [junit4]   2> 1848498 T6659 oasc.CoreContainer.<init> New CoreContainer 1304027793
   [junit4]   2> 1848499 T6659 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395521535504\]
   [junit4]   2> 1848500 T6659 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1848502 T6659 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1848502 T6659 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1848502 T6659 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1848502 T6659 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1848502 T6659 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1848505 T6659 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1848505 T6659 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1848505 T6659 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1848516 T6659 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1848516 T6659 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1848516 T6659 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1848516 T6659 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62712/solr
   [junit4]   2> 1848516 T6659 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1848520 T6659 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1848539 T6681 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6484a596 name:ZooKeeperConnection Watcher:127.0.0.1:62712 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1848540 T6659 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1848545 T6659 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1848550 T6683 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ec7f872 name:ZooKeeperConnection Watcher:127.0.0.1:62712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1848550 T6659 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1848555 T6659 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1848561 T6659 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1848567 T6659 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1848574 T6659 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1848581 T6659 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1848588 T6659 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1848592 T6659 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62722_cjb%2Fcc
   [junit4]   2> 1848593 T6659 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62722_cjb%2Fcc
   [junit4]   2> 1848598 T6659 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1848601 T6659 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1848608 T6659 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:62722_cjb%2Fcc
   [junit4]   2> 1848608 T6659 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1848611 T6659 oasc.Overseer.start Overseer (id=91456899337158660-127.0.0.1:62722_cjb%2Fcc-n_0000000000) starting
   [junit4]   2> 1848616 T6659 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1848634 T6685 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1848635 T6659 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1848635 T6685 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 1848638 T6659 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1848641 T6659 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1848645 T6684 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1848648 T6659 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395521535504
   [junit4]   2> 1849396 T6659 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1395521535504\conf\
   [junit4]   2> 1849411 T6659 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1849414 T6659 oasc.ZkController.checkOverseerDesignate WARN could not readd the overseer designate  org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /roles.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:276)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:273)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:273)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.checkOverseerDesignate(ZkController.java:1672)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:350)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:200)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:147)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:719)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1309)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1085)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:931)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:888)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:340)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:325)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:174)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:65)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:430)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:403)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:490)
   [junit4]   2> 	at org.apache.solr.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:356)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:291)
   [junit4]   2> 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
   [junit4]   2> 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1849416 T6659 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1849417 T6659 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1849429 T6659 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1849432 T6688 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36290285 name:ZooKeeperConnection Watcher:127.0.0.1:62712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1849432 T6659 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1849434 T6659 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1849438 T6659 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1851119 T6659 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1851122 T6659 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1851130 T6659 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1851133 T6659 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:62734
   [junit4]   2> 1851136 T6659 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1851136 T6659 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1851136 T6659 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395521538080
   [junit4]   2> 1851136 T6659 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395521538080\'
   [junit4]   2> 1851166 T6659 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395521538080\solr.xml
   [junit4]   2> 1851222 T6659 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395521538080
   [junit4]   2> 1851223 T6659 oasc.CoreContainer.<init> New CoreContainer 1012473616
   [junit4]   2> 1851223 T6659 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395521538080\]
   [junit4]   2> 1851224 T6659 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1851224 T6659 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1851225 T6659 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1851225 T6659 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1851225 T6659 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1851226 T6659 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1851226 T6659 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1851226 T6659 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1851226 T6659 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1851234 T6659 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1851234 T6659 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1851235 T6659 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1851235 T6659 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62712/solr
   [junit4]   2> 1851235 T6659 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1851237 T6659 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1851273 T6699 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2cacff43 name:ZooKeeperConnection Watcher:127.0.0.1:62712 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1851274 T6659 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1851281 T6661 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144eb90bd400006, 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:744)
   [junit4]   2> 
   [junit4]   2> 1851283 T6659 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1851285 T6701 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@611637f5 name:ZooKeeperConnection Watcher:127.0.0.1:62712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1851286 T6659 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1851302 T6659 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1852309 T6659 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62734_cjb%2Fcc
   [junit4]   2> 1852313 T6659 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62734_cjb%2Fcc
   [junit4]   2> 1852319 T6701 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1852319 T6688 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1852320 T6683 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1852328 T6659 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395521538080
   [junit4]   2> 1853244 T6659 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1395521538080\conf\
   [junit4]   2> 1853255 T6659 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1853258 T6659 oasc.ZkController.checkOverseerDesignate WARN could not readd the overseer designate  org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /roles.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:276)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:273)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:273)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.checkOverseerDesignate(ZkController.java:1672)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:350)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:200)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:147)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:719)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1309)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1085)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:931)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:888)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:340)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:325)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:174)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:65)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:430)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:403)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:490)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:369)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
   [junit4]   2> 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
   [junit4]   2> 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1853259 T6659 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1853259 T6659 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1854878 T6659 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1854879 T6659 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1854887 T6659 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1854890 T6659 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:62743
   [junit4]   2> 1854894 T6659 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1854894 T6659 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1854894 T6659 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395521541908
   [junit4]   2> 1854894 T6659 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395521541908\'
   [junit4]   2> 1854921 T6659 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395521541908\solr.xml
   [junit4]   2> 1854973 T6659 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395521541908
   [junit4]   2> 1854973 T6659 oasc.CoreContainer.<init> New CoreContainer 1760160434
   [junit4]   2> 1854973 T6659 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395521541908\]
   [junit4]   2> 1854975 T6659 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1854975 T6659 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1854975 T6659 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1854975 T6659 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1854975 T6659 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1854975 T6659 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1854975 T6659 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1854975 T6659 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1854977 T6659 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1854983 T6659 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1854983 T6659 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1854983 T6659 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1854983 T6659 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62712/solr
   [junit4]   2> 1854983 T6659 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1854987 T6659 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1855009 T6713 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69857107 name:ZooKeeperConnection Watcher:127.0.0.1:62712 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1855010 T6659 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1855032 T6661 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144eb90bd400008, 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:744)
   [junit4]   2> 
   [junit4]   2> 1855034 T6659 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1855037 T6715 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9000011 name:ZooKeeperConnection Watcher:127.0.0.1:62712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1855037 T6659 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1855054 T6659 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1856060 T6659 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62743_cjb%2Fcc
   [junit4]   2> 1856063 T6659 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62743_cjb%2Fcc
   [junit4]   2> 1856068 T6701 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1856069 T6688 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1856069 T6683 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1856069 T6715 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1856080 T6659 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395521541908
   [junit4]   2> 1856977 T6659 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1395521541908\conf\
   [junit4]   2> 1856988 T6659 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1856991 T6659 oasc.ZkController.checkOverseerDesignate WARN could not readd the overseer designate  org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /roles.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:276)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:273)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:273)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.checkOverseerDesignate(ZkController.java:1672)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:350)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:200)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:147)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:719)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1309)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1085)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:931)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:888)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:340)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:325)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:174)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:65)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:430)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:403)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:490)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:369)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
   [junit4]   2> 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
   [junit4]   2> 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1856993 T6659 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1856993 T6659 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1858604 T6659 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1858606 T6659 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1858611 T6659 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1858614 T6659 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:62752
   [junit4]   2> 1858618 T6659 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1858618 T6659 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1858618 T6659 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395521545641
   [junit4]   2> 1858618 T6659 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395521545641\'
   [junit4]   2> 1858645 T6659 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395521545641\solr.xml
   [junit4]   2> 1858699 T6659 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395521545641
   [junit4]   2> 1858699 T6659 oasc.CoreContainer.<init> New CoreContainer 500266934
   [junit4]   2> 1858699 T6659 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395521545641\]
   [junit4]   2> 1858699 T6659 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1858699 T6659 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1858702 T6659 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1858702 T6659 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1858702 T6659 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1858702 T6659 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1858702 T6659 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1858702 T6659 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1858704 T6659 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1858711 T6659 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1858711 T6659 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1858711 T6659 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1858711 T6659 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62712/solr
   [junit4]   2> 1858711 T6659 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1858716 T6659 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1858752 T6727 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32aac0f4 name:ZooKeeperConnection Watcher:127.0.0.1:62712 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1858753 T6659 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1858772 T6661 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x144eb90bd40000a, 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:744)
   [junit4]   2> 
   [junit4]   2> 1858773 T6659 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1858776 T6729 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e24485f name:ZooKeeperConnection Watcher:127.0.0.1:62712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1858777 T6659 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1858792 T6659 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1859797 T6659 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62752_cjb%2Fcc
   [junit4]   2> 1859800 T6659 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62752_cjb%2Fcc
   [junit4]   2> 1859804 T6729 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1859804 T6701 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1859804 T6683 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1859804 T6715 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1859805 T6688 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1859813 T6659 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395521545641
   [junit4]   2> 1860709 T6659 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1395521545641\conf\
   [junit4]   2> 1860720 T6659 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1860724 T6659 oasc.ZkController.checkOverseerDesignate WARN could not readd the overseer designate  org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /roles.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:276)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:273)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:273)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.checkOverseerDesignate(ZkController.java:1672)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:350)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:200)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:147)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:719)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1309)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1085)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:931)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:888)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:340)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:325)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:174)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:65)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:430)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:403)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:490)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:369)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
   [junit4]   2> 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
   [junit4]   2> 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1860726 T6659 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1860726 T6659 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1862543 T6659 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 1862543 T6659 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1862550 T6659 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1862552 T6659 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:62761
   [junit4]   2> 1862560 T6659 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1862561 T6659 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1862561 T6659 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395521549373
   [junit4]   2> 1862562 T6659 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395521549373\'
   [junit4]   2> 1862602 T6659 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1395521549373\solr.xml
   [junit4]   2> 1862658 T6659 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\

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

TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, TestJmxIntegration, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, CoreContainerCoreInitFailuresTest, TestQuerySenderListener, AlternateDirectoryTest, ResponseLogComponentTest, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, MultiTermTest, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestNumberUtils, TestBM25SimilarityFactory, LegacyHTMLStripCharFilterTest, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, TestSolrXMLSerializer, PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, AbstractAnalyticsStatsTest, ExpressionTest, AbstractAnalyticsFacetTest, FieldFacetExtrasTest, QueryFacetTest, RangeFacetTest, AliasIntegrationTest, AssignTest, AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DeleteShardTest, DistribCursorPagingTest, MigrateRouteKeyTest, RemoteQueryErrorTest, SSLMigrationTest, SolrXmlInZkTest, TestMiniSolrCloudCluster]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMiniSolrCloudCluster -Dtests.seed=A3B530BD58EECAB -Dtests.slow=true -Dtests.locale=es_AR -Dtests.timezone=SystemV/EST5 -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | TestMiniSolrCloudCluster (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65307 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3B530BD58EECAB]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:68)
   [junit4]    > 	at org.apache.solr.cloud.TestMiniSolrCloudCluster.startup(TestMiniSolrCloudCluster.java:80)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:65307 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 26 moreThrowable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudCluster: 
   [junit4]    >    1) Thread[id=11340, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   [junit4]    >    2) Thread[id=11339, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    3) Thread[id=11338, name=Thread-5117, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1280)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1354)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
   [junit4]    >         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)
   [junit4]    >         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)
   [junit4]    >    4) Thread[id=11342, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3B530BD58EECAB]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=11339, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3B530BD58EECAB]:0)Throwable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11341, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3B530BD58EECAB]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:962)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4] Completed in 67.08s, 0 tests, 4 errors <<< FAILURES!

[...truncated 177 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:447: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:45: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:490: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1275: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:907: There were test failures: 391 suites, 1644 tests, 4 suite-level errors, 3 errors, 281 ignored (33 assumptions)

Total time: 84 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_60-ea-b10 -XX:-UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_60-ea-b10) - Build # 3883 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3883/
Java: 64bit/jdk1.7.0_60-ea-b10 -XX:-UseCompressedOops -XX:+UseParallelGC

4 tests failed.
REGRESSION:  org.apache.solr.cloud.TestModifyConfFiles.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58685 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58685 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58685 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 44 more


REGRESSION:  org.apache.solr.schema.TestCloudManagedSchema.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58895 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58895 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58895 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 44 more


FAILED:  org.apache.solr.cloud.TestDistribDocBasedVersion.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58676 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58676 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58676 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 44 more


FAILED:  org.apache.solr.cloud.TestRequestStatusCollectionAPI.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58694 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58694 within 45000 ms
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	at org.apache.solr.cloud.BasicDistributedZkTest.setUp(BasicDistributedZkTest.java:124)
	at org.apache.solr.cloud.TestRequestStatusCollectionAPI.setUp(TestRequestStatusCollectionAPI.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58694 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 46 more




Build Log:
[...truncated 11059 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestDistribDocBasedVersion
   [junit4]   2> 2960235 T10895 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2960235 T10895 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2960238 T10895 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestDistribDocBasedVersion-1395496607706
   [junit4]   2> 2960241 T10895 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2960242 T10896 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2960346 T10895 oasc.ZkTestServer.run start zk server on port:58676
   [junit4]   2> 2960348 T10895 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2960353 T10899 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:738)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:720)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 129 T10899 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-TestDistribDocBasedVersion] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([456EF0BD0F966D8E]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:962)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestDistribDocBasedVersion-1395496607705\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestDistribDocBasedVersion-1395496607705\zookeeper\server1\data\version-2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestDistribDocBasedVersion-1395496607705\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestDistribDocBasedVersion-1395496607705\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestDistribDocBasedVersion-1395496607705\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestDistribDocBasedVersion-1395496607705 FAILED !!!!!
   [junit4]   2> 3019548 T10895 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 3019552 T10895 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58676 58676
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistribDocBasedVersion -Dtests.method=testDistribSearch -Dtests.seed=456EF0BD0F966D8E -Dtests.slow=true -Dtests.locale=hu_HU -Dtests.timezone=Europe/Riga -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   62.4s | TestDistribDocBasedVersion.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58676 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58676 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 44 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=10899, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestDistribDocBasedVersion]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([456EF0BD0F966D8E]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:962)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 3022624 T10895 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=hu_HU, timezone=Europe/Riga
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_60-ea (64-bit)/cpus=2,threads=1,free=121643536,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [TestAtomicUpdateErrorCases, TestJoin, TestLuceneMatchVersion, TestPartialUpdateDeduplication, FullSolrCloudDistribCmdsTest, CurrencyFieldOpenExchangeTest, OverseerRolesTest, SolrIndexSplitterTest, CircularListTest, DistanceFunctionTest, TestCodecSupport, TestWriterPerf, TestSort, TermsComponentTest, AbstractAnalyticsStatsTest, TestDocumentBuilder, TriLevelCompositeIdRoutingTest, TestFieldCollectionResource, SolrTestCaseJ4Test, TestNRTOpen, TestDFRSimilarityFactory, TestJmxMonitoredMap, TestFieldTypeCollectionResource, TestSystemIdResolver, BlockCacheTest, TestPerFieldSimilarity, TestSolrJ, PathHierarchyTokenizerFactoryTest, LegacyHTMLStripCharFilterTest, DocValuesMultiTest, AddBlockUpdateTest, TestZkChroot, TestShardHandlerFactory, DirectSolrConnectionTest, ChaosMonkeyNothingIsSafeTest, TermVectorComponentDistributedTest, SynonymTokenizerTest, TestCloudManagedSchemaAddField, TestBadConfig, CoreMergeIndexesAdminHandlerTest, TestHashPartitioner, TestSolr4Spatial, SliceStateUpdateTest, TestIndexSearcher, ZkControllerTest, CacheHeaderTest, TestSearcherReuse, BinaryUpdateRequestHandlerTest, TestLRUCache, SuggesterFSTTest, TestInitQParser, TestRangeQuery, DOMUtilTest, TestOmitPositions, SuggesterTSTTest, TestRandomMergePolicy, TestQuerySenderNoQuery, CopyFieldTest, UUIDFieldTest, TestManagedResourceStorage, TestFastLRUCache, AnalysisAfterCoreReloadTest, TestRealTimeGet, TestFunctionQuery, HdfsDirectoryTest, TestIBSimilarityFactory, TestExpandComponent, ClusterStateTest, TestFieldSortValues, TestCopyFieldCollectionResource, PluginInfoTest, ChangedSchemaMergeTest, EchoParamsTest, TestSolrXmlPersistence, TestRestManager, DistributedSpellCheckComponentTest, TestComplexPhraseQParserPlugin, BadIndexSchemaTest, SchemaVersionSpecificBehaviorTest, DistributedQueryComponentCustomSortTest, TestDistributedGrouping, SyncSliceTest, TestMiniSolrCloudCluster, SolrXmlInZkTest, TestClassNameShortening, BasicFunctionalityTest, TestBM25SimilarityFactory, StatsComponentTest, ExpressionTest, FieldFacetExtrasTest, TestSchemaSimilarityResource, ConnectionManagerTest, DeleteInactiveReplicaTest, HdfsWriteToMultipleCollectionsTest, LukeRequestHandlerTest, OutputWriterTest, DefaultValueUpdateProcessorTest, HdfsBasicDistributedZk2Test, SimpleFacetsTest, TestManagedSchemaFieldResource, DistributedQueryElevationComponentTest, TestStressRecovery, TestUniqueKeyFieldResource, TestDocBasedVersionConstraints, TestDynamicFieldCollectionResource, TestRandomDVFaceting, RequiredFieldsTest, PreAnalyzedFieldTest, RangeFacetTest, SolrInfoMBeanTest, HdfsSyncSliceTest, SoftAutoCommitTest, HdfsUnloadDistributedZkTest, SpellPossibilityIteratorTest, ConvertedLegacyTest, TestCharFilters, AutoCommitTest, RecoveryZkTest, CoreAdminHandlerTest, TestPhraseSuggestions, TestUpdate, TestAnalyzeInfixSuggestions, TestCSVResponseWriter, ShowFileRequestHandlerTest, FunctionTest, QueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, TestJmxIntegration, OverseerTest, PolyFieldTest, TestReversedWildcardFilterFactory, TestSolrQueryParserResource, TestFileDictionaryLookup, TimeZoneUtilsTest, TestQueryUtils, TestSolrDeletionPolicy1, DateFieldTest, ZkNodePropsTest, TestAddFieldRealTimeGet, AssignTest, TestIndexingPerformance, TestNumberUtils, TestCoreContainer, DocumentBuilderTest, TestPostingsSolrHighlighter, SuggesterTest, BasicDistributedZk2Test, NoFacetTest, TestMergePolicyConfig, ZkCLITest, TestBinaryResponseWriter, SolrRequestParserTest, BasicDistributedZkTest, TestShortCircuitedRequests, CursorPagingTest, NoCacheHeaderTest, AbstractAnalyticsFacetTest, CollectionsAPIAsyncDistributedZkTest, TestWordDelimiterFilterFactory, QueryEqualityTest, HdfsCollectionsAPIDistributedZkTest, SuggestComponentTest, MinimalSchemaTest, DistributedExpandComponentTest, PeerSyncTest, TestAnalyzedSuggestions, DirectSolrSpellCheckerTest, DocValuesMissingTest, SolrCmdDistributorTest, TestMultiCoreConfBootstrap, TestArbitraryIndexDir, TestLFUCache, BadCopyFieldTest, SpellingQueryConverterTest, TestStressVersions, SortByFunctionTest, SOLR749Test, TestPHPSerializedResponseWriter, LeaderElectionTest, SystemInfoHandlerTest, IndexSchemaRuntimeFieldTest, ModifyConfFileTest, TestDistributedSearch, TestXIncludeConfig, TestSolrDeletionPolicy2, BlockDirectoryTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, ShardRoutingCustomTest, TestFaceting, TestRecovery, TestStressReorder, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, TestFiltering, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SpellCheckCollatorTest, TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, TermVectorComponentTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, DateMathParserTest, TestSolrXMLSerializer, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, TestUtils, SliceStateTest, FileUtilsTest, TestRTGBase, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, QueryFacetTest, AliasIntegrationTest, AsyncMigrateRouteKeyTest, CustomCollectionTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, MigrateRouteKeyTest, RemoteQueryErrorTest, SSLMigrationTest, ShardSplitTest, TestDistribDocBasedVersion]
   [junit4] Completed in 62.42s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestModifyConfFiles
   [junit4]   2> 3022791 T10904 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 3022791 T10904 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 3022798 T10904 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestModifyConfFiles-1395496670265
   [junit4]   2> 3022802 T10904 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 3022802 T10905 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3022938 T10904 oasc.ZkTestServer.run start zk server on port:58685
   [junit4]   2> 3022940 T10904 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3022944 T10908 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:738)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:720)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 157 T10908 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-TestModifyConfFiles] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([456EF0BD0F966D8E]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:962)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestModifyConfFiles-1395496670264\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestModifyConfFiles-1395496670264\zookeeper\server1\data\version-2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestModifyConfFiles-1395496670264\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestModifyConfFiles-1395496670264\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestModifyConfFiles-1395496670264\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestModifyConfFiles-1395496670264 FAILED !!!!!
   [junit4]   2> 3072763 T10904 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 3072767 T10904 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58685 58685
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestModifyConfFiles -Dtests.method=testDistribSearch -Dtests.seed=456EF0BD0F966D8E -Dtests.slow=true -Dtests.locale=sr_BA_#Latn -Dtests.timezone=America/Eirunepe -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   51.8s | TestModifyConfFiles.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58685 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58685 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 44 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=10908, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestModifyConfFiles]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([456EF0BD0F966D8E]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:962)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 3074568 T10904 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=sr_BA_#Latn, timezone=America/Eirunepe
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_60-ea (64-bit)/cpus=2,threads=1,free=89930064,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [TestAtomicUpdateErrorCases, TestJoin, TestLuceneMatchVersion, TestPartialUpdateDeduplication, FullSolrCloudDistribCmdsTest, CurrencyFieldOpenExchangeTest, OverseerRolesTest, SolrIndexSplitterTest, CircularListTest, DistanceFunctionTest, TestCodecSupport, TestWriterPerf, TestSort, TermsComponentTest, AbstractAnalyticsStatsTest, TestDocumentBuilder, TriLevelCompositeIdRoutingTest, TestFieldCollectionResource, SolrTestCaseJ4Test, TestNRTOpen, TestDFRSimilarityFactory, TestJmxMonitoredMap, TestFieldTypeCollectionResource, TestSystemIdResolver, BlockCacheTest, TestPerFieldSimilarity, TestSolrJ, PathHierarchyTokenizerFactoryTest, LegacyHTMLStripCharFilterTest, DocValuesMultiTest, AddBlockUpdateTest, TestZkChroot, TestShardHandlerFactory, DirectSolrConnectionTest, ChaosMonkeyNothingIsSafeTest, TermVectorComponentDistributedTest, SynonymTokenizerTest, TestCloudManagedSchemaAddField, TestBadConfig, CoreMergeIndexesAdminHandlerTest, TestHashPartitioner, TestSolr4Spatial, SliceStateUpdateTest, TestIndexSearcher, ZkControllerTest, CacheHeaderTest, TestSearcherReuse, BinaryUpdateRequestHandlerTest, TestLRUCache, SuggesterFSTTest, TestInitQParser, TestRangeQuery, DOMUtilTest, TestOmitPositions, SuggesterTSTTest, TestRandomMergePolicy, TestQuerySenderNoQuery, CopyFieldTest, UUIDFieldTest, TestManagedResourceStorage, TestFastLRUCache, AnalysisAfterCoreReloadTest, TestRealTimeGet, TestFunctionQuery, HdfsDirectoryTest, TestIBSimilarityFactory, TestExpandComponent, ClusterStateTest, TestFieldSortValues, TestCopyFieldCollectionResource, PluginInfoTest, ChangedSchemaMergeTest, EchoParamsTest, TestSolrXmlPersistence, TestRestManager, DistributedSpellCheckComponentTest, TestComplexPhraseQParserPlugin, BadIndexSchemaTest, SchemaVersionSpecificBehaviorTest, DistributedQueryComponentCustomSortTest, TestDistributedGrouping, SyncSliceTest, TestMiniSolrCloudCluster, SolrXmlInZkTest, TestClassNameShortening, BasicFunctionalityTest, TestBM25SimilarityFactory, StatsComponentTest, ExpressionTest, FieldFacetExtrasTest, TestSchemaSimilarityResource, ConnectionManagerTest, DeleteInactiveReplicaTest, HdfsWriteToMultipleCollectionsTest, LukeRequestHandlerTest, OutputWriterTest, DefaultValueUpdateProcessorTest, HdfsBasicDistributedZk2Test, SimpleFacetsTest, TestManagedSchemaFieldResource, DistributedQueryElevationComponentTest, TestStressRecovery, TestUniqueKeyFieldResource, TestDocBasedVersionConstraints, TestDynamicFieldCollectionResource, TestRandomDVFaceting, RequiredFieldsTest, PreAnalyzedFieldTest, RangeFacetTest, SolrInfoMBeanTest, HdfsSyncSliceTest, SoftAutoCommitTest, HdfsUnloadDistributedZkTest, SpellPossibilityIteratorTest, ConvertedLegacyTest, TestCharFilters, AutoCommitTest, RecoveryZkTest, CoreAdminHandlerTest, TestPhraseSuggestions, TestUpdate, TestAnalyzeInfixSuggestions, TestCSVResponseWriter, ShowFileRequestHandlerTest, FunctionTest, QueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, TestJmxIntegration, OverseerTest, PolyFieldTest, TestReversedWildcardFilterFactory, TestSolrQueryParserResource, TestFileDictionaryLookup, TimeZoneUtilsTest, TestQueryUtils, TestSolrDeletionPolicy1, DateFieldTest, ZkNodePropsTest, TestAddFieldRealTimeGet, AssignTest, TestIndexingPerformance, TestNumberUtils, TestCoreContainer, DocumentBuilderTest, TestPostingsSolrHighlighter, SuggesterTest, BasicDistributedZk2Test, NoFacetTest, TestMergePolicyConfig, ZkCLITest, TestBinaryResponseWriter, SolrRequestParserTest, BasicDistributedZkTest, TestShortCircuitedRequests, CursorPagingTest, NoCacheHeaderTest, AbstractAnalyticsFacetTest, CollectionsAPIAsyncDistributedZkTest, TestWordDelimiterFilterFactory, QueryEqualityTest, HdfsCollectionsAPIDistributedZkTest, SuggestComponentTest, MinimalSchemaTest, DistributedExpandComponentTest, PeerSyncTest, TestAnalyzedSuggestions, DirectSolrSpellCheckerTest, DocValuesMissingTest, SolrCmdDistributorTest, TestMultiCoreConfBootstrap, TestArbitraryIndexDir, TestLFUCache, BadCopyFieldTest, SpellingQueryConverterTest, TestStressVersions, SortByFunctionTest, SOLR749Test, TestPHPSerializedResponseWriter, LeaderElectionTest, SystemInfoHandlerTest, IndexSchemaRuntimeFieldTest, ModifyConfFileTest, TestDistributedSearch, TestXIncludeConfig, TestSolrDeletionPolicy2, BlockDirectoryTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, ShardRoutingCustomTest, TestFaceting, TestRecovery, TestStressReorder, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, TestFiltering, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SpellCheckCollatorTest, TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, TermVectorComponentTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, DateMathParserTest, TestSolrXMLSerializer, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, TestUtils, SliceStateTest, FileUtilsTest, TestRTGBase, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, QueryFacetTest, AliasIntegrationTest, AsyncMigrateRouteKeyTest, CustomCollectionTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, MigrateRouteKeyTest, RemoteQueryErrorTest, SSLMigrationTest, ShardSplitTest, TestDistribDocBasedVersion, TestModifyConfFiles]
   [junit4] Completed in 51.81s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRequestStatusCollectionAPI
   [junit4]   2> 3074700 T10913 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 3074703 T10913 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestRequestStatusCollectionAPI-1395496722171
   [junit4]   2> 3074706 T10913 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 3074707 T10914 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3074786 T10913 oasc.ZkTestServer.run start zk server on port:58694
   [junit4]   2> 3074788 T10913 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3074790 T10917 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:738)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:720)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 91 T10917 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-TestRequestStatusCollectionAPI] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([456EF0BD0F966D8E]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:962)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestRequestStatusCollectionAPI-1395496722169\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestRequestStatusCollectionAPI-1395496722169\zookeeper\server1\data\version-2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestRequestStatusCollectionAPI-1395496722169\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestRequestStatusCollectionAPI-1395496722169\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestRequestStatusCollectionAPI-1395496722169\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.TestRequestStatusCollectionAPI-1395496722169 FAILED !!!!!
   [junit4]   2> 3106753 T10913 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 3106755 T10913 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58694 58694
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRequestStatusCollectionAPI -Dtests.method=testDistribSearch -Dtests.seed=456EF0BD0F966D8E -Dtests.slow=true -Dtests.locale=be_BY -Dtests.timezone=US/Eastern -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   33.6s | TestRequestStatusCollectionAPI.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58694 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.setUp(BasicDistributedZkTest.java:124)
   [junit4]    > 	at org.apache.solr.cloud.TestRequestStatusCollectionAPI.setUp(TestRequestStatusCollectionAPI.java:40)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58694 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 46 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=10917, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestRequestStatusCollectionAPI]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([456EF0BD0F966D8E]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:962)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 3108344 T10913 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=be_BY, timezone=US/Eastern
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_60-ea (64-bit)/cpus=2,threads=1,free=224598280,total=531628032
   [junit4]   2> NOTE: All tests run in this JVM: [TestAtomicUpdateErrorCases, TestJoin, TestLuceneMatchVersion, TestPartialUpdateDeduplication, FullSolrCloudDistribCmdsTest, CurrencyFieldOpenExchangeTest, OverseerRolesTest, SolrIndexSplitterTest, CircularListTest, DistanceFunctionTest, TestCodecSupport, TestWriterPerf, TestSort, TermsComponentTest, AbstractAnalyticsStatsTest, TestDocumentBuilder, TriLevelCompositeIdRoutingTest, TestFieldCollectionResource, SolrTestCaseJ4Test, TestNRTOpen, TestDFRSimilarityFactory, TestJmxMonitoredMap, TestFieldTypeCollectionResource, TestSystemIdResolver, BlockCacheTest, TestPerFieldSimilarity, TestSolrJ, PathHierarchyTokenizerFactoryTest, LegacyHTMLStripCharFilterTest, DocValuesMultiTest, AddBlockUpdateTest, TestZkChroot, TestShardHandlerFactory, DirectSolrConnectionTest, ChaosMonkeyNothingIsSafeTest, TermVectorComponentDistributedTest, SynonymTokenizerTest, TestCloudManagedSchemaAddField, TestBadConfig, CoreMergeIndexesAdminHandlerTest, TestHashPartitioner, TestSolr4Spatial, SliceStateUpdateTest, TestIndexSearcher, ZkControllerTest, CacheHeaderTest, TestSearcherReuse, BinaryUpdateRequestHandlerTest, TestLRUCache, SuggesterFSTTest, TestInitQParser, TestRangeQuery, DOMUtilTest, TestOmitPositions, SuggesterTSTTest, TestRandomMergePolicy, TestQuerySenderNoQuery, CopyFieldTest, UUIDFieldTest, TestManagedResourceStorage, TestFastLRUCache, AnalysisAfterCoreReloadTest, TestRealTimeGet, TestFunctionQuery, HdfsDirectoryTest, TestIBSimilarityFactory, TestExpandComponent, ClusterStateTest, TestFieldSortValues, TestCopyFieldCollectionResource, PluginInfoTest, ChangedSchemaMergeTest, EchoParamsTest, TestSolrXmlPersistence, TestRestManager, DistributedSpellCheckComponentTest, TestComplexPhraseQParserPlugin, BadIndexSchemaTest, SchemaVersionSpecificBehaviorTest, DistributedQueryComponentCustomSortTest, TestDistributedGrouping, SyncSliceTest, TestMiniSolrCloudCluster, SolrXmlInZkTest, TestClassNameShortening, BasicFunctionalityTest, TestBM25SimilarityFactory, StatsComponentTest, ExpressionTest, FieldFacetExtrasTest, TestSchemaSimilarityResource, ConnectionManagerTest, DeleteInactiveReplicaTest, HdfsWriteToMultipleCollectionsTest, LukeRequestHandlerTest, OutputWriterTest, DefaultValueUpdateProcessorTest, HdfsBasicDistributedZk2Test, SimpleFacetsTest, TestManagedSchemaFieldResource, DistributedQueryElevationComponentTest, TestStressRecovery, TestUniqueKeyFieldResource, TestDocBasedVersionConstraints, TestDynamicFieldCollectionResource, TestRandomDVFaceting, RequiredFieldsTest, PreAnalyzedFieldTest, RangeFacetTest, SolrInfoMBeanTest, HdfsSyncSliceTest, SoftAutoCommitTest, HdfsUnloadDistributedZkTest, SpellPossibilityIteratorTest, ConvertedLegacyTest, TestCharFilters, AutoCommitTest, RecoveryZkTest, CoreAdminHandlerTest, TestPhraseSuggestions, TestUpdate, TestAnalyzeInfixSuggestions, TestCSVResponseWriter, ShowFileRequestHandlerTest, FunctionTest, QueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, TestJmxIntegration, OverseerTest, PolyFieldTest, TestReversedWildcardFilterFactory, TestSolrQueryParserResource, TestFileDictionaryLookup, TimeZoneUtilsTest, TestQueryUtils, TestSolrDeletionPolicy1, DateFieldTest, ZkNodePropsTest, TestAddFieldRealTimeGet, AssignTest, TestIndexingPerformance, TestNumberUtils, TestCoreContainer, DocumentBuilderTest, TestPostingsSolrHighlighter, SuggesterTest, BasicDistributedZk2Test, NoFacetTest, TestMergePolicyConfig, ZkCLITest, TestBinaryResponseWriter, SolrRequestParserTest, BasicDistributedZkTest, TestShortCircuitedRequests, CursorPagingTest, NoCacheHeaderTest, AbstractAnalyticsFacetTest, CollectionsAPIAsyncDistributedZkTest, TestWordDelimiterFilterFactory, QueryEqualityTest, HdfsCollectionsAPIDistributedZkTest, SuggestComponentTest, MinimalSchemaTest, DistributedExpandComponentTest, PeerSyncTest, TestAnalyzedSuggestions, DirectSolrSpellCheckerTest, DocValuesMissingTest, SolrCmdDistributorTest, TestMultiCoreConfBootstrap, TestArbitraryIndexDir, TestLFUCache, BadCopyFieldTest, SpellingQueryConverterTest, TestStressVersions, SortByFunctionTest, SOLR749Test, TestPHPSerializedResponseWriter, LeaderElectionTest, SystemInfoHandlerTest, IndexSchemaRuntimeFieldTest, ModifyConfFileTest, TestDistributedSearch, TestXIncludeConfig, TestSolrDeletionPolicy2, BlockDirectoryTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, ShardRoutingCustomTest, TestFaceting, TestRecovery, TestStressReorder, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, TestFiltering, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SpellCheckCollatorTest, TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, TermVectorComponentTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, DateMathParserTest, TestSolrXMLSerializer, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, TestUtils, SliceStateTest, FileUtilsTest, TestRTGBase, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, QueryFacetTest, AliasIntegrationTest, AsyncMigrateRouteKeyTest, CustomCollectionTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, MigrateRouteKeyTest, RemoteQueryErrorTest, SSLMigrationTest, ShardSplitTest, TestDistribDocBasedVersion, TestModifyConfFiles, TestRequestStatusCollectionAPI]
   [junit4] Completed in 33.68s, 1 test, 1 error <<< FAILURES!

[...truncated 100 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchema
   [junit4]   2> 3159637 T11371 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 3159637 T11371 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 3159642 T11371 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestCloudManagedSchema-1395496807110
   [junit4]   2> 3159645 T11371 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 3159647 T11372 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3159771 T11371 oasc.ZkTestServer.run start zk server on port:58895
   [junit4]   2> 3159773 T11371 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3159777 T11375 oazs.SyncRequestProcessor.run ERROR Severe unrecoverable error, exiting java.io.IOException: There is not enough space on the disk
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
   [junit4]   2> 	at sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
   [junit4]   2> 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
   [junit4]   2> 	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:738)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:720)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
   [junit4]   2> 	at org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
   [junit4]   2> 	at org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
   [junit4]   2> 
   [junit4]   2> 142 T11375 ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING Uncaught exception in thread: Thread[SyncThread:0,5,TGRP-TestCloudManagedSchema] java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([456EF0BD0F966D8E]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2> 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]   2> 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]   2> 	at java.lang.System.exit(System.java:962)
   [junit4]   2> 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchema-1395496807108\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchema-1395496807108\zookeeper\server1\data\version-2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchema-1395496807108\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchema-1395496807108\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchema-1395496807108\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.schema.TestCloudManagedSchema-1395496807108 FAILED !!!!!
   [junit4]   2> 3222868 T11371 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 3222872 T11371 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58895 58895
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudManagedSchema -Dtests.method=testDistribSearch -Dtests.seed=456EF0BD0F966D8E -Dtests.slow=true -Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=CTT -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   66.3s | TestCloudManagedSchema.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58895 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:75)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:58895 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 44 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11375, name=SyncThread:0, state=RUNNABLE, group=TGRP-TestCloudManagedSchema]
   [junit4]    > Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed because they terminate the test runner's JVM.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([456EF0BD0F966D8E]:0)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
   [junit4]    > 	at java.lang.Runtime.exit(Runtime.java:107)
   [junit4]    > 	at java.lang.System.exit(System.java:962)
   [junit4]    > 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
   [junit4]   2> 3225924 T11371 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=ja_JP_JP_#u-ca-japanese, timezone=CTT
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_60-ea (64-bit)/cpus=2,threads=1,free=192342888,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [TestAtomicUpdateErrorCases, TestJoin, TestLuceneMatchVersion, TestPartialUpdateDeduplication, FullSolrCloudDistribCmdsTest, CurrencyFieldOpenExchangeTest, OverseerRolesTest, SolrIndexSplitterTest, CircularListTest, DistanceFunctionTest, TestCodecSupport, TestWriterPerf, TestSort, TermsComponentTest, AbstractAnalyticsStatsTest, TestDocumentBuilder, TriLevelCompositeIdRoutingTest, TestFieldCollectionResource, SolrTestCaseJ4Test, TestNRTOpen, TestDFRSimilarityFactory, TestJmxMonitoredMap, TestFieldTypeCollectionResource, TestSystemIdResolver, BlockCacheTest, TestPerFieldSimilarity, TestSolrJ, PathHierarchyTokenizerFactoryTest, LegacyHTMLStripCharFilterTest, DocValuesMultiTest, AddBlockUpdateTest, TestZkChroot, TestShardHandlerFactory, DirectSolrConnectionTest, ChaosMonkeyNothingIsSafeTest, TermVectorComponentDistributedTest, SynonymTokenizerTest, TestCloudManagedSchemaAddField, TestBadConfig, CoreMergeIndexesAdminHandlerTest, TestHashPartitioner, TestSolr4Spatial, SliceStateUpdateTest, TestIndexSearcher, ZkControllerTest, CacheHeaderTest, TestSearcherReuse, BinaryUpdateRequestHandlerTest, TestLRUCache, SuggesterFSTTest, TestInitQParser, TestRangeQuery, DOMUtilTest, TestOmitPositions, SuggesterTSTTest, TestRandomMergePolicy, TestQuerySenderNoQuery, CopyFieldTest, UUIDFieldTest, TestManagedResourceStorage, TestFastLRUCache, AnalysisAfterCoreReloadTest, TestRealTimeGet, TestFunctionQuery, HdfsDirectoryTest, TestIBSimilarityFactory, TestExpandComponent, ClusterStateTest, TestFieldSortValues, TestCopyFieldCollectionResource, PluginInfoTest, ChangedSchemaMergeTest, EchoParamsTest, TestSolrXmlPersistence, TestRestManager, DistributedSpellCheckComponentTest, TestComplexPhraseQParserPlugin, BadIndexSchemaTest, SchemaVersionSpecificBehaviorTest, DistributedQueryComponentCustomSortTest, TestDistributedGrouping, SyncSliceTest, TestMiniSolrCloudCluster, SolrXmlInZkTest, TestClassNameShortening, BasicFunctionalityTest, TestBM25SimilarityFactory, StatsComponentTest, ExpressionTest, FieldFacetExtrasTest, TestSchemaSimilarityResource, ConnectionManagerTest, DeleteInactiveReplicaTest, HdfsWriteToMultipleCollectionsTest, LukeRequestHandlerTest, OutputWriterTest, DefaultValueUpdateProcessorTest, HdfsBasicDistributedZk2Test, SimpleFacetsTest, TestManagedSchemaFieldResource, DistributedQueryElevationComponentTest, TestStressRecovery, TestUniqueKeyFieldResource, TestDocBasedVersionConstraints, TestDynamicFieldCollectionResource, TestRandomDVFaceting, RequiredFieldsTest, PreAnalyzedFieldTest, RangeFacetTest, SolrInfoMBeanTest, HdfsSyncSliceTest, SoftAutoCommitTest, HdfsUnloadDistributedZkTest, SpellPossibilityIteratorTest, ConvertedLegacyTest, TestCharFilters, AutoCommitTest, RecoveryZkTest, CoreAdminHandlerTest, TestPhraseSuggestions, TestUpdate, TestAnalyzeInfixSuggestions, TestCSVResponseWriter, ShowFileRequestHandlerTest, FunctionTest, QueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, TestJmxIntegration, OverseerTest, PolyFieldTest, TestReversedWildcardFilterFactory, TestSolrQueryParserResource, TestFileDictionaryLookup, TimeZoneUtilsTest, TestQueryUtils, TestSolrDeletionPolicy1, DateFieldTest, ZkNodePropsTest, TestAddFieldRealTimeGet, AssignTest, TestIndexingPerformance, TestNumberUtils, TestCoreContainer, DocumentBuilderTest, TestPostingsSolrHighlighter, SuggesterTest, BasicDistributedZk2Test, NoFacetTest, TestMergePolicyConfig, ZkCLITest, TestBinaryResponseWriter, SolrRequestParserTest, BasicDistributedZkTest, TestShortCircuitedRequests, CursorPagingTest, NoCacheHeaderTest, AbstractAnalyticsFacetTest, CollectionsAPIAsyncDistributedZkTest, TestWordDelimiterFilterFactory, QueryEqualityTest, HdfsCollectionsAPIDistributedZkTest, SuggestComponentTest, MinimalSchemaTest, DistributedExpandComponentTest, PeerSyncTest, TestAnalyzedSuggestions, DirectSolrSpellCheckerTest, DocValuesMissingTest, SolrCmdDistributorTest, TestMultiCoreConfBootstrap, TestArbitraryIndexDir, TestLFUCache, BadCopyFieldTest, SpellingQueryConverterTest, TestStressVersions, SortByFunctionTest, SOLR749Test, TestPHPSerializedResponseWriter, LeaderElectionTest, SystemInfoHandlerTest, IndexSchemaRuntimeFieldTest, ModifyConfFileTest, TestDistributedSearch, TestXIncludeConfig, TestSolrDeletionPolicy2, BlockDirectoryTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, ShardRoutingCustomTest, TestFaceting, TestRecovery, TestStressReorder, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, TestFiltering, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SpellCheckCollatorTest, TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, TermVectorComponentTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, DateMathParserTest, TestSolrXMLSerializer, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, TestUtils, SliceStateTest, FileUtilsTest, TestRTGBase, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, QueryFacetTest, AliasIntegrationTest, AsyncMigrateRouteKeyTest, CustomCollectionTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, MigrateRouteKeyTest, RemoteQueryErrorTest, SSLMigrationTest, ShardSplitTest, TestDistribDocBasedVersion, TestModifyConfFiles, TestRequestStatusCollectionAPI, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, StressHdfsTest, CachingDirectoryFactoryTest, QueryResultKeyTest, TestImplicitCoreProperties, TestInfoStreamLogging, TestNonNRTOpen, TestReloadAndDeleteDocs, TestSolrXml, TestSolrXmlPersistor, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, InfoHandlerTest, DistributedDebugComponentTest, DistributedQueryComponentOptimizationTest, DistributedSuggestComponentTest, TestManagedResource, TestDefaultSearchFieldResource, TestDynamicFieldResource, TestFieldResource, TestFieldTypeResource, TestSchemaNameResource, TestSchemaResource, TestSchemaVersionResource, TestSerializedLuceneMatchVersion, TestSolrQueryParserDefaultOperatorResource, TestManagedStopFilterFactory, EnumFieldTest, TestCloudManagedSchema]
   [junit4] Completed in 66.32s, 1 test, 1 error <<< FAILURES!

[...truncated 81 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:447: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:45: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:490: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1275: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:907: There were test failures: 391 suites, 1645 tests, 4 errors, 54 ignored (33 assumptions)

Total time: 83 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_60-ea-b10 -XX:-UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure