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

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

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_682991DFA27B52E8-001\4.0.0-cfs-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_682991DFA27B52E8-001\4.0.0-cfs-001
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_682991DFA27B52E8-001\2.3.0-cfs-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_682991DFA27B52E8-001\2.3.0-cfs-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_682991DFA27B52E8-001\4.0.0-cfs-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_682991DFA27B52E8-001\4.0.0-cfs-001
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_682991DFA27B52E8-001\2.3.0-cfs-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_682991DFA27B52E8-001\2.3.0-cfs-001

        at __randomizedtesting.SeedInfo.seed([682991DFA27B52E8]: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.TestGenericDistributedQueue.testDistributedQueueBlocking

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
        at 
__randomizedtesting.SeedInfo.seed([2D3449E4708A8B03:689E3B9D34D83777]:0)
        at java.util.concurrent.FutureTask.get(FutureTask.java:205)
        at 
org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue.testDistributedQueueBlocking(TestSimDistributedQueue.java:101)
        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.handler.component.DistributedMLTComponentTest

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.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001\shard2\configsets\cdcr-source-disabled:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001\shard2\configsets\cdcr-source-disabled
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001\shard2\configsets:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001\shard2\configsets
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001\shard2:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001\shard2
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-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.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001\shard2\configsets\cdcr-source-disabled:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001\shard2\configsets\cdcr-source-disabled
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001\shard2\configsets:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001\shard2\configsets
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001\shard2:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001\shard2
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.DistributedMLTComponentTest_2D3449E4708A8B03-001\tempDir-001

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


FAILED:  junit.framework.TestSuite.org.apache.solr.rest.schema.TestBulkSchemaAPI

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.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-010\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-010\collection1
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-010:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-010
 

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.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-010\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-010\collection1
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-010:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-010

        at __randomizedtesting.SeedInfo.seed([2D3449E4708A8B03]: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.TestGenericDistributedQueue.testDistributedQueue

Error Message:
Test abandoned because suite timeout was reached.

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


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

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

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


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

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-001

        at __randomizedtesting.SeedInfo.seed([9334D041B3324A14]: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 4891 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] IGNOR/A 0.01s J0 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | 
TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | 
TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | 
TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | 
TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{content6=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 content5=FST50, content4=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
trieInt=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 content3=PostingsFormat(name=MockRandom), 
content2=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
fie?ld=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 utf8=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
trieLong=PostingsFormat(name=MockRandom), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 content=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
autf8=PostingsFormat(name=MockRandom)}, 
docValues:{dvShort=DocValuesFormat(name=Lucene70), 
utf8=DocValuesFormat(name=Lucene70), fie?ld=DocValuesFormat(name=Memory), 
dvInt=DocValuesFormat(name=Lucene70), 
longPoint2d=DocValuesFormat(name=Lucene70), 
dvBytesSortedVar=DocValuesFormat(name=Memory), 
dvSortedSet=DocValuesFormat(name=Memory), 
content=DocValuesFormat(name=Lucene70), 
floatPoint1d=DocValuesFormat(name=Memory), 
intPoint1d=DocValuesFormat(name=Asserting), 
doublePoint2d=DocValuesFormat(name=Memory), 
trieLong=DocValuesFormat(name=Lucene70), 
dvBytesDerefVar=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Memory), binaryPoint2d=DocValuesFormat(name=Lucene70), 
dvSortedNumeric=DocValuesFormat(name=Lucene70), 
dvBytesDerefFixed=DocValuesFormat(name=Lucene70), 
autf8=DocValuesFormat(name=Lucene70), 
dvBytesSortedFixed=DocValuesFormat(name=Lucene70), 
dvBytesStraightVar=DocValuesFormat(name=Asserting), 
trieInt=DocValuesFormat(name=Memory), 
dvBytesStraightFixed=DocValuesFormat(name=Memory), 
dvLong=DocValuesFormat(name=Lucene70), 
longPoint1d=DocValuesFormat(name=Lucene70), 
floatPoint2d=DocValuesFormat(name=Lucene70), 
dvDouble=DocValuesFormat(name=Memory), dvFloat=DocValuesFormat(name=Lucene70), 
content6=DocValuesFormat(name=Memory), 
content5=DocValuesFormat(name=Asserting), 
dvPacked=DocValuesFormat(name=Lucene70), 
intPoint2d=DocValuesFormat(name=Memory), 
content4=DocValuesFormat(name=Lucene70), 
content3=DocValuesFormat(name=Lucene70), content2=DocValuesFormat(name=Memory), 
doublePoint1d=DocValuesFormat(name=Lucene70), 
dvByte=DocValuesFormat(name=Lucene70), 
binaryPoint1d=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1660, 
maxMBSortInHeap=7.321518758246402, sim=RandomSimilarity(queryNorm=false): 
{content6=DFR I(n)BZ(0.3), content5=DFR I(n)LZ(0.3), content2=DFR I(ne)L2, 
utf8=IB LL-D3(800.0), fie?ld=DFR GZ(0.3), content=DFR I(n)B1, autf8=DFR 
GL3(800.0)}, locale=th, timezone=Pacific/Wallis
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=65759856,total=97386496
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterOnOldIndex, 
TestLucene62SegmentInfoFormat, TestBackwardsCompatibility]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestBackwardsCompatibility -Dtests.seed=682991DFA27B52E8 
-Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Pacific/Wallis 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestBackwardsCompatibility (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_682991DFA27B52E8-001\4.0.0-cfs-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_682991DFA27B52E8-001\4.0.0-cfs-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_682991DFA27B52E8-001\2.3.0-cfs-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_682991DFA27B52E8-001\2.3.0-cfs-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([682991DFA27B52E8]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [8/9 (1!)] on J0 in 55.56s, 30 tests, 1 error, 8 skipped 
<<< FAILURES!

[...truncated 7396 lines...]
   [junit4] Suite: org.apache.solr.rest.schema.TestBulkSchemaAPI
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\init-core-data-001
   [junit4]   2> 236993 WARN  
(SUITE-TestBulkSchemaAPI-seed#[2D3449E4708A8B03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 236995 INFO  
(SUITE-TestBulkSchemaAPI-seed#[2D3449E4708A8B03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 236998 INFO  
(SUITE-TestBulkSchemaAPI-seed#[2D3449E4708A8B03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 236999 INFO  
(SUITE-TestBulkSchemaAPI-seed#[2D3449E4708A8B03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 237001 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testAddFieldWithExistingCatchallDynamicField
   [junit4]   2> 237465 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 237465 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 237466 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-003\cores\core
   [junit4]   2> 237472 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 237472 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 237472 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 237473 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 237473 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77f45330{/solr,null,AVAILABLE}
   [junit4]   2> 237478 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@4e7792cb{HTTP/1.1,[http/1.1]}{127.0.0.1:50701}
   [junit4]   2> 237478 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.e.j.s.Server Started @246839ms
   [junit4]   2> 237478 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50701, 
configSetBaseDir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001,
 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-003\cores}
   [junit4]   2> 237478 ERROR 
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 237479 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.3.0
   [junit4]   2> 237479 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 237479 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 237479 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-21T23:12:49.472Z
   [junit4]   2> 237479 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\solr.xml
   [junit4]   2> 237490 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 237490 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 237492 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a33aefd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 237626 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a33aefd
   [junit4]   2> 237631 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a33aefd
   [junit4]   2> 237631 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a33aefd
   [junit4]   2> 237636 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-003\cores
   [junit4]   2> 237636 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 237648 INFO  (coreLoadExecutor-775-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 237651 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/build/solr-core/test/J1/temp/solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001/tempDir-001/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/build/solr-core/test/J1/temp/solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001/tempDir-001/collection1/lib/classes]
   [junit4]   2> 237728 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 237747 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as 
managed, but managed schema resource managed-schema not found - loading 
non-managed schema schema-rest.xml instead
   [junit4]   2> 237753 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test-rest
   [junit4]   2> 237994 WARN  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated 
plugin/analysis class [solr.ManagedSynonymFilterFactory]. Please consult 
documentation how to replace it accordingly.
   [junit4]   2> 238091 WARN  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field title is not multivalued and 
destination for multiple copyFields (3)
   [junit4]   2> 238099 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
/schema/analysis/stopwords/german
   [junit4]   2> 238100 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager 
for path /schema/analysis/synonyms/german
   [junit4]   2> 238102 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
/schema/analysis/stopwords/english
   [junit4]   2> 238104 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory$SynonymManager
 for path /schema/analysis/synonyms/englishgraph
   [junit4]   2> 238104 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 238104 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 238105 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 238105 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory$SynonymManager
 for path /schema/analysis/synonyms/germangraph
   [junit4]   2> 238105 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 238105 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 238108 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 238108 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager 
for path /schema/analysis/synonyms/english
   [junit4]   2> 238108 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test-rest/1.6 with uniqueid 
field id
   [junit4]   2> 238112 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 238112 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 238112 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 238112 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 238112 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 238112 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 238112 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 238112 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 238112 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 238112 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 238112 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 238112 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 238115 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 238117 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed 
schema, renamed the non-managed schema 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf\schema-rest.xml
 to 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 238117 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1,
 trusted=true
   [junit4]   2> 238118 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a33aefd
   [junit4]   2> 238118 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 238118 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-003\cores\core\data\]
   [junit4]   2> 238123 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2969981592237988]
   [junit4]   2> 238127 WARN  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, registerPath=/solr,/v2, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 238209 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 238209 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 238210 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1232682720, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 238210 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1ef6422e[collection1] main]
   [junit4]   2> 238212 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238213 WARN  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/stopwords/english
   [junit4]   2> 238214 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238214 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 238214 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 6 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 238214 WARN  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/stopwords/german
   [junit4]   2> 238214 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238214 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 238215 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 6 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 238215 WARN  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/english
   [junit4]   2> 238215 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym 
mappings for /schema/analysis/synonyms/english
   [junit4]   2> 238225 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of 
/schema/analysis/synonyms/english
   [junit4]   2> 238226 WARN  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238226 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym 
mappings for /schema/analysis/synonyms/englishgraph
   [junit4]   2> 238228 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 4 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238229 WARN  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/german
   [junit4]   2> 238229 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym 
mappings for /schema/analysis/synonyms/german
   [junit4]   2> 238229 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 2 observers of 
/schema/analysis/synonyms/german
   [junit4]   2> 238229 WARN  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238229 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym 
mappings for /schema/analysis/synonyms/germangraph
   [junit4]   2> 238229 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 4 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238230 INFO  (coreLoadExecutor-775-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 238230 INFO  
(searcherExecutor-776-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1ef6422e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 238732 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#50701
   [junit4]   2> 238736 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.r.s.TestBulkSchemaAPI These tests are run with V2 API
   [junit4]   2> 238862 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 238862 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238863 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 238863 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 238863 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 7 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 238863 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 238863 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 238863 WARN  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/german
   [junit4]   2> 238864 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/german
   [junit4]   2> 238864 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 3 observers of /schema/analysis/synonyms/german
   [junit4]   2> 238864 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/german
   [junit4]   2> 238866 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 238866 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238866 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 238866 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 238866 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 7 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 238866 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 238866 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 238867 WARN  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238867 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238867 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 5 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238867 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238867 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 238867 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238867 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 238867 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 238867 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 8 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 238867 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 238867 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 238867 WARN  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238867 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238868 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 6 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238868 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238868 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 238868 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 8 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 238870 WARN  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 5 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 9 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 238870 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 238871 WARN  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238871 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238871 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 6 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238871 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238882 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 238882 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238882 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 238882 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 238882 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 9 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 238882 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 238882 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 238882 WARN  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/english
   [junit4]   2> 238882 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/english
   [junit4]   2> 238883 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 3 observers of 
/schema/analysis/synonyms/english
   [junit4]   2> 238883 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/english
   [junit4]   2> 238887 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.s.ManagedIndexSchema Upgraded to managed schema at 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 238902 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 238902 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238903 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 238903 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 238903 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 10 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 238903 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 238903 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/german
   [junit4]   2> 238903 WARN  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/german
   [junit4]   2> 238903 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/german
   [junit4]   2> 238903 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 4 observers of /schema/analysis/synonyms/german
   [junit4]   2> 238903 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/german
   [junit4]   2> 238906 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 10 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 238907 WARN  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 7 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 11 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 238907 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 238908 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/englishgraph
   [junit4]   2> 238908 WARN  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238908 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238909 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 8 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238909 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 238910 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 238910 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238910 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 238910 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 238910 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 11 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 238910 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 238910 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 238910 WARN  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238910 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238912 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 7 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238912 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238912 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/german
   [junit4]   2> 238912 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_german.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238912 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/german
   [junit4]   2> 238912 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/german
   [junit4]   2> 238912 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 12 observers of 
/schema/analysis/stopwords/german
   [junit4]   2> 238912 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/german
   [junit4]   2> 238912 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/germangraph
   [junit4]   2> 238913 WARN  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238913 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238913 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 8 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238913 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 238918 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 238918 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf
   [junit4]   2> 238918 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=false} for 
/schema/analysis/stopwords/english
   [junit4]   2> 238918 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedWordSetResource Loaded 0 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 238918 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 12 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 238918 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/stopwords/english
   [junit4]   2> 238918 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing 
ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 238918 WARN  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/english
   [junit4]   2> 238918 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/english
   [junit4]   2> 238918 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.ManagedResource Notified 4 observers of 
/schema/analysis/synonyms/english
   [junit4]   2> 238918 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource 
/schema/analysis/synonyms/english
   [junit4]   2> 238920 INFO  (qtp1437824203-1951) [    x:collection1] 
o.a.s.s.ManagedIndexSchema Upgraded to managed schema at 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 238931 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@4e7792cb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 238931 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=195816594
   [junit4]   2> 238931 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 238931 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@79681be8: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@3617c320
   [junit4]   2> 238935 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 238935 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7bf27c33: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@5aacadab
   [junit4]   2> 238939 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 238939 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@29b77f58: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@29fe793
   [junit4]   2> 238940 INFO  (coreCloseExecutor-780-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2c47dbd0
   [junit4]   2> 238940 INFO  (coreCloseExecutor-780-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=742906832
   [junit4]   2> 238940 INFO  (coreCloseExecutor-780-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3b06498d: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1d8dd7f6
   [junit4]   2> 238958 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@77f45330{/solr,null,UNAVAILABLE}
   [junit4]   2> 238958 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 238960 INFO  
(TEST-TestBulkSchemaAPI.testAddFieldWithExistingCatchallDynamicField-seed#[2D3449E4708A8B03])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testAddFieldWithExistingCatchallDynamicField
   [junit4]   2> 238962 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testAddIllegalFields
   [junit4]   2> 239627 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 239627 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 239627 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-006\cores\core
   [junit4]   2> 239632 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 239632 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 239632 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 239632 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 239632 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@28e3437{/solr,null,AVAILABLE}
   [junit4]   2> 239634 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@738e9f41{HTTP/1.1,[http/1.1]}{127.0.0.1:50714}
   [junit4]   2> 239634 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.e.j.s.Server Started @248994ms
   [junit4]   2> 239634 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50714, 
configSetBaseDir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-004,
 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-006\cores}
   [junit4]   2> 239634 ERROR 
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 239634 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 239634 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 239634 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 239635 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-21T23:12:51.627Z
   [junit4]   2> 239635 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4708A8B03-001\tempDir-004\solr.xml
   [junit4]   2> 239642 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 239642 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 239643 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a33aefd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 239714 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a33aefd
   [junit4]   2> 239719 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a33aefd
   [junit4]   2> 239719 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a33aefd
   [junit4]   2> 239722 INFO  
(TEST-TestBulkSchemaAPI.testAddIllegalFields-seed#[2D3449E4708A8B03]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.rest.schema.TestBulkSchemaAPI_2D3449E4

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

GraphMLResponseWriter, TestPivotHelperCode, TestDistributedSearch, 
BJQParserTest, CdcrVersionReplicationTest, TestDocumentBuilder, SliceStateTest, 
TestRTimerTree, SolrSlf4jReporterTest, SparseHLLTest, TestSolrXml, 
ZkShardTermsTest, TestConfigOverlay, TestCSVLoader, TestFreeTextSuggestions, 
TestSimpleTextCodec, TestRandomDVFaceting, TestClusterStateMutator, 
FileBasedSpellCheckerTest, TestSolr4Spatial, DeleteReplicaTest, 
AutoAddReplicasPlanActionTest, TestSha256AuthenticationProvider, 
TestFieldTypeCollectionResource, ConnectionManagerTest, CursorMarkTest, 
TestLegacyFieldReuse, TestScoreJoinQPScore, TestMultiWordSynonyms, 
BlockJoinFacetRandomTest, SuggestComponentTest, HdfsLockFactoryTest, 
SuggesterTest, ConcurrentCreateRoutedAliasTest, 
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, 
BasicDistributedZk2Test, CoreSorterTest, ComputePlanActionTest, 
SolrGangliaReporterTest, TestCollationFieldDocValues, 
TestLMJelinekMercerSimilarityFactory, TestNamedUpdateProcessors, 
TestStressRecovery, ActionThrottleTest, ChaosMonkeySafeLeaderTest, 
TestRawTransformer, TestCloudInspectUtil, DebugComponentTest, 
HdfsBasicDistributedZk2Test, AnalyticsQueryTest, 
HdfsWriteToMultipleCollectionsTest, CollectionReloadTest, 
BlobRepositoryCloudTest, SuggesterWFSTTest, PeerSyncTest, TestCrossCoreJoin, 
TestDocSet, SimplePostToolTest, TestImplicitCoreProperties, 
TestReversedWildcardFilterFactory, TestSchemaSimilarityResource, 
NotRequiredUniqueKeyTest, DistributedQueryComponentOptimizationTest, 
RegexBoostProcessorTest, AtomicUpdateProcessorFactoryTest, TestHashPartitioner, 
TestSolrConfigHandlerConcurrent, TestRequestForwarding, NodeLostTriggerTest, 
TestQuerySenderListener, DistributedTermsComponentTest, 
TestPKIAuthenticationPlugin, VersionInfoTest, 
BigEndianAscendingWordSerializerTest, TestClusterProperties, 
CollectionStateFormat2Test, OverseerTest, QueryResultKeyTest, 
SimpleCollectionCreateDeleteTest, TestStressReorder, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestLegacyTerms, 
HdfsCollectionsAPIDistributedZkTest, DeleteStatusTest, 
HttpPartitionOnCommitTest, OverseerModifyCollectionTest, 
TestZkAclsWithHadoopAuth, TestDocBasedVersionConstraints, 
BasicDistributedZkTest, CoreAdminHandlerTest, SpatialFilterTest, PolyFieldTest, 
NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestUpdate, 
TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, 
SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, 
CacheHeaderTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, 
DirectSolrSpellCheckerTest, TermsComponentTest, TestSolrQueryParser, 
IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestCollationField, 
ReturnFieldsTest, MBeansHandlerTest, PreAnalyzedFieldTest, 
TestSystemIdResolver, SpellingQueryConverterTest, DOMUtilTest, 
ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, UUIDFieldTest, 
DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, 
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, AliasIntegrationTest, 
CreateRoutedAliasTest, DeleteInactiveReplicaTest, DeleteShardTest, 
DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, 
LIRRollingUpdatesTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerTaskQueueTest, 
ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, 
SolrXmlInZkTest, TestAuthenticationFramework, TestCloudDeleteByQuery, 
TestCloudRecovery, TestCryptoKeys, TestExclusionRuleCollectionAccess, 
TestMiniSolrCloudClusterSSL, TestPrepRecovery, TestRandomFlRTGCloud, 
TestRandomRequestDistribution, TestRebalanceLeaders, TestSSLRandomization, 
TestSegmentSorting, TestSizeLimitedDistributedMap, 
TestSolrCloudWithDelegationTokens, TestTlogReplica, ShardSplitTest, 
TestExecutePlanAction, TestGenericDistributedQueue]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestGenericDistributedQueue -Dtests.seed=2D3449E4708A8B03 
-Dtests.slow=true -Dtests.locale=fr-CH -Dtests.timezone=America/Coral_Harbour 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestGenericDistributedQueue (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2D3449E4708A8B03]:0)
   [junit4] Completed [777/777 (3!)] on J1 in 7220.23s, 3 tests, 3 errors <<< 
FAILURES!

[...truncated 2366 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_9334D041B3324A14-001\init-core-data-001
   [junit4]   2> log4j:WARN No appenders could be found for logger 
(org.apache.solr.SolrTestCaseJ4).
   [junit4]   2> log4j:WARN Please initialize the log4j system properly.
   [junit4]   2> log4j:WARN See 
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {}, locale=fr, timezone=GMT
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=73961512,total=97386496
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory 
-Dtests.seed=9334D041B3324A14 -Dtests.slow=true -Dtests.locale=fr 
-Dtests.timezone=GMT -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J1 | 
TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-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_9334D041B3324A14-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9334D041B3324A14]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [1/5 (1!)] on J1 in 15.16s, 8 tests, 1 error <<< FAILURES!

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

Reply via email to