Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7179/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseConcMarkSweepGC

6 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly

Error Message:
Unexpected number of elements in the group for intGSF: 3

Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for 
intGSF: 3
        at 
__randomizedtesting.SeedInfo.seed([FB4A15EB04B8CF6E:60F17BB349E0FD30]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:377)
        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)


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

Error Message:
expected:<3> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([FB4A15EB04B8CF6E:B33F615F028BE0FB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:468)
        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)


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestGenericDistributedQueue.testDistributedQueueBlocking

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
        at 
__randomizedtesting.SeedInfo.seed([FB4A15EB04B8CF6E:BEE0679240EA731A]:0)
        at java.util.concurrent.FutureTask.get(FutureTask.java:205)
        at 
org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue.testDistributedQueueBlocking(TestSimDistributedQueue.java:116)
        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)


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestGenericDistributedQueue.testDistributedQueue

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([FB4A15EB04B8CF6E]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestGenericDistributedQueue

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([FB4A15EB04B8CF6E]:0)


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-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf\en-test-ner-person.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf\en-test-ner-person.bin
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf\en-test-sent.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf\en-test-sent.bin
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf\en-test-tokenizer.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf\en-test-tokenizer.bin
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001
 

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

        at __randomizedtesting.SeedInfo.seed([6CCFAB396F7D7A7F]: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 14605 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.sim.TestGenericDistributedQueue
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.sim.TestGenericDistributedQueue_FB4A15EB04B8CF6E-001\init-core-data-001
   [junit4]   2> 1438655 WARN  
(SUITE-TestGenericDistributedQueue-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=608 numCloses=608
   [junit4]   2> 1438656 INFO  
(SUITE-TestGenericDistributedQueue-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1438663 INFO  
(SUITE-TestGenericDistributedQueue-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1438663 INFO  
(SUITE-TestGenericDistributedQueue-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1438670 INFO  
(TEST-TestGenericDistributedQueue.testLocallyOffer-seed#[FB4A15EB04B8CF6E]) [   
 ] o.a.s.SolrTestCaseJ4 ###Starting testLocallyOffer
   [junit4]   2> 1438898 INFO  
(TEST-TestGenericDistributedQueue.testLocallyOffer-seed#[FB4A15EB04B8CF6E]) [   
 ] o.a.s.SolrTestCaseJ4 ###Ending testLocallyOffer
   [junit4]   2> 1438901 INFO  
(TEST-TestGenericDistributedQueue.testDistributedQueueBlocking-seed#[FB4A15EB04B8CF6E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDistributedQueueBlocking
   [junit4]   2> 1442006 INFO  
(TEST-TestGenericDistributedQueue.testDistributedQueueBlocking-seed#[FB4A15EB04B8CF6E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueueBlocking
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestGenericDistributedQueue 
-Dtests.method=testDistributedQueueBlocking -Dtests.seed=FB4A15EB04B8CF6E 
-Dtests.slow=true -Dtests.locale=es-US 
-Dtests.timezone=America/North_Dakota/Center -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   3.11s J1 | 
TestGenericDistributedQueue.testDistributedQueueBlocking <<<
   [junit4]    > Throwable #1: java.util.concurrent.TimeoutException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FB4A15EB04B8CF6E:BEE0679240EA731A]:0)
   [junit4]    >        at 
java.util.concurrent.FutureTask.get(FutureTask.java:205)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue.testDistributedQueueBlocking(TestSimDistributedQueue.java:116)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1442010 INFO  
(TEST-TestGenericDistributedQueue.testDistributedQueue-seed#[FB4A15EB04B8CF6E]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testDistributedQueue
   [junit4]   2> feb 19, 2018 12:54:27 A.M. 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> ADVERTENCIA: Suite execution timed out: 
org.apache.solr.cloud.autoscaling.sim.TestGenericDistributedQueue
   [junit4]   2> ==== jstack at approximately timeout time ====
   [junit4]   2> "sdqtest--3259-thread-1" ID=13679 TIMED_WAITING on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1cd4cd
   [junit4]   2>        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>        - timed waiting on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1cd4cd
   [junit4]   2>        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:194)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:167)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue.lambda$testDistributedQueueBlocking$1(TestSimDistributedQueue.java:107)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue$$Lambda$770/28157741.call(Unknown
 Source)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$129/13630887.run(Unknown
 Source)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>        Locked synchronizers:
   [junit4]   2>        - java.util.concurrent.ThreadPoolExecutor$Worker@9be597
   [junit4]   2> 
   [junit4]   2> 
"TEST-TestGenericDistributedQueue.testDistributedQueue-seed#[FB4A15EB04B8CF6E]" 
ID=13678 TIMED_WAITING on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cf3459
   [junit4]   2>        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>        - timed waiting on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cf3459
   [junit4]   2>        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:194)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:167)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue.testDistributedQueue(TestSimDistributedQueue.java:73)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> "SUITE-TestGenericDistributedQueue-seed#[FB4A15EB04B8CF6E]" 
ID=13677 RUNNABLE
   [junit4]   2>        at sun.management.ThreadImpl.dumpThreads0(Native Method)
   [junit4]   2>        at 
sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:681)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>        - locked java.lang.Object@1729318
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:705)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:139)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:626)
   [junit4]   2> 
   [junit4]   2> "TimeLimitedCollector timer thread" ID=6169 TIMED_WAITING
   [junit4]   2>        at java.lang.Thread.sleep(Native Method)
   [junit4]   2>        at 
org.apache.lucene.search.TimeLimitingCollector$TimerThread.run(TimeLimitingCollector.java:261)
   [junit4]   2> 
   [junit4]   2> "Thread-217" ID=1093 TIMED_WAITING
   [junit4]   2>        at java.lang.Thread.sleep(Native Method)
   [junit4]   2>        at org.apache.zookeeper.Login$1.run(Login.java:187)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> "SeedGenerator Thread" ID=15 WAITING on 
sun.security.provider.SeedGenerator$ThreadedSeedGenerator@1ad761e
   [junit4]   2>        at java.lang.Object.wait(Native Method)
   [junit4]   2>        - waiting on 
sun.security.provider.SeedGenerator$ThreadedSeedGenerator@1ad761e
   [junit4]   2>        at java.lang.Object.wait(Object.java:502)
   [junit4]   2>        at 
sun.security.provider.SeedGenerator$ThreadedSeedGenerator.run(SeedGenerator.java:334)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> "JUnit4-serializer-daemon" ID=10 TIMED_WAITING
   [junit4]   2>        at java.lang.Thread.sleep(Native Method)
   [junit4]   2>        at 
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2> 
   [junit4]   2> "Attach Listener" ID=6 RUNNABLE
   [junit4]   2> 
   [junit4]   2> "Signal Dispatcher" ID=5 RUNNABLE
   [junit4]   2> 
   [junit4]   2> "Finalizer" ID=3 WAITING on 
java.lang.ref.ReferenceQueue$Lock@112ca0e
   [junit4]   2>        at java.lang.Object.wait(Native Method)
   [junit4]   2>        - waiting on java.lang.ref.ReferenceQueue$Lock@112ca0e
   [junit4]   2>        at 
java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
   [junit4]   2>        at 
java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
   [junit4]   2>        at 
java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
   [junit4]   2> 
   [junit4]   2> "Reference Handler" ID=2 WAITING on 
java.lang.ref.Reference$Lock@f1543c
   [junit4]   2>        at java.lang.Object.wait(Native Method)
   [junit4]   2>        - waiting on java.lang.ref.Reference$Lock@f1543c
   [junit4]   2>        at java.lang.Object.wait(Object.java:502)
   [junit4]   2>        at 
java.lang.ref.Reference.tryHandlePending(Reference.java:191)
   [junit4]   2>        at 
java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
   [junit4]   2> 
   [junit4]   2> "main" ID=1 WAITING on 
com.carrotsearch.randomizedtesting.RandomizedRunner$2@121def6
   [junit4]   2>        at java.lang.Object.wait(Native Method)
   [junit4]   2>        - waiting on 
com.carrotsearch.randomizedtesting.RandomizedRunner$2@121def6
   [junit4]   2>        at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>        at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:636)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:493)
   [junit4]   2>        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2> 
   [junit4]   2> ^^==============================================
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestGenericDistributedQueue -Dtests.method=testDistributedQueue 
-Dtests.seed=FB4A15EB04B8CF6E -Dtests.slow=true -Dtests.locale=es-US 
-Dtests.timezone=America/North_Dakota/Center -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   7197s J1 | TestGenericDistributedQueue.testDistributedQueue 
<<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
suite timeout was reached.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FB4A15EB04B8CF6E]:0)
   [junit4]   2> feb 19, 2018 12:54:27 A.M. 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> ADVERTENCIA: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> feb 19, 2018 12:54:48 A.M. 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> GRAVE: 2 threads leaked from SUITE scope at 
