Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4504/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 43D5CE76ACEB77AD-001\tempDir-002: java.nio.file.AccessDeniedException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 43D5CE76ACEB77AD-001\tempDir-002    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 43D5CE76ACEB77AD-001: java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 43D5CE76ACEB77AD-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 43D5CE76ACEB77AD-001\tempDir-002: java.nio.file.AccessDeniedException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 43D5CE76ACEB77AD-001\tempDir-002
   
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 43D5CE76ACEB77AD-001: java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZk2Test
 43D5CE76ACEB77AD-001

        at __randomizedtesting.SeedInfo.seed([43D5CE76ACEB77AD]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.http.NoHttpResponseException: The target server failed to respond
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:887)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
        at 
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
        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:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
        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.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:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more


FAILED:  org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk

Error Message:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 
43D5CE76ACEB77AD-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424829372156\velocity\hit_plain.vm

Stack Trace:
java.nio.file.NoSuchFileException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 
43D5CE76ACEB77AD-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424829372156\velocity\hit_plain.vm
        at 
__randomizedtesting.SeedInfo.seed([43D5CE76ACEB77AD:67B363782624C1CB]:0)
        at 
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
        at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
        at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
        at 
sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
        at 
java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
        at java.nio.file.Files.newOutputStream(Files.java:216)
        at java.nio.file.Files.write(Files.java:3292)
        at 
org.apache.solr.common.cloud.ZkConfigManager.downloadFromZK(ZkConfigManager.java:91)
        at 
org.apache.solr.common.cloud.ZkConfigManager.downloadConfigDir(ZkConfigManager.java:122)
        at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:223)
        at 
org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:226)
        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:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        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.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:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002\collection1: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002\collection1    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001\collection1: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001\collection1    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001\collection1\data: 
java.nio.file.AccessDeniedException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001\collection1\data    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002\collection1\data: 
java.nio.file.AccessDeniedException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002\collection1\data    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001: java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002\collection1: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002\collection1
   
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002
   
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001\collection1: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001\collection1
   
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001
   
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001\collection1\data: 
java.nio.file.AccessDeniedException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001\collection1\data
   
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001
   
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002\collection1\data: 
java.nio.file.AccessDeniedException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002\collection1\data
   
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002
   
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001: java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001

        at __randomizedtesting.SeedInfo.seed([43D5CE76ACEB77AD]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9191 lines...]
   [junit4] Suite: org.apache.solr.cloud.ZkCLITest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\init-core-data-001
   [junit4]   2> 413673 T2457 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (false)
   [junit4]   2> 413684 T2457 oas.SolrTestCaseJ4.setUp ###Starting 
testUpConfigLinkConfigClearZk
   [junit4]   2> 413685 T2457 oasc.ZkCLITest.setUp ####SETUP_START 
testUpConfigLinkConfigClearZk
   [junit4]   2> 414384 T2457 oasc.ZkCLITest.setUp ZooKeeper 
dataDir:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-002\zookeeper/server1/data
   [junit4]   2> 414384 T2457 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 414384 T2458 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 414482 T2457 oasc.ZkTestServer.run start zk server on 
port:65054
   [junit4]   2> 414482 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 414483 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 414496 T2465 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@22950f94 
name:ZooKeeperConnection Watcher:127.0.0.1:65054 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 414497 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 414497 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 414497 T2457 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 414503 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 414505 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 414514 T2468 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2650d559 
name:ZooKeeperConnection Watcher:127.0.0.1:65054/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 414514 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 414514 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 414516 T2457 oasc.ZkCLITest.setUp ####SETUP_END 
testUpConfigLinkConfigClearZk
   [junit4]   2> 414568 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 414569 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 414572 T2471 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6939b9c8 
