Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7449/
Java: 32bit/jdk1.8.0_172 -server -XX:+UseSerialGC

5 tests failed.
FAILED:  
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, 
expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: 
Unexpected wrapped exception type, expected CoreIsClosedException
        at 
__randomizedtesting.SeedInfo.seed([5F789CF101198E5E:80F5FE4E3F70DB3C]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
        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)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception 
type, expected CoreIsClosedException
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2734)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
Caused by: java.lang.RuntimeException: Exception during query
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726)
        ... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
        at 
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
        at 
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
        at 
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
        ... 9 more


FAILED:  
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, 
expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: 
Unexpected wrapped exception type, expected CoreIsClosedException
        at 
__randomizedtesting.SeedInfo.seed([5F789CF101198E5E:80F5FE4E3F70DB3C]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
        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)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception 
type, expected CoreIsClosedException
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2734)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
Caused by: java.lang.RuntimeException: Exception during query
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726)
        ... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
        at 
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
        at 
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
        at 
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
        ... 9 more


FAILED:  
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, 
expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: 
Unexpected wrapped exception type, expected CoreIsClosedException
        at 
__randomizedtesting.SeedInfo.seed([5F789CF101198E5E:80F5FE4E3F70DB3C]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
        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)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception 
type, expected CoreIsClosedException
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2734)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
Caused by: java.lang.RuntimeException: Exception during query
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726)
        ... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
        at 
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
        at 
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
        at 
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
        ... 9 more


FAILED:  
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, 
expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: 
Unexpected wrapped exception type, expected CoreIsClosedException
        at 
__randomizedtesting.SeedInfo.seed([5F789CF101198E5E:80F5FE4E3F70DB3C]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
        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)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception 
type, expected CoreIsClosedException
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2734)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
Caused by: java.lang.RuntimeException: Exception during query
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726)
        ... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
        at 
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
        at 
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
        at 
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
        ... 9 more


FAILED:  
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, 
expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: 
Unexpected wrapped exception type, expected CoreIsClosedException
        at 
__randomizedtesting.SeedInfo.seed([5F789CF101198E5E:80F5FE4E3F70DB3C]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
        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)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception 
type, expected CoreIsClosedException
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2734)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
Caused by: java.lang.RuntimeException: Exception during query
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726)
        ... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
        at 
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
        at 
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
        at 
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
        ... 9 more




Build Log:
[...truncated 14400 lines...]
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_5F789CF101198E5E-001\init-core-data-001
   [junit4]   2> 3492762 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3492806 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3492828 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 3492893 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3493820 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3493820 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 3493844 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@184341
   [junit4]   2> 3493848 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@184341
   [junit4]   2> 3493848 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@184341
   [junit4]   2> 3493851 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3493907 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3493917 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3493984 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3493993 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 3493993 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184341
   [junit4]   2> 3493994 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3493994 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_5F789CF101198E5E-001\init-core-data-001\]
   [junit4]   2> 3493999 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=34.671875, 
floorSegmentMB=0.6845703125, forceMergeDeletesPctAllowed=13.06095002016115, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7857544884222072, deletesPctAllowed=40.94858492530726
   [junit4]   2> 3494095 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3494095 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3494096 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=20.26171875, 
floorSegmentMB=1.134765625, forceMergeDeletesPctAllowed=9.856423030313547, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=43.647767656089655
   [junit4]   2> 3494096 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@9bf246[collection1] 