org.apache.solr.cloud.autoscaling.sim.TestGenericDistributedQueue: 
   [junit4]   2>    1) Thread[id=13678, 
name=TEST-TestGenericDistributedQueue.testDistributedQueue-seed#[FB4A15EB04B8CF6E],
 state=TIMED_WAITING, group=TGRP-TestGenericDistributedQueue]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at 
org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:194)
   [junit4]   2>         at 
org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:167)
   [junit4]   2>         at 
org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue.testDistributedQueue(TestSimDistributedQueue.java:73)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    2) Thread[id=13679, name=sdqtest--3259-thread-1, 
state=TIMED_WAITING, group=TGRP-TestGenericDistributedQueue]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at 
org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:194)
   [junit4]   2>         at 
org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:167)
   [junit4]   2>         at 
org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue.lambda$testDistributedQueueBlocking$1(TestSimDistributedQueue.java:107)
   [junit4]   2>         at 
org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue$$Lambda$770/28157741.call(Unknown
 Source)
   [junit4]   2>         at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>         at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>         at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$129/13630887.run(Unknown
 Source)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> feb 19, 2018 12:54:48 A.M. 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFORMACI?N: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=13678, 
name=TEST-TestGenericDistributedQueue.testDistributedQueue-seed#[FB4A15EB04B8CF6E],
 state=TIMED_WAITING, group=TGRP-TestGenericDistributedQueue]
   [junit4]   2>    2) Thread[id=13679, name=sdqtest--3259-thread-1, 
state=TIMED_WAITING, group=TGRP-TestGenericDistributedQueue]
   [junit4]   2> 8658818 INFO  
