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

7 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.lucene.store.TestFileSwitchDirectory

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_6460C8168CDF54E-001\foo-023:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_6460C8168CDF54E-001\foo-023
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_6460C8168CDF54E-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_6460C8168CDF54E-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\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_6460C8168CDF54E-001\foo-023:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_6460C8168CDF54E-001\foo-023
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_6460C8168CDF54E-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_6460C8168CDF54E-001

        at __randomizedtesting.SeedInfo.seed([6460C8168CDF54E]: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)


FAILED:  org.apache.lucene.replicator.IndexReplicationClientTest.testRestart

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\J1\temp\lucene.replicator.IndexReplicationClientTest_4BA0DAB9D26B8CDF-001\replicationClientTest-002\1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\J1\temp\lucene.replicator.IndexReplicationClientTest_4BA0DAB9D26B8CDF-001\replicationClientTest-002\1
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\J1\temp\lucene.replicator.IndexReplicationClientTest_4BA0DAB9D26B8CDF-001\replicationClientTest-002\1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\J1\temp\lucene.replicator.IndexReplicationClientTest_4BA0DAB9D26B8CDF-001\replicationClientTest-002\1

        at 
__randomizedtesting.SeedInfo.seed([4BA0DAB9D26B8CDF:DE2D36D8578338CA]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.replicator.PerSessionDirectoryFactory.cleanupSession(PerSessionDirectoryFactory.java:58)
        at 
org.apache.lucene.replicator.ReplicationClient.doUpdate(ReplicationClient.java:259)
        at 
org.apache.lucene.replicator.ReplicationClient.updateNow(ReplicationClient.java:401)
        at 
org.apache.lucene.replicator.IndexReplicationClientTest.testRestart(IndexReplicationClientTest.java:193)
        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 
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 
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.lucene.search.suggest.analyzing.TestFreeTextSuggester

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_970DDC981707BD1B-001\FreeTextSuggesterTest-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_970DDC981707BD1B-001\FreeTextSuggesterTest-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_970DDC981707BD1B-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_970DDC981707BD1B-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\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_970DDC981707BD1B-001\FreeTextSuggesterTest-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_970DDC981707BD1B-001\FreeTextSuggesterTest-001
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_970DDC981707BD1B-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_970DDC981707BD1B-001

        at __randomizedtesting.SeedInfo.seed([970DDC981707BD1B]: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)


FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestContextImpl

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-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-001\init-core-data-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-001\init-core-data-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-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-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-001\init-core-data-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-001\init-core-data-001
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-001

        at __randomizedtesting.SeedInfo.seed([8BE58C8D8FE40C13]: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)


FAILED:  junit.framework.TestSuite.org.apache.solr.TestHighlightDedupGrouping

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\cores:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\cores
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\cores\collection1:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\cores\collection1
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-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\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\cores:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\cores
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\cores\collection1:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\cores\collection1
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001

        at __randomizedtesting.SeedInfo.seed([CA1B35B8CC4CA2EE]: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)


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

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001\init-core-data-001\tlog:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001\init-core-data-001\tlog
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001\init-core-data-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001\init-core-data-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001\init-core-data-001\tlog\tlog.0000000000000000005:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001\init-core-data-001\tlog\tlog.0000000000000000005
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-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\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001\init-core-data-001\tlog:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001\init-core-data-001\tlog
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001\init-core-data-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001\init-core-data-001
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001\init-core-data-001\tlog\tlog.0000000000000000005:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001\init-core-data-001\tlog\tlog.0000000000000000005
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.TestExpandComponent_CA1B35B8CC4CA2EE-001

        at __randomizedtesting.SeedInfo.seed([CA1B35B8CC4CA2EE]: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)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestCollationField

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1\conf
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1\conf\customrules.dat:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1\conf\customrules.dat
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-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\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1\conf
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1\conf\customrules.dat:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1\conf\customrules.dat
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001

        at __randomizedtesting.SeedInfo.seed([CA1B35B8CC4CA2EE]: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 1346 lines...]
   [junit4] Suite: org.apache.lucene.store.TestFileSwitchDirectory
   [junit4] IGNOR/A 0.00s J0 | TestFileSwitchDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] IGNOR/A 0.01s J0 | 
TestFileSwitchDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=742, maxMBSortInHeap=6.029828548324369, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@309bf892),
 locale=en-RW, timezone=Australia/Queensland
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=3,threads=1,free=89015608,total=413270016
   [junit4]   2> NOTE: All tests run in this JVM: [TestLSBRadixSorter, 
TestOneMergeWrappingMergePolicy, TestAxiomaticF1EXP, TestBlockPostingsFormat2, 
TestSegmentTermEnum, TestMixedCodecs, TestSortedSetDocValues, TestTermScorer, 
TestAllFilesHaveCodecHeader, TestMultiMMap, TestBooleanQueryVisitSubscorers, 
TestMultiPhraseEnum, TestMixedDocValuesUpdates, TestLockFactory, 
TestThreadedForceMerge, TestWordlistLoader, TestBagOfPositions, TestCodecUtil, 
TestFSTs, TestDistributionLL, MultiCollectorTest, 
LimitedFiniteStringsIteratorTest, TestSpanSearchEquivalence, TestIndexSearcher, 
TestCharFilter, TestDoc, TestMinShouldMatch2, TestReaderWrapperDVTypeCheck, 
TestVirtualMethod, TestSimilarityProvider, TestFieldInvertState, 
TestNamedSPILoader, TestSimpleExplanationsOfNonMatches, 
TestSearchForDuplicates, TestQueryBuilder, Test2BSortedDocValuesOrds, 
TestPointValues, TestRAMDirectory, TestMergedIterator, TestInPlaceMergeSorter, 
TestTerm, TestTryDelete, FuzzyTermOnShortTermsTest, TestCharacterUtils, 
TestSimilarity2, TestMatchAllDocsQuery, TestMergePolicyWrapper, 
TestPackedTokenAttributeImpl, TestSpanBoostQuery, TestSpanContainQuery, 
TestControlledRealTimeReopenThread, TestUnicodeUtil, TestSortedSetSortField, 
TestParallelReaderEmptyIndex, TestIntroSelector, TestRegexpQuery, 
TestBagOfPostings, TestByteArrayDataInput, TestSimpleFSLockFactory, 
TestBytesRef, TestIndexManyDocuments, TestLongValuesSource, TestSloppyMath, 
TestScoreCachingWrappingScorer, TestDuelingCodecs, TestSortedNumericSortField, 
TestRateLimiter, TestDateSort, TestPolygon, TestAttributeSource, 
TestReqExclBulkScorer, TestLiveFieldValues, TestLucene50StoredFieldsFormat, 
TestBytesRefArray, TestExceedMaxTermLength, TestLucene70SegmentInfoFormat, 
TestDocValuesRewriteMethod, TestHugeRamFile, TestLRUQueryCache, 
TestSleepingLockWrapper, TestSloppyPhraseQuery, TestPriorityQueue, 
TestAxiomaticF2EXP, TestExternalCodecs, TestBoolean2ScorerSupplier, 
TestLucene60PointsFormat, TestNumericUtils, TestSparseFixedBitSet, 
TestWildcardRandom, TestOmitPositions, TestRegexpRandom, TestBinaryTerms, 
TestIndependenceStandardized, TestCodecHoldsOpenFiles, 
TestIndexWriterOnVMError, TestDocCount, TestSimpleAttributeImpl, 
TestApproximationSearchEquivalence, TestPrefixRandom, TestSegmentReader, 
TestDocumentsWriterDeleteQueue, TestNRTReaderCleanup, TestInfoStream, 
TestGrowableByteArrayDataOutput, TestFilterLeafReader, TestAddIndexes, 
TestSimpleExplanationsWithFillerDocs, TestDemoParallelLeafReader, TestSearch, 
TestMinimize, TestReusableStringReader, TestLucene70DocValuesFormat, 
TestIndexSorting, TestDoubleValuesSource, TestBinaryDocValuesUpdates, 
TestUsageTrackingFilterCachingPolicy, TestIntBlockPool, Test2BBKDPoints, 
TestTimeLimitingCollector, TestSearchWithThreads, 
TestDocumentsWriterStallControl, TestSnapshotDeletionPolicy, 
TestTieredMergePolicy, TestPerFieldPostingsFormat, TestWeakIdentityMap, 
TestDirectoryReader, TestOmitNorms, TestFixedBitSet, TestFastDecompressionMode, 
TestParallelCompositeReader, TestPagedBytes, TestMergeSchedulerExternal, 
TestParallelLeafReader, TestIndexInput, TestDisjunctionMaxQuery, TestOmitTf, 
TestMultiFields, TestScorerPerf, TestTermVectorsReader, TestPerSegmentDeletes, 
TestUniqueTermCount, TestComplexExplanationsOfNonMatches, TestPrefixCodedTerms, 
TestDocument, TestTopFieldCollector, TestFileSwitchDirectory]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestFileSwitchDirectory -Dtests.seed=6460C8168CDF54E 
-Dtests.slow=true -Dtests.locale=en-RW -Dtests.timezone=Australia/Queensland 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestFileSwitchDirectory (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\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_6460C8168CDF54E-001\foo-023:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_6460C8168CDF54E-001\foo-023
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_6460C8168CDF54E-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_6460C8168CDF54E-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6460C8168CDF54E]: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 [338/475 (1!)] on J0 in 1.20s, 43 tests, 1 error, 2 
skipped <<< FAILURES!

