Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7139/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001\7.1.0-cfs\data:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001\7.1.0-cfs\data
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001\7.1.0-cfs:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001\7.1.0-cfs
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001\7.1.0-cfs\data:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001\7.1.0-cfs\data
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001\7.1.0-cfs:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001\7.1.0-cfs
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001

        at __randomizedtesting.SeedInfo.seed([F962C2C18D188921]: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.TriggerIntegrationTest.testNodeAddedTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([F962C2C18D188921:DF087CF89617264D]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeAddedTrigger(TriggerIntegrationTest.java:456)
        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:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([F962C2C18D188921:949E663C37507626]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:244)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.TestMultiWordSynonyms

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

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

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


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

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

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

        at __randomizedtesting.SeedInfo.seed([3C6C4150FAF3368D]: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 11846 lines...]
   [junit4] Suite: org.apache.solr.backcompat.TestLuceneIndexBackCompat
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\init-core-data-001
   [junit4]   2> 244191 INFO  
(SUITE-TestLuceneIndexBackCompat-seed#[F962C2C18D188921]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 244193 INFO  
(SUITE-TestLuceneIndexBackCompat-seed#[F962C2C18D188921]-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> 244193 INFO  
(SUITE-TestLuceneIndexBackCompat-seed#[F962C2C18D188921]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 244193 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testOldIndexes
   [junit4]   2> 244252 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 244263 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=minimal
   [junit4]   2> 244267 WARN  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 244267 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 244361 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 244366 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 244366 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 244375 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 244410 INFO  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 244413 INFO  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.s.IndexSchema [7.0.0-cfs] Schema name=minimal
   [junit4]   2> 244421 WARN  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 244421 INFO  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 244421 INFO  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.c.CoreContainer Creating SolrCore '7.0.0-cfs' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.0-cfs-001\7.0.0-cfs,
 trusted=true
   [junit4]   2> 244421 INFO  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.7.0.0-cfs' (registry 
'solr.core.7.0.0-cfs') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 244422 INFO  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 244422 INFO  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.c.SolrCore [[7.0.0-cfs] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.0-cfs-001\7.0.0-cfs],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.0-cfs-001\7.0.0-cfs\data\]
   [junit4]   2> 244517 INFO  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 244517 INFO  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 244575 INFO  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@c36413a[7.0.0-cfs] main]
   [junit4]   2> 244576 INFO  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.0-cfs-001\7.0.0-cfs\conf
   [junit4]   2> 244577 INFO  (coreLoadExecutor-689-thread-1) [    x:7.0.0-cfs] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 244578 INFO  
(searcherExecutor-690-thread-1-processing-x:7.0.0-cfs) [    x:7.0.0-cfs] 
o.a.s.c.SolrCore [7.0.0-cfs] Registered new searcher 
Searcher@c36413a[7.0.0-cfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10/1:delGen=1)
 Uninverting(_1(7.0.0):c10) Uninverting(_2(7.0.0):c10) 
Uninverting(_3(7.0.0):c5) Uninverting(_4(7.0.0):c1)))}
   [junit4]   2> 244584 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.S.Request [7.0.0-cfs]  webapp=null path=null 
params={q=*:*&rows=0&wt=xml} hits=35 status=0 QTime=0
   [junit4]   2> 244593 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.0.0-cfs]  webapp=null path=null 
params={}{add=[(null)]} 0 3
   [junit4]   2> 244593 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 244593 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@19c79b4b commitCommandVersion:0
   [junit4]   2> 244644 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@13796fd0[7.0.0-cfs] main]
   [junit4]   2> 244645 INFO  (searcherExecutor-690-thread-1) [    ] 
o.a.s.c.SolrCore [7.0.0-cfs] Registered new searcher 
Searcher@13796fd0[7.0.0-cfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10/1:delGen=1)
 Uninverting(_1(7.0.0):c10) Uninverting(_2(7.0.0):c10) 
Uninverting(_3(7.0.0):c5) Uninverting(_4(7.0.0):c1) Uninverting(_5(8.0.0):C1)))}
   [junit4]   2> 244646 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 244646 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.0.0-cfs]  webapp=null path=null 
