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

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.TestDistributedGrouping

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedGrouping_E8A3682D63194F81-001\tempDir-001\control\analysisconfs:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedGrouping_E8A3682D63194F81-001\tempDir-001\control\analysisconfs
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedGrouping_E8A3682D63194F81-001\tempDir-001\control:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedGrouping_E8A3682D63194F81-001\tempDir-001\control
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedGrouping_E8A3682D63194F81-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedGrouping_E8A3682D63194F81-001\tempDir-001
 

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

        at __randomizedtesting.SeedInfo.seed([E8A3682D63194F81]: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.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at 
__randomizedtesting.SeedInfo.seed([E8A3682D63194F81:FCEB3378401EF29F]:0)
        at java.util.ArrayList.rangeCheck(ArrayList.java:653)
        at java.util.ArrayList.get(ArrayList.java:429)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
        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.solr.search.LargeFieldTest

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

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

        at __randomizedtesting.SeedInfo.seed([E8A3682D63194F81]: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.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig

Error Message:
expected: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{   
"cluster-preferences":[{"maximize":"freedisk"}],   
"triggers":{".auto_add_replicas":{       "name":".auto_add_replicas",       
"event":"nodeLost",       "waitFor":30,       "actions":[         {           
"name":"auto_add_replicas_plan",           
"class":"solr.AutoAddReplicasPlanAction"},         {           
"name":"execute_plan",           "class":"solr.ExecutePlanAction"}],       
"enabled":true}},   "listeners":{".auto_add_replicas.system":{       
"trigger":".auto_add_replicas",       "afterAction":[],       "stage":[         
"STARTED",         "ABORTED",         "SUCCEEDED",         "FAILED",         
"BEFORE_ACTION",         "AFTER_ACTION",         "IGNORED"],       
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",       
"beforeAction":[]}},   "properties":{}}> but was: 
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{   
"cluster-preferences":[{"maximize":"freedisk"}],   
"triggers":{".auto_add_replicas":{       "name":".auto_add_replicas",       
"event":"nodeLost",       "waitFor":30,       "actions":[         {           
"name":"auto_add_replicas_plan",           
"class":"solr.AutoAddReplicasPlanAction"},         {           
"name":"execute_plan",           "class":"solr.ExecutePlanAction"}],       
"enabled":true}},   "listeners":{".auto_add_replicas.system":{       
"trigger":".auto_add_replicas",       "afterAction":[],       "stage":[         
"STARTED",         "ABORTED",         "SUCCEEDED",         "FAILED",         
"BEFORE_ACTION",         "AFTER_ACTION",         "IGNORED"],       
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",       
"beforeAction":[]}},   "properties":{}}>

Stack Trace:
java.lang.AssertionError: expected: 
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}> but was: 
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}>
        at 