[...truncated 7388 lines...]
   [junit4] Suite: org.apache.lucene.replicator.IndexReplicationClientTest
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=IndexReplicationClientTest -Dtests.method=testRestart 
-Dtests.seed=4BA0DAB9D26B8CDF -Dtests.slow=true -Dtests.locale=lg 
-Dtests.timezone=Etc/GMT+8 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.02s J1 | IndexReplicationClientTest.testRestart <<<
   [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\lucene\build\replicator\test\J1\temp\lucene.replicator.IndexReplicationClientTest_4BA0DAB9D26B8CDF-001\replicationClientTest-002\1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\J1\temp\lucene.replicator.IndexReplicationClientTest_4BA0DAB9D26B8CDF-001\replicationClientTest-002\1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4BA0DAB9D26B8CDF:DE2D36D8578338CA]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at 
org.apache.lucene.replicator.PerSessionDirectoryFactory.cleanupSession(PerSessionDirectoryFactory.java:58)
   [junit4]    >        at 
org.apache.lucene.replicator.ReplicationClient.doUpdate(ReplicationClient.java:259)
   [junit4]    >        at 
org.apache.lucene.replicator.ReplicationClient.updateNow(ReplicationClient.java:401)
   [junit4]    >        at 
org.apache.lucene.replicator.IndexReplicationClientTest.testRestart(IndexReplicationClientTest.java:193)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\J1\temp\lucene.replicator.IndexReplicationClientTest_4BA0DAB9D26B8CDF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@167853f3),
 locale=lg, timezone=Etc/GMT+8
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=3,threads=1,free=82669144,total=97320960
   [junit4]   2> NOTE: All tests run in this JVM: [TestNRTReplication, 
SessionTokenTest, IndexAndTaxonomyRevisionTest, IndexReplicationClientTest]
   [junit4] Completed [6/9 (1!)] on J1 in 3.58s, 4 tests, 1 error <<< FAILURES!

[...truncated 1232 lines...]
   [junit4] Suite: 