name:ZooKeeperConnection Watcher:127.0.0.1:65054/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 414572 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 414573 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 414573 T2457 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 414573 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 414575 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 414577 T2474 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@8a028e5 name:ZooKeeperConnection 
Watcher:127.0.0.1:65054 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 414577 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 414578 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 414586 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/admin-extra.html
   [junit4]   2> 414592 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/admin-extra.menu-bottom.html
   [junit4]   2> 414596 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/admin-extra.menu-top.html
   [junit4]   2> 414602 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/clustering\carrot2\kmeans-attributes.xml
   [junit4]   2> 414606 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/clustering\carrot2\lingo-attributes.xml
   [junit4]   2> 414609 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/clustering\carrot2\stc-attributes.xml
   [junit4]   2> 414613 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/currency.xml
   [junit4]   2> 414626 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/elevate.xml
   [junit4]   2> 414632 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\contractions_ca.txt
   [junit4]   2> 414634 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\contractions_fr.txt
   [junit4]   2> 414637 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\contractions_ga.txt
   [junit4]   2> 414638 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\contractions_it.txt
   [junit4]   2> 414640 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\hyphenations_ga.txt
   [junit4]   2> 414644 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stemdict_nl.txt
   [junit4]   2> 414647 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stoptags_ja.txt
   [junit4]   2> 414650 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_ar.txt
   [junit4]   2> 414653 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_bg.txt
   [junit4]   2> 414656 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_ca.txt
   [junit4]   2> 414660 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_ckb.txt
   [junit4]   2> 414666 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_cz.txt
   [junit4]   2> 414669 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_da.txt
   [junit4]   2> 414672 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_de.txt
   [junit4]   2> 414677 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_el.txt
   [junit4]   2> 414679 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_en.txt
   [junit4]   2> 414683 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_es.txt
   [junit4]   2> 414685 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_eu.txt
   [junit4]   2> 414687 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_fa.txt
   [junit4]   2> 414691 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_fi.txt
   [junit4]   2> 414695 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_fr.txt
   [junit4]   2> 414699 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_ga.txt
   [junit4]   2> 414703 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_gl.txt
   [junit4]   2> 414706 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_hi.txt
   [junit4]   2> 414709 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_hu.txt
   [junit4]   2> 414713 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_hy.txt
   [junit4]   2> 414717 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_id.txt
   [junit4]   2> 414721 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_it.txt
   [junit4]   2> 414725 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_ja.txt
   [junit4]   2> 414729 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_lv.txt
   [junit4]   2> 414731 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_nl.txt
   [junit4]   2> 414735 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_no.txt
   [junit4]   2> 414739 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_pt.txt
   [junit4]   2> 414743 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_ro.txt
   [junit4]   2> 414746 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_ru.txt
   [junit4]   2> 414750 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_sv.txt
   [junit4]   2> 414754 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_th.txt
   [junit4]   2> 414757 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\stopwords_tr.txt
   [junit4]   2> 414761 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/lang\userdict_ja.txt
   [junit4]   2> 414765 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/mapping-FoldToASCII.txt
   [junit4]   2> 414769 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/mapping-ISOLatin1Accent.txt
   [junit4]   2> 414773 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/protwords.txt
   [junit4]   2> 414777 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/schema.xml
   [junit4]   2> 414781 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/solrconfig.xml
   [junit4]   2> 414785 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/spellings.txt
   [junit4]   2> 414789 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/stopwords.txt
   [junit4]   2> 414793 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/synonyms.txt
   [junit4]   2> 414796 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/update-script.js
   [junit4]   2> 414806 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\browse.vm
   [junit4]   2> 414808 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\cluster.vm
   [junit4]   2> 414811 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\cluster_results.vm
   [junit4]   2> 414812 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\debug.vm
   [junit4]   2> 414814 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\did_you_mean.vm
   [junit4]   2> 414816 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\error.vm
   [junit4]   2> 414817 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\facets.vm
   [junit4]   2> 414822 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\facet_fields.vm
   [junit4]   2> 414826 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\facet_pivot.vm
   [junit4]   2> 414829 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\facet_queries.vm
   [junit4]   2> 414832 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\facet_ranges.vm
   [junit4]   2> 414836 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\footer.vm
   [junit4]   2> 414840 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\head.vm
   [junit4]   2> 414844 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\header.vm
   [junit4]   2> 414848 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\hit.vm
   [junit4]   2> 414851 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\hit_grouped.vm
   [junit4]   2> 414854 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\hit_plain.vm
   [junit4]   2> 414858 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\join_doc.vm
   [junit4]   2> 414862 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\jquery.autocomplete.css
   [junit4]   2> 414866 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\jquery.autocomplete.js
   [junit4]   2> 414870 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\layout.vm
   [junit4]   2> 414873 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\main.css
   [junit4]   2> 414876 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\mime_type_lists.vm
   [junit4]   2> 414879 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\pagination_bottom.vm
   [junit4]   2> 414882 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\pagination_top.vm
   [junit4]   2> 414886 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\product_doc.vm
   [junit4]   2> 414890 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\query.vm
   [junit4]   2> 414894 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\query_form.vm
   [junit4]   2> 414898 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\query_group.vm
   [junit4]   2> 414902 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\query_spatial.vm
   [junit4]   2> 414905 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\README.txt
   [junit4]   2> 414909 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\results_list.vm
   [junit4]   2> 414912 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\richtext_doc.vm
   [junit4]   2> 414916 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\suggest.vm
   [junit4]   2> 414919 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\tabs.vm
   [junit4]   2> 414922 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/velocity\VM_global_library.vm
   [junit4]   2> 414925 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/xslt\example.xsl
   [junit4]   2> 414927 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/xslt\example_atom.xsl
   [junit4]   2> 414931 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/xslt\example_rss.xsl
   [junit4]   2> 414934 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/xslt\luke.xsl
   [junit4]   2> 414937 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/xslt\updateXml.xsl
   [junit4]   2> 414941 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/_rest_managed.json
   [junit4]   2> 414944 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/_schema_analysis_stopwords_english.json
   [junit4]   2> 414947 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/confsetone/_schema_analysis_synonyms_english.json
   [junit4]   2> 414952 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 414953 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 414955 T2477 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@766812ee 