(TEST-TestGenericDistributedQueue.testDistributedQueue-seed#[FB4A15EB04B8CF6E]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueue
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.sim.TestGenericDistributedQueue_FB4A15EB04B8CF6E-001
   [junit4]   2> Feb 19, 2018 6:54:48 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1803, maxMBSortInHeap=6.445034454860539, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1d9a2a1),
 locale=es-US, timezone=America/North_Dakota/Center
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=166629792,total=326971392
   [junit4]   2> NOTE: All tests run in this JVM: 
[HdfsChaosMonkeySafeLeaderTest, TestCopyFieldCollectionResource, 
OverseerRolesTest, TestCoreAdminApis, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestStreamBody, 
ReplaceNodeNoTargetTest, TestExtendedDismaxParser, CustomCollectionTest, 
TestStressLucene, TestFastWriter, DocValuesMultiTest, SaslZkACLProviderTest, 
TestBulkSchemaConcurrent, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestExceedMaxTermLength, TestUniqueKeyFieldResource, RegexBytesRefFilterTest, 
CoreAdminCreateDiscoverTest, TestPointFields, SolrMetricManagerTest, 
HttpSolrCallGetCoreTest, BasicFunctionalityTest, SuggesterTest, 
V2StandaloneTest, TestQuerySenderListener, BlockJoinFacetSimpleTest, 
RequestHandlersTest, LeaderFailureAfterFreshStartTest, 
DisMaxRequestHandlerTest, TestManagedSynonymFilterFactory, 
SpellCheckComponentTest, TestLegacyNumericRangeQueryBuilder, 
BasicAuthStandaloneTest, TestWordDelimiterFilterFactory, 
TestPerFieldSimilarityWithDefaultOverride, PrimitiveFieldTypeTest, 
DistributedSuggestComponentTest, OverseerCollectionConfigSetProcessorTest, 
TestComponentsName, TestConfigSetsAPI, SecurityConfHandlerTest, 
CloneFieldUpdateProcessorFactoryTest, TestExclusionRuleCollectionAccess, 
TestReqParamsAPI, EnumFieldTest, BadComponentTest, TestDFRSimilarityFactory, 
MetricsHandlerTest, BlockJoinFacetDistribTest, TestCloudSchemaless, 
HttpTriggerListenerTest, SolrXmlInZkTest, MultiThreadedOCPTest, 
FileBasedSpellCheckerTest, TestSolr4Spatial, TestInPlaceUpdatesDistrib, 
TestDistributedSearch, DistanceFunctionTest, ReturnFieldsTest, 
TestDistributedMap, TestRebalanceLeaders, TestMultiValuedNumericRangeQuery, 
OverseerTaskQueueTest, SyncSliceTest, SliceStateTest, RulesTest, 
CdcrBidirectionalTest, TestDFISimilarityFactory, NumberUtilsTest, 
TestMinMaxOnMultiValuedField, DistribDocExpirationUpdateProcessorTest, 
ChaosMonkeyNothingIsSafeTest, TestUpdate, TestBackupRepositoryFactory, 
TestFuzzyAnalyzedSuggestions, DebugComponentTest, IndexSchemaTest, 
TestSolrConfigHandler, WrapperMergePolicyFactoryTest, ActionThrottleTest, 
TestRestManager, ZkFailoverTest, RecoveryAfterSoftCommitTest, 
CreateRoutedAliasTest, DateRangeFieldTest, TestRuleBasedAuthorizationPlugin, 
TestLegacyNumericUtils, TestSolrCLIRunExample, SolrMetricsIntegrationTest, 
JsonLoaderTest, BigEndianAscendingWordDeserializerTest, 
TestReversedWildcardFilterFactory, TestSolrConfigHandlerCloud, 
TestHashQParserPlugin, TestFieldResource, TestSolrIndexConfig, 
ExecutePlanActionTest, TestPayloadCheckQParserPlugin, 
ExternalFileFieldSortTest, CollectionTooManyReplicasTest, 
TestSlowCompositeReaderWrapper, TestHttpShardHandlerFactory, DeleteReplicaTest, 
TestConfigSets, ClusterStateUpdateTest, TestHalfAndHalfDocValues, 
TestSchemalessBufferedUpdates, DistributedQueueTest, HdfsRecoverLeaseTest, 
TestUtilizeNode, TestAuthorizationFramework, TestCloudDeleteByQuery, 
TestFieldCacheWithThreads, DocValuesTest, TestLMDirichletSimilarityFactory, 
TestTolerantUpdateProcessorCloud, TestGenericDistributedQueue]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestGenericDistributedQueue -Dtests.seed=FB4A15EB04B8CF6E 
-Dtests.slow=true -Dtests.locale=es-US 
-Dtests.timezone=America/North_Dakota/Center -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestGenericDistributedQueue (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FB4A15EB04B8CF6E]:0)
   [junit4] Completed [703/778 (1!)] on J1 in 7220.19s, 3 tests, 3 errors <<< 