org.apache.lucene.search.suggest.analyzing.TestFreeTextSuggester
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{body=BlockTreeOrds(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1938, 
maxMBSortInHeap=5.066569606980509, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@65d9c9b8),
 locale=fr-CH, timezone=Canada/Central
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=3,threads=1,free=39371048,total=97386496
   [junit4]   2> NOTE: All tests run in this JVM: [TestFuzzyCompletionQuery, 
PersistenceTest, TestContextQuery, TestNGramDistance, 
AnalyzingInfixSuggesterTest, TestFreeTextSuggester]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestFreeTextSuggester -Dtests.seed=970DDC981707BD1B 
-Dtests.slow=true -Dtests.locale=fr-CH -Dtests.timezone=Canada/Central 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestFreeTextSuggester (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\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_970DDC981707BD1B-001\FreeTextSuggesterTest-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_970DDC981707BD1B-001\FreeTextSuggesterTest-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_970DDC981707BD1B-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_970DDC981707BD1B-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([970DDC981707BD1B]: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 [29/32 (1!)] on J0 in 8.39s, 10 tests, 1 error, 1 skipped 
<<< FAILURES!

[...truncated 1853 lines...]
   [junit4] Suite: org.apache.solr.TestHighlightDedupGrouping
   [junit4]   2> 276118 INFO  
(SUITE-TestHighlightDedupGrouping-seed#[CA1B35B8CC4CA2EE]-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\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\init-core-data-001
   [junit4]   2> 276120 WARN  
(SUITE-TestHighlightDedupGrouping-seed#[CA1B35B8CC4CA2EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 276120 INFO  
(SUITE-TestHighlightDedupGrouping-seed#[CA1B35B8CC4CA2EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 276121 INFO  
(SUITE-TestHighlightDedupGrouping-seed#[CA1B35B8CC4CA2EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 276121 INFO  
(SUITE-TestHighlightDedupGrouping-seed#[CA1B35B8CC4CA2EE]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 276474 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\control\cores\collection1
   [junit4]   2> 276476 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 276476 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4368be3d{/,null,AVAILABLE}
   [junit4]   2> 276479 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4450ee9c{HTTP/1.1,[http/1.1]}{127.0.0.1:58411}
   [junit4]   2> 276479 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.e.j.s.Server Started @286393ms
   [junit4]   2> 276479 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=58411, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\control\cores}
   [junit4]   2> 276479 ERROR 
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 276479 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 276479 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 276479 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 276479 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-11T21:34:00.591496400Z
   [junit4]   2> 276480 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\control\solr.xml
   [junit4]   2> 276491 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 276491 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 276491 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 276532 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448
   [junit4]   2> 276541 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448
   [junit4]   2> 276541 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448
   [junit4]   2> 276545 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\control\cores
   [junit4]   2> 276545 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 276546 INFO  (coreLoadExecutor-1838-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 276547 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 276598 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 276636 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 276744 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 276755 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 276755 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448
   [junit4]   2> 276756 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 276756 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\control\cores\collection1\data\]
   [junit4]   2> 276757 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3677184324933287]
   [junit4]   2> 276838 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 276838 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 276840 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 276840 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 276841 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=67.5166015625, 
floorSegmentMB=1.0791015625, forceMergeDeletesPctAllowed=24.32393051784282, 
segmentsPerTier=6.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 276842 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@369b62c4[collection1] main]
   [junit4]   2> 276842 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 276851 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 276884 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 276884 INFO  
(searcherExecutor-1839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 276884 INFO  (coreLoadExecutor-1838-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1586524891115421696
   [junit4]   2> 276885 INFO  
(searcherExecutor-1839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 276885 INFO  
(searcherExecutor-1839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 276885 INFO  
(searcherExecutor-1839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 276885 INFO  
(searcherExecutor-1839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 276887 INFO  
(searcherExecutor-1839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 276887 INFO  
(searcherExecutor-1839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 276887 INFO  
(searcherExecutor-1839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 276888 INFO  
(searcherExecutor-1839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 276889 INFO  
(searcherExecutor-1839-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@369b62c4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 277277 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 277278 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 277279 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b7bbe61{/,null,AVAILABLE}
   [junit4]   2> 277280 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2034022e{HTTP/1.1,[http/1.1]}{127.0.0.1:58414}
   [junit4]   2> 277281 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.e.j.s.Server Started @287195ms
   [junit4]   2> 277281 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=58414, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard0\cores}
   [junit4]   2> 277281 ERROR 
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 277281 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 277281 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 277281 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 277282 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-11T21:34:01.393790300Z
   [junit4]   2> 277282 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard0\solr.xml
   [junit4]   2> 277287 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 277287 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 277288 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 277338 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448
   [junit4]   2> 277352 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448
   [junit4]   2> 277352 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448
   [junit4]   2> 277356 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard0\cores
   [junit4]   2> 277357 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 277357 INFO  (coreLoadExecutor-1849-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 277360 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 277412 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 277434 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 277588 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 277606 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 277606 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448
   [junit4]   2> 277606 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 277607 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard0\cores\collection1\data\]
   [junit4]   2> 277609 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3677184324933287]
   [junit4]   2> 277696 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 277696 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 277698 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 277698 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 277699 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=67.5166015625, 
floorSegmentMB=1.0791015625, forceMergeDeletesPctAllowed=24.32393051784282, 
segmentsPerTier=6.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 277699 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c9df9e5[collection1] main]
   [junit4]   2> 277700 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 277706 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 277760 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 277761 INFO  
(searcherExecutor-1850-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 277761 INFO  (coreLoadExecutor-1849-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1586524892035022848
   [junit4]   2> 277761 INFO  
(searcherExecutor-1850-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 277761 INFO  
(searcherExecutor-1850-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 277761 INFO  
(searcherExecutor-1850-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 277762 INFO  
(searcherExecutor-1850-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 277763 INFO  
(searcherExecutor-1850-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 277763 INFO  
(searcherExecutor-1850-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 277765 INFO  
(searcherExecutor-1850-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 277766 INFO  
(searcherExecutor-1850-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 277768 INFO  
(searcherExecutor-1850-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c9df9e5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 278254 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\cores\collection1
   [junit4]   2> 278255 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 278256 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@25f415b8{/,null,AVAILABLE}
   [junit4]   2> 278256 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@38ef2f63{HTTP/1.1,[http/1.1]}{127.0.0.1:58417}
   [junit4]   2> 278257 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.e.j.s.Server Started @288171ms
   [junit4]   2> 278257 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=58417, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\cores}
   [junit4]   2> 278257 ERROR 
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 278257 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 278257 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 278257 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 278257 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-11T21:34:02.369646700Z
   [junit4]   2> 278257 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\solr.xml
   [junit4]   2> 278263 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 278263 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 278263 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 278306 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448
   [junit4]   2> 278313 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448
   [junit4]   2> 278313 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448
   [junit4]   2> 278315 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\cores
   [junit4]   2> 278315 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 278316 INFO  (coreLoadExecutor-1860-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 278318 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 278364 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 278384 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 278483 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 278506 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 278507 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@484a3448
   [junit4]   2> 278507 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 278507 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping_CA1B35B8CC4CA2EE-001\tempDir-001\shard1\cores\collection1\data\]
   [junit4]   2> 278509 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3677184324933287]
   [junit4]   2> 278596 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 278596 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 278598 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 278598 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 278598 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=67.5166015625, 
floorSegmentMB=1.0791015625, forceMergeDeletesPctAllowed=24.32393051784282, 
segmentsPerTier=6.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 278599 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36aec7ca[collection1] main]
   [junit4]   2> 278600 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 278608 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 278640 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 278640 INFO  
(searcherExecutor-1861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 278640 INFO  (coreLoadExecutor-1860-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1586524892956721152
   [junit4]   2> 278641 INFO  
(searcherExecutor-1861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 278641 INFO  
(searcherExecutor-1861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 278641 INFO  
(searcherExecutor-1861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 278641 INFO  
(searcherExecutor-1861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 278642 INFO  
(searcherExecutor-1861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 278642 INFO  
(searcherExecutor-1861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 278643 INFO  
(TEST-TestHighlightDedupGrouping.test-seed#[CA1B35B8CC4CA2EE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 278643 INFO  
(searcherExecutor-1861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 278643 INFO  
(searcherExecutor-1861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 278645 INFO  
(searcherExecutor-1861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@36aec7ca[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 278649 INFO  (qtp477406183-4322) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1586524892963012608)} 0 2
   [junit4]   2> 278655 INFO  (qtp1290857554-4339) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1586524892969304064)} 0 3
   [junit4]   2> 278663 INFO  (qtp559360284-4354) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1586524892974546944)} 0 5
   [junit4]   2> 278663 INFO  (qtp477406183-4323) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1586524892980838400,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 278664 INFO  (qtp477406183-4323) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 278664 INFO  (qtp477406183-4323) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 278664 INFO  (qtp477406183-4323) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 278665 INFO  (qtp1290857554-4340) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1586524892982935552,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 278665 INFO  (qtp1290857554-4340) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 278665 INFO  (qtp1290857554-4340) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 278665 INFO  (qtp1290857554-4340) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 278666 INFO  (qtp559360284-4363) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1586524892983984128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 278666 INFO  (qtp559360284-4363) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 278666 INFO  (qtp559360284-4363) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 278666 INFO  (qtp559360284-4363) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 278670 INFO  (qtp1290857554-4341) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1586524892985032704)]} 0 3
   [junit4]   2> 278672 INFO  (qtp1290857554-4341) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1586524892990275584,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 278672 INFO  (qtp1290857554-4341) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@29eb5e6a 
commitCommandVersion:1586524892990275584
   [junit4]   2> 278687 INFO  (qtp1290857554-4341) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5bdcaae1[collection1] main]
   [junit4]   2> 278688 INFO  (qtp1290857554-4341) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 278689 INFO  
(searcherExecutor-1850-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5bdcaae1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> 278690 INFO  (qtp1290857554-4341) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 17
   [junit4]   2> 278692 INFO  (qtp559360284-4361) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1586524893010198528)]} 0 1
   [junit4]   2> 278693 INFO  (qtp559360284-4361) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1586524893012295680,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 278693 INFO  (qtp559360284-4361) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5bdc47a 
commitCommandVersion:1586524893012295680
   [junit4]   2> 278703 INFO  (qtp559360284-4361) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@783e3d13[collection1] main]
   [junit4]   2> 278703 INFO  (qtp559360284-4361) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 278706 INFO  
(searcherExecutor-1861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@783e3d13[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> 278706 INFO  (qtp559360284-4361) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 12
   [junit4]   2> 278710 INFO  (qtp559360284-4360) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&group.distributed.first=true&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=2048&start=0&shard.url=http://127.0.0.1:58417//collection1&rows=10&version=2&q=id_s1:1&NOW=1513028042819&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true}
 status=0 QTime=0
   [junit4]   2> 278710 INFO  (qtp1290857554-4343) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&group.distributed.first=true&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=2048&start=0&shard.url=http://127.0.0.1:58414//collection1&rows=10&version=2&q=id_s1:1&NOW=1513028042819&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true}
 status=0 QTime=0
   [junit4]   2> 278712 INFO  (qtp559360284-4360) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={group.topgroups.id_s1=1&df=text&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=4&start=0&shard.url=http://127.0.0.1:58417//collection1&rows=10&version=2&group.distributed.second=true&q=id_s1:1&NOW=1513028042819&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true}
 status=0 QTime=0
   [junit4]   2> 278712 INFO  (qtp1290857554-4343) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={group.topgroups.id_s1=1&df=text&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=4&start=0&shard.url=http://127.0.0.1:58414//collection1&rows=10&version=2&group.distributed.second=true&q=id_s1:1&NOW=1513028042819&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true}
 status=0 QTime=0
   [junit4]   2> 278746 INFO  (qtp1290857554-4343) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&hl=true&group.limit=2&shards.purpose=192&shard.url=http://127.0.0.1:58414//collection1&version=2&q=id_s1:1&NOW=1513028042819&ids=1&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1}
 status=0 QTime=32
   [junit4]   2> 278746 INFO  (qtp559360284-4357) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={df=text&distrib=false&hl=true&group.limit=2&shards.purpose=192&shard.url=http://127.0.0.1:58417//collection1&version=2&q=id_s1:1&NOW=1513028042819&ids=1&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1}
 status=0 QTime=32
   [junit4]   2> 278747 INFO  (qtp1290857554-4342) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=id_s1:1&shards=http://127.0.0.1:58414//collection1,http://127.0.0.1:58417//collection1&hl=true&group.limit=2&hl.fl=id_s1&wt=javabin&version=2&group.field=id_s1&group=true}
 status=0 QTime=40
   [junit4]   2> 278750 INFO  (qtp477406183-4324) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1586524893069967360)} 0 2
   [junit4]   2> 278754 INFO  (qtp1290857554-4339) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1a0a8a3a[collection1] realtime]
   [junit4]   2> 278754 INFO  (qtp1290857554-4339) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1586524893072064512)} 0 3
   [junit4]   2> 278757 INFO  (qtp559360284-4356) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b796c6a[collection1] realtime]
   [junit4]   2> 278757 INFO  (qtp559360284-4356) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1586524893077307392)} 0 2
   [junit4]   2> 278758 INFO  (qtp477406183-4325) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1586524893080453120,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 278758 INFO  (qtp477406183-4325) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 278758 INFO  (qtp477406183-4325) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 278758 INFO  (qtp477406183-4325) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 278759 INFO  (qtp1290857554-4340) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1586524893081501696,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 278759 INFO  (qtp1290857554-4340) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@29eb5e6a 
commitCommandVersion:1586524893081501696
   [junit4]   2> 278759 INFO  (qtp1290857554-4340) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@71dd15bd[collection1] main]
   [junit4]   2> 278760 INFO  (qtp1290857554-4340) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 278761 INFO  
(searcherExecutor-1850-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@71dd15bd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 278762 INFO  (qtp1290857554-4340) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 278762 INFO  (qtp559360284-4365) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1586524893084647424,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 278762 INFO  (qtp559360284-4365) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5bdc47a 
commitCommandVersion:1586524893084647424
   [junit4]   2> 278765 INFO  (qtp559360284-4365) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2019bf9c[collection1] main]
   [junit4]   2> 278765 INFO  (qtp559360284-4365) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 278767 INFO  
(searcherExecutor-1861-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2019bf9c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 278767 INFO  (qtp559360284-4365) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 278770 INFO  (qtp1290857554-4341) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[0 (1586524893090938880)]} 0 2
   [junit4]   2> 278774 INFO  (qtp559360284-4354) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1586524893095133184)]} 0 2
   [junit4]   2> 278775 INFO  (qtp559360284-4354) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1586524893098278912)]} 0 0
   [junit4]   2> 278776 INFO  (qtp1290857554-4344) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1586524893099327488)]} 0 0
   [junit4]   2> 278777 INFO  (qtp1290857554-4337) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1586524893100376064)]} 0 0
   [junit4]   2> 278778 INFO  (qtp1290857554-4337) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1586524893101424640)]} 0 0
   [junit4]   2> 278779 INFO  (qtp1290857554-4337) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1586524893102473216)]} 0 0
   [junit4]   2> 278780 INFO  (qtp1290857554-4337) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1586524893103521792)]} 0 0
   [junit4]   2> 278781 INFO  (qtp1290857554-4337) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1586524893104570368)]} 0 0
   [junit4]   2> 278783 INFO  (qtp559360284-4363) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1586524893105618944)]} 0 0
   [junit4]   2> 278784 INFO  (qtp559360284-4361) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1586524893107716096)]} 0 0
   [junit4]   2> 278785 INFO  (qtp1290857554-4337) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1586524893108764672)]} 0 0
   [junit4]   2> 278786 INFO  (qtp559360284-4358) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1586524893109813248)]} 0 0
   [junit4]   2> 278787 INFO  (qtp1290857554-4342) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1586524893110861824)]} 0 0
   [junit4]   2> 278788 INFO  (qtp1290857554-4339) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1586524893111910400)]} 0 0
   [junit4]   2> 278789 INFO  (qtp559360284-4359) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1586524893111910400)]} 0 0
   [junit4]   2> 278790 INFO  (qtp1290857554-4340) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1586524893

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