params={}{commit=} 0 49
   [junit4]   2> 244646 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 244646 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1111260231
   [junit4]   2> 244646 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 244646 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6b2ba89d: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@2dcddd8b
   [junit4]   2> 244649 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 244649 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@14d176af: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@6b1cb6e7
   [junit4]   2> 244651 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 244651 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7491670a: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@28929264
   [junit4]   2> 244665 INFO  (coreCloseExecutor-694-thread-1) [    
x:7.0.0-cfs] o.a.s.c.SolrCore [7.0.0-cfs]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@62cec359
   [junit4]   2> 244665 INFO  (coreCloseExecutor-694-thread-1) [    
x:7.0.0-cfs] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.7.0.0-cfs, tag=1657717593
   [junit4]   2> 244665 INFO  (coreCloseExecutor-694-thread-1) [    
x:7.0.0-cfs] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6ee36c36: rootName = null, 
domain = solr.core.7.0.0-cfs, service url = null, agent id = null] for registry 
solr.core.7.0.0-cfs / com.codahale.metrics.MetricRegistry@42b36ad2
   [junit4]   2> 244737 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 244755 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=minimal
   [junit4]   2> 244757 WARN  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 244757 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 244842 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 244848 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 244849 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 244851 INFO  (coreLoadExecutor-701-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 244887 INFO  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 244894 INFO  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.s.IndexSchema [7.0.0-nocfs] Schema name=minimal
   [junit4]   2> 244898 WARN  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 244898 INFO  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid 
field null
   [junit4]   2> 244898 INFO  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.c.CoreContainer Creating SolrCore '7.0.0-nocfs' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.0-nocfs-001\7.0.0-nocfs,
 trusted=true
   [junit4]   2> 244899 INFO  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.7.0.0-nocfs' (registry 'solr.core.7.0.0-nocfs') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 244899 INFO  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 244899 INFO  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.c.SolrCore [[7.0.0-nocfs] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.0-nocfs-001\7.0.0-nocfs],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.0-nocfs-001\7.0.0-nocfs\data\]
   [junit4]   2> 245004 INFO  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 245004 INFO  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 245034 INFO  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2e38d866[7.0.0-nocfs] main]
   [junit4]   2> 245035 INFO  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.0-nocfs-001\7.0.0-nocfs\conf
   [junit4]   2> 245039 INFO  (coreLoadExecutor-701-thread-1) [    
x:7.0.0-nocfs] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 245040 INFO  
(searcherExecutor-702-thread-1-processing-x:7.0.0-nocfs) [    x:7.0.0-nocfs] 
o.a.s.c.SolrCore [7.0.0-nocfs] Registered new searcher 
Searcher@2e38d866[7.0.0-nocfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10/1:delGen=1)
 Uninverting(_1(7.0.0):c10) Uninverting(_2(7.0.0):c10) 
Uninverting(_3(7.0.0):c5) Uninverting(_4(7.0.0):c1)))}
   [junit4]   2> 245047 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.S.Request [7.0.0-nocfs]  webapp=null path=null 
params={q=*:*&rows=0&wt=xml} hits=35 status=0 QTime=0
   [junit4]   2> 245049 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.0.0-nocfs]  webapp=null path=null 
params={}{add=[(null)]} 0 1
   [junit4]   2> 245050 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 245050 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@108151e8 commitCommandVersion:0
   [junit4]   2> 245076 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4699777f[7.0.0-nocfs] main]
   [junit4]   2> 245078 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 245078 INFO  (searcherExecutor-702-thread-1) [    ] 
o.a.s.c.SolrCore [7.0.0-nocfs] Registered new searcher 
Searcher@4699777f[7.0.0-nocfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10/1:delGen=1)
 Uninverting(_1(7.0.0):c10) Uninverting(_2(7.0.0):c10) 
Uninverting(_3(7.0.0):c5) Uninverting(_4(7.0.0):c1) Uninverting(_5(8.0.0):C1)))}
   [junit4]   2> 245079 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.0.0-nocfs]  webapp=null path=null 