FAILURES!

[...truncated 13 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.api.collections.CollectionsAPIDistributedZkTest_FB4A15EB04B8CF6E-001\init-core-data-001
   [junit4]   2> 8660905 WARN  
(SUITE-CollectionsAPIDistributedZkTest-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 8660906 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 8660910 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 8660910 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 8660912 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.api.collections.CollectionsAPIDistributedZkTest_FB4A15EB04B8CF6E-001\tempDir-001
   [junit4]   2> 8660912 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 8660913 INFO  (Thread-2452) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 8660913 INFO  (Thread-2452) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 8660916 ERROR (Thread-2452) [    ] 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> 8661013 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53323
   [junit4]   2> 8661017 INFO  (zkConnectionManagerCallback-3270-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661023 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 8661023 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 8661023 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 8661023 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 8661023 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 8661023 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 8661023 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 8661024 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 8661024 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 8661024 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 8661024 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@fbd59c{/solr,null,AVAILABLE}
   [junit4]   2> 8661024 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 8661024 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 8661024 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1438bf0{/solr,null,AVAILABLE}
   [junit4]   2> 8661024 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 8661024 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 8661024 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 8661024 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1097c29{/solr,null,AVAILABLE}
   [junit4]   2> 8661025 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@a4577{HTTP/1.1,[http/1.1]}{127.0.0.1:53331}
   [junit4]   2> 8661025 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.e.j.s.Server Started @8669442ms
   [junit4]   2> 8661025 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53331}
   [junit4]   2> 8661025 ERROR (jetty-launcher-3267-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8661026 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 8661026 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8661026 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8661026 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-19T06:54:50.252Z
   [junit4]   2> 8661027 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d26139{HTTP/1.1,[http/1.1]}{127.0.0.1:53328}
   [junit4]   2> 8661027 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.e.j.s.Server Started @8669444ms
   [junit4]   2> 8661027 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53328}
   [junit4]   2> 8661027 ERROR (jetty-launcher-3267-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8661027 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 8661027 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8661027 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8661027 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-19T06:54:50.253Z
   [junit4]   2> 8661028 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@13ac83b{HTTP/1.1,[http/1.1]}{127.0.0.1:53327}
   [junit4]   2> 8661028 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.e.j.s.Server Started @8669446ms
   [junit4]   2> 8661028 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53327}
   [junit4]   2> 8661028 ERROR (jetty-launcher-3267-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8661029 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 8661029 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8661029 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8661029 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-19T06:54:50.255Z
   [junit4]   2> 8661024 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 8661031 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1cc2a1b{/solr,null,AVAILABLE}
   [junit4]   2> 8661031 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d2d6ea{HTTP/1.1,[http/1.1]}{127.0.0.1:53342}
   [junit4]   2> 8661031 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.e.j.s.Server Started @8669448ms
   [junit4]   2> 8661031 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53342}
   [junit4]   2> 8661032 ERROR (jetty-launcher-3267-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8661032 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 8661032 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8661032 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8661032 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-19T06:54:50.258Z
   [junit4]   2> 8661040 INFO  (zkConnectionManagerCallback-3278-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661040 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 8661041 INFO  (zkConnectionManagerCallback-3274-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661042 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 8661044 INFO  (zkConnectionManagerCallback-3272-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661044 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 8661049 INFO  (zkConnectionManagerCallback-3276-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661051 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 8661051 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8661051 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 8661051 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8661052 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 8661061 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 8661061 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8661061 INFO  (jetty-launcher-3267-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53323/solr
   [junit4]   2> 8661064 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 8661065 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8661066 INFO  (jetty-launcher-3267-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53323/solr
   [junit4]   2> 8661069 INFO  (jetty-launcher-3267-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53323/solr
   [junit4]   2> 8661071 INFO  (zkConnectionManagerCallback-3282-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661074 INFO  (jetty-launcher-3267-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53323/solr
   [junit4]   2> 8661076 INFO  (zkConnectionManagerCallback-3286-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661076 INFO  (zkConnectionManagerCallback-3290-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661084 INFO  (zkConnectionManagerCallback-3296-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661084 INFO  
(zkConnectionManagerCallback-3293-thread-1-processing-n:127.0.0.1:53328_solr) 
[n:127.0.0.1:53328_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661086 INFO  
(zkConnectionManagerCallback-3300-thread-1-processing-n:127.0.0.1:53331_solr) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661086 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10096e3f7ec0008, likely client has closed socket
   [junit4]   2> 8661088 INFO  
(zkConnectionManagerCallback-3298-thread-1-processing-n:127.0.0.1:53342_solr) 
[n:127.0.0.1:53342_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661092 INFO  
(zkConnectionManagerCallback-3302-thread-1-processing-n:127.0.0.1:53327_solr) 
[n:127.0.0.1:53327_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661207 INFO  (jetty-launcher-3267-thread-2) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 8661207 INFO  (jetty-launcher-3267-thread-2) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:53331_solr
   [junit4]   2> 8661209 INFO  (jetty-launcher-3267-thread-2) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.Overseer Overseer 
(id=72223499899109386-127.0.0.1:53331_solr-n_0000000000) starting
   [junit4]   2> 8661218 INFO  (jetty-launcher-3267-thread-2) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53331_solr
   [junit4]   2> 8661223 INFO  (jetty-launcher-3267-thread-3) 
[n:127.0.0.1:53328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 8661224 INFO  
(OverseerStateUpdate-72223499899109386-127.0.0.1:53331_solr-n_0000000000) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 8661226 INFO  (jetty-launcher-3267-thread-1) 
[n:127.0.0.1:53327_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 8661227 INFO  (jetty-launcher-3267-thread-4) 
[n:127.0.0.1:53342_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 8661229 INFO  (jetty-launcher-3267-thread-3) 
[n:127.0.0.1:53328_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 8661230 INFO  (jetty-launcher-3267-thread-1) 
[n:127.0.0.1:53327_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 8661230 INFO  (jetty-launcher-3267-thread-4) 
[n:127.0.0.1:53342_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 8661234 INFO  (jetty-launcher-3267-thread-3) 
[n:127.0.0.1:53328_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53328_solr
   [junit4]   2> 8661236 INFO  
(zkCallback-3299-thread-1-processing-n:127.0.0.1:53331_solr) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 8661236 INFO  (jetty-launcher-3267-thread-1) 
[n:127.0.0.1:53327_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53327_solr
   [junit4]   2> 8661237 INFO  (jetty-launcher-3267-thread-4) 
[n:127.0.0.1:53342_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53342_solr
   [junit4]   2> 8661282 INFO  
(zkCallback-3301-thread-1-processing-n:127.0.0.1:53327_solr) 
[n:127.0.0.1:53327_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 8661282 INFO  
(zkCallback-3299-thread-1-processing-n:127.0.0.1:53331_solr) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 8661283 INFO  
(zkCallback-3292-thread-1-processing-n:127.0.0.1:53328_solr) 
[n:127.0.0.1:53328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 8661283 INFO  
(zkCallback-3297-thread-1-processing-n:127.0.0.1:53342_solr) 
[n:127.0.0.1:53342_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 8661318 INFO  
(zkCallback-3297-thread-1-processing-n:127.0.0.1:53342_solr) 
[n:127.0.0.1:53342_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 8661320 INFO  
(zkCallback-3299-thread-1-processing-n:127.0.0.1:53331_solr) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 8661320 INFO  
(zkCallback-3301-thread-1-processing-n:127.0.0.1:53327_solr) 
[n:127.0.0.1:53327_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 8661328 INFO  
(zkCallback-3292-thread-1-processing-n:127.0.0.1:53328_solr) 
[n:127.0.0.1:53328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 8661338 INFO  (jetty-launcher-3267-thread-1) 
[n:127.0.0.1:53327_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a228d0
   [junit4]   2> 8661343 INFO  (jetty-launcher-3267-thread-1) 
[n:127.0.0.1:53327_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a228d0
   [junit4]   2> 8661343 INFO  (jetty-launcher-3267-thread-1) 
[n:127.0.0.1:53327_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a228d0
   [junit4]   2> 8661344 INFO  (jetty-launcher-3267-thread-1) 
[n:127.0.0.1:53327_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.api.collections.CollectionsAPIDistributedZkTest_FB4A15EB04B8CF6E-001\tempDir-001\node1
   [junit4]   2> 8661365 INFO  (jetty-launcher-3267-thread-2) 
[n:127.0.0.1:53331_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a228d0
   [junit4]   2> 8661370 INFO  (jetty-launcher-3267-thread-2) 
[n:127.0.0.1:53331_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a228d0
   [junit4]   2> 8661371 INFO  (jetty-launcher-3267-thread-2) 
[n:127.0.0.1:53331_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a228d0
   [junit4]   2> 8661372 INFO  (jetty-launcher-3267-thread-2) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.api.collections.CollectionsAPIDistributedZkTest_FB4A15EB04B8CF6E-001\tempDir-001\node4
   [junit4]   2> 8661420 INFO  (jetty-launcher-3267-thread-4) 
[n:127.0.0.1:53342_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a228d0
   [junit4]   2> 8661426 INFO  (jetty-launcher-3267-thread-4) 
[n:127.0.0.1:53342_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a228d0
   [junit4]   2> 8661426 INFO  (jetty-launcher-3267-thread-4) 
[n:127.0.0.1:53342_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a228d0
   [junit4]   2> 8661427 INFO  (jetty-launcher-3267-thread-4) 
[n:127.0.0.1:53342_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.api.collections.CollectionsAPIDistributedZkTest_FB4A15EB04B8CF6E-001\tempDir-001\node2
   [junit4]   2> 8661480 INFO  (jetty-launcher-3267-thread-3) 
[n:127.0.0.1:53328_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a228d0
   [junit4]   2> 8661485 INFO  (jetty-launcher-3267-thread-3) 
[n:127.0.0.1:53328_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a228d0
   [junit4]   2> 8661485 INFO  (jetty-launcher-3267-thread-3) 
[n:127.0.0.1:53328_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@a228d0
   [junit4]   2> 8661487 INFO  (jetty-launcher-3267-thread-3) 
[n:127.0.0.1:53328_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.api.collections.CollectionsAPIDistributedZkTest_FB4A15EB04B8CF6E-001\tempDir-001\node3
   [junit4]   2> 8661518 INFO  (zkConnectionManagerCallback-3312-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661524 INFO  (zkConnectionManagerCallback-3316-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8661525 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 8661527 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[FB4A15EB04B8CF6E]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53323/solr ready
   [junit4]   2> 8661563 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[FB4A15EB04B8CF6E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testMissingNumShards
   [junit4]   2> 8661565 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[FB4A15EB04B8CF6E])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 8661569 INFO  (qtp26402434-13741) [n:127.0.0.1:53327_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 8661571 INFO  
(OverseerThreadFactory-4816-thread-1-processing-n:127.0.0.1:53331_solr) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
acollection
   [junit4]   2> 8661572 ERROR 
(OverseerThreadFactory-4816-thread-1-processing-n:127.0.0.1:53331_solr) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Collection: acollection operation: create 
failed:org.apache.solr.common.SolrException: numShards is a required param 
(when using CompositeId router).
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.CreateCollectionCmd.buildReplicaPositions(CreateCollectionCmd.java:284)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:123)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:254)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 8661576 INFO  (qtp26402434-13741) [n:127.0.0.1:53327_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&wt=javabin&version=2}
 status=400 QTime=6
   [junit4]   2> 8661576 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingNumShards-seed#[FB4A15EB04B8CF6E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testMissingNumShards
   [junit4]   2> 8661603 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[FB4A15EB04B8CF6E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testMissingRequiredParameters
   [junit4]   2> 8661604 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[FB4A15EB04B8CF6E])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 8661605 INFO  (qtp26402434-13744) [n:127.0.0.1:53327_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 8661605 ERROR (qtp26402434-13744) [n:127.0.0.1:53327_solr    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Missing 
required parameter: name
   [junit4]   2>        at 
org.apache.solr.common.params.RequiredSolrParams.getParams(RequiredSolrParams.java:90)
   [junit4]   2>        at 
org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:462)
   [junit4]   2>        at 
org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:479)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$0(CollectionsHandler.java:454)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:1102)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:232)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:195)
   [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:380)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [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:1637)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [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:527)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 8661607 INFO  (qtp26402434-13744) [n:127.0.0.1:53327_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CREATE&numShards=2&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 8661607 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[FB4A15EB04B8CF6E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testMissingRequiredParameters
   [junit4]   2> 8661630 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[FB4A15EB04B8CF6E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCoresAreDistributedAcrossNodes
   [junit4]   2> 8661631 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[FB4A15EB04B8CF6E])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 8661633 INFO  (qtp26402434-13746) [n:127.0.0.1:53327_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=nodes_used_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 8661635 INFO  
(OverseerThreadFactory-4816-thread-2-processing-n:127.0.0.1:53331_solr) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
nodes_used_collection
   [junit4]   2> 8661635 INFO  
(OverseerCollectionConfigSetProcessor-72223499899109386-127.0.0.1:53331_solr-n_0000000000)
 [n:127.0.0.1:53331_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> 8661745 INFO  
(OverseerStateUpdate-72223499899109386-127.0.0.1:53331_solr-n_0000000000) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"nodes_used_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53328/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 8661747 INFO  
(OverseerStateUpdate-72223499899109386-127.0.0.1:53331_solr-n_0000000000) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"nodes_used_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53331/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 8661750 INFO  
(OverseerStateUpdate-72223499899109386-127.0.0.1:53331_solr-n_0000000000) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"nodes_used_collection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53327/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 8661752 INFO  
(OverseerStateUpdate-72223499899109386-127.0.0.1:53331_solr-n_0000000000) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"nodes_used_collection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53342/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 8661964 INFO  (qtp2809431-13762) [n:127.0.0.1:53331_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 8661964 INFO  (qtp31123829-13750) [n:127.0.0.1:53342_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 8661964 INFO  (qtp26402434-13747) [n:127.0.0.1:53327_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 8661964 INFO  (qtp31123829-13750) [n:127.0.0.1:53342_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 8661965 INFO  (qtp26402434-13747) [n:127.0.0.1:53327_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 8661965 INFO  (qtp2809431-13762) [n:127.0.0.1:53331_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 8661965 INFO  (qtp29899433-13749) [n:127.0.0.1:53328_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 8661967 INFO  (qtp29899433-13749) [n:127.0.0.1:53328_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 8662076 INFO  
(zkCallback-3301-thread-1-processing-n:127.0.0.1:53327_solr) 
[n:127.0.0.1:53327_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 8662076 INFO  
(zkCallback-3292-thread-1-processing-n:127.0.0.1:53328_solr) 
[n:127.0.0.1:53328_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 8662076 INFO  
(zkCallback-3297-thread-1-processing-n:127.0.0.1:53342_solr) 
[n:127.0.0.1:53342_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 8662076 INFO  
(zkCallback-3299-thread-1-processing-n:127.0.0.1:53331_solr) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 8662077 INFO  
(zkCallback-3301-thread-2-processing-n:127.0.0.1:53327_solr) 
[n:127.0.0.1:53327_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 8662077 INFO  
(zkCallback-3299-thread-2-processing-n:127.0.0.1:53331_solr) 
[n:127.0.0.1:53331_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [

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

esTest, TestCoreAdminApis, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestStreamBody, ReplaceNodeNoTargetTest, TestExtendedDismaxParser, 
CustomCollectionTest, TestStressLucene, TestFastWriter, DocValuesMultiTest, 
SaslZkACLProviderTest, TestBulkSchemaConcurrent, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestExceedMaxTermLength, 
TestUniqueKeyFieldResource, RegexBytesRefFilterTest, 
CoreAdminCreateDiscoverTest, TestPointFields, SolrMetricManagerTest, 
HttpSolrCallGetCoreTest, BasicFunctionalityTest, SuggesterTest, 
V2StandaloneTest, TestQuerySenderListener, BlockJoinFacetSimpleTest, 
RequestHandlersTest, LeaderFailureAfterFreshStartTest, 
DisMaxRequestHandlerTest, TestManagedSynonymFilterFactory, 
SpellCheckComponentTest, TestLegacyNumericRangeQueryBuilder, 
BasicAuthStandaloneTest, TestWordDelimiterFilterFactory, 
TestPerFieldSimilarityWithDefaultOverride, PrimitiveFieldTypeTest, 
DistributedSuggestComponentTest, OverseerCollectionConfigSetProcessorTest, 
TestComponentsName, TestConfigSetsAPI, SecurityConfHandlerTest, 
CloneFieldUpdateProcessorFactoryTest, TestExclusionRuleCollectionAccess, 
TestReqParamsAPI, EnumFieldTest, BadComponentTest, TestDFRSimilarityFactory, 
MetricsHandlerTest, BlockJoinFacetDistribTest, TestCloudSchemaless, 
HttpTriggerListenerTest, SolrXmlInZkTest, MultiThreadedOCPTest, 
FileBasedSpellCheckerTest, TestSolr4Spatial, TestInPlaceUpdatesDistrib, 
TestDistributedSearch, DistanceFunctionTest, ReturnFieldsTest, 
TestDistributedMap, TestRebalanceLeaders, TestMultiValuedNumericRangeQuery, 
OverseerTaskQueueTest, SyncSliceTest, SliceStateTest, RulesTest, 
CdcrBidirectionalTest, TestDFISimilarityFactory, NumberUtilsTest, 
TestMinMaxOnMultiValuedField, DistribDocExpirationUpdateProcessorTest, 
ChaosMonkeyNothingIsSafeTest, TestUpdate, TestBackupRepositoryFactory, 
TestFuzzyAnalyzedSuggestions, DebugComponentTest, IndexSchemaTest, 
TestSolrConfigHandler, WrapperMergePolicyFactoryTest, ActionThrottleTest, 
TestRestManager, ZkFailoverTest, RecoveryAfterSoftCommitTest, 
CreateRoutedAliasTest, DateRangeFieldTest, TestRuleBasedAuthorizationPlugin, 
TestLegacyNumericUtils, TestSolrCLIRunExample, SolrMetricsIntegrationTest, 
JsonLoaderTest, BigEndianAscendingWordDeserializerTest, 
TestReversedWildcardFilterFactory, TestSolrConfigHandlerCloud, 
TestHashQParserPlugin, TestFieldResource, TestSolrIndexConfig, 
ExecutePlanActionTest, TestPayloadCheckQParserPlugin, 
ExternalFileFieldSortTest, CollectionTooManyReplicasTest, 
TestSlowCompositeReaderWrapper, TestHttpShardHandlerFactory, DeleteReplicaTest, 
TestConfigSets, ClusterStateUpdateTest, TestHalfAndHalfDocValues, 
TestSchemalessBufferedUpdates, DistributedQueueTest, HdfsRecoverLeaseTest, 
TestUtilizeNode, TestAuthorizationFramework, TestCloudDeleteByQuery, 
TestFieldCacheWithThreads, DocValuesTest, TestLMDirichletSimilarityFactory, 
TestTolerantUpdateProcessorCloud, TestGenericDistributedQueue, 
TestUninvertingReader, UpdateLogTest, NotRequiredUniqueKeyTest, 
TestDynamicFieldResource, CollectionsAPIDistributedZkTest, 
CSVRequestHandlerTest, DataDrivenBlockJoinTest, XsltUpdateRequestHandlerTest, 
TestMacros, TestCrossCoreJoin, TestDistribStateManager, MoveReplicaHDFSTest, 
RankQueryTest, URLClassifyProcessorTest, 
TestDistributedStatsComponentCardinality, RequestLoggingTest, 
SolrIndexMetricsTest, BadCopyFieldTest, SpellPossibilityIteratorTest, 
TestTrieFacet, UpdateParamsTest, TestQueryWrapperFilter, 
TestLMJelinekMercerSimilarityFactory, HDFSCollectionsAPITest, FullHLLTest, 
TestDynamicLoading, TestAddFieldRealTimeGet, ShowFileRequestHandlerTest, 
PreAnalyzedFieldManagedSchemaCloudTest, RegexBoostProcessorTest, 
ClusterStateTest, BlockDirectoryTest, HdfsUnloadDistributedZkTest, 
TestSearcherReuse, LegacyCloudClusterPropTest, AssignTest, 
TestValueSourceCache, HealthCheckHandlerTest, BitVectorTest, 
RollingRestartTest, TestSolrQueryParser, TestSSLRandomization, 
TestSolrCloudSnapshots, FieldAnalysisRequestHandlerTest, 
CollectionStateFormat2Test, ScriptEngineTest, 
AsyncCallRequestStatusResponseTest, TestJavabinTupleStreamParser, 
TestClusterStateProvider, TestCollectionAPIs, TestSearchPerf, 
SolrCmdDistributorTest, TestSkipOverseerOperations, ShardSplitTest, 
CoreMergeIndexesAdminHandlerTest, ChaosMonkeySafeLeaderTest, MetricUtilsTest, 
TestRandomFlRTGCloud, TestObjectReleaseTracker, DocValuesNotIndexedTest]
   [junit4] Completed [764/778 (3!)] on J1 in 4.70s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 2429 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-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\init-core-data-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@bcb26b),
 locale=ms-MY, timezone=Indian/Mayotte
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=35086296,total=64880640
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory 
-Dtests.seed=6CCFAB396F7D7A7F -Dtests.slow=true -Dtests.locale=ms-MY 
-Dtests.timezone=Indian/Mayotte -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-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf\en-test-ner-person.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf\en-test-ner-person.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf\en-test-sent.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf\en-test-sent.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf\en-test-tokenizer.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001\tempDir-001\collection1\conf\en-test-tokenizer.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_6CCFAB396F7D7A7F-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6CCFAB396F7D7A7F]: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 14.09s, 8 tests, 1 error <<< FAILURES!

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

Reply via email to