Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/366/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.store.TestMultiMMap

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestMultiMMap_B02065603529F69D-001\testSeekSliceZero-015:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestMultiMMap_B02065603529F69D-001\testSeekSliceZero-015
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestMultiMMap_B02065603529F69D-001\testSeekSliceZero-015:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestMultiMMap_B02065603529F69D-001\testSeekSliceZero-015

        at __randomizedtesting.SeedInfo.seed([B02065603529F69D]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at 
https://127.0.0.1:51724/solr/awhollynewcollection_0_shard2_replica_n3: 
ClusterState says we are the leader 
(https://127.0.0.1:51724/solr/awhollynewcollection_0_shard2_replica_n3), but 
locally we don't think so. Request came from null

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at 
https://127.0.0.1:51724/solr/awhollynewcollection_0_shard2_replica_n3: 
ClusterState says we are the leader 
(https://127.0.0.1:51724/solr/awhollynewcollection_0_shard2_replica_n3), but 
locally we don't think so. Request came from null
        at 
__randomizedtesting.SeedInfo.seed([EDB257ACD6859467:A5C72318D0B6BBF2]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:550)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1013)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:460)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at 
https://127.0.0.1:51724/solr/awhollynewcollection_0_shard2_replica_n3: 
ClusterState says we are the leader 
(https://127.0.0.1:51724/solr/awhollynewcollection_0_shard2_replica_n3), but 
locally we don't think so. Request came from null
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:527)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.component.DistributedSuggestComponentTest

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001\shard2\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001\shard2\collection1
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001\shard2:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001\shard2
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001\shard2\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001\shard2\collection1
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001\shard2:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001\shard2
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001

        at __randomizedtesting.SeedInfo.seed([EDB257ACD6859467]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.TestQueryTypes

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001\init-core-data-001\tlog:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001\init-core-data-001\tlog
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001\init-core-data-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001\init-core-data-001
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001\init-core-data-001\tlog\tlog.0000000000000000000:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001\init-core-data-001\tlog\tlog.0000000000000000000
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001\init-core-data-001\tlog:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001\init-core-data-001\tlog
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001\init-core-data-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001\init-core-data-001
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001\init-core-data-001\tlog\tlog.0000000000000000000:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001\init-core-data-001\tlog\tlog.0000000000000000000
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestQueryTypes_EDB257ACD6859467-001

        at __randomizedtesting.SeedInfo.seed([EDB257ACD6859467]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
junit.framework.TestSuite.org.apache.solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-ner-person.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-ner-person.bin
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-sent.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-sent.bin
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-tokenizer.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-tokenizer.bin
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-ner-person.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-ner-person.bin
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-sent.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-sent.bin
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-tokenizer.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-tokenizer.bin
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001

        at __randomizedtesting.SeedInfo.seed([EAC1562D646A1934]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 883 lines...]
   [junit4] Suite: org.apache.lucene.store.TestMultiMMap
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=3, maxDocsPerChunk=311, blockSize=792), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=3, blockSize=792)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=nl-BE, timezone=Asia/Singapore
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=137087272,total=292270080
   [junit4]   2> NOTE: All tests run in this JVM: [TestStandardAnalyzer, 
TestMixedCodecs, TestForUtil, TestIndexOrDocValuesQuery, 
TestHighCompressionMode, TestSPIClassIterator, TestLucene60PointsFormat, 
TestSimilarity2, TestFixedBitDocIdSet, TestConsistentFieldNumbers, 
TestSimpleAttributeImpl, TestNormsFieldExistsQuery, TestRegExp, 
TestFieldCacheRewriteMethod, TestSpanOrQuery, TestMixedDocValuesUpdates, 
TestNamedSPILoader, TestAttributeSource, TestMathUtil, TestStringHelper, 
TestIndexInput, TestLucene70DocValuesFormat, TestEarlyTermination, 
TestIntroSorter, TestBooleanMinShouldMatch, TestMutablePointsReaderUtils, 
TestFilterIterator, TestBagOfPositions, TestFilterSpans, TestDocsWithFieldSet, 
TestOneMergeWrappingMergePolicy, TestIndexWriterOnVMError, TestMinimize, 
TestDocValuesRewriteMethod, TestDemoParallelLeafReader, 
TestMultiThreadTermVectors, TestAllFilesDetectTruncation, 
TestFilterCodecReader, TestParallelReaderEmptyIndex, TestSumDocFreq, 
TestConjunctions, TestPackedTokenAttributeImpl, TestSynonymQuery, TestDocument, 
TestTryDelete, TestCrash, FiniteStringsIteratorTest, MultiCollectorTest, 
TestSpanCollection, TestIntArrayDocIdSet, TestMultiset, 
TestExceedMaxTermLength, Test2BSortedDocValuesOrds, TestSameScoresWithThreads, 
TestBytesRef, TestCodecHoldsOpenFiles, TestLucene70SegmentInfoFormat, 
TestDocValuesIndexing, TestSnapshotDeletionPolicy, TestLevenshteinAutomata, 
TestUTF32ToUTF8, TestInfoStream, TestDirectPacked, TestCharsRefBuilder, 
TestByteArrayDataInput, TestSortedSetSelector, TestSameTokenSamePosition, 
TestIntBlockPool, TestToken, TestLazyProxSkipping, TestUnicodeUtil, 
TestFieldInvertState, TestSort, TestSpanSearchEquivalence, 
TestParallelCompositeReader, TestTieredMergePolicy, 
TestReaderWrapperDVTypeCheck, TestIndexWriterExceptions, TestTerm, 
TestRecyclingByteBlockAllocator, TestMutableValues, 
TestLucene50TermVectorsFormat, TestBKD, TestDeterminizeLexicon, 
TestSwappedIndexFiles, TestDuelingCodecs, TestBooleanSimilarity, TestMultiMMap]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultiMMap 
-Dtests.seed=B02065603529F69D -Dtests.slow=true -Dtests.locale=nl-BE 
-Dtests.timezone=Asia/Singapore -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestMultiMMap (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestMultiMMap_B02065603529F69D-001\testSeekSliceZero-015:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestMultiMMap_B02065603529F69D-001\testSeekSliceZero-015
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B02065603529F69D]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [204/458 (1!)] on J0 in 3.38s, 54 tests, 1 error <<< 
FAILURES!

[...truncated 12142 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 1901370 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[EDB257ACD6859467]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_EDB257ACD6859467-001\init-core-data-001
   [junit4]   2> 1901372 WARN  
(SUITE-CollectionsAPIDistributedZkTest-seed#[EDB257ACD6859467]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 1901373 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[EDB257ACD6859467]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1901377 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[EDB257ACD6859467]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1901385 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[EDB257ACD6859467]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_EDB257ACD6859467-001\tempDir-001
   [junit4]   2> 1901385 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[EDB257ACD6859467]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1901386 INFO  (Thread-3600) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1901386 INFO  (Thread-3600) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1901390 ERROR (Thread-3600) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1901485 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[EDB257ACD6859467]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:51714
   [junit4]   2> 1901496 INFO  (zkConnectionManagerCallback-4617-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901523 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1901523 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4b761f9b{/solr,null,AVAILABLE}
   [junit4]   2> 1901524 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1901525 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@50d7b9da{SSL,[ssl, 
http/1.1]}{127.0.0.1:51718}
   [junit4]   2> 1901525 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.e.j.s.Server Started @1910146ms
   [junit4]   2> 1901525 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@43491a54{/solr,null,AVAILABLE}
   [junit4]   2> 1901525 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51718}
   [junit4]   2> 1901525 ERROR (jetty-launcher-4614-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1901525 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1901525 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1901525 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1901525 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-28T20:53:54.030Z
   [junit4]   2> 1901526 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@14d0806e{SSL,[ssl, 
http/1.1]}{127.0.0.1:51721}
   [junit4]   2> 1901526 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.e.j.s.Server Started @1910147ms
   [junit4]   2> 1901526 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51721}
   [junit4]   2> 1901526 ERROR (jetty-launcher-4614-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1901526 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1901526 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1901526 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1901526 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-28T20:53:54.031Z
   [junit4]   2> 1901527 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1901528 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16e3cdfa{/solr,null,AVAILABLE}
   [junit4]   2> 1901530 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@780da2c{SSL,[ssl, 
http/1.1]}{127.0.0.1:51724}
   [junit4]   2> 1901530 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.e.j.s.Server Started @1910151ms
   [junit4]   2> 1901530 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51724}
   [junit4]   2> 1901530 ERROR (jetty-launcher-4614-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1901530 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1901530 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1901530 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1901530 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-28T20:53:54.035Z
   [junit4]   2> 1901536 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1901537 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2e2c6be4{/solr,null,AVAILABLE}
   [junit4]   2> 1901538 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@b801f50{SSL,[ssl, 
http/1.1]}{127.0.0.1:51731}
   [junit4]   2> 1901538 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.e.j.s.Server Started @1910159ms
   [junit4]   2> 1901539 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51731}
   [junit4]   2> 1901539 ERROR (jetty-launcher-4614-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1901539 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1901539 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1901539 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1901539 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-28T20:53:54.044Z
   [junit4]   2> 1901563 INFO  (zkConnectionManagerCallback-4621-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901563 INFO  (zkConnectionManagerCallback-4625-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901564 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1901564 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1901566 INFO  (zkConnectionManagerCallback-4619-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901566 INFO  (zkConnectionManagerCallback-4623-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901569 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1901570 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1901606 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1901606 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1901606 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1901606 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1901609 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1901609 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1901610 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1901610 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1901624 INFO  (jetty-launcher-4614-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51714/solr
   [junit4]   2> 1901625 INFO  (jetty-launcher-4614-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51714/solr
   [junit4]   2> 1901624 INFO  (jetty-launcher-4614-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51714/solr
   [junit4]   2> 1901634 INFO  (zkConnectionManagerCallback-4632-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901635 INFO  (zkConnectionManagerCallback-4635-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901636 INFO  (zkConnectionManagerCallback-4637-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901641 INFO  (jetty-launcher-4614-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51714/solr
   [junit4]   2> 1901646 INFO  
(zkConnectionManagerCallback-4642-thread-1-processing-n:127.0.0.1:51718_solr) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901648 INFO  
(zkConnectionManagerCallback-4644-thread-1-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901650 INFO  
(zkConnectionManagerCallback-4640-thread-1-processing-n:127.0.0.1:51731_solr) 
[n:127.0.0.1:51731_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901654 INFO  (zkConnectionManagerCallback-4647-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901656 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1609ee71a67000b, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1901680 INFO  
(zkConnectionManagerCallback-4649-thread-1-processing-n:127.0.0.1:51721_solr) 
[n:127.0.0.1:51721_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1901856 INFO  (jetty-launcher-4614-thread-4) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1901857 INFO  (jetty-launcher-4614-thread-4) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:51724_solr
   [junit4]   2> 1901857 INFO  (jetty-launcher-4614-thread-1) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1901858 INFO  (jetty-launcher-4614-thread-2) 
[n:127.0.0.1:51731_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1901861 INFO  (jetty-launcher-4614-thread-3) 
[n:127.0.0.1:51721_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1901861 INFO  (jetty-launcher-4614-thread-4) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.Overseer Overseer 
(id=99253907219742729-127.0.0.1:51724_solr-n_0000000000) starting
   [junit4]   2> 1901862 INFO  (jetty-launcher-4614-thread-1) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51718_solr
   [junit4]   2> 1901864 INFO  (jetty-launcher-4614-thread-2) 
[n:127.0.0.1:51731_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51731_solr
   [junit4]   2> 1901871 INFO  
(zkCallback-4639-thread-1-processing-n:127.0.0.1:51731_solr) 
[n:127.0.0.1:51731_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1901879 INFO  
(zkCallback-4648-thread-1-processing-n:127.0.0.1:51721_solr) 
[n:127.0.0.1:51721_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1901879 INFO  
(zkCallback-4643-thread-1-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1901880 INFO  
(zkCallback-4641-thread-1-processing-n:127.0.0.1:51718_solr) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1901881 INFO  (jetty-launcher-4614-thread-3) 
[n:127.0.0.1:51721_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51721_solr
   [junit4]   2> 1901904 INFO  
(zkCallback-4639-thread-1-processing-n:127.0.0.1:51731_solr) 
[n:127.0.0.1:51731_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1901904 INFO  
(zkCallback-4648-thread-1-processing-n:127.0.0.1:51721_solr) 
[n:127.0.0.1:51721_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1901904 INFO  
(zkCallback-4643-thread-1-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1901904 INFO  
(zkCallback-4641-thread-1-processing-n:127.0.0.1:51718_solr) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1901915 INFO  (jetty-launcher-4614-thread-4) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51724_solr
   [junit4]   2> 1901947 INFO  
(zkCallback-4648-thread-1-processing-n:127.0.0.1:51721_solr) 
[n:127.0.0.1:51721_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1901947 INFO  
(zkCallback-4639-thread-1-processing-n:127.0.0.1:51731_solr) 
[n:127.0.0.1:51731_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1901952 INFO  
(zkCallback-4643-thread-1-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1901952 INFO  
(zkCallback-4641-thread-1-processing-n:127.0.0.1:51718_solr) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1901973 INFO  (jetty-launcher-4614-thread-1) 
[n:127.0.0.1:51718_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1901979 INFO  (jetty-launcher-4614-thread-1) 
[n:127.0.0.1:51718_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1901979 INFO  (jetty-launcher-4614-thread-1) 
[n:127.0.0.1:51718_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1901981 INFO  (jetty-launcher-4614-thread-1) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_EDB257ACD6859467-001\tempDir-001\node1
   [junit4]   2> 1901987 INFO  (jetty-launcher-4614-thread-3) 
[n:127.0.0.1:51721_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1901993 INFO  (jetty-launcher-4614-thread-3) 
[n:127.0.0.1:51721_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1901993 INFO  (jetty-launcher-4614-thread-3) 
[n:127.0.0.1:51721_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1901995 INFO  (jetty-launcher-4614-thread-3) 
[n:127.0.0.1:51721_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_EDB257ACD6859467-001\tempDir-001\node2
   [junit4]   2> 1902140 INFO  (jetty-launcher-4614-thread-4) 
[n:127.0.0.1:51724_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1902141 INFO  (jetty-launcher-4614-thread-2) 
[n:127.0.0.1:51731_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1902149 INFO  (jetty-launcher-4614-thread-4) 
[n:127.0.0.1:51724_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1902149 INFO  (jetty-launcher-4614-thread-4) 
[n:127.0.0.1:51724_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1902150 INFO  (jetty-launcher-4614-thread-4) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_EDB257ACD6859467-001\tempDir-001\node4
   [junit4]   2> 1902151 INFO  (jetty-launcher-4614-thread-2) 
[n:127.0.0.1:51731_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1902151 INFO  (jetty-launcher-4614-thread-2) 
[n:127.0.0.1:51731_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1902153 INFO  (jetty-launcher-4614-thread-2) 
[n:127.0.0.1:51731_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_EDB257ACD6859467-001\tempDir-001\node3
   [junit4]   2> 1902244 INFO  (zkConnectionManagerCallback-4659-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1902248 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1609ee71a67000d, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1902256 INFO  (zkConnectionManagerCallback-4663-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1902261 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[EDB257ACD6859467]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1902268 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[EDB257ACD6859467]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51714/solr ready
   [junit4]   2> 1902556 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[EDB257ACD6859467])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionNames
   [junit4]   2> 1902558 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[EDB257ACD6859467])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1902628 ERROR (qtp16068580-20090) [n:127.0.0.1:51724_solr    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Unknown 
action: BADACTION
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:219)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1902629 INFO  (qtp16068580-20090) [n:127.0.0.1:51724_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=badactioncollection&action=BADACTION&numShards=2&wt=javabin&version=2}
 status=400 QTime=0
   [junit4]   2> 1902630 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[EDB257ACD6859467])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionNames
   [junit4]   2> 1902865 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[EDB257ACD6859467])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionOnlyInZk
   [junit4]   2> 1902866 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[EDB257ACD6859467])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1902870 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1902889 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 1902893 INFO  (qtp16068580-20089) [n:127.0.0.1:51724_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1902894 INFO  (qtp16068580-20089) [n:127.0.0.1:51724_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1902894 INFO  (qtp16068580-20122) [n:127.0.0.1:51724_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=onlyinzk&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1902897 INFO  
(OverseerCollectionConfigSetProcessor-99253907219742729-127.0.0.1:51724_solr-n_0000000000)
 [n:127.0.0.1:51724_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1902897 INFO  
(OverseerThreadFactory-6591-thread-2-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
onlyinzk
   [junit4]   2> 1903006 INFO  
(OverseerStateUpdate-99253907219742729-127.0.0.1:51724_solr-n_0000000000) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"onlyinzk",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"onlyinzk_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51724/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1903008 INFO  
(OverseerStateUpdate-99253907219742729-127.0.0.1:51724_solr-n_0000000000) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"onlyinzk",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"onlyinzk_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51718/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1903221 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica_n1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1903228 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1903263 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica_n2&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1903264 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1903369 INFO  
(zkCallback-4643-thread-1-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 1903369 INFO  
(zkCallback-4641-thread-1-processing-n:127.0.0.1:51718_solr) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 1903371 INFO  
(zkCallback-4643-thread-2-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 1903371 INFO  
(zkCallback-4641-thread-2-processing-n:127.0.0.1:51718_solr) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 1904247 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1904254 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.s.IndexSchema [onlyinzk_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1904258 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1904258 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'onlyinzk_shard1_replica_n1' using 
configuration from collection onlyinzk, trusted=true
   [junit4]   2> 1904259 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.onlyinzk.shard1.replica_n1' (registry 
'solr.core.onlyinzk.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1904259 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1904259 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] o.a.s.c.SolrCore 
[[onlyinzk_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_EDB257ACD6859467-001\tempDir-001\node4\onlyinzk_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_EDB257ACD6859467-001\tempDir-001\node4\onlyinzk_shard1_replica_n1\data\]
   [junit4]   2> 1904276 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1904305 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.s.IndexSchema [onlyinzk_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1904307 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1904307 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'onlyinzk_shard2_replica_n2' using 
configuration from collection onlyinzk, trusted=true
   [junit4]   2> 1904308 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.onlyinzk.shard2.replica_n2' (registry 
'solr.core.onlyinzk.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1904308 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1904308 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] o.a.s.c.SolrCore 
[[onlyinzk_shard2_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_EDB257ACD6859467-001\tempDir-001\node1\onlyinzk_shard2_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_EDB257ACD6859467-001\tempDir-001\node1\onlyinzk_shard2_replica_n2\data\]
   [junit4]   2> 1904378 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1904378 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1904378 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1904378 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1904380 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1904380 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1904381 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@47d8ede6[onlyinzk_shard1_replica_n1] main]
   [junit4]   2> 1904383 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1904383 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1904383 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1904384 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1588062518655320064
   [junit4]   2> 1904385 INFO  
(searcherExecutor-6596-thread-1-processing-n:127.0.0.1:51724_solr 
x:onlyinzk_shard1_replica_n1 s:shard1 c:onlyinzk r:core_node3) 
[n:127.0.0.1:51724_solr c:onlyinzk s:shard1 r:core_node3 
x:onlyinzk_shard1_replica_n1] o.a.s.c.SolrCore [onlyinzk_shard1_replica_n1] 
Registered new searcher Searcher@47d8ede6[onlyinzk_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1904388 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1904388 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1904389 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1904389 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1904389 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:51724/solr/onlyinzk_shard1_replica_n1/
   [junit4]   2> 1904389 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1904389 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.SyncStrategy https://127.0.0.1:51724/solr/onlyinzk_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1904389 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1904391 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:51724/solr/onlyinzk_shard1_replica_n1/ shard1
   [junit4]   2> 1904395 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6911521c[onlyinzk_shard2_replica_n2] main]
   [junit4]   2> 1904398 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1904398 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1904400 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1904401 INFO  
(searcherExecutor-6597-thread-1-processing-n:127.0.0.1:51718_solr 
x:onlyinzk_shard2_replica_n2 s:shard2 c:onlyinzk r:core_node4) 
[n:127.0.0.1:51718_solr c:onlyinzk s:shard2 r:core_node4 
x:onlyinzk_shard2_replica_n2] o.a.s.c.SolrCore [onlyinzk_shard2_replica_n2] 
Registered new searcher Searcher@6911521c[onlyinzk_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1904401 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1588062518673145856
   [junit4]   2> 1904404 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1904404 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1904404 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:51718/solr/onlyinzk_shard2_replica_n2/
   [junit4]   2> 1904404 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1904404 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.SyncStrategy https://127.0.0.1:51718/solr/onlyinzk_shard2_replica_n2/ 
has no replicas
   [junit4]   2> 1904404 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1904408 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:51718/solr/onlyinzk_shard2_replica_n2/ shard2
   [junit4]   2> 1904511 INFO  
(zkCallback-4643-thread-3-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 1904511 INFO  
(zkCallback-4641-thread-2-processing-n:127.0.0.1:51718_solr) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 1904511 INFO  
(zkCallback-4641-thread-1-processing-n:127.0.0.1:51718_solr) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 1904511 INFO  
(zkCallback-4643-thread-2-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 1904543 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1904546 INFO  (qtp16068580-20092) [n:127.0.0.1:51724_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica_n1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1326
   [junit4]   2> 1904561 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1904563 INFO  (qtp1447869003-20076) [n:127.0.0.1:51718_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica_n2&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1299
   [junit4]   2> 1904566 INFO  (qtp16068580-20122) [n:127.0.0.1:51724_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1904664 INFO  
(zkCallback-4643-thread-2-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 1904664 INFO  
(zkCallback-4641-thread-1-processing-n:127.0.0.1:51718_solr) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 1904664 INFO  
(zkCallback-4641-thread-2-processing-n:127.0.0.1:51718_solr) 
[n:127.0.0.1:51718_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 1904664 INFO  
(zkCallback-4643-thread-3-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - 
updating... (live nodes size: [4])
   [junit4]   2> 1904899 INFO  
(OverseerCollectionConfigSetProcessor-99253907219742729-127.0.0.1:51724_solr-n_0000000000)
 [n:127.0.0.1:51724_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1905566 INFO  (qtp16068580-20122) [n:127.0.0.1:51724_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=onlyinzk&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=2671
   [junit4]   2> 1905566 INFO  (qtp16068580-20122) [n:127.0.0.1:51724_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1905567 INFO  (qtp16068580-20122) [n:127.0.0.1:51724_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1905567 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[EDB257ACD6859467])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionOnlyInZk
   [junit4]   2> 1905830 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[EDB257ACD6859467])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
   [junit4]   2> 1905833 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[EDB257ACD6859467])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1905834 INFO  (qtp16068580-20091) [n:127.0.0.1:51724_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1905839 INFO  
(OverseerThreadFactory-6591-thread-3-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1905848 INFO  (qtp1447869003-20077) [n:127.0.0.1:51718_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.onlyinzk.shard2.replica_n2, tag=null
   [junit4]   2> 1905849 INFO  (qtp1447869003-20077) [n:127.0.0.1:51718_solr    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@24521972: rootName = null, 
domain = solr.core.onlyinzk.shard2.replica_n2, service url = null, agent id = 
null] for registry solr.core.onlyinzk.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@6caacc76
   [junit4]   2> 1905855 INFO  (qtp16068580-20090) [n:127.0.0.1:51724_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.onlyinzk.shard1.replica_n1, tag=null
   [junit4]   2> 1905856 INFO  (qtp16068580-20090) [n:127.0.0.1:51724_solr    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@166428e5: rootName = null, 
domain = solr.core.onlyinzk.shard1.replica_n1, service url = null, agent id = 
null] for registry solr.core.onlyinzk.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@7b960007
   [junit4]   2> 1905869 INFO  (qtp1447869003-20077) [n:127.0.0.1:51718_solr    
] o.a.s.c.SolrCore [onlyinzk_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@f355aa7
   [junit4]   2> 1905869 INFO  (qtp1447869003-20077) [n:127.0.0.1:51718_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.onlyinzk.shard2.replica_n2, tag=255154855
   [junit4]   2> 1905869 INFO  (qtp1447869003-20077) [n:127.0.0.1:51718_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.onlyinzk.shard2.leader, tag=255154855
   [junit4]   2> 1905877 INFO  (qtp16068580-20090) [n:127.0.0.1:51724_solr    ] 
o.a.s.c.SolrCore [onlyinzk_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3eba4e1f
   [junit4]   2> 1905877 INFO  (qtp16068580-20090) [n:127.0.0.1:51724_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.onlyinzk.shard1.replica_n1, tag=1052397087
   [junit4]   2> 1905877 INFO  (qtp16068580-20090) [n:127.0.0.1:51724_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.onlyinzk.shard1.leader, tag=1052397087
   [junit4]   2> 1905882 INFO  (qtp1447869003-20077) [n:127.0.0.1:51718_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=onlyinzk_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=33
   [junit4]   2> 1905885 INFO  (qtp16068580-20090) [n:127.0.0.1:51724_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=onlyinzk_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=30
   [junit4]   2> 1906591 INFO  (qtp16068580-20091) [n:127.0.0.1:51724_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=756
   [junit4]   2> 1906592 INFO  (qtp16068580-20091) [n:127.0.0.1:51724_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=created_and_deleted&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1906594 INFO  
(OverseerCollectionConfigSetProcessor-99253907219742729-127.0.0.1:51724_solr-n_0000000000)
 [n:127.0.0.1:51724_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1906595 INFO  
(OverseerThreadFactory-6591-thread-4-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
created_and_deleted
   [junit4]   2> 1906803 INFO  
(OverseerStateUpdate-99253907219742729-127.0.0.1:51724_solr-n_0000000000) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"created_and_deleted",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"created_and_deleted_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51724/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1907004 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica_n1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1907111 INFO  
(zkCallback-4643-thread-3-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/created_and_deleted/state.json] for collection 
[created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1907111 INFO  
(zkCallback-4643-thread-1-processing-n:127.0.0.1:51724_solr) 
[n:127.0.0.1:51724_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/created_and_deleted/state.json] for collection 
[created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1908038 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.0
   [junit4]   2> 1908046 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.s.IndexSchema 
[created_and_deleted_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1908051 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1908051 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'created_and_deleted_shard1_replica_n1' using configuration from 
collection created_and_deleted, trusted=true
   [junit4]   2> 1908052 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.created_and_deleted.shard1.replica_n1' (registry 
'solr.core.created_and_deleted.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75b11663
   [junit4]   2> 1908052 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1908052 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore 
[[created_and_deleted_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_EDB257ACD6859467-001\tempDir-001\node4\created_and_deleted_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_EDB257ACD6859467-001\tempDir-001\node4\created_and_deleted_shard1_replica_n1\data\]
   [junit4]   2> 1908175 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1908175 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1908177 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1908177 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1908178 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d3c5559[created_and_deleted_shard1_replica_n1] main]
   [junit4]   2> 1908181 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1908181 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1908182 INFO  (qtp16068580-20088) [n:127.0.0.1:51724_solr 
c:created_and_delet

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

equestHandlerTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, 
TestFoldingMultitermQuery, DocValuesTest, DistanceFunctionTest, 
TestSolrDeletionPolicy1, DebugComponentTest, TestSurroundQueryParser, 
DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, 
TermsComponentTest, TestSolrQueryParser, LoggingHandlerTest, 
SolrPluginUtilsTest, ReturnFieldsTest, QueryParsingTest, 
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, 
PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, 
HighlighterConfigTest, TestSolrDeletionPolicy2, SampleTest, TestDocSet, 
TestBinaryField, TestElisionMultitermQuery, TestConfig, OutputWriterTest, 
ExternalFileFieldSortTest, DirectSolrConnectionTest, TestLuceneMatchVersion, 
TestPhraseSuggestions, TestCodecSupport, TestPerFieldSimilarity, 
TestBM25SimilarityFactory, ScriptEngineTest, DateMathParserTest, DateFieldTest, 
SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestLRUCache, 
ZkNodePropsTest, SliceStateTest, UUIDFieldTest, CursorPagingTest, 
SolrTestCaseJ4Test, TestCrossCoreJoin, TestLuceneIndexBackCompat, 
TestEmbeddedSolrServerAdminHandler, TestJettySolrRunner, ConnectionReuseTest, 
ActionThrottleTest, AddReplicaTest, CloudExitableDirectoryReaderTest, 
CollectionTooManyReplicasTest, CollectionsAPISolrJTest, CustomCollectionTest, 
DeleteShardTest, HttpPartitionTest, OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, 
OverseerStatusTest, ReplicationFactorTest, RestartWhileUpdatingTest, 
RollingRestartTest, TestAuthenticationFramework, TestCloudJSONFacetJoinDomain, 
TestCloudSearcherWarming, TestCryptoKeys, TestPrepRecovery, 
TestRandomFlRTGCloud, TestRandomRequestDistribution, TestRequestForwarding, 
TestRequestStatusCollectionAPI, TestShortCircuitedRequests, 
TestSolrCloudWithDelegationTokens, TestStressCloudBlindAtomicUpdates, 
VMParamsZkACLAndCredentialsProvidersTest, AutoAddReplicasIntegrationTest, 
SystemLogListenerTest, CdcrBootstrapTest, ZkStateWriterTest, 
TestConfigSetProperties, TestConfigSets, TestCorePropertiesReload, 
TestDynamicLoading, TestHdfsBackupRestoreCore, TestReplicationHandlerBackup, 
TestReqParamsAPI, TestRestoreCore, V2StandaloneTest, 
AutoscalingHistoryHandlerTest, DistributedFacetPivotWhiteBoxTest, 
DistributedSuggestComponentTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=DistributedSuggestComponentTest -Dtests.seed=EDB257ACD6859467 
-Dtests.slow=true -Dtests.locale=no -Dtests.timezone=Indian/Mayotte 
-Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | DistributedSuggestComponentTest (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001\shard2\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001\shard2\collection1
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001\shard2:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001\shard2
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_EDB257ACD6859467-001\tempDir-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EDB257ACD6859467]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [629/764 (3!)] on J0 in 19.69s, 1 test, 1 error <<< 
FAILURES!

[...truncated 2755 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory
   [junit4]   2> log4j:WARN No appenders could be found for logger 
(org.apache.solr.SolrTestCaseJ4).
   [junit4]   2> log4j:WARN Please initialize the log4j system properly.
   [junit4]   2> log4j:WARN See 
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\init-core-data-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=865, maxMBSortInHeap=6.08306197406223, 
sim=RandomSimilarity(queryNorm=false): {}, locale=tr-TR, timezone=Asia/Kuching
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=67432304,total=97386496
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory 
-Dtests.seed=EAC1562D646A1934 -Dtests.slow=true -Dtests.locale=tr-TR 
-Dtests.timezone=Asia/Kuching -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J1 | 
TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-ner-person.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-ner-person.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-sent.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-sent.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-tokenizer.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001\tempDir-001\collection1\conf\en-test-tokenizer.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_EAC1562D646A1934-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EAC1562D646A1934]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [1/5 (1!)] on J1 in 16.82s, 8 tests, 1 error <<< FAILURES!

[...truncated 45780 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to