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

8 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.lucene.index.TestBackwardsCompatibility

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_1BCE2A24EA702B5-001\3.1.0-cfs-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_1BCE2A24EA702B5-001\3.1.0-cfs-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\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_1BCE2A24EA702B5-001\3.1.0-cfs-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_1BCE2A24EA702B5-001\3.1.0-cfs-001

        at __randomizedtesting.SeedInfo.seed([1BCE2A24EA702B5]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=20, 
name=ReplicationThread-index, state=RUNNABLE, 
group=TGRP-IndexReplicationClientTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=20, name=ReplicationThread-index, 
state=RUNNABLE, group=TGRP-IndexReplicationClientTest]
        at 
__randomizedtesting.SeedInfo.seed([75796065FBB3FF5A:FAF787C5E9DF0CA5]:0)
Caused by: java.lang.AssertionError: handler failed too many times: -1
        at __randomizedtesting.SeedInfo.seed([75796065FBB3FF5A]:0)
        at 
org.apache.lucene.replicator.IndexReplicationClientTest$4.handleUpdateException(IndexReplicationClientTest.java:304)
        at 
org.apache.lucene.replicator.ReplicationClient$ReplicationThread.run(ReplicationClient.java:77)


FAILED:  
junit.framework.TestSuite.org.apache.lucene.mockfile.TestVirusCheckingFS

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\J1\temp\lucene.mockfile.TestVirusCheckingFS_E03C0A19532D53E7-001\tempDir-004:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\J1\temp\lucene.mockfile.TestVirusCheckingFS_E03C0A19532D53E7-001\tempDir-004
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\J1\temp\lucene.mockfile.TestVirusCheckingFS_E03C0A19532D53E7-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\J1\temp\lucene.mockfile.TestVirusCheckingFS_E03C0A19532D53E7-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\test-framework\test\J1\temp\lucene.mockfile.TestVirusCheckingFS_E03C0A19532D53E7-001\tempDir-004:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\J1\temp\lucene.mockfile.TestVirusCheckingFS_E03C0A19532D53E7-001\tempDir-004
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\J1\temp\lucene.mockfile.TestVirusCheckingFS_E03C0A19532D53E7-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\J1\temp\lucene.mockfile.TestVirusCheckingFS_E03C0A19532D53E7-001

        at __randomizedtesting.SeedInfo.seed([E03C0A19532D53E7]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam

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

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

        at 
__randomizedtesting.SeedInfo.seed([8FC08FE3C4DCABFF:780BC02A69DE1822]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd$SolrInstance.tearDown(TestSolrEntityProcessorEndToEnd.java:360)
        at 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.tearDown(TestSolrEntityProcessorEndToEnd.java:142)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

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.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores\collection2_shard1_replica_n47\data\tlog:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores\collection2_shard1_replica_n47\data\tlog
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores\collection2_shard1_replica_n47\data:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores\collection2_shard1_replica_n47\data
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores\collection2_shard1_replica_n47:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores\collection2_shard1_replica_n47
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-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.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores\collection2_shard1_replica_n47\data\tlog:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores\collection2_shard1_replica_n47\data\tlog
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores\collection2_shard1_replica_n47\data:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores\collection2_shard1_replica_n47\data
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores\collection2_shard1_replica_n47:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores\collection2_shard1_replica_n47
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001\cores
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-4-001

        at __randomizedtesting.SeedInfo.seed([20EDAF4E5C1ADFEC]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.OverseerRolesTest.testOverseerRole

Error Message:
Timed out waiting for overseer state change

Stack Trace:
java.lang.AssertionError: Timed out waiting for overseer state change
        at 
__randomizedtesting.SeedInfo.seed([20EDAF4E5C1ADFEC:C12652DA67A9E93D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.OverseerRolesTest.waitForNewOverseer(OverseerRolesTest.java:63)
        at 
org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.lucene.store.TestMultiMMap

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

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.TestMultiMMap_19619D3BDDC09BC7-001\testSeekZero-017:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestMultiMMap_19619D3BDDC09BC7-001\testSeekZero-017

        at __randomizedtesting.SeedInfo.seed([19619D3BDDC09BC7]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

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

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

        at __randomizedtesting.SeedInfo.seed([E37D3989E3884922]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 625 lines...]
   [junit4] Suite: org.apache.lucene.store.TestMultiMMap
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@74f84a),
 locale=ga-IE, timezone=America/Coral_Harbour
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=84236640,total=272629760
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimilarityProvider, 
TestForceMergeForever, TestMmapDirectory, TestBlendedTermQuery, 
TestNotDocIdSet, TestSpanSearchEquivalence, TestBasicModelIne, 
TestCollectionUtil, TestElevationComparator, TestFilterSpans, 
TestBM25Similarity, TestBooleanMinShouldMatch, 
TestTopFieldCollectorEarlyTermination, TestDirectoryReader, TestIndexSorting, 
TestLongRange, TestTimSorter, TestIndexFileDeleter, TestAxiomaticF1LOG, 
TestFieldsReader, TestParallelReaderEmptyIndex, TestSameScoresWithThreads, 
TestRadixSelector, TestWordlistLoader, TestOmitPositions, 
TestAllFilesCheckIndexHeader, TermInSetQueryTest, TestSumDocFreq, 
TestRegexpRandom2, TestAxiomaticF2LOG, TestDocsAndPositions, TestPriorityQueue, 
TestCachingTokenFilter, TestNoMergeScheduler, TestOfflineSorter, 
TestConsistentFieldNumbers, TestIndexWriterMerging, 
TestSpanMultiTermQueryWrapper, TestRollback, TestSort, TestClassicSimilarity, 
TestCharArrayMap, TestMergePolicyWrapper, TestSearchWithThreads, 
TestSpanCollection, TestLucene60FieldInfoFormat, TestSegmentTermEnum, 
TestSimilarity2, TestSynonymQuery, TestMultiTermQueryRewrites, 
TestCompiledAutomaton, TestParallelLeafReader, TestNativeFSLockFactory, 
TestCustomTermFreq, TestIndexWriterWithThreads, TestIndexableField, 
TestDocValues, FiniteStringsIteratorTest, TestTragicIndexWriterDeadlock, 
TestTimeLimitingCollector, TestDirectPacked, TestSPIClassIterator, 
TestMultiMMap]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultiMMap 
-Dtests.seed=19619D3BDDC09BC7 -Dtests.slow=true -Dtests.locale=ga-IE 
-Dtests.timezone=America/Coral_Harbour -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestMultiMMap (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestMultiMMap_19619D3BDDC09BC7-001\testSeekZero-017:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestMultiMMap_19619D3BDDC09BC7-001\testSeekZero-017
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([19619D3BDDC09BC7]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [121/486 (1!)] on J0 in 3.21s, 54 tests, 1 error <<< 
FAILURES!

[...truncated 1409 lines...]
   [junit4] Suite: org.apache.lucene.mockfile.TestVirusCheckingFS
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1edbb7e),
 locale=is-IS, timezone=America/Bogota
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=76671264,total=96468992
   [junit4]   2> NOTE: All tests run in this JVM: [TestMockCharFilter, 
TestWorstCaseTestBehavior, TestMockDirectoryWrapper, TestShuffleFS, Nested1, 
TestRamUsageTesterOnWildAnimals, TestHandleTrackingFS, TestGroupFiltering, 
TestVirusCheckingFS]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestVirusCheckingFS 
-Dtests.seed=E03C0A19532D53E7 -Dtests.slow=true -Dtests.locale=is-IS 
-Dtests.timezone=America/Bogota -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestVirusCheckingFS (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\test-framework\test\J1\temp\lucene.mockfile.TestVirusCheckingFS_E03C0A19532D53E7-001\tempDir-004:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\J1\temp\lucene.mockfile.TestVirusCheckingFS_E03C0A19532D53E7-001\tempDir-004
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\J1\temp\lucene.mockfile.TestVirusCheckingFS_E03C0A19532D53E7-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\J1\temp\lucene.mockfile.TestVirusCheckingFS_E03C0A19532D53E7-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E03C0A19532D53E7]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [9/41 (1!)] on J1 in 0.06s, 7 tests, 1 error <<< FAILURES!

[...truncated 2872 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] IGNOR/A 0.00s J0 | 
TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | 
TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | 
TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | 
TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{content6=PostingsFormat(name=Asserting), content5=Lucene50(blocksize=128), 
content4=PostingsFormat(name=LuceneVarGapDocFreqInterval), content3=FSTOrd50, 
content2=PostingsFormat(name=Asserting), fie?ld=PostingsFormat(name=Asserting), 
utf8=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=Asserting), 
content=PostingsFormat(name=LuceneVarGapDocFreqInterval), autf8=FSTOrd50}, 
docValues:{ndv2=DocValuesFormat(name=Lucene70), 
ndv1=DocValuesFormat(name=Memory), dvShort=DocValuesFormat(name=Lucene70), 
utf8=DocValuesFormat(name=Memory), fie?ld=DocValuesFormat(name=Direct), 
dvInt=DocValuesFormat(name=Memory), longPoint2d=DocValuesFormat(name=Lucene70), 
dvBytesSortedVar=DocValuesFormat(name=Direct), 
dvSortedSet=DocValuesFormat(name=Direct), content=DocValuesFormat(name=Memory), 
floatPoint1d=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Lucene70), 
bdv2_c=DocValuesFormat(name=Lucene70), bdv1=DocValuesFormat(name=Memory), 
bdv1_c=DocValuesFormat(name=Direct), 
intPoint1d=DocValuesFormat(name=Asserting), 
doublePoint2d=DocValuesFormat(name=Direct), 
dvBytesDerefVar=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Direct), binaryPoint2d=DocValuesFormat(name=Memory), 
dvSortedNumeric=DocValuesFormat(name=Lucene70), 
dvBytesDerefFixed=DocValuesFormat(name=Memory), 
autf8=DocValuesFormat(name=Lucene70), 
dvBytesSortedFixed=DocValuesFormat(name=Lucene70), 
dvBytesStraightVar=DocValuesFormat(name=Asserting), 
dvBytesStraightFixed=DocValuesFormat(name=Direct), 
dvLong=DocValuesFormat(name=Lucene70), 
longPoint1d=DocValuesFormat(name=Memory), 
floatPoint2d=DocValuesFormat(name=Lucene70), 
dvDouble=DocValuesFormat(name=Direct), dvFloat=DocValuesFormat(name=Lucene70), 
content6=DocValuesFormat(name=Direct), 
content5=DocValuesFormat(name=Asserting), 
dvPacked=DocValuesFormat(name=Lucene70), 
intPoint2d=DocValuesFormat(name=Direct), content4=DocValuesFormat(name=Memory), 
content3=DocValuesFormat(name=Lucene70), content2=DocValuesFormat(name=Direct), 
doublePoint1d=DocValuesFormat(name=Lucene70), 
ndv1_c=DocValuesFormat(name=Direct), dvByte=DocValuesFormat(name=Lucene70), 
ndv2_c=DocValuesFormat(name=Lucene70), 
binaryPoint1d=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=834, 
maxMBSortInHeap=6.198956768193197, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1ee1902),
 locale=ca, timezone=Poland
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=29678136,total=67108864
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterOnOldIndex, 
TestBackwardsCompatibility]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestBackwardsCompatibility -Dtests.seed=1BCE2A24EA702B5 
-Dtests.slow=true -Dtests.locale=ca -Dtests.timezone=Poland 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestBackwardsCompatibility (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\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_1BCE2A24EA702B5-001\3.1.0-cfs-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_1BCE2A24EA702B5-001\3.1.0-cfs-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1BCE2A24EA702B5]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [3/3 (1!)] on J0 in 16.70s, 30 tests, 1 error, 8 skipped 
<<< FAILURES!

[...truncated 4269 lines...]
   [junit4] Suite: org.apache.lucene.replicator.IndexReplicationClientTest
   [junit4]   2> veebr 28, 2018 3:28:04 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[ReplicationThread-index,5,TGRP-IndexReplicationClientTest]
   [junit4]   2> java.lang.AssertionError: handler failed too many times: -1
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([75796065FBB3FF5A]:0)
   [junit4]   2>        at 
org.apache.lucene.replicator.IndexReplicationClientTest$4.handleUpdateException(IndexReplicationClientTest.java:304)
   [junit4]   2>        at 
org.apache.lucene.replicator.ReplicationClient$ReplicationThread.run(ReplicationClient.java:77)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=IndexReplicationClientTest 
-Dtests.method=testConsistencyOnExceptions -Dtests.seed=75796065FBB3FF5A 
-Dtests.slow=true -Dtests.locale=et -Dtests.timezone=America/Indianapolis 
-Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.60s J1 | 
IndexReplicationClientTest.testConsistencyOnExceptions <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=20, name=ReplicationThread-index, 
state=RUNNABLE, group=TGRP-IndexReplicationClientTest]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([75796065FBB3FF5A:FAF787C5E9DF0CA5]:0)
   [junit4]    > Caused by: java.lang.AssertionError: handler failed too many 