params={}{commit=} 0 29
   [junit4]   2> 245079 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 245079 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1514212194
   [junit4]   2> 245079 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 245079 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2e4a6a8f: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@1bc31254
   [junit4]   2> 245082 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 245083 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@61140560: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@6b1cb6e7
   [junit4]   2> 245086 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 245086 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@56c8e76d: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@28929264
   [junit4]   2> 245087 INFO  (coreCloseExecutor-706-thread-1) [    
x:7.0.0-nocfs] o.a.s.c.SolrCore [7.0.0-nocfs]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@69f80c27
   [junit4]   2> 245087 INFO  (coreCloseExecutor-706-thread-1) [    
x:7.0.0-nocfs] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.7.0.0-nocfs, tag=1777863719
   [junit4]   2> 245087 INFO  (coreCloseExecutor-706-thread-1) [    
x:7.0.0-nocfs] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@582eea38: rootName = null, 
domain = solr.core.7.0.0-nocfs, service url = null, agent id = null] for 
registry solr.core.7.0.0-nocfs / com.codahale.metrics.MetricRegistry@316f9b2f
   [junit4]   2> 245164 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 245171 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=minimal
   [junit4]   2> 245189 WARN  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 245190 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 245292 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 245299 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 245299 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 245301 INFO  (coreLoadExecutor-713-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 245334 INFO  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 245341 INFO  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.s.IndexSchema [7.0.1-cfs] Schema name=minimal
   [junit4]   2> 245344 WARN  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 245346 INFO  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 245346 INFO  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.c.CoreContainer Creating SolrCore '7.0.1-cfs' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.1-cfs-001\7.0.1-cfs,
 trusted=true
   [junit4]   2> 245346 INFO  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.7.0.1-cfs' (registry 
'solr.core.7.0.1-cfs') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 245346 INFO  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 245346 INFO  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.c.SolrCore [[7.0.1-cfs] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.1-cfs-001\7.0.1-cfs],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.1-cfs-001\7.0.1-cfs\data\]
   [junit4]   2> 245426 INFO  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 245426 INFO  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 245473 INFO  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5743b1df[7.0.1-cfs] main]
   [junit4]   2> 245474 INFO  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.1-cfs-001\7.0.1-cfs\conf
   [junit4]   2> 245475 INFO  (coreLoadExecutor-713-thread-1) [    x:7.0.1-cfs] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 245476 INFO  
(searcherExecutor-714-thread-1-processing-x:7.0.1-cfs) [    x:7.0.1-cfs] 
o.a.s.c.SolrCore [7.0.1-cfs] Registered new searcher 
Searcher@5743b1df[7.0.1-cfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.1):c10/1:delGen=1)
 Uninverting(_1(7.0.1):c10) Uninverting(_2(7.0.1):c10) 
Uninverting(_3(7.0.1):c5) Uninverting(_4(7.0.1):c1)))}
   [junit4]   2> 245482 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.S.Request [7.0.1-cfs]  webapp=null path=null 
params={q=*:*&rows=0&wt=xml} hits=35 status=0 QTime=0
   [junit4]   2> 245486 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.0.1-cfs]  webapp=null path=null 
params={}{add=[(null)]} 0 4
   [junit4]   2> 245486 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 245487 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3e056221 commitCommandVersion:0
   [junit4]   2> 245508 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3e57ee3[7.0.1-cfs] main]
   [junit4]   2> 245509 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 245510 INFO  (searcherExecutor-714-thread-1) [    ] 
o.a.s.c.SolrCore [7.0.1-cfs] Registered new searcher 
Searcher@3e57ee3[7.0.1-cfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.1):c10/1:delGen=1)
 Uninverting(_1(7.0.1):c10) Uninverting(_2(7.0.1):c10) 
Uninverting(_3(7.0.1):c5) Uninverting(_4(7.0.1):c1) Uninverting(_5(8.0.0):C1)))}
   [junit4]   2> 245510 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.0.1-cfs]  webapp=null path=null 