name:ZooKeeperConnection Watcher:127.0.0.1:65054/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 414955 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 414955 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 414956 T2457 oasc.ZkController.linkConfSet Load collection 
config from:/collections/collection1
   [junit4]   2> 414957 T2457 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 414962 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 414964 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 414967 T2480 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@300ef01f 
name:ZooKeeperConnection Watcher:127.0.0.1:65054/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 414967 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 414967 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 414970 T2457 oascc.ZkConfigManager.downloadFromZK Writing file 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 
43D5CE76ACEB77AD-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424829372156\velocity\hit_plain.vm
   [junit4]   2> 414974 T2457 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65054 65054
   [junit4]   2> 414974 T2459 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x14bbe72d4bf0001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 417050 T2458 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65054 65054
   [junit4]   2> 417052 T2457 oas.SolrTestCaseJ4.tearDown ###Ending 
testUpConfigLinkConfigClearZk
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkCLITest 
-Dtests.method=testUpConfigLinkConfigClearZk -Dtests.seed=43D5CE76ACEB77AD 
-Dtests.slow=true -Dtests.locale=de_DE -Dtests.timezone=Etc/Universal 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   3.39s | ZkCLITest.testUpConfigLinkConfigClearZk <<<
   [junit4]    > Throwable #1: java.nio.file.NoSuchFileException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 
43D5CE76ACEB77AD-001\tempDir-003\solrtest-confdropspot-org.apache.solr.cloud.ZkCLITest-1424829372156\velocity\hit_plain.vm
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([43D5CE76ACEB77AD:67B363782624C1CB]:0)
   [junit4]    >        at 
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
   [junit4]    >        at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
   [junit4]    >        at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
   [junit4]    >        at 
sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
   [junit4]    >        at 
java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
   [junit4]    >        at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]    >        at java.nio.file.Files.write(Files.java:3292)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkConfigManager.downloadFromZK(ZkConfigManager.java:91)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkConfigManager.downloadConfigDir(ZkConfigManager.java:122)
   [junit4]    >        at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:223)
   [junit4]    >        at 
org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk(ZkCLITest.java:226)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 417065 T2457 oas.SolrTestCaseJ4.setUp ###Starting testPutFile
   [junit4]   2> 417065 T2457 oasc.ZkCLITest.setUp ####SETUP_START testPutFile
   [junit4]   2> 417613 T2457 oasc.ZkCLITest.setUp ZooKeeper 
dataDir:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-005\zookeeper/server1/data
   [junit4]   2> 417613 T2457 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 417614 T2481 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 417703 T2457 oasc.ZkTestServer.run start zk server on 
port:65075
   [junit4]   2> 417703 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 417704 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 417709 T2488 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@75c948de 
name:ZooKeeperConnection Watcher:127.0.0.1:65075 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 417710 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 417710 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 417710 T2457 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 417718 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 417719 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 417720 T2491 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@38c29e59 
name:ZooKeeperConnection Watcher:127.0.0.1:65075/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 417721 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 417721 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 417721 T2457 oasc.ZkCLITest.setUp ####SETUP_END testPutFile
   [junit4]   2> 417722 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 417723 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 417725 T2494 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@318c9ff6 
name:ZooKeeperConnection Watcher:127.0.0.1:65075/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 417726 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 417726 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 417733 T2457 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65075 65075
   [junit4]   2> 419727 T2481 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65075 65075
   [junit4]   2> 419729 T2457 oas.SolrTestCaseJ4.tearDown ###Ending testPutFile
   [junit4]   2> 419733 T2457 oas.SolrTestCaseJ4.setUp ###Starting 
testBootstrapWithChroot
   [junit4]   2> 419733 T2457 oasc.ZkCLITest.setUp ####SETUP_START 