times: -1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([75796065FBB3FF5A]:0)
   [junit4]    >        at 
org.apache.lucene.replicator.IndexReplicationClientTest$4.handleUpdateException(IndexReplicationClientTest.java:304)
   [junit4]    >        at 
org.apache.lucene.replicator.ReplicationClient$ReplicationThread.run(ReplicationClient.java:77)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@14abc03),
 locale=et, timezone=America/Indianapolis
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=24095880,total=67108864
   [junit4]   2> NOTE: All tests run in this JVM: [SessionTokenTest, 
IndexRevisionTest, IndexAndTaxonomyRevisionTest, IndexReplicationClientTest]
   [junit4] Completed [5/9 (1!)] on J1 in 1.14s, 4 tests, 1 error <<< FAILURES!

[...truncated 3006 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\init-core-data-001
   [junit4]   2> 0    INFO  
(SUITE-BasicDistributedZkTest-seed#[20EDAF4E5C1ADFEC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 104  INFO  
(SUITE-BasicDistributedZkTest-seed#[20EDAF4E5C1ADFEC]-worker) [    ] 
o.e.j.u.log Logging initialized @8870ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 114  INFO  
(SUITE-BasicDistributedZkTest-seed#[20EDAF4E5C1ADFEC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 134  INFO  
(SUITE-BasicDistributedZkTest-seed#[20EDAF4E5C1ADFEC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 134  INFO  
(SUITE-BasicDistributedZkTest-seed#[20EDAF4E5C1ADFEC]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 167  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 170  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 170  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 270  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:49307
   [junit4]   2> 385  ERROR (Thread-1) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 462  INFO  (zkConnectionManagerCallback-2-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 526  INFO  (zkConnectionManagerCallback-4-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 556  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 579  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 581  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 586  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 588  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 591  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 594  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 597  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 600  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 602  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 605  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 608  INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 1448 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1475 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1475 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1481 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1514 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15a4152{/,null,AVAILABLE}
   [junit4]   2> 1540 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1575e01{HTTP/1.1,[http/1.1]}{127.0.0.1:49314}
   [junit4]   2> 1540 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.Server Started @10313ms
   [junit4]   2> 1540 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=49314, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\control-001\cores}
   [junit4]   2> 1627 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1628 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1632 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1632 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1641 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-28T08:32:00.530Z
   [junit4]   2> 1692 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1698 INFO  (zkConnectionManagerCallback-6-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1700 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10014498afd0002, likely client has closed socket
   [junit4]   2> 1700 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1703 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
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.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\control-001\solr.xml
   [junit4]   2> 1779 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1779 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1796 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@b6cfaa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2490 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49307/solr
   [junit4]   2> 2532 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2535 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10014498afd0003, likely client has closed socket
   [junit4]   2> 2547 INFO  
(zkConnectionManagerCallback-12-thread-1-processing-n:127.0.0.1:49314_) 
[n:127.0.0.1:49314_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2749 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49314_  
  ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2751 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49314_  
  ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49314_
   [junit4]   2> 2753 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49314_  
  ] o.a.s.c.Overseer Overseer 
(id=72079900134932484-127.0.0.1:49314_-n_0000000000) starting
   [junit4]   2> 2935 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49314_  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49314_
   [junit4]   2> 2998 INFO  
(zkCallback-11-thread-1-processing-n:127.0.0.1:49314_) [n:127.0.0.1:49314_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3587 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49314_  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b6cfaa
   [junit4]   2> 3589 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49314_  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b6cfaa
   [junit4]   2> 3589 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49314_  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b6cfaa
   [junit4]   2> 3684 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49314_  
  ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\control-001\cores
   [junit4]   2> 4198 INFO  (zkConnectionManagerCallback-18-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4201 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4229 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49307/solr ready
   [junit4]   2> 5242 INFO  (qtp2286434-55) [n:127.0.0.1:49314_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:49314_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 5298 INFO  
(OverseerThreadFactory-9-thread-1-processing-n:127.0.0.1:49314_) 
[n:127.0.0.1:49314_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 5485 INFO  (qtp2286434-58) [n:127.0.0.1:49314_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5491 INFO  (qtp2286434-58) [n:127.0.0.1:49314_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 5621 INFO  
(zkCallback-11-thread-1-processing-n:127.0.0.1:49314_) [n:127.0.0.1:49314_    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 6655 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 6916 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 7933 WARN  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.WordDelimiterFilterFactory]. Please consult documentation how to replace 
it accordingly.
   [junit4]   2> 8061 WARN  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 8077 WARN  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 8107 WARN  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.CurrencyField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 8300 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 8708 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 8770 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@b6cfaa
   [junit4]   2> 8785 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 8797 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\control-001\cores\control_collection_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 8960 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=97.6826171875, 
floorSegmentMB=1.35546875, forceMergeDeletesPctAllowed=10.716706814222142, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.10211747020292697
   [junit4]   2> 9971 WARN  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 10979 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 10979 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 10995 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 10995 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 10997 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=70.46875, 
floorSegmentMB=0.7421875, forceMergeDeletesPctAllowed=20.535166913613217, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 11042 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1e75952[control_collection_shard1_replica_n1] main]
   [junit4]   2> 11082 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 11143 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 11219 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 11681 INFO  
(searcherExecutor-12-thread-1-processing-n:127.0.0.1:49314_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:49314_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@1e75952[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11701 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1593632862343528448
   [junit4]   2> 11731 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 11731 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 11732 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:49314/control_collection_shard1_replica_n1/
   [junit4]   2> 11734 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 11734 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:49314/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 11734 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 11758 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:49314/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 11763 INFO  
(zkCallback-11-thread-2-processing-n:127.0.0.1:49314_) [n:127.0.0.1:49314_    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 11811 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 11819 INFO  (qtp2286434-58) [n:127.0.0.1:49314_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=6350
   [junit4]   2> 11917 INFO  
(zkCallback-11-thread-1-processing-n:127.0.0.1:49314_) [n:127.0.0.1:49314_    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 11927 INFO  (qtp2286434-55) [n:127.0.0.1:49314_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 11927 INFO  (qtp2286434-55) [n:127.0.0.1:49314_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:49314_&wt=javabin&version=2}
 status=0 QTime=6859
   [junit4]   2> 11932 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10014498afd0005, likely client has closed socket
   [junit4]   2> 11942 INFO  (zkConnectionManagerCallback-22-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 11943 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 11945 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49307/solr ready
   [junit4]   2> 11946 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 11948 INFO  (qtp2286434-58) [n:127.0.0.1:49314_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 11952 INFO  
(OverseerCollectionConfigSetProcessor-72079900134932484-127.0.0.1:49314_-n_0000000000)
 [n:127.0.0.1:49314_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 11952 INFO  
(OverseerThreadFactory-9-thread-2-processing-n:127.0.0.1:49314_) 
[n:127.0.0.1:49314_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 11954 WARN  
(OverseerThreadFactory-9-thread-2-processing-n:127.0.0.1:49314_) 
[n:127.0.0.1:49314_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 12162 INFO  (qtp2286434-58) [n:127.0.0.1:49314_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 12162 INFO  (qtp2286434-58) [n:127.0.0.1:49314_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=213
   [junit4]   2> 12747 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-1-001
 of type TLOG
   [junit4]   2> 12748 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 12749 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 12749 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 12749 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 12749 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6d54f4{/,null,AVAILABLE}
   [junit4]   2> 12750 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@18168e5{HTTP/1.1,[http/1.1]}{127.0.0.1:49335}
   [junit4]   2> 12752 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.e.j.s.Server Started @21523ms
   [junit4]   2> 12752 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=49335, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-1-001\cores}
   [junit4]   2> 12752 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 12752 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 12752 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 12752 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 12752 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-28T08:32:11.649Z
   [junit4]   2> 12768 INFO  (zkConnectionManagerCallback-24-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 12772 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 12772 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
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.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-1-001\solr.xml
   [junit4]   2> 12785 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 12785 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 12788 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@b6cfaa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 12794 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49307/solr
   [junit4]   2> 12800 INFO  (zkConnectionManagerCallback-28-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 12802 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10014498afd0008, likely client has closed socket
   [junit4]   2> 12808 INFO  
(zkConnectionManagerCallback-30-thread-1-processing-n:127.0.0.1:49335_) 
[n:127.0.0.1:49335_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 12818 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49335_  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 12821 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49335_  
  ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 12826 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49335_  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49335_
   [junit4]   2> 12830 INFO  
(zkCallback-11-thread-2-processing-n:127.0.0.1:49314_) [n:127.0.0.1:49314_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 12845 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:49335_) [n:127.0.0.1:49335_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 12845 INFO  (zkCallback-21-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 12969 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49335_  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b6cfaa
   [junit4]   2> 12986 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49335_  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b6cfaa
   [junit4]   2> 12986 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49335_  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b6cfaa
   [junit4]   2> 12989 INFO  
(TEST-BasicDistributedZkTest.test-seed#[20EDAF4E5C1ADFEC]) [n:127.0.0.1:49335_  
  ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-1-001\cores
   [junit4]   2> 13041 INFO  (qtp2286434-57) [n:127.0.0.1:49314_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:49335_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 13045 INFO  
(OverseerCollectionConfigSetProcessor-72079900134932484-127.0.0.1:49314_-n_0000000000)
 [n:127.0.0.1:49314_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 13056 INFO  
(OverseerThreadFactory-9-thread-3-processing-n:127.0.0.1:49314_) 
[n:127.0.0.1:49314_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:49335_ for creating new replica
   [junit4]   2> 13064 INFO  (qtp23113473-115) [n:127.0.0.1:49335_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 13066 INFO  (qtp23113473-115) [n:127.0.0.1:49335_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 13177 INFO  
(zkCallback-29-thread-1-processing-n:127.0.0.1:49335_) [n:127.0.0.1:49335_    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 14108 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 14141 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 14271 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 14319 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 14320 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t41' (registry 
'solr.core.collection1.shard2.replica_t41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@b6cfaa
   [junit4]   2> 14320 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 14320 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t41] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-1-001\cores\collection1_shard2_replica_t41],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest_20EDAF4E5C1ADFEC-001\shard-1-001\cores\collection1_shard2_replica_t41\data\]
   [junit4]   2> 14324 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=97.6826171875, 
floorSegmentMB=1.35546875, forceMergeDeletesPctAllowed=10.716706814222142, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.10211747020292697
   [junit4]   2> 14331 WARN  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 14421 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 14430 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 14432 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 14434 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 14436 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=70.46875, 
floorSegmentMB=0.7421875, forceMergeDeletesPctAllowed=20.535166913613217, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 14437 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@68dd3[collection1_shard2_replica_t41] main]
   [junit4]   2> 14439 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 14440 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 14441 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 14444 INFO  
(searcherExecutor-23-thread-1-processing-n:127.0.0.1:49335_ 
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@68dd3[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 14445 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1593632865220820992
   [junit4]   2> 14460 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 14460 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 14460 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:49335/collection1_shard2_replica_t41/
   [junit4]   2> 14460 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 14460 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:49335/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 14460 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 14460 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 14464 INFO  (qtp23113473-115) [n:127.0.0.1:49335_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I am the new l

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

: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\contrib\dataimporthandler\build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: 
http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: 
org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found org.codehaus.groovy#groovy-all;2.4.13 in public
[ivy:cachepath] :: resolution report :: resolve 15ms :: artifacts dl 1ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
        ---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test
[junit4:pickseed] Seed property 'tests.seed' already defined: 8FC08FE3C4DCABFF
    [mkdir] Created dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\temp
   [junit4] <JUnit4> says hallo! Master seed: 8FC08FE3C4DCABFF
   [junit4] Your default console's encoding may not display certain unicode 
glyphs: windows-1252
   [junit4] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J1 PID(2432@serv1-vm1).
   [junit4] Started J0 PID(4316@serv1-vm1).
   [junit4] Suite: 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      10.2s J0 | 
TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      3.30s J0 | 
TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      0.79s J0 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      0.68s J0 | 
TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      0.89s J0 | 
TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      0.83s J0 | 
TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      0.84s J0 | 
TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] Completed [1/5] on J0 in 25.26s, 7 tests
   [junit4] 
   [junit4] Suite: 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      10.5s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      2.47s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      0.83s J1 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      1.23s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      0.80s J1 | 
TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      0.82s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      0.88s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] Completed [2/5] on J1 in 25.46s, 7 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd. This may 
confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to 
skip this message.
   [junit4] Suite: 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      0.77s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      0.62s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      0.76s J1 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      0.67s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      0.73s J1 | 
TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      0.65s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      0.65s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] Completed [3/5] on J1 in 4.99s, 7 tests
   [junit4] 
   [junit4] Suite: 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      1.23s J0 | 
TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      0.74s J0 | 
TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      0.67s J0 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      0.71s J0 | 
TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      0.68s J0 | 
TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      0.65s J0 | 
TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      0.69s J0 | 
TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] Completed [4/5] on J0 in 5.55s, 7 tests
   [junit4] 
   [junit4] Suite: 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      0.58s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      0.56s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      0.53s J1 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      0.51s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] OK      0.59s J1 | 
TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      0.50s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      0.51s J1 | 
TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] Completed [5/5] on J1 in 3.88s, 7 tests
   [junit4] 
   [junit4] JVM J0:     0.85 ..    33.10 =    32.25s
   [junit4] JVM J1:     0.84 ..    37.06 =    36.22s
   [junit4] Execution time total: 37 seconds
   [junit4] Tests summary: 5 suites, 35 tests
   [junit4] Could not remove temporary path: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J0
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp])
   [junit4] Could not remove temporary path: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp])
     [echo] 5 slowest tests:
[junit4:tophints]  21.26s | 
org.apache.solr.handler.dataimport.TestVariableResolverEndToEnd
[junit4:tophints]  21.06s | 
org.apache.solr.handler.dataimport.TestZKPropertiesWriter
[junit4:tophints]  16.74s | 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
[junit4:tophints]  13.56s | 
org.apache.solr.handler.dataimport.TestContentStreamDataSource
[junit4:tophints]  11.54s | 
org.apache.solr.handler.dataimport.TestJdbcDataSource

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 39 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.lucene.index.TestBackwardsCompatibility
[repro]   0/5 failed: org.apache.lucene.mockfile.TestVirusCheckingFS
[repro]   0/5 failed: org.apache.lucene.store.TestMultiMMap
[repro]   0/5 failed: org.apache.solr.cloud.BasicDistributedZkTest
[repro]   0/5 failed: org.apache.solr.cloud.OverseerRolesTest
[repro]   0/5 failed: 
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
[repro]   1/5 failed: org.apache.lucene.replicator.IndexReplicationClientTest
[repro]   2/5 failed: 
org.apache.solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build 
move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move 
/y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST 
lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig 
move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=7dba350c7a02fe603faec49227ff2672e4d8e6ae, 
workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #7196
Recording test results
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to