params={}{commit=} 0 22
   [junit4]   2> 245510 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 245510 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2041630731
   [junit4]   2> 245510 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 245510 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2737bf53: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@7c6cfc20
   [junit4]   2> 245514 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 245514 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1eed74ef: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@6b1cb6e7
   [junit4]   2> 245516 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 245517 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4e38a158: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@28929264
   [junit4]   2> 245518 INFO  (coreCloseExecutor-718-thread-1) [    
x:7.0.1-cfs] o.a.s.c.SolrCore [7.0.1-cfs]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@fd48a9d
   [junit4]   2> 245518 INFO  (coreCloseExecutor-718-thread-1) [    
x:7.0.1-cfs] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.7.0.1-cfs, tag=265587357
   [junit4]   2> 245518 INFO  (coreCloseExecutor-718-thread-1) [    
x:7.0.1-cfs] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c7f6d4a: rootName = null, 
domain = solr.core.7.0.1-cfs, service url = null, agent id = null] for registry 
solr.core.7.0.1-cfs / com.codahale.metrics.MetricRegistry@48b5b9e8
   [junit4]   2> 245597 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 245604 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=minimal
   [junit4]   2> 245608 WARN  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 245608 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 245711 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 245716 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 245716 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 245719 INFO  (coreLoadExecutor-725-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 245747 INFO  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 245754 INFO  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.s.IndexSchema [7.0.1-nocfs] Schema name=minimal
   [junit4]   2> 245759 WARN  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 245759 INFO  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid 
field null
   [junit4]   2> 245759 INFO  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.c.CoreContainer Creating SolrCore '7.0.1-nocfs' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.1-nocfs-001\7.0.1-nocfs,
 trusted=true
   [junit4]   2> 245759 INFO  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.7.0.1-nocfs' (registry 'solr.core.7.0.1-nocfs') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 245759 INFO  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 245759 INFO  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.c.SolrCore [[7.0.1-nocfs] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.1-nocfs-001\7.0.1-nocfs],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.1-nocfs-001\7.0.1-nocfs\data\]
   [junit4]   2> 245844 INFO  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 245844 INFO  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 245873 INFO  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b07d907[7.0.1-nocfs] main]
   [junit4]   2> 245874 INFO  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.0.1-nocfs-001\7.0.1-nocfs\conf
   [junit4]   2> 245875 INFO  (coreLoadExecutor-725-thread-1) [    
x:7.0.1-nocfs] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 245875 INFO  
(searcherExecutor-726-thread-1-processing-x:7.0.1-nocfs) [    x:7.0.1-nocfs] 
o.a.s.c.SolrCore [7.0.1-nocfs] Registered new searcher 
Searcher@7b07d907[7.0.1-nocfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.1):c10/1:delGen=1)
 Uninverting(_1(7.0.1):c10) Uninverting(_2(7.0.1):c10) 
Uninverting(_3(7.0.1):c5) Uninverting(_4(7.0.1):c1)))}
   [junit4]   2> 245881 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.S.Request [7.0.1-nocfs]  webapp=null path=null 
params={q=*:*&rows=0&wt=xml} hits=35 status=0 QTime=0
   [junit4]   2> 245883 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.0.1-nocfs]  webapp=null path=null 
params={}{add=[(null)]} 0 1
   [junit4]   2> 245884 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 245884 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6b60338c commitCommandVersion:0
   [junit4]   2> 245910 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7cd9fef8[7.0.1-nocfs] main]
   [junit4]   2> 245913 INFO  (searcherExecutor-726-thread-1) [    ] 
o.a.s.c.SolrCore [7.0.1-nocfs] Registered new searcher 
Searcher@7cd9fef8[7.0.1-nocfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.1):c10/1:delGen=1)
 Uninverting(_1(7.0.1):c10) Uninverting(_2(7.0.1):c10) 
Uninverting(_3(7.0.1):c5) Uninverting(_4(7.0.1):c1) Uninverting(_5(8.0.0):C1)))}
   [junit4]   2> 245913 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 245913 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.0.1-nocfs]  webapp=null path=null 