testBootstrapWithChroot
   [junit4]   2> 420305 T2457 oasc.ZkCLITest.setUp ZooKeeper 
dataDir:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-007\zookeeper/server1/data
   [junit4]   2> 420305 T2457 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 420306 T2495 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 420395 T2457 oasc.ZkTestServer.run start zk server on 
port:65087
   [junit4]   2> 420395 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 420396 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 420400 T2502 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@81983b4 name:ZooKeeperConnection 
Watcher:127.0.0.1:65087 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 420401 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 420401 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 420401 T2457 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 420405 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 420407 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 420410 T2505 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4be1f5a name:ZooKeeperConnection 
Watcher:127.0.0.1:65087/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 420410 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 420410 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 420410 T2457 oasc.ZkCLITest.setUp ####SETUP_END 
testBootstrapWithChroot
   [junit4]   2> 420411 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 420412 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 420415 T2508 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@31d2ece name:ZooKeeperConnection 
Watcher:127.0.0.1:65087/solr/foo/bar got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 420415 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 420415 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 420416 T2457 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-006\'
   [junit4]   2> 420442 T2457 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-006\solr.xml
   [junit4]   2> 420448 T2457 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-006
   [junit4]   2> 420450 T2457 oasc.CoreContainer.<init> New CoreContainer 
482524123
   [junit4]   2> 420450 T2457 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 420450 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 420452 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 420455 T2511 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@729a10f name:ZooKeeperConnection 
Watcher:127.0.0.1:65087 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 420455 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 420455 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 420456 T2457 oascc.SolrZkClient.makePath makePath: 
/solr/foo/bar
   [junit4]   2> 420461 T2457 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-006
   [junit4]   2> 420461 T2457 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-006\collection1\
   [junit4]   2> 420462 T2457 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 420462 T2457 oasc.ZkController.bootstrapConf bootstrapping 
config for 1 cores into ZooKeeper using solr.xml from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-006
   [junit4]   2> 420463 T2457 oasc.ZkController.bootstrapConf Uploading 