ullReplica, TestLazyCores, TestSolr4Spatial2, HighlighterMaxOffsetTest, 
ChaosMonkeyNothingIsSafeTest, TestCSVResponseWriter, SSLMigrationTest, 
TestCloudInspectUtil, SolrMetricsIntegrationTest, TestDFISimilarityFactory, 
CursorMarkTest, DistributedSuggestComponentTest, TestRestManager, 
UtilsToolTest, TestCloudPivotFacet, OverseerTest, SyncSliceTest, 
ReturnFieldsTest, NodeAddedTriggerTest, TestReRankQParserPlugin, 
ClassificationUpdateProcessorIntegrationTest, OverseerRolesTest, 
PreAnalyzedUpdateProcessorTest, TestSolr4Spatial, ZkCLITest, TestJoin, 
TestSimpleQParserPlugin, TestSchemaManager, HdfsRecoveryZkTest, 
QueryResultKeyTest, DistributedFacetPivotLongTailTest, 
DistributedQueryComponentCustomSortTest, TestAnalyzeInfixSuggestions, 
TestRandomDVFaceting, HttpPartitionTest, RequestHandlersTest, ScriptEngineTest, 
DistributedQueryElevationComponentTest, TestSolrConfigHandlerConcurrent, 
BadIndexSchemaTest, TestManagedSchemaThreadSafety, 
TestReplicationHandlerBackup, TestPhraseSuggestions, SuggesterTest, 
MoveReplicaHDFSTest, AlternateDirectoryTest, LeaderElectionTest, 
TestUniqueKeyFieldResource, SolrRequestParserTest, HdfsDirectoryTest, 
TestPHPSerializedResponseWriter, TestNumericTerms32, DeleteInactiveReplicaTest, 
TestReversedWildcardFilterFactory, TestRecovery, DataDrivenBlockJoinTest, 
TestFieldCacheReopen, MultiThreadedOCPTest, ResourceLoaderTest, 
SolrCmdDistributorTest, TestSkipOverseerOperations, 
TestRetrieveFieldsOptimizer, AtomicUpdatesTest, HLLUtilTest, AddReplicaTest, 
MetricUtilsTest, QueryParsingTest, TestDFRSimilarityFactory, 
SolrGraphiteReporterTest, CollectionsAPISolrJTest, TestConfigSetProperties, 
TestTolerantUpdateProcessorCloud, SpatialRPTFieldTypeTest, 
TestRandomCollapseQParserPlugin, TestJsonFacetRefinement, 
TestFieldCacheWithThreads, HighlighterConfigTest, TestCryptoKeys, 
TestFuzzyAnalyzedSuggestions, TestSSLRandomization, TestInPlaceUpdatesDistrib, 
TestAtomicUpdateErrorCases, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
CursorPagingTest, CollectionTooManyReplicasTest, 
SimpleCollectionCreateDeleteTest, WrapperMergePolicyFactoryTest, 
RequiredFieldsTest, UniqFieldsUpdateProcessorFactoryTest, 
ClusterStateUpdateTest, ResponseLogComponentTest, TestDistribDocBasedVersion, 
OverseerCollectionConfigSetProcessorTest, CoreSorterTest, TestFieldResource, 
PrimUtilsTest, TestMacros, RegexBoostProcessorTest, TestLFUCache, 
DistributedFacetPivotSmallTest, SuggesterFSTTest, ConvertedLegacyTest, 
TestCloudManagedSchema, TestPseudoReturnFields, SolrMetricManagerTest, 
ConfigSetsAPITest, DistributedDebugComponentTest, 
TestRuleBasedAuthorizationPlugin, TestLegacyNumericUtils, ShardRoutingTest, 
RecoveryZkTest, TestReplicationHandler, TestIndexSearcher, 
SolrIndexSplitterTest, TestExtendedDismaxParser, DocValuesTest, 
TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, TestWriterPerf, 
TestOmitPositions, DocumentBuilderTest, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, 
TestIndexingPerformance, MoreLikeThisHandlerTest, TestSolrQueryParser, 
SolrPluginUtilsTest, TestCollationField]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCollationField 
-Dtests.seed=CA1B35B8CC4CA2EE -Dtests.slow=true -Dtests.locale=en-KN 
-Dtests.timezone=Antarctica/South_Pole -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | TestCollationField (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\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1\conf
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1\conf\customrules.dat:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001\collation1-001\collection1\conf\customrules.dat
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCollationField_CA1B35B8CC4CA2EE-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CA1B35B8CC4CA2EE]: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 [437/752 (3!)] on J0 in 0.57s, 8 tests, 1 error <<< 
FAILURES!