params={}{commit=} 0 29
   [junit4]   2> 245913 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 245913 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=558150312
   [junit4]   2> 245913 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 245913 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1796ba5b: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@2fee5da6
   [junit4]   2> 245920 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 245920 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@59ff4759: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@6b1cb6e7
   [junit4]   2> 245922 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 245922 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1cb94058: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@28929264
   [junit4]   2> 245927 INFO  (coreCloseExecutor-730-thread-1) [    
x:7.0.1-nocfs] o.a.s.c.SolrCore [7.0.1-nocfs]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4156c58
   [junit4]   2> 245927 INFO  (coreCloseExecutor-730-thread-1) [    
x:7.0.1-nocfs] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.7.0.1-nocfs, tag=68512856
   [junit4]   2> 245927 INFO  (coreCloseExecutor-730-thread-1) [    
x:7.0.1-nocfs] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@33467945: rootName = null, 
domain = solr.core.7.0.1-nocfs, service url = null, agent id = null] for 
registry solr.core.7.0.1-nocfs / com.codahale.metrics.MetricRegistry@7e3d4899
   [junit4]   2> 245997 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 246005 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=minimal
   [junit4]   2> 246007 WARN  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 246009 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 246111 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 246117 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 246117 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 246119 INFO  (coreLoadExecutor-737-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 246160 INFO  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 246167 INFO  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.s.IndexSchema [7.1.0-cfs] Schema name=minimal
   [junit4]   2> 246175 WARN  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 246176 INFO  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 246176 INFO  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.c.CoreContainer Creating SolrCore '7.1.0-cfs' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001\7.1.0-cfs,
 trusted=true
   [junit4]   2> 246176 INFO  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.7.1.0-cfs' (registry 
'solr.core.7.1.0-cfs') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 246176 INFO  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 246176 INFO  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.c.SolrCore [[7.1.0-cfs] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001\7.1.0-cfs],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001\7.1.0-cfs\data\]
   [junit4]   2> 246304 INFO  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 246304 INFO  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 246327 INFO  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3a386aba[7.1.0-cfs] main]
   [junit4]   2> 246329 INFO  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-cfs-001\7.1.0-cfs\conf
   [junit4]   2> 246332 INFO  (coreLoadExecutor-737-thread-1) [    x:7.1.0-cfs] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 246332 INFO  
(searcherExecutor-738-thread-1-processing-x:7.1.0-cfs) [    x:7.1.0-cfs] 
o.a.s.c.SolrCore [7.1.0-cfs] Registered new searcher 
Searcher@3a386aba[7.1.0-cfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c10/1:delGen=1)
 Uninverting(_1(7.1.0):c10) Uninverting(_2(7.1.0):c10) 
Uninverting(_3(7.1.0):c5) Uninverting(_4(7.1.0):c1)))}
   [junit4]   2> 246341 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.S.Request [7.1.0-cfs]  webapp=null path=null 
params={q=*:*&rows=0&wt=xml} hits=35 status=0 QTime=0
   [junit4]   2> 246342 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.1.0-cfs]  webapp=null path=null 
params={}{add=[(null)]} 0 1
   [junit4]   2> 246342 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 246342 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5d7d6dc commitCommandVersion:0
   [junit4]   2> 246372 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@451765bd[7.1.0-cfs] main]
   [junit4]   2> 246375 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 246376 INFO  (searcherExecutor-738-thread-1) [    ] 
o.a.s.c.SolrCore [7.1.0-cfs] Registered new searcher 
Searcher@451765bd[7.1.0-cfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c10/1:delGen=1)
 Uninverting(_1(7.1.0):c10) Uninverting(_2(7.1.0):c10) 
Uninverting(_3(7.1.0):c5) Uninverting(_4(7.1.0):c1) Uninverting(_5(8.0.0):C1)))}
   [junit4]   2> 246377 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.1.0-cfs]  webapp=null path=null 