directory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-006\collection1\conf with name collection1 for 
SolrCore collection1
   [junit4]   2> 420464 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/admin-extra.html
   [junit4]   2> 420468 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/admin-extra.menu-bottom.html
   [junit4]   2> 420471 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/admin-extra.menu-top.html
   [junit4]   2> 420474 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/clustering\carrot2\kmeans-attributes.xml
   [junit4]   2> 420478 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/clustering\carrot2\lingo-attributes.xml
   [junit4]   2> 420480 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/clustering\carrot2\stc-attributes.xml
   [junit4]   2> 420484 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/currency.xml
   [junit4]   2> 420487 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/elevate.xml
   [junit4]   2> 420490 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\contractions_ca.txt
   [junit4]   2> 420495 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\contractions_fr.txt
   [junit4]   2> 420499 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\contractions_ga.txt
   [junit4]   2> 420501 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\contractions_it.txt
   [junit4]   2> 420505 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\hyphenations_ga.txt
   [junit4]   2> 420510 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stemdict_nl.txt
   [junit4]   2> 420516 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stoptags_ja.txt
   [junit4]   2> 420520 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_ar.txt
   [junit4]   2> 420532 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_bg.txt
   [junit4]   2> 420536 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_ca.txt
   [junit4]   2> 420538 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_ckb.txt
   [junit4]   2> 420542 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_cz.txt
   [junit4]   2> 420545 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_da.txt
   [junit4]   2> 420548 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_de.txt
   [junit4]   2> 420551 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_el.txt
   [junit4]   2> 420554 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_en.txt
   [junit4]   2> 420557 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_es.txt
   [junit4]   2> 420560 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_eu.txt
   [junit4]   2> 420564 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_fa.txt
   [junit4]   2> 420568 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_fi.txt
   [junit4]   2> 420570 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_fr.txt
   [junit4]   2> 420574 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_ga.txt
   [junit4]   2> 420577 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_gl.txt
   [junit4]   2> 420580 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_hi.txt
   [junit4]   2> 420583 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_hu.txt
   [junit4]   2> 420586 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_hy.txt
   [junit4]   2> 420590 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_id.txt
   [junit4]   2> 420593 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_it.txt
   [junit4]   2> 420596 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_ja.txt
   [junit4]   2> 420599 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_lv.txt
   [junit4]   2> 420602 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_nl.txt
   [junit4]   2> 420605 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_no.txt
   [junit4]   2> 420609 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_pt.txt
   [junit4]   2> 420611 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_ro.txt
   [junit4]   2> 420614 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_ru.txt
   [junit4]   2> 420617 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_sv.txt
   [junit4]   2> 420621 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_th.txt
   [junit4]   2> 420623 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\stopwords_tr.txt
   [junit4]   2> 420626 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang\userdict_ja.txt
   [junit4]   2> 420628 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/mapping-FoldToASCII.txt
   [junit4]   2> 420633 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 420637 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/protwords.txt
   [junit4]   2> 420640 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/schema.xml
   [junit4]   2> 420644 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/solrconfig.xml
   [junit4]   2> 420647 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/spellings.txt
   [junit4]   2> 420650 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/stopwords.txt
   [junit4]   2> 420653 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/synonyms.txt
   [junit4]   2> 420656 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/update-script.js
   [junit4]   2> 420660 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\browse.vm
   [junit4]   2> 420663 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\cluster.vm
   [junit4]   2> 420666 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\cluster_results.vm
   [junit4]   2> 420669 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\debug.vm
   [junit4]   2> 420672 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\did_you_mean.vm
   [junit4]   2> 420675 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\error.vm
   [junit4]   2> 420677 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\facets.vm
   [junit4]   2> 420679 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\facet_fields.vm
   [junit4]   2> 420680 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\facet_pivot.vm
   [junit4]   2> 420681 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\facet_queries.vm
   [junit4]   2> 420685 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\facet_ranges.vm
   [junit4]   2> 420687 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\footer.vm
   [junit4]   2> 420691 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\head.vm
   [junit4]   2> 420694 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\header.vm
   [junit4]   2> 420698 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\hit.vm
   [junit4]   2> 420701 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\hit_grouped.vm
   [junit4]   2> 420705 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\hit_plain.vm
   [junit4]   2> 420709 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\join_doc.vm
   [junit4]   2> 420712 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\jquery.autocomplete.css
   [junit4]   2> 420715 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\jquery.autocomplete.js
   [junit4]   2> 420718 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\layout.vm
   [junit4]   2> 420721 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\main.css
   [junit4]   2> 420724 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\mime_type_lists.vm
   [junit4]   2> 420726 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\pagination_bottom.vm
   [junit4]   2> 420730 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\pagination_top.vm
   [junit4]   2> 420732 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\product_doc.vm
   [junit4]   2> 420735 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\query.vm
   [junit4]   2> 420739 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\query_form.vm
   [junit4]   2> 420742 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\query_group.vm
   [junit4]   2> 420745 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\query_spatial.vm
   [junit4]   2> 420749 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\README.txt
   [junit4]   2> 420751 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\results_list.vm
   [junit4]   2> 420755 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\richtext_doc.vm
   [junit4]   2> 420758 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\suggest.vm
   [junit4]   2> 420761 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\tabs.vm
   [junit4]   2> 420764 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity\VM_global_library.vm
   [junit4]   2> 420767 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt\example.xsl
   [junit4]   2> 420771 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt\example_atom.xsl
   [junit4]   2> 420775 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt\example_rss.xsl
   [junit4]   2> 420778 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt\luke.xsl
   [junit4]   2> 420780 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt\updateXml.xsl
   [junit4]   2> 420782 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/_rest_managed.json
   [junit4]   2> 420784 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/_schema_analysis_stopwords_english.json
   [junit4]   2> 420786 T2457 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/_schema_analysis_synonyms_english.json
   [junit4]   2> 420793 T2496 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x14bbe72ebdf0001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 420793 T2457 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65087 65087
   [junit4]   2> 422787 T2495 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65087 65087
   [junit4]   2> 422789 T2457 oas.SolrTestCaseJ4.tearDown ###Ending 
testBootstrapWithChroot
   [junit4]   2> 422794 T2457 oas.SolrTestCaseJ4.setUp ###Starting testMakePath
   [junit4]   2> 422794 T2457 oasc.ZkCLITest.setUp ####SETUP_START testMakePath
   [junit4]   2> 423385 T2457 oasc.ZkCLITest.setUp ZooKeeper 
dataDir:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-009\zookeeper/server1/data
   [junit4]   2> 423386 T2457 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 423387 T2512 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 423475 T2457 oasc.ZkTestServer.run start zk server on 
port:65102
   [junit4]   2> 423475 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 423477 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 423483 T2519 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5f587316 
name:ZooKeeperConnection Watcher:127.0.0.1:65102 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 423483 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 423484 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 423484 T2457 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 423489 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 423492 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 423496 T2522 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@d45a7a7 name:ZooKeeperConnection 
Watcher:127.0.0.1:65102/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 423496 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 423497 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 423497 T2457 oasc.ZkCLITest.setUp ####SETUP_END testMakePath
   [junit4]   2> 423498 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 423498 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 423501 T2525 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@129868b3 
