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/23 06:10:57 UTC

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

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_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