params={}{commit=} 0 33
   [junit4]   2> 246377 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 246377 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=481247978
   [junit4]   2> 246377 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 246377 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@67ce3a53: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@5976f3ee
   [junit4]   2> 246381 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 246381 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@20891d2d: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@6b1cb6e7
   [junit4]   2> 246385 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 246385 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@47b1f2c8: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@28929264
   [junit4]   2> 246386 INFO  (coreCloseExecutor-742-thread-1) [    
x:7.1.0-cfs] o.a.s.c.SolrCore [7.1.0-cfs]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5a4c658b
   [junit4]   2> 246386 INFO  (coreCloseExecutor-742-thread-1) [    
x:7.1.0-cfs] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.7.1.0-cfs, tag=1514956171
   [junit4]   2> 246386 INFO  (coreCloseExecutor-742-thread-1) [    
x:7.1.0-cfs] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7bc0f087: rootName = null, 
domain = solr.core.7.1.0-cfs, service url = null, agent id = null] for registry 
solr.core.7.1.0-cfs / com.codahale.metrics.MetricRegistry@53ba1255
   [junit4]   2> 246442 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 246448 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=minimal
   [junit4]   2> 246452 WARN  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 246452 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 246527 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 246535 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 246535 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 246552 INFO  (coreLoadExecutor-749-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 246586 INFO  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 246595 INFO  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.s.IndexSchema [7.1.0-nocfs] Schema name=minimal
   [junit4]   2> 246599 WARN  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 246600 INFO  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid 
field null
   [junit4]   2> 246600 INFO  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.c.CoreContainer Creating SolrCore '7.1.0-nocfs' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-nocfs-001\7.1.0-nocfs,
 trusted=true
   [junit4]   2> 246600 INFO  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.7.1.0-nocfs' (registry 'solr.core.7.1.0-nocfs') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 246600 INFO  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 246600 INFO  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.c.SolrCore [[7.1.0-nocfs] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-nocfs-001\7.1.0-nocfs],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-nocfs-001\7.1.0-nocfs\data\]
   [junit4]   2> 246667 INFO  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 246667 INFO  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 246750 INFO  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3af83c35[7.1.0-nocfs] main]
   [junit4]   2> 246751 INFO  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.1.0-nocfs-001\7.1.0-nocfs\conf
   [junit4]   2> 246752 INFO  (coreLoadExecutor-749-thread-1) [    
x:7.1.0-nocfs] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 246753 INFO  
(searcherExecutor-750-thread-1-processing-x:7.1.0-nocfs) [    x:7.1.0-nocfs] 
o.a.s.c.SolrCore [7.1.0-nocfs] Registered new searcher 
Searcher@3af83c35[7.1.0-nocfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c10/1:delGen=1)
 Uninverting(_1(7.1.0):c10) Uninverting(_2(7.1.0):c10) 
Uninverting(_3(7.1.0):c5) Uninverting(_4(7.1.0):c1)))}
   [junit4]   2> 246758 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.S.Request [7.1.0-nocfs]  webapp=null path=null 
params={q=*:*&rows=0&wt=xml} hits=35 status=0 QTime=0
   [junit4]   2> 246761 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.1.0-nocfs]  webapp=null path=null 
params={}{add=[(null)]} 0 2
   [junit4]   2> 246761 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 246761 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3e7e6498 commitCommandVersion:0
   [junit4]   2> 246785 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@27c9bf52[7.1.0-nocfs] main]
   [junit4]   2> 246785 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 246786 INFO  (searcherExecutor-750-thread-1) [    ] 
o.a.s.c.SolrCore [7.1.0-nocfs] Registered new searcher 
Searcher@27c9bf52[7.1.0-nocfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c10/1:delGen=1)
 Uninverting(_1(7.1.0):c10) Uninverting(_2(7.1.0):c10) 
Uninverting(_3(7.1.0):c5) Uninverting(_4(7.1.0):c1) Uninverting(_5(8.0.0):C1)))}
   [junit4]   2> 246786 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.1.0-nocfs]  webapp=null path=null 