name:ZooKeeperConnection Watcher:127.0.0.1:65102/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 423501 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 423501 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 423501 T2457 oascc.SolrZkClient.makePath makePath: 
/path/mynewpath
   [junit4]   2> 423509 T2513 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x14bbe72f7eb0001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 423510 T2457 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65102 65102
   [junit4]   2> 425419 T2512 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65102 65102
   [junit4]   2> 425420 T2457 oas.SolrTestCaseJ4.tearDown ###Ending testMakePath
   [junit4]   2> 425423 T2457 oas.SolrTestCaseJ4.setUp ###Starting testPut
   [junit4]   2> 425423 T2457 oasc.ZkCLITest.setUp ####SETUP_START testPut
   [junit4]   2> 425832 T2457 oasc.ZkCLITest.setUp ZooKeeper 
dataDir:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-011\zookeeper/server1/data
   [junit4]   2> 425832 T2457 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 425833 T2526 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 425913 T2457 oasc.ZkTestServer.run start zk server on 
port:65114
   [junit4]   2> 425913 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 425914 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 425918 T2533 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@377aa677 
name:ZooKeeperConnection Watcher:127.0.0.1:65114 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 425918 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 425918 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 425918 T2457 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 425922 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 425923 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 425925 T2536 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@44490024 
name:ZooKeeperConnection Watcher:127.0.0.1:65114/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 425925 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 425925 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 425925 T2457 oasc.ZkCLITest.setUp ####SETUP_END testPut
   [junit4]   2> 425925 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 425927 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 425929 T2539 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@602f502e 
name:ZooKeeperConnection Watcher:127.0.0.1:65114/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 425929 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 425929 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 425933 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 425934 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 425936 T2542 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2adfcb54 
name:ZooKeeperConnection Watcher:127.0.0.1:65114/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 425936 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 425936 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 425940 T2457 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65114 65114
   [junit4]   2> 427735 T2526 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65114 65114
   [junit4]   2> 427737 T2457 oas.SolrTestCaseJ4.tearDown ###Ending testPut
   [junit4]   2> 427740 T2457 oas.SolrTestCaseJ4.setUp ###Starting 
testInvalidZKAddress
   [junit4]   2> 427740 T2457 oasc.ZkCLITest.setUp ####SETUP_START 
testInvalidZKAddress
   [junit4]   2> 428169 T2457 oasc.ZkCLITest.setUp ZooKeeper 
dataDir:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-013\zookeeper/server1/data
   [junit4]   2> 428169 T2457 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 428170 T2543 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 428250 T2457 oasc.ZkTestServer.run start zk server on 
port:65129
   [junit4]   2> 428250 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 428251 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 428255 T2550 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@28737f8c 
name:ZooKeeperConnection Watcher:127.0.0.1:65129 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 428255 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 428256 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 428256 T2457 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 428259 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 428260 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 428263 T2553 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3bb060db 
name:ZooKeeperConnection Watcher:127.0.0.1:65129/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 428263 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 428263 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 428263 T2457 oasc.ZkCLITest.setUp ####SETUP_END 
testInvalidZKAddress
   [junit4]   2> 428263 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 430301 T2457 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65129 65129
   [junit4]   2> 432096 T2543 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65129 65129
   [junit4]   2> 432098 T2457 oas.SolrTestCaseJ4.tearDown ###Ending 
testInvalidZKAddress
   [junit4]   2> 432101 T2457 oas.SolrTestCaseJ4.setUp ###Starting testGetFile
   [junit4]   2> 432101 T2457 oasc.ZkCLITest.setUp ####SETUP_START testGetFile
   [junit4]   2> 432498 T2457 oasc.ZkCLITest.setUp ZooKeeper 
dataDir:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-015\zookeeper/server1/data
   [junit4]   2> 432498 T2457 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 432500 T2554 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 432580 T2457 oasc.ZkTestServer.run start zk server on 
port:65138
   [junit4]   2> 432580 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 432582 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 432585 T2561 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5f1ee278 
name:ZooKeeperConnection Watcher:127.0.0.1:65138 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 432586 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 432586 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 432586 T2457 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 432589 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 432591 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 432593 T2564 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6d882a4b 
name:ZooKeeperConnection Watcher:127.0.0.1:65138/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 432593 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 432593 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 432593 T2457 oasc.ZkCLITest.setUp ####SETUP_END testGetFile
   [junit4]   2> 432597 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 432600 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 432603 T2567 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4680d6cc 