[...truncated 6474 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestContextImpl
   [junit4]   2> 23022 T136 
oas.SolrTestCaseJ4.assertNonBlockingRandomGeneratorAvailable 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\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-001\init-core-data-001
   [junit4]   2> 23022 T136 oas.SolrTestCaseJ4.startTrackingSearchers WARN 
startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 23022 T136 oas.SolrTestCaseJ4.randomizeNumericTypesProperties 
Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 23037 T136 oas.SolrTestCaseJ4.buildSSLConfig 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> 23131 T136 oas.SolrTestCaseJ4.setUp ###Starting testGlobalScope
   [junit4]   2> 23147 T136 oas.SolrTestCaseJ4.tearDown ###Ending 
testGlobalScope
   [junit4]   2> 23147 T136 oas.SolrTestCaseJ4.setUp ###Starting testEntityScope
   [junit4]   2> 23147 T136 oas.SolrTestCaseJ4.tearDown ###Ending 
testEntityScope
   [junit4]   2> 23147 T136 oas.SolrTestCaseJ4.setUp ###Starting testCoreScope
   [junit4]   2> 23163 T136 oashd.DataImporter.loadDataConfig Data 
Configuration loaded successfully
   [junit4]   2> 23163 T136 oashd.SimplePropertiesWriter.readIndexerProperties 
WARN Unable to read: null
   [junit4]   2> 23163 T136 oas.SolrTestCaseJ4.tearDown ###Ending testCoreScope
   [junit4]   2> 23163 T136 oas.SolrTestCaseJ4.setUp ###Starting 
testDocumentScope
   [junit4]   2> 23163 T136 oas.SolrTestCaseJ4.tearDown ###Ending 
testDocumentScope
   [junit4]   2> 23163 T136 oas.SolrTestCaseJ4.clearObjectTrackerAndCheckEmpty 
------------------------------------------------------- Done waiting for 
tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1023, maxMBSortInHeap=7.174137228141357, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@15ce814b),
 locale=en-TC, timezone=Africa/Bissau
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=3,threads=1,free=35415424,total=97386496
   [junit4]   2> NOTE: All tests run in this JVM: [TestXPathRecordReader, 
TestNestedChildren, TestDateFormatTransformer, TestJdbcDataSource, 
TestLineEntityProcessor, TestContentStreamDataSource, TestContextImpl]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestContextImpl 
-Dtests.seed=8BE58C8D8FE40C13 -Dtests.slow=true -Dtests.locale=en-TC 
-Dtests.timezone=Africa/Bissau -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestContextImpl (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-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-001\init-core-data-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-001\init-core-data-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestContextImpl_8BE58C8D8FE40C13-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8BE58C8D8FE40C13]: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 [9/38 (1!)] on J1 in 0.20s, 4 tests, 1 error <<< FAILURES!

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

Reply via email to