params={}{commit=} 0 25
   [junit4]   2> 246786 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 246788 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1877092679
   [junit4]   2> 246788 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 246788 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6e58d8b8: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@484c884
   [junit4]   2> 246791 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 246791 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6da5a2e4: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@6b1cb6e7
   [junit4]   2> 246794 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 246794 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@60aadfd: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@28929264
   [junit4]   2> 246796 INFO  (coreCloseExecutor-754-thread-1) [    
x:7.1.0-nocfs] o.a.s.c.SolrCore [7.1.0-nocfs]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6ca74b9e
   [junit4]   2> 246796 INFO  (coreCloseExecutor-754-thread-1) [    
x:7.1.0-nocfs] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.7.1.0-nocfs, tag=1822903198
   [junit4]   2> 246796 INFO  (coreCloseExecutor-754-thread-1) [    
x:7.1.0-nocfs] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@22e99dff: rootName = null, 
domain = solr.core.7.1.0-nocfs, service url = null, agent id = null] for 
registry solr.core.7.1.0-nocfs / com.codahale.metrics.MetricRegistry@47218b73
   [junit4]   2> 246890 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 246897 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=minimal
   [junit4]   2> 246901 WARN  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 246901 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 246986 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 246992 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 246992 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 246996 INFO  (coreLoadExecutor-761-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 247035 INFO  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 247042 INFO  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.s.IndexSchema [7.2.0-cfs] Schema name=minimal
   [junit4]   2> 247045 WARN  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 247046 INFO  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 247046 INFO  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.c.CoreContainer Creating SolrCore '7.2.0-cfs' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.2.0-cfs-001\7.2.0-cfs,
 trusted=true
   [junit4]   2> 247046 INFO  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.7.2.0-cfs' (registry 
'solr.core.7.2.0-cfs') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23debbdd
   [junit4]   2> 247047 INFO  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 247049 INFO  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.c.SolrCore [[7.2.0-cfs] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.2.0-cfs-001\7.2.0-cfs],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.2.0-cfs-001\7.2.0-cfs\data\]
   [junit4]   2> 247140 INFO  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 247140 INFO  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 247169 INFO  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@60ba2b60[7.2.0-cfs] main]
   [junit4]   2> 247171 INFO  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.backcompat.TestLuceneIndexBackCompat_F962C2C18D188921-001\7.2.0-cfs-001\7.2.0-cfs\conf
   [junit4]   2> 247171 INFO  (coreLoadExecutor-761-thread-1) [    x:7.2.0-cfs] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 247172 INFO  
(searcherExecutor-762-thread-1-processing-x:7.2.0-cfs) [    x:7.2.0-cfs] 
o.a.s.c.SolrCore [7.2.0-cfs] Registered new searcher 
Searcher@60ba2b60[7.2.0-cfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c10/1:delGen=1)
 Uninverting(_1(7.2.0):c10) Uninverting(_2(7.2.0):c10) 
Uninverting(_3(7.2.0):c5) Uninverting(_4(7.2.0):c1)))}
   [junit4]   2> 247178 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.S.Request [7.2.0-cfs]  webapp=null path=null 
params={q=*:*&rows=0&wt=xml} hits=35 status=0 QTime=0
   [junit4]   2> 247180 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.2.0-cfs]  webapp=null path=null 
params={}{add=[(null)]} 0 1
   [junit4]   2> 247180 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 247180 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@24b13a12 commitCommandVersion:0
   [junit4]   2> 247212 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@72af2ba4[7.2.0-cfs] main]
   [junit4]   2> 247215 INFO  (searcherExecutor-762-thread-1) [    ] 
o.a.s.c.SolrCore [7.2.0-cfs] Registered new searcher 
Searcher@72af2ba4[7.2.0-cfs] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c10/1:delGen=1)
 Uninverting(_1(7.2.0):c10) Uninverting(_2(7.2.0):c10) 
Uninverting(_3(7.2.0):c5) Uninverting(_4(7.2.0):c1) Uninverting(_5(8.0.0):C1)))}
   [junit4]   2> 247215 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 247215 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [7.2.0-cfs]  webapp=null path=null 
params={}{commit=} 0 34
   [junit4]   2> 247215 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 247215 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1840060526
   [junit4]   2> 247215 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 247215 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@383a667d: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@18eaad72
   [junit4]   2> 247220 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 247220 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6ef8182b: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@6b1cb6e7
   [junit4]   2> 247222 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 247222 INFO  