name:ZooKeeperConnection Watcher:127.0.0.1:65138/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 432603 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 432603 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 432610 T2555 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x14bbe731b810001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 432611 T2457 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65138 65138
   [junit4]   2> 434231 T2554 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65138 65138
   [junit4]   2> 434233 T2457 oas.SolrTestCaseJ4.tearDown ###Ending testGetFile
   [junit4]   2> 434246 T2457 oas.SolrTestCaseJ4.setUp ###Starting testGet
   [junit4]   2> 434246 T2457 oasc.ZkCLITest.setUp ####SETUP_START testGet
   [junit4]   2> 434616 T2457 oasc.ZkCLITest.setUp ZooKeeper 
dataDir:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-018\zookeeper/server1/data
   [junit4]   2> 434616 T2457 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 434617 T2568 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 434690 T2457 oasc.ZkTestServer.run start zk server on 
port:65150
   [junit4]   2> 434690 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 434690 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 434694 T2575 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6bbf26 name:ZooKeeperConnection 
Watcher:127.0.0.1:65150 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 434694 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 434694 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 434694 T2457 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 434699 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 434701 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 434703 T2578 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@61efdb3 name:ZooKeeperConnection 
Watcher:127.0.0.1:65150/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 434703 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 434704 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 434704 T2457 oasc.ZkCLITest.setUp ####SETUP_END testGet
   [junit4]   2> 434704 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 434706 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 434713 T2581 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@26928f44 
name:ZooKeeperConnection Watcher:127.0.0.1:65150/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 434713 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 434713 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   1> getNode-data
   [junit4]   2> 434720 T2457 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65150 65150
   [junit4]   2> 436336 T2568 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65150 65150
   [junit4]   2> 436337 T2457 oas.SolrTestCaseJ4.tearDown ###Ending testGet
   [junit4]   2> 436339 T2457 oas.SolrTestCaseJ4.setUp ###Starting 
testPutFileNotExists
   [junit4]   2> 436339 T2457 oasc.ZkCLITest.setUp ####SETUP_START 
testPutFileNotExists
   [junit4]   2> 436710 T2457 oasc.ZkCLITest.setUp ZooKeeper 
dataDir:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-020\zookeeper/server1/data
   [junit4]   2> 436710 T2457 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 436710 T2582 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 436783 T2457 oasc.ZkTestServer.run start zk server on 
port:65162
   [junit4]   2> 436783 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 436784 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 436787 T2589 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@710dca11 
name:ZooKeeperConnection Watcher:127.0.0.1:65162 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 436787 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 436787 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 436787 T2457 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 436791 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 436792 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 436794 T2592 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@79df1d70 
name:ZooKeeperConnection Watcher:127.0.0.1:65162/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 436794 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 436794 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 436794 T2457 oasc.ZkCLITest.setUp ####SETUP_END 
testPutFileNotExists
   [junit4]   2> 436795 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 436798 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 436799 T2595 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7df3b03b 
name:ZooKeeperConnection Watcher:127.0.0.1:65162/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 436799 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 436799 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 436803 T2583 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x14bbe732bf40001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 436804 T2457 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65162 65162
   [junit4]   2> 438420 T2582 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:65162 65162
   [junit4]   2> 438421 T2457 oas.SolrTestCaseJ4.tearDown ###Ending 
testPutFileNotExists
   [junit4]   2> 438424 T2457 oas.SolrTestCaseJ4.setUp ###Starting 
testGetFileNotExists
   [junit4]   2> 438424 T2457 oasc.ZkCLITest.setUp ####SETUP_START 
testGetFileNotExists
   [junit4]   2> 438777 T3 oasc.CoreContainer.finalize ERROR CoreContainer was 
not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  
instance=482524123
   [junit4]   2> 438802 T2457 oasc.ZkCLITest.setUp ZooKeeper 
dataDir:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkCLITest
 43D5CE76ACEB77AD-001\tempDir-022\zookeeper/server1/data
   [junit4]   2> 438802 T2457 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 438803 T2596 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 438876 T2457 oasc.ZkTestServer.run start zk server on 
port:65174
   [junit4]   2> 438876 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 438876 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 438880 T2603 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@33bf12e2 
name:ZooKeeperConnection Watcher:127.0.0.1:65174 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 438880 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 438880 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 438880 T2457 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 438885 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 438886 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 438888 T2606 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@18a4100e 
name:ZooKeeperConnection Watcher:127.0.0.1:65174/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 438889 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 438889 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 438889 T2457 oasc.ZkCLITest.setUp ####SETUP_END 
testGetFileNotExists
   [junit4]   2> 438892 T2457 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 438896 T2457 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 438898 T2609 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7faf7d67 
