Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7180/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.test

Error Message:
Expected no errors: [{type=ADD,id=10,message=We need to create a new time 
routed collection but for unknown reasons were unable to do so.}]

Stack Trace:
java.lang.AssertionError: Expected no errors: [{type=ADD,id=10,message=We need 
to create a new time routed collection but for unknown reasons were unable to 
do so.}]
        at 
__randomizedtesting.SeedInfo.seed([55E3E16CA69351F8:DDB7DEB6086F3C00]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.assertUpdateResponse(TimeRoutedAliasUpdateProcessorTest.java:305)
        at 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.addDocsAndCommit(TimeRoutedAliasUpdateProcessorTest.java:263)
        at 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.test(TimeRoutedAliasUpdateProcessorTest.java:195)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
2 threads leaked from SUITE scope at 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest:     1) 
Thread[id=40949, name=test-12705-thread-2, state=WAITING, 
group=TGRP-TimeRoutedAliasUpdateProcessorTest]         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)    2) 
Thread[id=40948, name=test-12705-thread-1, state=WAITING, 
group=TGRP-TimeRoutedAliasUpdateProcessorTest]         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest: 
   1) Thread[id=40949, name=test-12705-thread-2, state=WAITING, 
group=TGRP-TimeRoutedAliasUpdateProcessorTest]
        at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
        at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   2) Thread[id=40948, name=test-12705-thread-1, state=WAITING, 
group=TGRP-TimeRoutedAliasUpdateProcessorTest]
        at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
        at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
        at __randomizedtesting.SeedInfo.seed([55E3E16CA69351F8]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=40949, name=test-12705-thread-2, state=WAITING, 
group=TGRP-TimeRoutedAliasUpdateProcessorTest]         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)    2) 
Thread[id=40948, name=test-12705-thread-1, state=WAITING, 
group=TGRP-TimeRoutedAliasUpdateProcessorTest]         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=40949, name=test-12705-thread-2, state=WAITING, 
group=TGRP-TimeRoutedAliasUpdateProcessorTest]
        at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
        at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   2) Thread[id=40948, name=test-12705-thread-1, state=WAITING, 
group=TGRP-TimeRoutedAliasUpdateProcessorTest]
        at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
        at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
        at __randomizedtesting.SeedInfo.seed([55E3E16CA69351F8]: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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-001\tempDir-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-001\tempDir-001
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-001

        at __randomizedtesting.SeedInfo.seed([9CCF8A2F7294820E]: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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 14720 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
   [junit4]   2> 3717511 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[55E3E16CA69351F8]-worker) [    
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\init-core-data-001
   [junit4]   2> 3717512 WARN  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[55E3E16CA69351F8]-worker) [    
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=384 numCloses=384
   [junit4]   2> 3717514 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[55E3E16CA69351F8]-worker) [    
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3717515 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[55E3E16CA69351F8]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 3717517 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[55E3E16CA69351F8]-worker) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001
   [junit4]   2> 3717517 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[55E3E16CA69351F8]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3717517 INFO  (Thread-6554) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3717517 INFO  (Thread-6554) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3717521 ERROR (Thread-6554) [    ] 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> 3717617 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[55E3E16CA69351F8]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:65442
   [junit4]   2> 3717620 INFO  (zkConnectionManagerCallback-10573-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717626 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3717626 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3717627 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3717627 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3717627 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3717627 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3717627 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3717627 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3717627 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3f042f6{/solr,null,AVAILABLE}
   [junit4]   2> 3717627 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@30d009c3{/solr,null,AVAILABLE}
   [junit4]   2> 3717628 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@20ad533{SSL,[ssl, 
http/1.1]}{127.0.0.1:65446}
   [junit4]   2> 3717628 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@18b1289e{SSL,[ssl, 
http/1.1]}{127.0.0.1:65447}
   [junit4]   2> 3717628 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.e.j.s.Server Started @3727333ms
   [junit4]   2> 3717628 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.e.j.s.Server Started @3727333ms
   [junit4]   2> 3717628 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65446}
   [junit4]   2> 3717628 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65447}
   [junit4]   2> 3717628 ERROR (jetty-launcher-10570-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3717628 ERROR (jetty-launcher-10570-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3717628 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3717629 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3717629 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3717629 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3717629 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3717629 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-19T19:30:10.675515300Z
   [junit4]   2> 3717629 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3717629 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-19T19:30:10.675515300Z
   [junit4]   2> 3717632 INFO  (zkConnectionManagerCallback-10576-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717632 INFO  (zkConnectionManagerCallback-10577-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717633 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3717633 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3717641 INFO  (jetty-launcher-10570-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65442/solr
   [junit4]   2> 3717641 INFO  (jetty-launcher-10570-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65442/solr
   [junit4]   2> 3717652 INFO  (zkConnectionManagerCallback-10583-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717652 INFO  (zkConnectionManagerCallback-10585-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717653 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 
0x100999780760004, likely client has closed socket
   [junit4]   2> 3717656 INFO  
(zkConnectionManagerCallback-10587-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717656 INFO  
(zkConnectionManagerCallback-10589-thread-1-processing-n:127.0.0.1:65446_solr) 
[n:127.0.0.1:65446_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717775 INFO  (jetty-launcher-10570-thread-2) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3717777 INFO  (jetty-launcher-10570-thread-2) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:65447_solr
   [junit4]   2> 3717778 INFO  (jetty-launcher-10570-thread-2) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.Overseer Overseer 
(id=72226470012256261-127.0.0.1:65447_solr-n_0000000000) starting
   [junit4]   2> 3717782 INFO  (jetty-launcher-10570-thread-1) 
[n:127.0.0.1:65446_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3717783 INFO  (jetty-launcher-10570-thread-1) 
[n:127.0.0.1:65446_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65446_solr
   [junit4]   2> 3717787 INFO  (jetty-launcher-10570-thread-2) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65447_solr
   [junit4]   2> 3717787 INFO  
(zkCallback-10588-thread-1-processing-n:127.0.0.1:65446_solr) 
[n:127.0.0.1:65446_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3717789 INFO  
(zkCallback-10586-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3717794 INFO  
(zkCallback-10588-thread-2-processing-n:127.0.0.1:65446_solr) 
[n:127.0.0.1:65446_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3717839 INFO  (jetty-launcher-10570-thread-1) 
[n:127.0.0.1:65446_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65446.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e0359e
   [junit4]   2> 3717844 INFO  (jetty-launcher-10570-thread-1) 
[n:127.0.0.1:65446_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65446.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e0359e
   [junit4]   2> 3717845 INFO  (jetty-launcher-10570-thread-1) 
[n:127.0.0.1:65446_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65446.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e0359e
   [junit4]   2> 3717846 INFO  (jetty-launcher-10570-thread-1) 
[n:127.0.0.1:65446_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.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node1\.
   [junit4]   2> 3717874 INFO  (jetty-launcher-10570-thread-2) 
[n:127.0.0.1:65447_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65447.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e0359e
   [junit4]   2> 3717891 INFO  (jetty-launcher-10570-thread-2) 
[n:127.0.0.1:65447_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65447.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e0359e
   [junit4]   2> 3717891 INFO  (jetty-launcher-10570-thread-2) 
[n:127.0.0.1:65447_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65447.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e0359e
   [junit4]   2> 3717893 INFO  (jetty-launcher-10570-thread-2) 
[n:127.0.0.1:65447_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.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\.
   [junit4]   2> 3717927 INFO  (zkConnectionManagerCallback-10595-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717942 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testParse-seed#[55E3E16CA69351F8]) [   
 ] o.a.s.SolrTestCaseJ4 ###Starting testParse
   [junit4]   2> 3717943 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.testParse-seed#[55E3E16CA69351F8]) [   
 ] o.a.s.SolrTestCaseJ4 ###Ending testParse
   [junit4]   2> 3717954 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[55E3E16CA69351F8]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 3717957 INFO  (zkConnectionManagerCallback-10600-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717958 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[55E3E16CA69351F8]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3717959 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[55E3E16CA69351F8]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65442/solr ready
   [junit4]   2> 3717980 INFO  (qtp1543313243-40808) [n:127.0.0.1:65446_solr    
] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params 
baseConfigSet=_default&name=timeConfig&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 3717982 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.OverseerConfigSetMessageHandler 
OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"timeConfig",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 3717983 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/timeConfig/managed-schema
   [junit4]   2> 3717986 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/timeConfig/protwords.txt
   [junit4]   2> 3717988 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/timeConfig/solrconfig.xml
   [junit4]   2> 3717990 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/timeConfig/synonyms.txt
   [junit4]   2> 3717992 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/timeConfig/stopwords.txt
   [junit4]   2> 3717994 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/timeConfig/lang/contractions_it.txt
   [junit4]   2> 3717996 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/timeConfig/lang/contractions_ca.txt
   [junit4]   2> 3717998 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/timeConfig/lang/stemdict_nl.txt
   [junit4]   2> 3718000 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/timeConfig/lang/stopwords_hy.txt
   [junit4]   2> 3718002 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/timeConfig/lang/stopwords_no.txt
   [junit4]   2> 3718004 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/timeConfig/lang/stopwords_id.txt
   [junit4]   2> 3718007 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/timeConfig/lang/stopwords_da.txt
   [junit4]   2> 3718010 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/timeConfig/lang/stopwords_ga.txt
   [junit4]   2> 3718012 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/timeConfig/lang/stopwords_hi.txt
   [junit4]   2> 3718014 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/timeConfig/lang/stopwords_ja.txt
   [junit4]   2> 3718015 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/timeConfig/lang/stopwords_pt.txt
   [junit4]   2> 3718020 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/timeConfig/lang/stopwords_hu.txt
   [junit4]   2> 3718023 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/timeConfig/lang/stopwords_el.txt
   [junit4]   2> 3718027 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/timeConfig/lang/stopwords_ru.txt
   [junit4]   2> 3718029 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/timeConfig/lang/stopwords_tr.txt
   [junit4]   2> 3718031 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/timeConfig/lang/stopwords_ar.txt
   [junit4]   2> 3718032 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/timeConfig/lang/userdict_ja.txt
   [junit4]   2> 3718034 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/timeConfig/lang/stopwords_eu.txt
   [junit4]   2> 3718036 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/timeConfig/lang/stopwords_it.txt
   [junit4]   2> 3718037 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/timeConfig/lang/stopwords_cz.txt
   [junit4]   2> 3718039 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/timeConfig/lang/stoptags_ja.txt
   [junit4]   2> 3718041 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/timeConfig/lang/contractions_fr.txt
   [junit4]   2> 3718043 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/timeConfig/lang/stopwords_de.txt
   [junit4]   2> 3718045 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/timeConfig/lang/stopwords_fa.txt
   [junit4]   2> 3718046 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/timeConfig/lang/contractions_ga.txt
   [junit4]   2> 3718048 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/timeConfig/lang/stopwords_ca.txt
   [junit4]   2> 3718049 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/timeConfig/lang/stopwords_nl.txt
   [junit4]   2> 3718051 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/timeConfig/lang/stopwords_bg.txt
   [junit4]   2> 3718054 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/timeConfig/lang/stopwords_en.txt
   [junit4]   2> 3718056 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/timeConfig/lang/stopwords_es.txt
   [junit4]   2> 3718057 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/timeConfig/lang/stopwords_lv.txt
   [junit4]   2> 3718062 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/timeConfig/lang/stopwords_ro.txt
   [junit4]   2> 3718063 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/timeConfig/lang/stopwords_th.txt
   [junit4]   2> 3718064 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/timeConfig/lang/stopwords_fr.txt
   [junit4]   2> 3718066 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/timeConfig/lang/stopwords_sv.txt
   [junit4]   2> 3718068 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/timeConfig/lang/stopwords_fi.txt
   [junit4]   2> 3718070 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/timeConfig/lang/hyphenations_ga.txt
   [junit4]   2> 3718072 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/timeConfig/lang/stopwords_gl.txt
   [junit4]   2> 3718074 INFO  
(OverseerThreadFactory-12663-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to /configs/timeConfig/params.json
   [junit4]   2> 3718076 INFO  (qtp1543313243-40808) [n:127.0.0.1:65446_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs 
params={baseConfigSet=_default&name=timeConfig&action=CREATE&wt=javabin&version=2}
 status=0 QTime=95
   [junit4]   2> 3718077 INFO  (qtp1543313243-40804) [n:127.0.0.1:65446_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=timeConfig&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3718079 INFO  
(OverseerThreadFactory-12663-thread-2-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
timeConfig
   [junit4]   2> 3718080 INFO  
(OverseerCollectionConfigSetProcessor-72226470012256261-127.0.0.1:65447_solr-n_0000000000)
 [n:127.0.0.1:65447_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> 3718187 INFO  
(OverseerStateUpdate-72226470012256261-127.0.0.1:65447_solr-n_0000000000) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"timeConfig",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"timeConfig_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:65447/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3718404 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3718405 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3718511 INFO  
(zkCallback-10586-thread-1-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3718513 INFO  
(zkCallback-10586-thread-2-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3719415 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3719415 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3719416 WARN  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 3719418 WARN  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-cell-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3719419 WARN  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 3719419 WARN  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3719419 WARN  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\langid\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 3719419 WARN  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-langid-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3719419 WARN  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 3719420 WARN  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3719425 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3719443 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 3719614 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3719656 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'timeConfig_shard1_replica_n1' using 
configuration from collection timeConfig, trusted=true
   [junit4]   2> 3719656 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65447.solr.core.timeConfig.shard1.replica_n1' (registry 
'solr.core.timeConfig.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e0359e
   [junit4]   2> 3719656 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3719657 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\.\timeConfig_shard1_replica_n1\data\]
   [junit4]   2> 3719659 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3719755 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3719756 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3719757 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 3719757 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3719757 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@26dd06c[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 3719761 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/timeConfig
   [junit4]   2> 3719761 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 3719761 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/timeConfig/managed-schema
   [junit4]   2> 3719762 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3719763 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3719763 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 3719765 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3719765 INFO  
(searcherExecutor-12668-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@26dd06c[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3719765 INFO  
(searcherExecutor-12668-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 3719765 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592858889746907136
   [junit4]   2> 3719765 INFO  
(searcherExecutor-12668-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell 
index for spellchecker: default
   [junit4]   2> 3719767 INFO  
(searcherExecutor-12668-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] 
Registered new searcher Searcher@26dd06c[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3719774 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3719774 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3719774 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:65447/solr/timeConfig_shard1_replica_n1/
   [junit4]   2> 3719774 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3719774 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SyncStrategy https://127.0.0.1:65447/solr/timeConfig_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 3719775 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 3719779 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:65447/solr/timeConfig_shard1_replica_n1/ shard1
   [junit4]   2> 3719882 INFO  
(zkCallback-10586-thread-3-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3719882 INFO  
(zkCallback-10586-thread-2-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3719930 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3719932 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1528
   [junit4]   2> 3719935 INFO  (qtp1543313243-40804) [n:127.0.0.1:65446_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 3720033 INFO  
(zkCallback-10586-thread-3-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3720033 INFO  
(zkCallback-10586-thread-2-processing-n:127.0.0.1:65447_solr) 
[n:127.0.0.1:65447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3720083 INFO  
(OverseerCollectionConfigSetProcessor-72226470012256261-127.0.0.1:65447_solr-n_0000000000)
 [n:127.0.0.1:65447_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 3720936 INFO  (qtp1543313243-40804) [n:127.0.0.1:65446_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=timeConfig&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2858
   [junit4]   2> 3720944 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted 
to ZK [{"set-user-property":{"update.autoCreateFields":false}}, 
{"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, 
{"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     
"class":"org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 3720944 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the 
property overlay to be of version 0 for collection timeConfig
   [junit4]   2> 3720944 INFO  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
timeConfig_shard1_replica_n1
   [junit4]   2> 3720945 INFO  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.SolrCore core reload timeConfig_shard1_replica_n1
   [junit4]   2> 3720946 INFO  
(solrHandlerExecutor-12673-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 3720953 INFO  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3720953 INFO  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3720954 WARN  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 3720955 WARN  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-cell-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3720955 WARN  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 3720956 WARN  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3720956 WARN  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\langid\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 3720956 WARN  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-langid-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3720957 WARN  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 3720957 WARN  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3720962 INFO  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3720977 INFO  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 3721052 INFO  (qtp1602876467-40814) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3721052 INFO  (qtp1602876467-40814) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 3721052 INFO  
(solrHandlerExecutor-12673-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from 
https://127.0.0.1:65447/solr/timeConfig_shard1_replica_n1/ for prop overlay   
after 1 attempts
   [junit4]   2> 3721052 INFO  
(solrHandlerExecutor-12673-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 3721053 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in 
progress . Not doing anything
   [junit4]   2> 3721143 INFO  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3721153 INFO  (qtp1602876467-40813) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3721154 INFO  (qtp1602876467-40813) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 3721154 INFO  
(solrHandlerExecutor-12673-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from 
https://127.0.0.1:65447/solr/timeConfig_shard1_replica_n1/ for prop overlay   
after 2 attempts
   [junit4]   2> 3721154 INFO  
(solrHandlerExecutor-12673-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 3721155 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in 
progress . Not doing anything
   [junit4]   2> 3721183 INFO  (Thread-6579) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'timeConfig_shard1_replica_n1' using 
configuration from collection timeConfig
   [junit4]   2> 3721202 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65447.solr.core.timeConfig.shard1.replica_n1' (registry 
'solr.core.timeConfig.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2e0359e
   [junit4]   2> 3721202 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\timeConfig_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.TimeRoutedAliasUpdateProcessorTest_55E3E16CA69351F8-001\tempDir-001\node2\.\timeConfig_shard1_replica_n1\data\]
   [junit4]   2> 3721206 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3721254 INFO  (qtp1602876467-40814) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3721255 INFO  (qtp1602876467-40814) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 3721255 INFO  
(solrHandlerExecutor-12673-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from 
https://127.0.0.1:65447/solr/timeConfig_shard1_replica_n1/ for prop overlay   
after 3 attempts
   [junit4]   2> 3721255 INFO  
(solrHandlerExecutor-12673-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 3721255 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in 
progress . Not doing anything
   [junit4]   2> 3721281 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 3721281 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3721282 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@f97d56f[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 3721283 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/timeConfig
   [junit4]   2> 3721284 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 3721284 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/timeConfig/managed-schema
   [junit4]   2> 3721285 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3721285 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3721285 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 3721286 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3721286 INFO  
(searcherExecutor-12674-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@f97d56f[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3721287 INFO  
(searcherExecutor-12674-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 3721287 INFO  
(searcherExecutor-12674-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell 
index for spellchecker: default
   [junit4]   2> 3721287 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592858891342839808
   [junit4]   2> 3721288 INFO  
(searcherExecutor-12674-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] 
Registered new searcher Searcher@f97d56f[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3721289 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3721289 INFO  (Thread-6579) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@40789b22[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 3721289 INFO  
(searcherExecutor-12674-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@40789b22[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3721289 INFO  
(searcherExecutor-12674-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 3721291 INFO  
(searcherExecutor-12674-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] 
Registered new searcher Searcher@40789b22[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3721356 INFO  (qtp1602876467-40813) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 3721356 INFO  (qtp1602876467-40813) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler isStale false , resourceloader 
org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 3721356 INFO  (qtp1602876467-40813) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 3721357 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Took 413.0ms to set the property overlay to be of 
version 0 for collection timeConfig
   [junit4]   2> 3721357 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore [timeConfig_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7f69d8d0
   [junit4]   2> 3721357 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.timeConfig.shard1.replica_n1, tag=2137643216
   [junit4]   2> 3721357 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@46e95177: rootName = 
solr_65447, domain = solr.core.timeConfig.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.timeConfig.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@67f4adc4
   [junit4]   2> 3721365 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.timeConfig.shard1.leader, tag=2137643216
   [junit4]   2> 3721371 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ZkController Persisted config data to node 
/configs/timeConfig/params.json 
   [junit4]   2> 3721372 INFO  (qtp1602876467-40812) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the 
property params to be of version 1 for collection timeConfig
   [junit4]   2> 3721372 INFO  (Thread-6580) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
timeConfig_shard1_replica_n1
   [junit4]   2> 3721373 INFO  (Thread-6580) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 3721373 INFO  
(solrHandlerExecutor-12678-thread-1-processing-n:127.0.0.1:65447_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:65447_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 3721373 INFO  (Thread-6580) [n:127.0.0.1:65447_solr    ] 
o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 3721476 INFO  (qtp1602876467-40813) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler I already have the expected version 1 of params
   [junit4]   2> 3721476 INFO  (qtp1602876467-40813) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler isStale false , resourceloader 
org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 3721477 INFO  (qtp1602876467-40813) [n:127.0.0.1:65447_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr pat

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

, state=WAITING, group=TGRP-TimeRoutedAliasUpdateProcessorTest]
   [junit4]    >         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at 
java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]    >    2) Thread[id=40948, name=test-12705-thread-1, 
state=WAITING, group=TGRP-TimeRoutedAliasUpdateProcessorTest]
   [junit4]    >         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at 
java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([55E3E16CA69351F8]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=40949, name=test-12705-thread-2, 
state=WAITING, group=TGRP-TimeRoutedAliasUpdateProcessorTest]
   [junit4]    >         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at 
java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]    >    2) Thread[id=40948, name=test-12705-thread-1, 
state=WAITING, group=TGRP-TimeRoutedAliasUpdateProcessorTest]
   [junit4]    >         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at 
java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([55E3E16CA69351F8]:0)
   [junit4] Completed [778/778 (1!)] on J1 in 39.59s, 2 tests, 1 failure, 2 
errors <<< FAILURES!

[...truncated 2391 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory
   [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_9CCF8A2F7294820E-001\init-core-data-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@738c94e),
 locale=sbp-TZ, timezone=America/Fortaleza
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=3,threads=1,free=78406272,total=233308160
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestFoldingMultitermExtrasQuery, TestICUCollationFieldOptions, 
TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory 
-Dtests.seed=9CCF8A2F7294820E -Dtests.slow=true -Dtests.locale=sbp-TZ 
-Dtests.timezone=America/Fortaleza -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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-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_9CCF8A2F7294820E-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9CCF8A2F7294820E]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [5/5 (1!)] on J1 in 0.50s, 8 tests, 1 error <<< FAILURES!

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

Reply via email to