(TEST-TestLuceneIndexBackCompat.testOldIndexes-seed#[F962C2C18D188921]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@72e7fab2: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@28929264
   [junit4]   2> 247226 INFO  (coreCloseExecutor-766-thread-1) [    

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

onseLogComponentTest, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, 
TestBinaryField, NumericFieldsTest, TestConfig, TestFuzzyAnalyzedSuggestions, 
NotRequiredUniqueKeyTest, TestCharFilters, TestCodecSupport, 
TestPerFieldSimilarity, TestBM25SimilarityFactory, URLClassifyProcessorTest, 
PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, 
SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, 
ClusterStateTest, TestSolrJ, TestUtils, TestDocumentBuilder, ZkNodePropsTest, 
SliceStateTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestEmbeddedSolrServerAdminHandler, 
TestEmbeddedSolrServerSchemaAPI, CloudExitableDirectoryReaderTest, 
CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteStatusTest, 
DistribCursorPagingTest, DistribJoinFromCollectionTest, 
DocValuesNotIndexedTest, HttpPartitionTest, RecoveryAfterSoftCommitTest, 
ReplicationFactorTest, RestartWhileUpdatingTest, SSLMigrationTest, 
SaslZkACLProviderTest, SolrCloudExampleTest, TestCloudPseudoReturnFields, 
TestCloudRecovery, TestDownShardTolerantSearch, TestLeaderElectionZkExpiry, 
TestLeaderInitiatedRecoveryThread, TestPrepRecovery, TestRebalanceLeaders, 
TestRequestForwarding, TestSkipOverseerOperations, 
TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, 
TestStressCloudBlindAtomicUpdates, TestStressInPlaceUpdates, 
TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, ZkFailoverTest, 
CollectionsAPIDistributedZkTest, TestRequestStatusCollectionAPI, 
AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, SystemLogListenerTest, 
TestPolicyCloud, TriggerIntegrationTest, TestSQLHandler, 
DistributedSuggestComponentTest, TestPivotHelperCode, 
TestTrackingShardHandlerFactory, SolrGraphiteReporterTest, SolrJmxReporterTest, 
RegexBytesRefFilterTest, TestStreamBody, TestMacros, TestCustomDocTransformer, 
TestGraphMLResponseWriter, TestRetrieveFieldsOptimizer, TestSolrQueryResponse, 
TestSubQueryTransformer, TestSubQueryTransformerCrossCore, 
TestSchemaVersionResource, TestSerializedLuceneMatchVersion, 
TestUniqueKeyFieldResource, TestManagedStopFilterFactory, 
TestManagedSynonymFilterFactory, BadCopyFieldTest, BooleanFieldTest, 
ChangedSchemaMergeTest, CurrencyFieldTypeTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestCloudManagedSchema, 
TestCloudSchemaless, CursorMarkTest, SortSpecParsingTest, 
TestAddFieldRealTimeGet, TestCollapseQParserPlugin, TestCustomSort, 
TestGraphTermsQParserPlugin, TestLegacyNumericRangeQueryBuilder, 
TestMissingGroups, TestMultiWordSynonyms]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestMultiWordSynonyms -Dtests.seed=F962C2C18D188921 
-Dtests.slow=true -Dtests.locale=ar-LB -Dtests.timezone=America/Chicago 
-Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J1 | TestMultiWordSynonyms (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestMultiWordSynonyms_F962C2C18D188921-001\init-core-data-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestMultiWordSynonyms_F962C2C18D188921-001\init-core-data-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestMultiWordSynonyms_F962C2C18D188921-001\init-core-data-001\tlog:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestMultiWordSynonyms_F962C2C18D188921-001\init-core-data-001\tlog
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestMultiWordSynonyms_F962C2C18D188921-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestMultiWordSynonyms_F962C2C18D188921-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F962C2C18D188921]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [707/768 (4!)] on J1 in 0.64s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 2526 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory
   [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> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\init-core-data-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2194d551),
 locale=hi-IN, timezone=Chile/Continental
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=109443304,total=127926272
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory 
-Dtests.seed=3C6C4150FAF3368D -Dtests.slow=true -Dtests.locale=hi-IN 
-Dtests.timezone=Chile/Continental -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J1 | 
TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\tempDir-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\tempDir-001\collection1\conf
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\tempDir-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\tempDir-001\collection1
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\tempDir-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\tempDir-001\collection1\conf\en-test-sent.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\tempDir-001\collection1\conf\en-test-sent.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\tempDir-001\collection1\conf\en-test-ner-person.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\tempDir-001\collection1\conf\en-test-ner-person.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\tempDir-001\collection1\conf\en-test-tokenizer.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001\tempDir-001\collection1\conf\en-test-tokenizer.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_3C6C4150FAF3368D-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3C6C4150FAF3368D]: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 13.32s, 8 tests, 1 error <<< FAILURES!

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

Reply via email to