__randomizedtesting.SeedInfo.seed([E8A3682D63194F81:D72B6B85744FBF66]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig(TestClusterStateProvider.java:214)
        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.solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory

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

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

        at __randomizedtesting.SeedInfo.seed([CFC80C6CE32C5B1A]: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 12009 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider
   [junit4]   2> 450528 INFO  
(SUITE-TestClusterStateProvider-seed#[E8A3682D63194F81]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.sim.TestClusterStateProvider_E8A3682D63194F81-001\init-core-data-001
   [junit4]   2> 450530 INFO  
(SUITE-TestClusterStateProvider-seed#[E8A3682D63194F81]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 450532 INFO  
(SUITE-TestClusterStateProvider-seed#[E8A3682D63194F81]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 450534 INFO  
(SUITE-TestClusterStateProvider-seed#[E8A3682D63194F81]-worker) [    ] 
o.a.s.c.a.s.TestClusterStateProvider ####### Using simulated components? true
   [junit4]   2> 450536 INFO  
(SUITE-TestClusterStateProvider-seed#[E8A3682D63194F81]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.sim.TestClusterStateProvider_E8A3682D63194F81-001\tempDir-001
   [junit4]   2> 450536 INFO  
(SUITE-TestClusterStateProvider-seed#[E8A3682D63194F81]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 450536 INFO  (Thread-673) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 450536 INFO  (Thread-673) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 450541 ERROR (Thread-673) [    ] 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> 450637 INFO  
(SUITE-TestClusterStateProvider-seed#[E8A3682D63194F81]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:59812
   [junit4]   2> 450641 INFO  (zkConnectionManagerCallback-786-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 450645 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x160f6f8e2760000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 450649 INFO  (jetty-launcher-783-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 450649 INFO  (jetty-launcher-783-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3ae4a85c{/solr,null,AVAILABLE}
   [junit4]   2> 450649 INFO  (jetty-launcher-783-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 450650 INFO  (jetty-launcher-783-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6bdcd180{/solr,null,AVAILABLE}
   [junit4]   2> 450655 INFO  (jetty-launcher-783-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@58be5bdd{SSL,[ssl, 
http/1.1]}{127.0.0.1:59816}
   [junit4]   2> 450655 INFO  (jetty-launcher-783-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@72a5b303{SSL,[ssl, 
http/1.1]}{127.0.0.1:59819}
   [junit4]   2> 450655 INFO  (jetty-launcher-783-thread-2) [    ] 
o.e.j.s.Server Started @458414ms
   [junit4]   2> 450655 INFO  (jetty-launcher-783-thread-3) [    ] 
o.e.j.s.Server Started @458414ms
   [junit4]   2> 450655 INFO  (jetty-launcher-783-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59819}
   [junit4]   2> 450655 INFO  (jetty-launcher-783-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59816}
   [junit4]   2> 450658 ERROR (jetty-launcher-783-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 450658 INFO  (jetty-launcher-783-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 450658 INFO  (jetty-launcher-783-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 450658 INFO  (jetty-launcher-783-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 450658 INFO  (jetty-launcher-783-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T23:19:54.348Z
   [junit4]   2> 450660 ERROR (jetty-launcher-783-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 450660 INFO  (jetty-launcher-783-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 450660 INFO  (jetty-launcher-783-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 450660 INFO  (jetty-launcher-783-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 450660 INFO  (jetty-launcher-783-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T23:19:54.350Z
   [junit4]   2> 450665 INFO  (jetty-launcher-783-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 450666 INFO  (jetty-launcher-783-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2bccc01c{/solr,null,AVAILABLE}
   [junit4]   2> 450668 INFO  (jetty-launcher-783-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@802a2da{SSL,[ssl, 
http/1.1]}{127.0.0.1:59827}
   [junit4]   2> 450668 INFO  (jetty-launcher-783-thread-1) [    ] 
o.e.j.s.Server Started @458426ms
   [junit4]   2> 450668 INFO  (jetty-launcher-783-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59827}
   [junit4]   2> 450668 ERROR (jetty-launcher-783-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 450668 INFO  (jetty-launcher-783-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 450668 INFO  (jetty-launcher-783-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 450668 INFO  (jetty-launcher-783-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 450668 INFO  (jetty-launcher-783-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T23:19:54.358Z
   [junit4]   2> 450668 INFO  (zkConnectionManagerCallback-790-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 450668 INFO  (zkConnectionManagerCallback-788-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 450672 INFO  (jetty-launcher-783-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 450673 INFO  (jetty-launcher-783-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 450682 INFO  (zkConnectionManagerCallback-792-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 450699 INFO  (jetty-launcher-783-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 450704 INFO  (jetty-launcher-783-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59812/solr
   [junit4]   2> 450709 INFO  (jetty-launcher-783-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59812/solr
   [junit4]   2> 450714 INFO  (jetty-launcher-783-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59812/solr
   [junit4]   2> 450718 INFO  (zkConnectionManagerCallback-796-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 450724 INFO  (zkConnectionManagerCallback-800-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 450726 INFO  (zkConnectionManagerCallback-804-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 450729 INFO  
(zkConnectionManagerCallback-806-thread-1-processing-n:127.0.0.1:59819_solr) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 450735 INFO  
(zkConnectionManagerCallback-810-thread-1-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 450736 INFO  
(zkConnectionManagerCallback-808-thread-1-processing-n:127.0.0.1:59816_solr) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 450865 INFO  (jetty-launcher-783-thread-1) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 450865 INFO  (jetty-launcher-783-thread-2) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 450866 INFO  (jetty-launcher-783-thread-1) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:59827_solr
   [junit4]   2> 450867 INFO  (jetty-launcher-783-thread-2) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59816_solr
   [junit4]   2> 450867 INFO  (jetty-launcher-783-thread-1) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.Overseer Overseer 
(id=99350740613857288-127.0.0.1:59827_solr-n_0000000000) starting
   [junit4]   2> 450871 INFO  
(zkCallback-807-thread-1-processing-n:127.0.0.1:59816_solr) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 450872 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 450884 INFO  (jetty-launcher-783-thread-1) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59827_solr
   [junit4]   2> 450934 INFO  
(zkCallback-807-thread-1-processing-n:127.0.0.1:59816_solr) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 450934 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 450938 INFO  (jetty-launcher-783-thread-3) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 450940 INFO  (jetty-launcher-783-thread-3) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 450942 INFO  (jetty-launcher-783-thread-3) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59819_solr
   [junit4]   2> 450944 INFO  
(zkCallback-807-thread-1-processing-n:127.0.0.1:59816_solr) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 450944 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 450979 INFO  
(zkCallback-805-thread-1-processing-n:127.0.0.1:59819_solr) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 451032 INFO  (jetty-launcher-783-thread-1) 
[n:127.0.0.1:59827_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59827.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13c0bb20
   [junit4]   2> 451034 INFO  (jetty-launcher-783-thread-2) 
[n:127.0.0.1:59816_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59816.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13c0bb20
   [junit4]   2> 451041 INFO  (jetty-launcher-783-thread-2) 
[n:127.0.0.1:59816_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59816.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13c0bb20
   [junit4]   2> 451043 INFO  (jetty-launcher-783-thread-2) 
[n:127.0.0.1:59816_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59816.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13c0bb20
   [junit4]   2> 451044 INFO  (jetty-launcher-783-thread-2) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.sim.TestClusterStateProvider_E8A3682D63194F81-001\tempDir-001\node2\.
   [junit4]   2> 451044 INFO  (jetty-launcher-783-thread-1) 
[n:127.0.0.1:59827_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59827.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13c0bb20
   [junit4]   2> 451045 INFO  (jetty-launcher-783-thread-1) 
[n:127.0.0.1:59827_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59827.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13c0bb20
   [junit4]   2> 451046 INFO  (jetty-launcher-783-thread-1) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.sim.TestClusterStateProvider_E8A3682D63194F81-001\tempDir-001\node1\.
   [junit4]   2> 451067 INFO  (jetty-launcher-783-thread-3) 
[n:127.0.0.1:59819_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59819.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13c0bb20
   [junit4]   2> 451071 WARN  (jetty-launcher-783-thread-3) 
[n:127.0.0.1:59819_solr    ] o.a.s.m.r.j.JmxMetricsReporter Unable to register 
gauge
   [junit4]   2> javax.management.InstanceNotFoundException: 
solr_59819:dom1=solr,dom2=jvm,name0=os,name=processCpuLoad
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530)
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:565)
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:738)
   [junit4]   2>        at java.util.HashMap.forEach(HashMap.java:1288)
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:728)
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:109)
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70)
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:881)
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:817)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:547)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:873)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1596)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1659)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1316)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1145)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:448)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:306)
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:394)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:367)
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 451075 INFO  (jetty-launcher-783-thread-3) 
[n:127.0.0.1:59819_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59819.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13c0bb20
   [junit4]   2> 451075 INFO  (jetty-launcher-783-thread-3) 
[n:127.0.0.1:59819_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59819.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13c0bb20
   [junit4]   2> 451076 INFO  (jetty-launcher-783-thread-3) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.sim.TestClusterStateProvider_E8A3682D63194F81-001\tempDir-001\node3\.
   [junit4]   2> 451371 INFO  (zkConnectionManagerCallback-818-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 451373 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x160f6f8e276000a, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 451376 INFO  (zkConnectionManagerCallback-822-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 451378 INFO  
(SUITE-TestClusterStateProvider-seed#[E8A3682D63194F81]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 451379 INFO  
(SUITE-TestClusterStateProvider-seed#[E8A3682D63194F81]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59812/solr ready
   [junit4]   2> 451420 INFO  (qtp1691680984-3381) [n:127.0.0.1:59827_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=1&replicationFactor=2&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 451432 INFO  
(OverseerThreadFactory-1197-thread-1-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
.system
   [junit4]   2> 451540 INFO  
(OverseerStateUpdate-99350740613857288-127.0.0.1:59827_solr-n_0000000000) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59816/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 451542 INFO  
(OverseerStateUpdate-99350740613857288-127.0.0.1:59827_solr-n_0000000000) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59819/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 451544 INFO  
(OverseerStateUpdate-99350740613857288-127.0.0.1:59827_solr-n_0000000000) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59827/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 451790 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 451790 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 451803 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 451805 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 451843 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 451846 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 451970 INFO  
(zkCallback-807-thread-1-processing-n:127.0.0.1:59816_solr) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 451970 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 451970 INFO  
(zkCallback-805-thread-1-processing-n:127.0.0.1:59819_solr) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 451972 INFO  
(zkCallback-807-thread-2-processing-n:127.0.0.1:59816_solr) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 451973 INFO  
(zkCallback-809-thread-2-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 451973 INFO  
(zkCallback-805-thread-2-processing-n:127.0.0.1:59819_solr) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 452886 WARN  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.Config You 
should not use LATEST as luceneMatchVersion property: if you use this setting, 
and then Solr upgrades to a newer release of Lucene, sizable changes may 
happen. If precise back compatibility is important then you should instead 
explicitly specify an actual Lucene version.
   [junit4]   2> 452890 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 452891 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 452891 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 452906 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 452907 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 452910 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection 
or core
   [junit4]   2> 452911 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection 
or core
   [junit4]   2> 452911 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 452912 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.IndexSchema [.system_shard1_replica_p4] Schema name=_system collection 
or core
   [junit4]   2> 452918 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 452919 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/.system/managed-schema
   [junit4]   2> 452920 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 452921 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ManagedIndexSchema Managed schema znode at 
/configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 452922 WARN  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory Error persisting managed schema resource 
managed-schema
   [junit4]   2> org.apache.zookeeper.KeeperException$NoNodeException: 
KeeperErrorCode = NoNode for /configs/.system/schema.xml
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$delete$1(SolrZkClient.java:243)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:242)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.zkUgradeToManagedSchema(ManagedIndexSchemaFactory.java:349)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.upgradeToManagedSchema(ManagedIndexSchemaFactory.java:268)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:186)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:92)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1083)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1035)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:950)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 452923 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to 
/configs/.system/schema.xml.bak
   [junit4]   2> 452923 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using 
configuration from collection .system, trusted=true
   [junit4]   2> 452924 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_p4' using 
configuration from collection .system, trusted=true
   [junit4]   2> 452924 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59827.solr.core..system.shard1.replica_p4' (registry 
'solr.core..system.shard1.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13c0bb20
   [junit4]   2> 452925 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59816.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13c0bb20
   [junit4]   2> 452925 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 452925 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore 
[[.system_shard1_replica_p4] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.sim.TestClusterStateProvider_E8A3682D63194F81-001\tempDir-001\node1\.system_shard1_replica_p4],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.sim.TestClusterStateProvider_E8A3682D63194F81-001\tempDir-001\node1\.\.system_shard1_replica_p4\data\]
   [junit4]   2> 452935 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 452935 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 452935 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
[[.system_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.sim.TestClusterStateProvider_E8A3682D63194F81-001\tempDir-001\node2\.system_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.sim.TestClusterStateProvider_E8A3682D63194F81-001\tempDir-001\node2\.\.system_shard1_replica_n1\data\]
   [junit4]   2> 452936 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchema Managed schema znode at 
/configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 452936 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, the non-managed schema /configs/.system/schema.xml no longer exists.
   [junit4]   2> 452936 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using 
configuration from collection .system, trusted=true
   [junit4]   2> 452937 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59819.solr.core..system.shard1.replica_n2' (registry 
'solr.core..system.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13c0bb20
   [junit4]   2> 452937 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 452937 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore 
[[.system_shard1_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.sim.TestClusterStateProvider_E8A3682D63194F81-001\tempDir-001\node3\.system_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.sim.TestClusterStateProvider_E8A3682D63194F81-001\tempDir-001\node3\.\.system_shard1_replica_n2\data\]
   [junit4]   2> 453058 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 453058 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 453063 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 453063 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 453064 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 453064 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 453064 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 453064 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 453066 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 453066 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 453066 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4d17fd8a[.system_shard1_replica_p4] 
main]
   [junit4]   2> 453067 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@298db5ae[.system_shard1_replica_n2] 
main]
   [junit4]   2> 453067 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 453067 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 453067 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 453067 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 453068 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4f9b131f[.system_shard1_replica_n1] 
main]
   [junit4]   2> 453068 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 453068 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 453068 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 453068 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 453071 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 453071 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 453071 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 453072 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 453072 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 453073 INFO  
(searcherExecutor-1202-thread-1-processing-n:127.0.0.1:59816_solr 
x:.system_shard1_replica_n1 s:shard1 c:.system r:core_node3) 
[n:127.0.0.1:59816_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1] 
Registered new searcher Searcher@4f9b131f[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 453073 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1589611852477759488
   [junit4]   2> 453077 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection 
or core
   [junit4]   2> 453078 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 453079 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.IndexSchema [.system_shard1_replica_p4] Schema name=_system collection 
or core
   [junit4]   2> 453101 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 453101 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 32 ms
   [junit4]   2> 453101 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 453103 INFO  
(searcherExecutor-1203-thread-1-processing-n:127.0.0.1:59827_solr 
x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) 
[n:127.0.0.1:59827_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.c.SolrCore [.system_shard1_replica_p4] 
Registered new searcher Searcher@4d17fd8a[.system_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 453103 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 453103 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 33 ms
   [junit4]   2> 453103 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.c.ZkController .system_shard1_replica_p4 starting background replication 
from leader
   [junit4]   2> 453103 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 453103 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 453104 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1589611852510265344
   [junit4]   2> 453105 INFO  
(searcherExecutor-1204-thread-1-processing-n:127.0.0.1:59819_solr 
x:.system_shard1_replica_n2 s:shard1 c:.system r:core_node5) 
[n:127.0.0.1:59819_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.c.SolrCore [.system_shard1_replica_n2] 
Registered new searcher Searcher@298db5ae[.system_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 453107 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 453107 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 453181 INFO  
(zkCallback-809-thread-2-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 453181 INFO  
(zkCallback-809-thread-3-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 453181 INFO  
(zkCallback-805-thread-2-processing-n:127.0.0.1:59819_solr) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 453181 INFO  
(zkCallback-807-thread-2-processing-n:127.0.0.1:59816_solr) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 453181 INFO  
(zkCallback-805-thread-1-processing-n:127.0.0.1:59819_solr) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 453181 INFO  
(zkCallback-807-thread-1-processing-n:127.0.0.1:59816_solr) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 453580 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 453580 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 453580 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:59816/solr/.system_shard1_replica_n1/
   [junit4]   2> 453580 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.PeerSync 
PeerSync: core=.system_shard1_replica_n1 url=https://127.0.0.1:59816/solr START 
replicas=[https://127.0.0.1:59819/solr/.system_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 453595 INFO  (qtp1996874735-3358) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.S.Request 
[.system_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 453881 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.PeerSync 
PeerSync: core=.system_shard1_replica_n1 url=https://127.0.0.1:59816/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 453881 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 453881 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 453881 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 453885 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:59816/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 453988 INFO  
(zkCallback-809-thread-2-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 453988 INFO  
(zkCallback-809-thread-3-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 453988 INFO  
(zkCallback-807-thread-1-processing-n:127.0.0.1:59816_solr) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 453988 INFO  
(zkCallback-807-thread-2-processing-n:127.0.0.1:59816_solr) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 453988 INFO  
(zkCallback-805-thread-1-processing-n:127.0.0.1:59819_solr) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 453988 INFO  
(zkCallback-805-thread-2-processing-n:127.0.0.1:59819_solr) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 454038 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 454043 INFO  (qtp797354219-3350) [n:127.0.0.1:59816_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2239
   [junit4]   2> 454112 INFO  (qtp1691680984-3380) [n:127.0.0.1:59827_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=2327
   [junit4]   2> 454114 INFO  (qtp1996874735-3361) [n:127.0.0.1:59819_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2271
   [junit4]   2> 454123 INFO  (qtp1691680984-3381) [n:127.0.0.1:59827_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 454222 INFO  
(zkCallback-807-thread-2-processing-n:127.0.0.1:59816_solr) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 454222 INFO  
(zkCallback-807-thread-1-processing-n:127.0.0.1:59816_solr) 
[n:127.0.0.1:59816_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 454223 INFO  
(zkCallback-809-thread-2-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 454223 INFO  
(zkCallback-805-thread-1-processing-n:127.0.0.1:59819_solr) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 454223 INFO  
(zkCallback-805-thread-2-processing-n:127.0.0.1:59819_solr) 
[n:127.0.0.1:59819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 454223 INFO  
(zkCallback-809-thread-3-processing-n:127.0.0.1:59827_solr) 
[n:127.0.0.1:59827_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 455124 INFO  (qtp1691680984-3381) [n:127.0.0.1:59827_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=1&replicationFactor=2&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=3703
   [junit4]   2> 455134 INFO  (qtp1691680984-3376) [n:127.0.0.1:59827_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 455144 INFO  (qtp1996874735-3366) [n:127.0.0.1:59819_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 455154 INFO  (qtp797354219-3370) [n:127.0.0.1:59816_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 455217 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[E8A3682D63194F81]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testAutoScalingConfig
   [junit4] 

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

ySenderNoQuery, BitVectorTest, TestCloudJSONFacetJoinDomain, 
TestDFISimilarityFactory, TestRetrieveFieldsOptimizer, IndexSchemaTest, 
TestTlogReplica, TestBinaryField, CoreAdminCreateDiscoverTest, 
LeaderElectionContextKeyTest, RemoteQueryErrorTest, 
TestPHPSerializedResponseWriter, TestSolrCoreParser, TestCustomStream, 
UUIDUpdateProcessorFallbackTest, TestCopyFieldCollectionResource, 
SmileWriterTest, TemplateUpdateProcessorTest, SecurityConfHandlerTest, 
TestRecovery, TestCloudSearcherWarming, ScriptEngineTest, UtilsToolTest, 
TestHighFrequencyDictionaryFactory, DeleteShardTest, RollingRestartTest, 
StressHdfsTest, TestUninvertingReader, BigEndianAscendingWordDeserializerTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestFileDictionaryLookup, 
HttpSolrCallGetCoreTest, CleanupOldIndexTest, NoCacheHeaderTest, 
TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, 
BasicDistributedZkTest, TestChildDocTransformer, 
TestSlowCompositeReaderWrapper, SpellCheckComponentTest, 
URLClassifyProcessorTest, DistributedTermsComponentTest, 
TestSolrConfigHandlerCloud, TestRawResponseWriter, TestPolicyCloud, 
TestLFUCache, TestNodeAddedTrigger, TestStressInPlaceUpdates, TestCodecSupport, 
BlockJoinFacetSimpleTest, BlockJoinFacetDistribTest, TestManagedResource, 
PathHierarchyTokenizerFactoryTest, TestXmlQParserPlugin, 
TestComplexPhraseLeadingWildcard, RecoveryZkTest, TestPointFields, 
SolrIndexMetricsTest, ReturnFieldsTest, ZkStateReaderTest, 
TestBulkSchemaConcurrent, TestLeaderElectionZkExpiry, 
TestEmbeddedSolrServerSchemaAPI, HdfsUnloadDistributedZkTest, ShardRoutingTest, 
TestSimpleTextCodec, TestExceedMaxTermLength, TestBackupRepositoryFactory, 
TestIBSimilarityFactory, SolrCloudReportersTest, 
CloneFieldUpdateProcessorFactoryTest, TestLocalFSCloudBackupRestore, 
TestGeoJSONResponseWriter, TestSolrCoreProperties, TestReloadAndDeleteDocs, 
TestTrieFacet, TestAnalyzeInfixSuggestions, TestSolrCoreSnapshots, 
MoveReplicaTest, TestCustomSort, SortByFunctionTest, StatsComponentTest, 
TestUniqueKeyFieldResource, SolrTestCaseJ4Test, CollectionsAPISolrJTest, 
AnalyticsQueryTest, EnumFieldTest, TestReplicaProperties, 
TestTolerantUpdateProcessorRandomCloud, WordBreakSolrSpellCheckerTest, 
SolrMetricsIntegrationTest, CollectionReloadTest, SolrMetricManagerTest, 
SuggestComponentContextFilterQueryTest, TestDelegationWithHadoopAuth, 
FieldAnalysisRequestHandlerTest, TestLegacyField, HdfsRecoverLeaseTest, 
SearchHandlerTest, V2StandaloneTest, TestRealTimeGet, SuggesterTSTTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestObjectReleaseTracker, 
DistributedDebugComponentTest, TestSchemaResource, SuggesterFSTTest, 
TestPolicyCloud, DeleteInactiveReplicaTest, SolrCmdDistributorTest, 
SolrCLIZkUtilsTest, MetricsConfigTest, SpatialFilterTest, 
CreateCollectionCleanupTest, WrapperMergePolicyFactoryTest, 
SpellCheckCollatorTest, HdfsBasicDistributedZk2Test, TestReqParamsAPI, 
TestNoOpRegenerator, DateMathParserTest, TestSolrXml, 
AnalysisErrorHandlingTest, TestSolrCloudWithDelegationTokens, 
TestOmitPositions, TestCloudDeleteByQuery, TestAtomicUpdateErrorCases, 
ConfigureRecoveryStrategyTest, CSVRequestHandlerTest, RegexBoostProcessorTest, 
DateFieldTest, TestStandardQParsers, LargeFieldTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LargeFieldTest 
-Dtests.seed=E8A3682D63194F81 -Dtests.slow=true -Dtests.locale=it-CH 
-Dtests.timezone=Etc/GMT-6 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | LargeFieldTest (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_E8A3682D63194F81-001\init-core-data-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_E8A3682D63194F81-001\init-core-data-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_E8A3682D63194F81-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_E8A3682D63194F81-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E8A3682D63194F81]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [393/766 (4!)] on J0 in 0.41s, 1 test, 1 error <<< 
FAILURES!

[...truncated 3717 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\init-core-data-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1807, maxMBSortInHeap=6.540762273680017, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ms-MY, timezone=Asia/Beirut
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=59939968,total=97386496
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestICUCollationFieldOptions, TestFoldingMultitermExtrasQuery, 
TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory 
-Dtests.seed=CFC80C6CE32C5B1A -Dtests.slow=true -Dtests.locale=ms-MY 
-Dtests.timezone=Asia/Beirut -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | 
TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\tempDir-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\tempDir-001\collection1\conf
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\tempDir-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\tempDir-001\collection1
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\tempDir-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\tempDir-001\collection1\conf\en-test-ner-person.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\tempDir-001\collection1\conf\en-test-ner-person.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\tempDir-001\collection1\conf\en-test-tokenizer.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\tempDir-001\collection1\conf\en-test-tokenizer.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\tempDir-001\collection1\conf\en-test-sent.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001\tempDir-001\collection1\conf\en-test-sent.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_CFC80C6CE32C5B1A-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CFC80C6CE32C5B1A]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [5/5 (1!)] on J1 in 1.27s, 8 tests, 1 error <<< FAILURES!

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

Reply via email to