main]
   [junit4]   2> 3494099 WARN  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3494099 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3494099 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3494198 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3494198 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3494198 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3494199 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3494199 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3494199 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3494200 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3494200 INFO  (coreLoadExecutor-14347-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3494201 INFO  
(searcherExecutor-14348-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@9bf246[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3494210 INFO  (AnalyzingInfixSuggesterTest-12986-thread-1) [   
 ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_analyzing_infix_long_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 3494210 INFO  (AnalyzingInfixSuggesterTest-12986-thread-1) [   
 ] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(longRandomAnalyzingInfixSuggester)
   [junit4]   2> 3494272 INFO  (AnalyzingInfixSuggesterTest-12986-thread-1) [   
 ] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 1000 items.
   [junit4]   2> 3494310 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=10008247
   [junit4]   2> 3494310 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3494310 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@8c6374: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@90bb04
   [junit4]   2> 3494311 INFO  (AnalyzingInfixSuggesterTest-12986-thread-1) [   
 ] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 2000 items.
   [junit4]   2> 3494340 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3494340 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@952503: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@1a17c85
   [junit4]   2> 3494344 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3494344 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@61d7de: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@188f043
   [junit4]   2> 3494347 INFO  (coreCloseExecutor-14352-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6de3ef
   [junit4]   2> 3494347 INFO  (coreCloseExecutor-14352-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=6de3ef
   [junit4]   2> 3494347 INFO  (coreCloseExecutor-14352-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@d022eb: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@17b26db
   [junit4]   2> 3494491 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3494556 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3494564 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 3494656 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3495098 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3495098 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 3495123 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@184341
   [junit4]   2> 3495129 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@184341
   [junit4]   2> 3495129 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[5F789CF101198E5E]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@184341
   [junit4]   2> 3495131 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3495199 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3495206 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3495302 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3495315 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 3495315 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184341
   [junit4]   2> 3495316 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3495316 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_5F789CF101198E5E-001\init-core-data-001\]
   [junit4]   2> 3495398 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3495398 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3495399 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=34.671875, 
floorSegmentMB=0.6845703125, forceMergeDeletesPctAllowed=13.06095002016115, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7857544884222072, deletesPctAllowed=40.94858492530726
   [junit4]   2> 3495400 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c37ea6[collection1] 
main]
   [junit4]   2> 3495401 WARN  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3495401 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3495401 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3495402 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3495402 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3495402 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3495405 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3495405 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3495405 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3495406 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3495406 INFO  (coreLoadExecutor-14362-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3495413 INFO  
(searcherExecutor-14363-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c37ea6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=InfixSuggestersTest 
-Dtests.method=testShutdownDuringBuild -Dtests.seed=5F789CF101198E5E 
-Dtests.slow=true -Dtests.locale=th -Dtests.timezone=CTT -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1.21s J1 | InfixSuggestersTest.testShutdownDuringBuild <<<
   [junit4]    > Throwable #1: java.util.concurrent.ExecutionException: 
junit.framework.AssertionFailedError: Unexpected wrapped exception type, 
expected CoreIsClosedException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5F789CF101198E5E:80F5FE4E3F70DB3C]:0)
   [junit4]    >        at 
java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]    >        at 
java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]    >        at 
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: junit.framework.AssertionFailedError: Unexpected 
wrapped exception type, expected CoreIsClosedException
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2734)
   [junit4]    >        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >        ... 1 more
   [junit4]    > Caused by: java.lang.RuntimeException: Exception during query
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]    >        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2726)
   [junit4]    >        ... 6 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: SolrCoreState 
already closed.
   [junit4]    >        at 
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
   [junit4]    >        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
   [junit4]    >        at 
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
   [junit4]    >        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]    >        ... 9 more
   [junit4]   2> 3495419 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    ] 
o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 3495419 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    ] 
o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 3495476 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    ] 
o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 3495719 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    ] 
o.a.s.h.c.SuggestComponent SuggestComponent process with : 
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 3495719 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
 status=0 QTime=300
   [junit4]   2> 3495727 ERROR 
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 3495730 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3495785 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3495792 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3495861 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3495873 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 3495894 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184341
   [junit4]   2> 3495894 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_5F789CF101198E5E-001\init-core-data-001\]
   [junit4]   2> 3495981 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3495981 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3495982 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@147fbdb[collection1] 
main]
   [junit4]   2> 3495983 WARN  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3495984 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3495984 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3495984 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3495984 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3495984 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3495984 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3495984 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3495984 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3495989 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3495989 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3495989 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=85.453125, 
floorSegmentMB=1.1044921875, forceMergeDeletesPctAllowed=27.979245912006487, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.33339305730502533, deletesPctAllowed=24.917906505061847
   [junit4]   2> 3495992 INFO  
(searcherExecutor-14367-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@147fbdb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3495992 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3495992 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@58abcf[collection1] 
main]
   [junit4]   2> 3495992 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1676ae0
   [junit4]   2> 3495992 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1676ae0
   [junit4]   2> 3495992 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1076b51: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@198bc48
   [junit4]   2> 3496000 INFO  
(searcherExecutor-14367-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@58abcf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3496014 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 3496014 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 3496024 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 3496058 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : 
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 3496058 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
 status=0 QTime=43
   [junit4]   2> 3496058 ERROR 
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 3496058 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3496116 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3496124 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3496196 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3496205 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 3496227 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184341
   [junit4]   2> 3496227 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_5F789CF101198E5E-001\init-core-data-001\]
   [junit4]   2> 3496323 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3496323 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3496324 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@118d512[collection1] 
main]
   [junit4]   2> 3496325 WARN  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3496325 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3496325 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3496327 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3496327 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3496327 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3496328 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3496328 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3496328 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3496329 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3496329 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3496330 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=59.357421875, 
floorSegmentMB=1.3134765625, forceMergeDeletesPctAllowed=6.993160261195184, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=35.614668372622354
   [junit4]   2> 3496330 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3496332 INFO  