name:ZooKeeperConnection Watcher:127.0.0.1:65174/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 438898 T2457 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 438898 T2457 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 438900 T2597 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x14bbe7334200002, likely client has closed socket
   [junit4]   2>        at org.apache.

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

butedZk2Test, TestLMDirichletSimilarityFactory, AutoCommitTest, 
TestBM25SimilarityFactory, PingRequestHandlerTest, TestUtils, 
StatsComponentTest, TestDynamicFieldResource, BlockDirectoryTest, 
TestSolrCoreProperties, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, 
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, BasicZkTest, RecoveryZkTest, TestRandomFaceting, 
LeaderElectionTest, ZkSolrClientTest, ShardRoutingCustomTest, 
TestDistributedGrouping, TestFaceting, DistributedSpellCheckComponentTest, 
TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, 
TestStressReorder, TestJoin, TestReload, TestStressVersions, TestRangeQuery, 
SimpleFacetsTest, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, 
QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, 
TestFiltering, OverseerCollectionProcessorTest, CurrencyFieldOpenExchangeTest, 
TestCoreDiscovery, SpellCheckCollatorTest, CoreAdminHandlerTest, 
SuggesterTSTTest, SuggesterTest, SpatialFilterTest, SuggesterWFSTTest, 
TestCSVLoader, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, 
StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, 
DocValuesMultiTest, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, 
LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, 
TestWriterPerf, TestReversedWildcardFilterFactory, TestQueryTypes, 
PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, 
DocumentBuilderTest, TestValueSourceCache, RequiredFieldsTest, 
FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, 
IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, IndexSchemaTest, 
ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, 
TestAnalyzedSuggestions, JsonLoaderTest, BinaryUpdateRequestHandlerTest, 
TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest, 
TestLFUCache, TestQuerySenderListener, TestQuerySenderNoQuery, 
ResponseLogComponentTest, BadComponentTest, TestMergePolicyConfig, SampleTest, 
TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery, 
OutputWriterTest, ExternalFileFieldSortTest, DirectSolrConnectionTest, 
NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCharFilters, 
SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, 
TestDefaultSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, 
ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, 
PluginInfoTest, TestFastLRUCache, TestSuggestSpellingConverter, 
SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, 
TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, 
UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, TestRTGBase, 
SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, 
TestTolerantSearch, ActionThrottleTest, AliasIntegrationTest, 
ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, 
DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, 
DistribJoinFromCollectionTest, HttpPartitionTest, 
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, 
MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerRolesTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, 
RollingRestartTest, ShardSplitTest, SimpleCollectionCreateDeleteTest, 
TestCollectionAPI, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, 
TestMiniSolrCloudCluster, TestMiniSolrCloudClusterSSL, TestReplicaProperties, 
TestRequestStatusCollectionAPI, TestShortCircuitedRequests, 
HdfsChaosMonkeySafeLeaderTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, 
StressHdfsTest, ZkStateWriterTest, CachingDirectoryFactoryTest, 
ExitableDirectoryReaderTest, TestConfigSets, TestDynamicLoading, 
TestInfoStreamLogging, TestReloadAndDeleteDocs, TestShardHandlerFactory, 
TestSolrConfigHandler, TestSolrDynamicMBean, TestSolrXml, RequestLoggingTest, 
TestReplicationHandlerBackup]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestReplicationHandlerBackup -Dtests.seed=43D5CE76ACEB77AD 
-Dtests.slow=true -Dtests.locale=ar_SD -Dtests.timezone=Asia/Kamchatka 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestReplicationHandlerBackup (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002\collection1: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002\collection1
   [junit4]    >    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002
   [junit4]    >    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001\collection1: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001\collection1
   [junit4]    >    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001
   [junit4]    >    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001\collection1\data: 
java.nio.file.AccessDeniedException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001\collection1\data
   [junit4]    >    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-001
   [junit4]    >    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002\collection1\data: 
java.nio.file.AccessDeniedException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002\collection1\data
   [junit4]    >    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002: 
java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001\solr-instance-002
   [junit4]    >    
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001: java.nio.file.DirectoryNotEmptyException: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandlerBackup
 43D5CE76ACEB77AD-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([43D5CE76ACEB77AD]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 11.48s, 2 tests, 1 error <<< FAILURES!

[...truncated 188 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The 
following error occurred while executing this line:
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:61: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:509:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1349:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:957:
 There were test failures: 466 suites, 1860 tests, 2 suite-level errors, 2 
errors, 55 ignored (30 assumptions)

Total time: 105 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 
-XX:-UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to