(searcherExecutor-14371-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@118d512[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3496332 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f599b7[collection1] 
main]
   [junit4]   2> 3496332 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@197da2f
   [junit4]   2> 3496332 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=197da2f
   [junit4]   2> 3496332 INFO  
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@60da5d: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@198bc48
   [junit4]   2> 3496343 ERROR 
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 3496344 INFO  
(searcherExecutor-14371-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1f599b7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3496344 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3496354 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_analyzing_infix_long_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 3496354 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(longRandomAnalyzingInfixSuggester)
   [junit4]   2> 3496388 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 1000 items.
   [junit4]   2> 3496400 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3496408 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3496442 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 2000 items.
   [junit4]   2> 3496477 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 3000 items.
   [junit4]   2> 3496514 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 4000 items.
   [junit4]   2> 3496549 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 5000 items.
   [junit4]   2> 3496606 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 6000 items.
   [junit4]   2> 3496641 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 7000 items.
   [junit4]   2> 3496651 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3496660 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 3496675 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 8000 items.
   [junit4]   2> 3496683 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184341
   [junit4]   2> 3496683 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_5F789CF101198E5E-001\init-core-data-001\]
   [junit4]   2> 3496714 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 9000 items.
   [junit4]   2> 3496748 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 10000 items.
   [junit4]   2> 3496772 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3496772 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3496773 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@19fc78c[collection1] 
main]
   [junit4]   2> 3496774 WARN  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3496774 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3496775 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3496776 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3496776 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3496776 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3496778 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3496778 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3496778 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3496778 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3496778 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3496779 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=95243795, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 3496779 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3496782 INFO  
(searcherExecutor-14375-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@19fc78c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3496782 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5306d4[collection1] 
main]
   [junit4]   2> 3496782 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@14e4d33
   [junit4]   2> 3496782 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=14e4d33
   [junit4]   2> 3496782 INFO  
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 11000 items.
   [junit4]   2> 3496782 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[5F789CF101198E5E]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1dde403: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@198bc48
   [junit4]   2> 3496783 INFO  
(searcherExecutor-14375-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5306d4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3497280 ERROR 
(AnalyzingInfixSuggesterTest-12989-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.h.RequestHandlerBase 
org.apache.solr.update.SolrCoreState$CoreIsClosedException: Suggester build has 
been interrupted by a core reload or shutdown.
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.SolrSuggester.build(SolrSuggester.java:183)
   [junit4]   2>        at 
org.apache.solr.handler.component.SuggestComponent.prepare(SuggestComponent.java:185)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:272)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2>        at org.apache.solr.util.T

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

  x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 44658 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[5F789CF101198E5E])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 44660 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[5F789CF101198E5E])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 44660 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[5F789CF101198E5E])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 
10000ms.
   [junit4]   2> 44661 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[5F789CF101198E5E])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=17.654296875, 
floorSegmentMB=1.1728515625, forceMergeDeletesPctAllowed=27.442688478000257, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=21.34319900419901
   [junit4]   2> 44661 INFO  
(searcherExecutor-193-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c37935[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 44661 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[5F789CF101198E5E])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 44661 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[5F789CF101198E5E])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1639b25[collection1] main]
   [junit4]   2> 44662 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[5F789CF101198E5E])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@102dbe0
   [junit4]   2> 44662 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[5F789CF101198E5E])
 [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=102dbe0
   [junit4]   2> 44662 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[5F789CF101198E5E])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b40693: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1a52219
   [junit4]   2> 44662 INFO  
(searcherExecutor-193-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1639b25[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 44668 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[5F789CF101198E5E])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending 
testTwoSuggestersBuildThenReload
   [junit4] OK      0.65s J0 | 
InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4]   2> 44668 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 44668 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=25099006
   [junit4]   2> 44668 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 44668 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@e9d046: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@3ecc10
   [junit4]   2> 44671 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 44671 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@60daa3: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@1a22cd7
   [junit4]   2> 44671 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 44671 INFO  
(SUITE-InfixSuggestersTest-seed#[5F789CF101198E5E]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4170ad: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@781f30
   [junit4]   2> 44672 INFO  
(coreCloseExecutor-197-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@11d1259
   [junit4]   2> 44672 INFO  
(coreCloseExecutor-197-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=11d1259
   [junit4]   2> 44672 INFO  
(coreCloseExecutor-197-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@19721cd: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1a52219
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.InfixSuggestersTest_5F789CF101198E5E-002
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=10, maxDocsPerChunk=10, blockSize=10), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=10, blockSize=10)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e797a5),
 locale=th, timezone=CTT
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_172 
(32-bit)/cpus=3,threads=1,free=18861016,total=80678912
   [junit4]   2> NOTE: All tests run in this JVM: [InfixSuggestersTest, 
InfixSuggestersTest, InfixSuggestersTest]
   [junit4] Completed [5/5 (4!)] on J0 in 5.69s, 7 tests, 1 error <<< FAILURES!

[...truncated 13 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1568:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1092:
 There were test failures: 5 suites, 35 tests, 4 errors [seed: 5F789CF101198E5E]

Total time: 47 seconds

[repro] Setting last failure code to 1

[repro] Failures:
[repro]   4/5 failed: org.apache.solr.handler.component.InfixSuggestersTest
[repro] Exiting with code 1

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

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

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

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

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

Reply via email to