You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/06/23 08:45:51 UTC

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-10.0.1) - Build # 7375 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7375/
Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

6 tests failed.
FAILED:  org.apache.solr.common.util.TestTimeSource.testEpochTime

Error Message:
SimTimeSource:50.0 time diff=12710000

Stack Trace:
java.lang.AssertionError: SimTimeSource:50.0 time diff=12710000
	at __randomizedtesting.SeedInfo.seed([E161FA0041616068:D90D8925D5B1C22E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.common.util.TestTimeSource.doTestEpochTime(TestTimeSource.java:52)
	at org.apache.solr.common.util.TestTimeSource.testEpochTime(TestTimeSource.java:32)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.core.TestCodecSupport.testMixedCompressionMode

Error Message:
Expecting compression mode string to be BEST_SPEED but got: BEST_COMPRESSION  SegmentInfo: _5(8.0.0):c1  SegmentInfos: segments_e: _7(8.0.0):c2 _5(8.0.0):c1  Codec: Lucene70 expected:<BEST_[SPEED]> but was:<BEST_[COMPRESSION]>

Stack Trace:
org.junit.ComparisonFailure: Expecting compression mode string to be BEST_SPEED but got: BEST_COMPRESSION
 SegmentInfo: _5(8.0.0):c1
 SegmentInfos: segments_e: _7(8.0.0):c2 _5(8.0.0):c1
 Codec: Lucene70 expected:<BEST_[SPEED]> but was:<BEST_[COMPRESSION]>
	at __randomizedtesting.SeedInfo.seed([F584376A20EC9B2D:2BF1400E658E6E9C]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.apache.solr.core.TestCodecSupport.lambda$assertCompressionMode$0(TestCodecSupport.java:115)
	at org.apache.solr.core.SolrCore.withSearcher(SolrCore.java:1874)
	at org.apache.solr.core.TestCodecSupport.assertCompressionMode(TestCodecSupport.java:112)
	at org.apache.solr.core.TestCodecSupport.testMixedCompressionMode(TestCodecSupport.java:157)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.core.TestCodecSupport.testMixedCompressionMode

Error Message:
Expecting compression mode string to be BEST_SPEED but got: BEST_COMPRESSION  SegmentInfo: _5(8.0.0):c1  SegmentInfos: segments_e: _7(8.0.0):c2 _5(8.0.0):c1  Codec: Lucene70 expected:<BEST_[SPEED]> but was:<BEST_[COMPRESSION]>

Stack Trace:
org.junit.ComparisonFailure: Expecting compression mode string to be BEST_SPEED but got: BEST_COMPRESSION
 SegmentInfo: _5(8.0.0):c1
 SegmentInfos: segments_e: _7(8.0.0):c2 _5(8.0.0):c1
 Codec: Lucene70 expected:<BEST_[SPEED]> but was:<BEST_[COMPRESSION]>
	at __randomizedtesting.SeedInfo.seed([F584376A20EC9B2D:2BF1400E658E6E9C]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.apache.solr.core.TestCodecSupport.lambda$assertCompressionMode$0(TestCodecSupport.java:115)
	at org.apache.solr.core.SolrCore.withSearcher(SolrCore.java:1874)
	at org.apache.solr.core.TestCodecSupport.assertCompressionMode(TestCodecSupport.java:112)
	at org.apache.solr.core.TestCodecSupport.testMixedCompressionMode(TestCodecSupport.java:157)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.core.TestCodecSupport.testMixedCompressionMode

Error Message:
Expecting compression mode string to be BEST_SPEED but got: BEST_COMPRESSION  SegmentInfo: _5(8.0.0):c1  SegmentInfos: segments_e: _7(8.0.0):c2 _5(8.0.0):c1  Codec: Lucene70 expected:<BEST_[SPEED]> but was:<BEST_[COMPRESSION]>

Stack Trace:
org.junit.ComparisonFailure: Expecting compression mode string to be BEST_SPEED but got: BEST_COMPRESSION
 SegmentInfo: _5(8.0.0):c1
 SegmentInfos: segments_e: _7(8.0.0):c2 _5(8.0.0):c1
 Codec: Lucene70 expected:<BEST_[SPEED]> but was:<BEST_[COMPRESSION]>
	at __randomizedtesting.SeedInfo.seed([F584376A20EC9B2D:2BF1400E658E6E9C]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.apache.solr.core.TestCodecSupport.lambda$assertCompressionMode$0(TestCodecSupport.java:115)
	at org.apache.solr.core.SolrCore.withSearcher(SolrCore.java:1874)
	at org.apache.solr.core.TestCodecSupport.assertCompressionMode(TestCodecSupport.java:112)
	at org.apache.solr.core.TestCodecSupport.testMixedCompressionMode(TestCodecSupport.java:157)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.core.TestCodecSupport.testMixedCompressionMode

Error Message:
Expecting compression mode string to be BEST_SPEED but got: BEST_COMPRESSION  SegmentInfo: _5(8.0.0):c1  SegmentInfos: segments_e: _7(8.0.0):c2 _5(8.0.0):c1  Codec: Lucene70 expected:<BEST_[SPEED]> but was:<BEST_[COMPRESSION]>

Stack Trace:
org.junit.ComparisonFailure: Expecting compression mode string to be BEST_SPEED but got: BEST_COMPRESSION
 SegmentInfo: _5(8.0.0):c1
 SegmentInfos: segments_e: _7(8.0.0):c2 _5(8.0.0):c1
 Codec: Lucene70 expected:<BEST_[SPEED]> but was:<BEST_[COMPRESSION]>
	at __randomizedtesting.SeedInfo.seed([F584376A20EC9B2D:2BF1400E658E6E9C]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.apache.solr.core.TestCodecSupport.lambda$assertCompressionMode$0(TestCodecSupport.java:115)
	at org.apache.solr.core.SolrCore.withSearcher(SolrCore.java:1874)
	at org.apache.solr.core.TestCodecSupport.assertCompressionMode(TestCodecSupport.java:112)
	at org.apache.solr.core.TestCodecSupport.testMixedCompressionMode(TestCodecSupport.java:157)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.core.TestCodecSupport.testMixedCompressionMode

Error Message:
Expecting compression mode string to be BEST_SPEED but got: BEST_COMPRESSION  SegmentInfo: _5(8.0.0):c1  SegmentInfos: segments_e: _7(8.0.0):c2 _5(8.0.0):c1  Codec: Lucene70 expected:<BEST_[SPEED]> but was:<BEST_[COMPRESSION]>

Stack Trace:
org.junit.ComparisonFailure: Expecting compression mode string to be BEST_SPEED but got: BEST_COMPRESSION
 SegmentInfo: _5(8.0.0):c1
 SegmentInfos: segments_e: _7(8.0.0):c2 _5(8.0.0):c1
 Codec: Lucene70 expected:<BEST_[SPEED]> but was:<BEST_[COMPRESSION]>
	at __randomizedtesting.SeedInfo.seed([F584376A20EC9B2D:2BF1400E658E6E9C]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.apache.solr.core.TestCodecSupport.lambda$assertCompressionMode$0(TestCodecSupport.java:115)
	at org.apache.solr.core.SolrCore.withSearcher(SolrCore.java:1874)
	at org.apache.solr.core.TestCodecSupport.assertCompressionMode(TestCodecSupport.java:112)
	at org.apache.solr.core.TestCodecSupport.testMixedCompressionMode(TestCodecSupport.java:157)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1898 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J1-20180623_071044_3376193333268477721223.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp\junit4-J0-20180623_071044_3382145424054267275728.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 310 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J0-20180623_071703_97110128801926900098631.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\test\temp\junit4-J1-20180623_071703_9712160795407425720488.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1081 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20180623_071757_2452258329266262219372.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20180623_071757_24515847200056512788776.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 260 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20180623_071934_60018115188648900569281.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20180623_071934_60089660342213178679.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 251 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20180623_071947_6736745905978250747018.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20180623_071947_6731981277502410394394.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 163 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20180623_072013_27116385098846139790824.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20180623_072013_27116594775779847478806.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 208 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J0-20180623_072018_3503704737641583719750.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\nori\test\temp\junit4-J1-20180623_072018_35018094155521990781296.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 169 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J0-20180623_072025_1168077693643525081770.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J1-20180623_072025_1169471940765247315702.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 177 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20180623_072028_38112187840788515047405.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20180623_072028_3815036061294137862882.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 160 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20180623_072036_48915960717040132587270.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20180623_072036_48911184337398857999208.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 165 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20180623_072042_17317697541489699651595.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20180623_072042_1737297337438068881290.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 176 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\analysis\uima\test\temp\junit4-J0-20180623_072045_692421543414458910348.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 158 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20180623_072103_9022759479130792222622.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20180623_072103_9026026160433878865376.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1403 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J1-20180623_072134_72910458847741393494167.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\benchmark\test\temp\junit4-J0-20180623_072134_72918143645545421042609.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 255 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J1-20180623_072145_67917976994549947779775.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\classification\test\temp\junit4-J0-20180623_072145_6794431171112527988663.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 265 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J1-20180623_072200_0584093320098539595560.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\test\temp\junit4-J0-20180623_072200_0589360659434394844028.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 230 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J1-20180623_072331_8917473461493786049599.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\demo\test\temp\junit4-J0-20180623_072331_89013854461510546746478.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 174 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J0-20180623_072337_5056361912190416965500.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\expressions\test\temp\junit4-J1-20180623_072337_50515028956779172036606.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 233 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J0-20180623_072343_1608371758439975312684.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\facet\test\temp\junit4-J1-20180623_072343_1606683757134277818937.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 183 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J1-20180623_072413_2045569780145040035293.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\grouping\test\temp\junit4-J0-20180623_072413_2057314628728678418297.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 256 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J1-20180623_072420_8989268145707701081755.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\highlighter\test\temp\junit4-J0-20180623_072420_89812230246311455327802.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 167 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J1-20180623_072441_28113797562366097852672.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\join\test\temp\junit4-J0-20180623_072441_28114684264447971300403.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J0-20180623_072450_68611937896730848794167.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\memory\test\temp\junit4-J1-20180623_072450_686912727648125087512.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 199 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J0-20180623_072456_80911257941312303380713.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\temp\junit4-J1-20180623_072456_80917312758148866725927.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 305 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J0-20180623_072517_7548157412741629094945.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queries\test\temp\junit4-J1-20180623_072517_7544405142140156004069.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 233 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J1-20180623_072528_37411405764370330504572.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\queryparser\test\temp\junit4-J0-20180623_072528_37313547893348597486124.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 210 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J1-20180623_072537_8042775534407364175206.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\replicator\test\temp\junit4-J0-20180623_072537_8047465635330376051458.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 230 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J0-20180623_072554_00517257019000010978672.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\sandbox\test\temp\junit4-J1-20180623_072554_0051145071059208763827.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 296 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20180623_072623_2972482333754720865804.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20180623_072623_29716079999275253123291.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 198 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20180623_072700_3132625033062584857701.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20180623_072700_3137463783684997400630.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 152 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\spatial\test\temp\junit4-J0-20180623_072715_44316041413431362768530.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 244 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J1-20180623_072719_1077368184317121718371.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 15 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\suggest\test\temp\junit4-J0-20180623_072719_1078144738854500854846.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1722 lines...]
   [junit4] Suite: org.apache.solr.core.TestCodecSupport
   [junit4]   2> 28850 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestCodecSupport_F584376A20EC9B2D-001\init-core-data-001
   [junit4]   2> 28851 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 28853 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 28923 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 28924 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-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> 28948 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 28959 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=codec
   [junit4]   2> 28972 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 29178 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 29178 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 29226 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a3fcf99
   [junit4]   2> 29231 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a3fcf99
   [junit4]   2> 29231 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a3fcf99
   [junit4]   2> 29248 INFO  (coreLoadExecutor-96-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> 29282 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 29306 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=codec
   [junit4]   2> 29311 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 29311 INFO  (coreLoadExecutor-96-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> 29311 INFO  (coreLoadExecutor-96-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@7a3fcf99
   [junit4]   2> 29311 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 29311 INFO  (coreLoadExecutor-96-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.core.TestCodecSupport_F584376A20EC9B2D-001\init-core-data-001\]
   [junit4]   2> 29323 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 29392 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 29392 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 29403 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=48.095703125, floorSegmentMB=0.4453125, forceMergeDeletesPctAllowed=8.166873168673588, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5263743208779991, reclaimDeletesWeight=2.94893174523169
   [junit4]   2> 29405 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@49d8c08[collection1] main]
   [junit4]   2> 29406 WARN  (coreLoadExecutor-96-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> 29406 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 29407 INFO  (searcherExecutor-97-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@49d8c08[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 29409 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 29411 INFO  (TEST-TestCodecSupport.testDynamicFieldsPostingsFormats-seed#[F584376A20EC9B2D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDynamicFieldsPostingsFormats
   [junit4]   2> 29411 INFO  (TEST-TestCodecSupport.testDynamicFieldsPostingsFormats-seed#[F584376A20EC9B2D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDynamicFieldsPostingsFormats
   [junit4]   2> 29413 INFO  (TEST-TestCodecSupport.testDynamicFieldsDocValuesFormats-seed#[F584376A20EC9B2D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDynamicFieldsDocValuesFormats
   [junit4]   2> 29413 INFO  (TEST-TestCodecSupport.testDynamicFieldsDocValuesFormats-seed#[F584376A20EC9B2D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDynamicFieldsDocValuesFormats
   [junit4]   2> 29415 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCompressionMode
   [junit4]   2> 29415 ERROR (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    ] 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> 29417 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    ] 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> 29447 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 29457 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=codec
   [junit4]   2> 29459 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    ] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 29459 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    ] 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> 29480 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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@7a3fcf99
   [junit4]   2> 29480 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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.core.TestCodecSupport_F584376A20EC9B2D-001\init-core-data-001\]
   [junit4]   2> 29638 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 29638 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 29647 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17e3432e[collection1] main]
   [junit4]   2> 29648 WARN  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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> 29649 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 29651 INFO  (searcherExecutor-101-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17e3432e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 29686 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=39.990234375, floorSegmentMB=1.9892578125, forceMergeDeletesPctAllowed=6.93521155777137, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2390142810412745, reclaimDeletesWeight=1.7624976950831561
   [junit4]   2> 29687 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 29688 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@22a71467[collection1] main]
   [junit4]   2> 29690 INFO  (searcherExecutor-101-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@22a71467[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 29690 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@64feddf6
   [junit4]   2> 29690 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=64feddf6
   [junit4]   2> 29690 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e8476f1: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@11dfdf7b
   [junit4]   2> 29697 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 29697 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 29699 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 29699 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1f4e597a commitCommandVersion:0
   [junit4]   2> 29733 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2fdf3ee1[collection1] main]
   [junit4]   2> 29735 INFO  (searcherExecutor-101-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2fdf3ee1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 29735 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 29735 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 35
   [junit4]   2> 29740 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[foo]} 0 4
   [junit4]   2> 29748 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 29748 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1f4e597a commitCommandVersion:0
   [junit4]   2> 29833 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@204bc724[collection1] main]
   [junit4]   2> 29834 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 29836 INFO  (searcherExecutor-101-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@204bc724[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> 29836 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 88
   [junit4]   2> 29839 ERROR (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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> 29840 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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> 29866 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 29874 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=codec
   [junit4]   2> 29877 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 29877 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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> 29895 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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@7a3fcf99
   [junit4]   2> 29895 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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.core.TestCodecSupport_F584376A20EC9B2D-001\init-core-data-001\]
   [junit4]   2> 29968 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 29968 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 29971 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f099ec2[collection1] main]
   [junit4]   2> 29972 WARN  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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> 29972 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 29973 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=0.861328125, floorSegmentMB=0.9208984375, forceMergeDeletesPctAllowed=6.13159475743781, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, reclaimDeletesWeight=3.644581209547637
   [junit4]   2> 29974 INFO  (searcherExecutor-105-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7f099ec2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> 29976 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 29980 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@293e40b0[collection1] main]
   [junit4]   2> 29982 INFO  (searcherExecutor-105-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@293e40b0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> 29983 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4beda3f7
   [junit4]   2> 29983 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=4beda3f7
   [junit4]   2> 29983 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3836e04d: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@11dfdf7b
   [junit4]   2> 29990 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 29990 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 29990 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 29990 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@8faf961 commitCommandVersion:0
   [junit4]   2> 30016 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@790ccb52[collection1] main]
   [junit4]   2> 30017 INFO  (searcherExecutor-105-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@790ccb52[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 30017 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 30018 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 27
   [junit4]   2> 30020 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[foo]} 0 1
   [junit4]   2> 30021 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 30021 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@8faf961 commitCommandVersion:0
   [junit4]   2> 30030 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@72ee6fb2[collection1] main]
   [junit4]   2> 30030 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 30031 INFO  (searcherExecutor-105-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@72ee6fb2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):c1)))}
   [junit4]   2> 30032 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 11
   [junit4]   2> 30035 ERROR (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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> 30036 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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> 30061 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 30069 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=codec
   [junit4]   2> 30071 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema codec/1.2 with uniqueid field string_f
   [junit4]   2> 30072 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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> 30098 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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@7a3fcf99
   [junit4]   2> 30098 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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.core.TestCodecSupport_F584376A20EC9B2D-001\init-core-data-001\]
   [junit4]   2> 30170 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 30170 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 30171 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14e33931[collection1] main]
   [junit4]   2> 30172 WARN  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    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> 30173 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 30183 INFO  (searcherExecutor-109-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@14e33931[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):c1)))}
   [junit4]   2> 30183 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6765576240308727]
   [junit4]   2> 30186 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 30195 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7920b80c[collection1] main]
   [junit4]   2> 30196 INFO  (searcherExecutor-109-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7920b80c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):c1)))}
   [junit4]   2> 30196 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@970e8f2
   [junit4]   2> 30196 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=970e8f2
   [junit4]   2> 30196 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3706e3e0: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@11dfdf7b
   [junit4]   2> 30203 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 30203 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 30203 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 30203 INFO  (TEST-TestCodecSupport.testCompressionMode-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData

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

 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 36717 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [core_with_default_compression]  webapp=null path=null params={}{add=[foo]} 0 1
   [junit4]   2> 36720 INFO  (searcherExecutor-139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [core_with_default_compression] Registered new searcher Searcher@5cd474d5[core_with_default_compression] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 36722 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 36722 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@60722920 commitCommandVersion:0
   [junit4]   2> 36726 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@352ff653[core_with_default_compression] main]
   [junit4]   2> 36727 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 36728 INFO  (searcherExecutor-139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [core_with_default_compression] Registered new searcher Searcher@352ff653[core_with_default_compression] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> 36729 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [core_with_default_compression]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 36730 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.core_with_default_compression, tag=null
   [junit4]   2> 36730 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2dd85c14: rootName = null, domain = solr.core.core_with_default_compression, service url = null, agent id = null] for registry solr.core.core_with_default_compression / com.codahale.metrics.MetricRegistry@78e90aaf
   [junit4]   2> 36736 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.c.SolrCore [core_with_default_compression]  CLOSING SolrCore org.apache.solr.core.SolrCore@29c5d29b
   [junit4]   2> 36736 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.core_with_default_compression, tag=29c5d29b
   [junit4]   2> 36736 INFO  (TEST-TestCodecSupport.testCompressionModeDefault-seed#[F584376A20EC9B2D]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCompressionModeDefault
   [junit4] OK      0.26s J1 | TestCodecSupport.testCompressionModeDefault
   [junit4]   2> 36746 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 36746 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=239990606
   [junit4]   2> 36746 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 36747 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@48dc6ff9: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@162da513
   [junit4]   2> 36750 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 36750 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@42dfec46: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@47f261d
   [junit4]   2> 36750 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 36750 INFO  (SUITE-TestCodecSupport-seed#[F584376A20EC9B2D]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5baa4cc8: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@79b4aa37
   [junit4]   2> 36751 INFO  (coreCloseExecutor-143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@79f9b884
   [junit4]   2> 36751 INFO  (coreCloseExecutor-143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=79f9b884
   [junit4]   2> 36751 INFO  (coreCloseExecutor-143-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6d35d9af: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@594aa2c5
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestCodecSupport_F584376A20EC9B2D-003
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1658, maxMBSortInHeap=7.737749859284375, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1a1162ab), locale=ha-GH, timezone=Africa/Nairobi
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 10.0.1 (64-bit)/cpus=3,threads=1,free=45461656,total=97320960
   [junit4]   2> NOTE: All tests run in this JVM: [TestCodecSupport, TestCodecSupport, TestCodecSupport]
   [junit4] Completed [5/5 (5!)] on J1 in 3.35s, 8 tests, 1 failure <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp\junit4-J1-20180623_084242_40816719731062736289218.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...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, 40 tests, 5 failures [seed: F584376A20EC9B2D]

Total time: 40 seconds

[repro] Setting last failure code to 1

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.common.util.TestTimeSource
[repro]   5/5 failed: org.apache.solr.core.TestCodecSupport
[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=3b9d3a760a432b97aad2c08b2f778fa2344eb14a, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #7374
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

[JENKINS-EA] Lucene-Solr-master-Windows (64bit/jdk-11-ea+14) - Build # 7376 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7376/
Java: 64bit/jdk-11-ea+14 -XX:+UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.testTrigger

Error Message:
expected:<3> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
	at __randomizedtesting.SeedInfo.seed([DC47217363E6D83B:BF8C17F1FA29AB16]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.scheduledTriggerTest(ScheduledTriggerTest.java:112)
	at org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.testTrigger(ScheduledTriggerTest.java:65)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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 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.base/java.lang.Thread.run(Thread.java:832)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.component.DistributedSuggestComponentTest

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2\cores\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2\cores\collection1    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2\cores: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2\cores    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2\cores\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2\cores\collection1
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2\cores: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2\cores
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001

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


FAILED:  org.apache.solr.common.util.TestTimeSource.testEpochTime

Error Message:
SimTimeSource:50.0 time diff=12105000

Stack Trace:
java.lang.AssertionError: SimTimeSource:50.0 time diff=12105000
	at __randomizedtesting.SeedInfo.seed([FA8F2798D7542AC6:C2E354BD43848880]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.common.util.TestTimeSource.doTestEpochTime(TestTimeSource.java:52)
	at org.apache.solr.common.util.TestTimeSource.testEpochTime(TestTimeSource.java:32)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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 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.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 14585 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ScheduledTriggerTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.ScheduledTriggerTest_DC47217363E6D83B-001\init-core-data-001
   [junit4]   2> 2678609 INFO  (SUITE-ScheduledTriggerTest-seed#[DC47217363E6D83B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.ScheduledTriggerTest_DC47217363E6D83B-001\tempDir-001
   [junit4]   2> 2678610 INFO  (SUITE-ScheduledTriggerTest-seed#[DC47217363E6D83B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2678610 INFO  (Thread-4818) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2678610 INFO  (Thread-4818) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2678614 ERROR (Thread-4818) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2678710 INFO  (SUITE-ScheduledTriggerTest-seed#[DC47217363E6D83B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:49773
   [junit4]   2> 2678713 INFO  (zkConnectionManagerCallback-6901-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2678716 INFO  (jetty-launcher-6898-thread-1) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 11-ea+14
   [junit4]   2> 2678717 INFO  (jetty-launcher-6898-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2678717 INFO  (jetty-launcher-6898-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2678717 INFO  (jetty-launcher-6898-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2678717 INFO  (jetty-launcher-6898-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3245eb0d{/solr,null,AVAILABLE}
   [junit4]   2> 2678718 INFO  (jetty-launcher-6898-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1d9f7473{HTTP/1.1,[http/1.1]}{127.0.0.1:49777}
   [junit4]   2> 2678718 INFO  (jetty-launcher-6898-thread-1) [    ] o.e.j.s.Server Started @2678751ms
   [junit4]   2> 2678718 INFO  (jetty-launcher-6898-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49777}
   [junit4]   2> 2678718 ERROR (jetty-launcher-6898-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2678718 INFO  (jetty-launcher-6898-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2678718 INFO  (jetty-launcher-6898-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2678718 INFO  (jetty-launcher-6898-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2678718 INFO  (jetty-launcher-6898-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2678718 INFO  (jetty-launcher-6898-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-23T21:16:33.732745600Z
   [junit4]   2> 2678721 INFO  (zkConnectionManagerCallback-6903-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2678721 INFO  (jetty-launcher-6898-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2678846 INFO  (jetty-launcher-6898-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49773/solr
   [junit4]   2> 2678848 INFO  (zkConnectionManagerCallback-6907-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2678852 INFO  (zkConnectionManagerCallback-6909-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2678969 INFO  (jetty-launcher-6898-thread-1) [n:127.0.0.1:49777_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2678969 INFO  (jetty-launcher-6898-thread-1) [n:127.0.0.1:49777_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49777_solr
   [junit4]   2> 2678970 INFO  (jetty-launcher-6898-thread-1) [n:127.0.0.1:49777_solr    ] o.a.s.c.Overseer Overseer (id=72115069198139395-127.0.0.1:49777_solr-n_0000000000) starting
   [junit4]   2> 2678979 INFO  (zkConnectionManagerCallback-6916-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2678981 INFO  (jetty-launcher-6898-thread-1) [n:127.0.0.1:49777_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49773/solr ready
   [junit4]   2> 2678982 INFO  (jetty-launcher-6898-thread-1) [n:127.0.0.1:49777_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49777_solr
   [junit4]   2> 2678982 DEBUG (OverseerAutoScalingTriggerThread-72115069198139395-127.0.0.1:49777_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 2678983 INFO  (OverseerStateUpdate-72115069198139395-127.0.0.1:49777_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2678983 DEBUG (OverseerAutoScalingTriggerThread-72115069198139395-127.0.0.1:49777_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2678983 DEBUG (OverseerAutoScalingTriggerThread-72115069198139395-127.0.0.1:49777_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 2678983 DEBUG (OverseerAutoScalingTriggerThread-72115069198139395-127.0.0.1:49777_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2678985 INFO  (zkCallback-6915-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2678986 DEBUG (OverseerAutoScalingTriggerThread-72115069198139395-127.0.0.1:49777_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:49777_solr]
   [junit4]   2> 2678987 DEBUG (OverseerAutoScalingTriggerThread-72115069198139395-127.0.0.1:49777_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2678987 DEBUG (OverseerAutoScalingTriggerThread-72115069198139395-127.0.0.1:49777_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2678987 DEBUG (ScheduledTrigger-11204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 2679001 INFO  (jetty-launcher-6898-thread-1) [n:127.0.0.1:49777_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2679018 INFO  (jetty-launcher-6898-thread-1) [n:127.0.0.1:49777_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49777.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@22b2516
   [junit4]   2> 2679022 INFO  (jetty-launcher-6898-thread-1) [n:127.0.0.1:49777_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49777.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@22b2516
   [junit4]   2> 2679022 INFO  (jetty-launcher-6898-thread-1) [n:127.0.0.1:49777_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49777.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@22b2516
   [junit4]   2> 2679023 INFO  (jetty-launcher-6898-thread-1) [n:127.0.0.1:49777_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.ScheduledTriggerTest_DC47217363E6D83B-001\tempDir-001\node1\.
   [junit4]   2> 2679037 INFO  (zkConnectionManagerCallback-6919-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2679041 INFO  (zkConnectionManagerCallback-6924-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2679042 INFO  (SUITE-ScheduledTriggerTest-seed#[DC47217363E6D83B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2679043 INFO  (SUITE-ScheduledTriggerTest-seed#[DC47217363E6D83B]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49773/solr ready
   [junit4]   2> 2679988 DEBUG (ScheduledTrigger-11204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 2680988 DEBUG (ScheduledTrigger-11204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 2681989 DEBUG (ScheduledTrigger-11204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 2682990 DEBUG (ScheduledTrigger-11204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 2683991 DEBUG (ScheduledTrigger-11204-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 2684992 DEBUG (ScheduledTrigger-11204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 2685054 WARN  (TEST-ScheduledTriggerTest.testTrigger-seed#[DC47217363E6D83B]) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger was not able to run event at scheduled time: 2018-06-23T21:16:37.068Z. Now: 2018-06-23T21:16:40.067Z
   [junit4]   2> 2685993 DEBUG (ScheduledTrigger-11204-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 2686993 DEBUG (ScheduledTrigger-11204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 2687994 DEBUG (ScheduledTrigger-11204-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 2688054 WARN  (TEST-ScheduledTriggerTest.testTrigger-seed#[DC47217363E6D83B]) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger was not able to run event at scheduled time: 2018-06-23T21:16:40.068Z. Now: 2018-06-23T21:16:43.067Z
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ScheduledTriggerTest -Dtests.method=testTrigger -Dtests.seed=DC47217363E6D83B -Dtests.slow=true -Dtests.locale=se -Dtests.timezone=America/Matamoros -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 9.01s J1 | ScheduledTriggerTest.testTrigger <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<3> but was:<2>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DC47217363E6D83B:BF8C17F1FA29AB16]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.scheduledTriggerTest(ScheduledTriggerTest.java:112)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.testTrigger(ScheduledTriggerTest.java:65)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 2688063 WARN  (TEST-ScheduledTriggerTest.testIgnoredEvent-seed#[DC47217363E6D83B]) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger was not able to run event at scheduled time: 2018-06-22T21:16:43.076Z. Now: 2018-06-23T21:16:43.076Z
   [junit4]   2> 2688065 INFO  (jetty-closer-6899-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1d9f7473{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2688065 INFO  (jetty-closer-6899-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1488511275
   [junit4]   2> 2688066 INFO  (jetty-closer-6899-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2688066 INFO  (jetty-closer-6899-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d34db2f: rootName = solr_49777, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@72aff26a
   [junit4]   2> 2688070 INFO  (jetty-closer-6899-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2688070 INFO  (jetty-closer-6899-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5de1d8eb: rootName = solr_49777, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4d8f029e
   [junit4]   2> 2688072 INFO  (jetty-closer-6899-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2688072 INFO  (jetty-closer-6899-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2e28bd0b: rootName = solr_49777, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@72731379
   [junit4]   2> 2688074 INFO  (jetty-closer-6899-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49777_solr
   [junit4]   2> 2688074 INFO  (jetty-closer-6899-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2688074 INFO  (jetty-closer-6899-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2688074 INFO  (zkCallback-6915-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2688074 INFO  (jetty-closer-6899-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72115069198139395-127.0.0.1:49777_solr-n_0000000000) closing
   [junit4]   2> 2688074 WARN  (OverseerAutoScalingTriggerThread-72115069198139395-127.0.0.1:49777_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2688074 INFO  (OverseerStateUpdate-72115069198139395-127.0.0.1:49777_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49777_solr
   [junit4]   2> 2688074 DEBUG (jetty-closer-6899-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 2688074 INFO  (zkCallback-6908-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2688074 DEBUG (jetty-closer-6899-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 2688074 DEBUG (jetty-closer-6899-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 2688074 DEBUG (jetty-closer-6899-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 2688074 DEBUG (jetty-closer-6899-thread-1) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 2688074 DEBUG (jetty-closer-6899-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2688078 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1003445fa820004, likely client has closed socket
   [junit4]   2> 2688079 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1003445fa820003, likely client has closed socket
   [junit4]   2> 2688079 INFO  (jetty-closer-6899-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3245eb0d{/solr,null,UNAVAILABLE}
   [junit4]   2> 2688079 INFO  (jetty-closer-6899-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2688080 ERROR (SUITE-ScheduledTriggerTest-seed#[DC47217363E6D83B]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2688080 INFO  (SUITE-ScheduledTriggerTest-seed#[DC47217363E6D83B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49773 49773
   [junit4]   2> 2688081 INFO  (Thread-4818) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49773 49773
   [junit4]   2> 2688081 WARN  (Thread-4818) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.ScheduledTriggerTest_DC47217363E6D83B-001
   [junit4]   2> Jun 23, 2018 9:16:43 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=2044, maxMBSortInHeap=5.623734603623635, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3e4d548b), locale=se, timezone=America/Matamoros
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 11-ea (64-bit)/cpus=3,threads=1,free=279052640,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedMap, OverseerTest, ZkSolrClientTest, SaslZkACLProviderTest, TestUnifiedSolrHighlighter, TestSolrJ, StressHdfsTest, DistributedFacetPivotSmallAdvancedTest, BufferStoreTest, SuggesterWFSTTest, TestDistributedMissingSort, CollectionTooManyReplicasTest, TestJettySolrRunner, TestLegacyFieldReuse, CoreAdminOperationTest, AsyncCallRequestStatusResponseTest, FullHLLTest, BadComponentTest, ReplicaListTransformerTest, NoCacheHeaderTest, UninvertDocValuesMergePolicyTest, LIROnShardRestartTest, TestDynamicFieldCollectionResource, ResourceLoaderTest, TestBinaryResponseWriter, AnalyticsQueryTest, TestSolr4Spatial, TestMaxTokenLenTokenizer, TestAnalyzedSuggestions, PropertiesRequestHandlerTest, TestReplicaProperties, TestSQLHandlerNonCloud, TestSerializedLuceneMatchVersion, AnalysisErrorHandlingTest, TestImpersonationWithHadoopAuth, MultiThreadedOCPTest, ResponseBuilderTest, CdcrRequestHandlerTest, TestHashPartitioner, RegexBoostProcessorTest, ExternalFileFieldSortTest, TestConfigsApi, VersionInfoTest, UtilsToolTest, MinimalSchemaTest, TestReversedWildcardFilterFactory, TestSolrCloudWithKerberosAlt, DeleteNodeTest, ActionThrottleTest, ZkStateReaderTest, AutoScalingHandlerTest, IndexBasedSpellCheckerTest, HdfsBasicDistributedZkTest, SpellPossibilityIteratorTest, OverseerTaskQueueTest, TestExtendedDismaxParser, OverseerRolesTest, ZkControllerTest, TestConfigSetImmutable, CoreAdminHandlerTest, TestSchemaManager, CollectionPropsTest, DocumentAnalysisRequestHandlerTest, V2ApiIntegrationTest, TestZkAclsWithHadoopAuth, SchemaApiFailureTest, TestInPlaceUpdatesDistrib, SearchRateTriggerTest, DeleteShardTest, ConfigureRecoveryStrategyTest, ExecutePlanActionTest, ClassificationUpdateProcessorFactoryTest, GraphQueryTest, TestNumericRangeQuery32, XmlInterpolationTest, HttpPartitionOnCommitTest, TestStreamBody, TestRandomDVFaceting, NodeAddedTriggerIntegrationTest, MetricsHandlerTest, CSVRequestHandlerTest, TestLegacyTerms, ImplicitSnitchTest, TestSolrCoreParser, TestCollectionAPI, TriggerIntegrationTest, TestPivotHelperCode, ZkFailoverTest, CustomCollectionTest, TestUseDocValuesAsStored2, IndexSchemaTest, TestEmbeddedSolrServerConstructors, TestSortableTextField, CursorMarkTest, TestRandomFlRTGCloud, TestMacroExpander, DocValuesMissingTest, TestCustomStream, TestCloudInspectUtil, TestGenericDistributedQueue, SoftAutoCommitTest, ShardRoutingTest, UpdateRequestProcessorFactoryTest, TestRTimerTree, HdfsChaosMonkeySafeLeaderTest, TestPayloadScoreQParserPlugin, TestSolrCoreProperties, DistributedTermsComponentTest, BooleanFieldTest, QueryParsingTest, RollingRestartTest, CustomHighlightComponentTest, HighlighterConfigTest, DistanceFunctionTest, SuggesterTest, DocExpirationUpdateProcessorFactoryTest, DistribJoinFromCollectionTest, TestScoreJoinQPScore, SolrIndexMetricsTest, SolrCmdDistributorTest, TestStressLucene, PreAnalyzedUpdateProcessorTest, BadIndexSchemaTest, TestInitQParser, ScheduledMaintenanceTriggerTest, SpellCheckCollatorWithCollapseTest, PrimitiveFieldTypeTest, FullSolrCloudDistribCmdsTest, CreateCollectionCleanupTest, TestDeleteCollectionOnDownNodes, TestRestoreCore, TestManagedStopFilterFactory, TestDistribStateManager, TestSort, HLLUtilTest, TimeZoneUtilsTest, LoggingHandlerTest, ProtectedTermFilterFactoryTest, ResponseLogComponentTest, TestExportWriter, TestFieldSortValues, RequestHandlersTest, TestRandomFaceting, TestStressCloudBlindAtomicUpdates, TestCollationFieldDocValues, SolrShardReporterTest, TestGraphMLResponseWriter, ReplaceNodeNoTargetTest, TestShortCircuitedRequests, AliasIntegrationTest, TestRecoveryHdfs, BasicDistributedZk2Test, SuggestComponentTest, SortSpecParsingTest, TestDocTermOrdsUninvertLimit, BlockCacheTest, TestBulkSchemaAPI, TestExactStatsCache, SliceStateTest, FacetPivotSmallTest, TestPKIAuthenticationPlugin, PeerSyncWithBufferUpdatesTest, MoveReplicaTest, TestSearchPerf, BitVectorTest, TestNumericTerms32, CloudMLTQParserTest, LeaderElectionContextKeyTest, TestSolrCoreSnapshots, TestSolrQueryResponse, UUIDFieldTest, HdfsThreadLeakTest, ConfigSetsAPITest, TestFieldCacheSortRandom, TestPolicyCloud, CollectionsAPISolrJTest, TestSimpleTrackingShardHandler, TestSubQueryTransformer, TestManagedSchema, TestCollapseQParserPlugin, TestLuceneMatchVersion, TestJsonFacetRefinement, TestPullReplica, TestNonDefinedSimilarityFactory, TestIndexingPerformance, AutoAddReplicasIntegrationTest, URLClassifyProcessorTest, TestXmlQParserPlugin, TestSSLRandomization, TemplateUpdateProcessorTest, TestBlobHandler, SyncSliceTest, ForceLeaderTest, TestMaxScoreQueryParser, DistributedSpellCheckComponentTest, TestOverriddenPrefixQueryForCustomFieldType, TestSolrIndexConfig, TestConfig, JSONWriterTest, TestPseudoReturnFields, TestUpdate, TestWordDelimiterFilterFactory, QueryEqualityTest, TestRemoteStreaming, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestQueryUtils, TestOmitPositions, DocumentBuilderTest, TestValueSourceCache, TestSolrQueryParser, SolrPluginUtilsTest, TestCollationField, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, TestLFUCache, SampleTest, TestPostingsSolrHighlighter, TestPhraseSuggestions, EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, ScriptEngineTest, ChaosMonkeyNothingIsSafeTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestUtils, ZkNodePropsTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistributedVersionInfoTest, LeaderFailoverAfterPartitionTest, LeaderFailureAfterFreshStartTest, LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, MigrateRouteKeyTest, MultiSolrCloudTestCaseTest, OverseerStatusTest, PeerSyncReplicationTest, RemoteQueryErrorTest, ReplicationFactorTest, TestCloudJSONFacetSKG, TestCloudPseudoReturnFields, TestCloudSearcherWarming, TestConfigSetsAPIZkFailure, TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, TestLockTree, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestRequestForwarding, TestSkipOverseerOperations, TestTlogReplica, CollectionsAPIDistributedZkTest, HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, MetricTriggerIntegrationTest, NodeAddedTriggerTest, ScheduledTriggerTest]
   [junit4] Completed [611/821 (1!)] on J1 in 9.74s, 2 tests, 1 failure <<< FAILURES!

[...truncated 266 lines...]
   [junit4] Suite: org.apache.solr.handler.component.DistributedSuggestComponentTest
   [junit4]   2> 2948614 INFO  (SUITE-DistributedSuggestComponentTest-seed#[DC47217363E6D83B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\init-core-data-001
   [junit4]   2> 2948615 WARN  (SUITE-DistributedSuggestComponentTest-seed#[DC47217363E6D83B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 2948615 INFO  (SUITE-DistributedSuggestComponentTest-seed#[DC47217363E6D83B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2948616 INFO  (SUITE-DistributedSuggestComponentTest-seed#[DC47217363E6D83B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2948617 INFO  (SUITE-DistributedSuggestComponentTest-seed#[DC47217363E6D83B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2949131 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\control\cores\collection1
   [junit4]   2> 2949132 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 11-ea+14
   [junit4]   2> 2949132 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2949132 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2949132 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2949135 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6924be5f{/,null,AVAILABLE}
   [junit4]   2> 2949137 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3861cb53{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 2949137 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 2949137 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig-suggestercomponent.xml, hostPort=51756, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\control\cores}
   [junit4]   2> 2949137 ERROR (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2949137 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2949137 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2949137 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 2949139 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2949139 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-23T21:21:04.141025700Z
   [junit4]   2> 2949139 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\control\solr.xml
   [junit4]   2> 2949141 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2949141 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2949144 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4b02aa28, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2949333 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2949333 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2949358 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b02aa28
   [junit4]   2> 2949369 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b02aa28
   [junit4]   2> 2949369 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b02aa28
   [junit4]   2> 2949371 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\control\cores
   [junit4]   2> 2949371 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2949379 INFO  (coreLoadExecutor-13850-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> 2949412 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2949419 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2949517 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2949532 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 2949532 INFO  (coreLoadExecutor-13850-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@4b02aa28
   [junit4]   2> 2949532 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2949532 INFO  (coreLoadExecutor-13850-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\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\control\cores\collection1\data\]
   [junit4]   2> 2949541 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=2.501953125, floorSegmentMB=0.7021484375, forceMergeDeletesPctAllowed=6.729596266630073, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, reclaimDeletesWeight=2.0596724061091836
   [junit4]   2> 2949615 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2949615 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2949616 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3073037436030698]
   [junit4]   2> 2949622 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d9b9cce[collection1] main]
   [junit4]   2> 2949626 WARN  (coreLoadExecutor-13850-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> 2949627 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 2949627 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_fuzzy_with_high_freq_dict,lookupImpl=FuzzyLookupFactory,field=cat,storeDir=suggest_fuzzy_with_high_freq_dict,suggestAnalyzerFieldType=text,buildOnCommit=true,threshold=0.0}
   [junit4]   2> 2949630 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester No dictionaryImpl parameter was provided falling back to org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory
   [junit4]   2> 2949630 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_fuzzy_with_high_freq_dict,lookupImpl=FuzzyLookupFactory,field=cat,storeDir=suggest_fuzzy_with_high_freq_dict,suggestAnalyzerFieldType=text,buildOnCommit=true,threshold=0.0}
   [junit4]   2> 2949631 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_fuzzy_with_high_freq_dict - SuggesterListener [core=org.apache.solr.core.SolrCore@6b8ae692, suggester=SolrSuggester [ name=suggest_fuzzy_with_high_freq_dict, sourceLocation=null, storeDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\control\cores\collection1\data\suggest_fuzzy_with_high_freq_dict, lookupImpl=FuzzyLookupFactory, dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory, sizeInBytes=0 ], buildOnCommit=true, buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 2949631 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_fuzzy_file_based,lookupImpl=FuzzyLookupFactory,sourceLocation=fuzzysuggest.txt,storeDir=suggest_fuzzy_file_based,suggestAnalyzerFieldType=text,buildOnCommit=true}
   [junit4]   2> 2949643 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester No dictionaryImpl parameter was provided falling back to org.apache.solr.spelling.suggest.FileDictionaryFactory
   [junit4]   2> 2949643 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_fuzzy_file_based,lookupImpl=FuzzyLookupFactory,sourceLocation=fuzzysuggest.txt,storeDir=suggest_fuzzy_file_based,suggestAnalyzerFieldType=text,buildOnCommit=true}
   [junit4]   2> 2949643 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_fuzzy_file_based - SuggesterListener [core=org.apache.solr.core.SolrCore@6b8ae692, suggester=SolrSuggester [ name=suggest_fuzzy_file_based, sourceLocation=fuzzysuggest.txt, storeDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\control\cores\collection1\data\suggest_fuzzy_file_based, lookupImpl=FuzzyLookupFactory, dictionaryImpl=org.apache.solr.spelling.suggest.FileDictionaryFactory, sizeInBytes=0 ], buildOnCommit=true, buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 2949643 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_fuzzy_doc_dict,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=true,buildOnStartup=false}
   [junit4]   2> 2949643 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_fuzzy_doc_dict,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=true,buildOnStartup=false}
   [junit4]   2> 2949643 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_fuzzy_doc_dict - SuggesterListener [core=org.apache.solr.core.SolrCore@6b8ae692, suggester=SolrSuggester [ name=suggest_fuzzy_doc_dict, sourceLocation=null, storeDir=, lookupImpl=FuzzyLookupFactory, dictionaryImpl=DocumentDictionaryFactory, sizeInBytes=0 ], buildOnCommit=true, buildOnOptimize=false, buildOnStartup=false, isCoreReload=false]
   [junit4]   2> 2949643 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_fuzzy_doc_expr_dict,dictionaryImpl=DocumentExpressionDictionaryFactory,lookupImpl=FuzzyLookupFactory,field=cat,weightExpression=((price * 2) + weight),sortField=weight,sortField=price,storeDir=suggest_fuzzy_doc_expr_dict,suggestAnalyzerFieldType=text,buildOnCommit=true}
   [junit4]   2> 2949658 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_fuzzy_doc_expr_dict,dictionaryImpl=DocumentExpressionDictionaryFactory,lookupImpl=FuzzyLookupFactory,field=cat,weightExpression=((price * 2) + weight),sortField=weight,sortField=price,storeDir=suggest_fuzzy_doc_expr_dict,suggestAnalyzerFieldType=text,buildOnCommit=true}
   [junit4]   2> 2949658 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_fuzzy_doc_expr_dict - SuggesterListener [core=org.apache.solr.core.SolrCore@6b8ae692, suggester=SolrSuggester [ name=suggest_fuzzy_doc_expr_dict, sourceLocation=null, storeDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\control\cores\collection1\data\suggest_fuzzy_doc_expr_dict, lookupImpl=FuzzyLookupFactory, dictionaryImpl=DocumentExpressionDictionaryFactory, sizeInBytes=0 ], buildOnCommit=true, buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 2949658 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_fuzzy_doc_dict_build_startup,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=true}
   [junit4]   2> 2949658 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_fuzzy_doc_dict_build_startup,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=true}
   [junit4]   2> 2949658 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_fuzzy_doc_dict_build_startup - SuggesterListener [core=org.apache.solr.core.SolrCore@6b8ae692, suggester=SolrSuggester [ name=suggest_fuzzy_doc_dict_build_startup, sourceLocation=null, storeDir=, lookupImpl=FuzzyLookupFactory, dictionaryImpl=DocumentDictionaryFactory, sizeInBytes=0 ], buildOnCommit=false, buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 2949658 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_fuzzy_doc_manal_build,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false,storeDir=suggest_fuzzy_doc_manal_build}
   [junit4]   2> 2949659 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_fuzzy_doc_manal_build,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false,storeDir=suggest_fuzzy_doc_manal_build}
   [junit4]   2> 2949659 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_doc_default_startup,lookupImpl=AnalyzingLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false,storeDir=suggest_doc_default_startup}
   [junit4]   2> 2949660 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_doc_default_startup,lookupImpl=AnalyzingLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false,storeDir=suggest_doc_default_startup}
   [junit4]   2> 2949660 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_doc_default_startup - SuggesterListener [core=org.apache.solr.core.SolrCore@6b8ae692, suggester=SolrSuggester [ name=suggest_doc_default_startup, sourceLocation=null, storeDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\control\cores\collection1\data\suggest_doc_default_startup, lookupImpl=AnalyzingLookupFactory, dictionaryImpl=DocumentDictionaryFactory, sizeInBytes=0 ], buildOnCommit=false, buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 2949660 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_doc_default_startup_no_store,lookupImpl=AnalyzingLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false}
   [junit4]   2> 2949660 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_doc_default_startup_no_store,lookupImpl=AnalyzingLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false}
   [junit4]   2> 2949660 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_doc_default_startup_no_store - SuggesterListener [core=org.apache.solr.core.SolrCore@6b8ae692, suggester=SolrSuggester [ name=suggest_doc_default_startup_no_store, sourceLocation=null, storeDir=, lookupImpl=AnalyzingLookupFactory, dictionaryImpl=DocumentDictionaryFactory, sizeInBytes=0 ], buildOnCommit=false, buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 2949660 INFO  (coreLoadExecutor-13850-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2949660 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent buildOnStartup: suggest_fuzzy_with_high_freq_dict
   [junit4]   2> 2949660 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(suggest_fuzzy_with_high_freq_dict)
   [junit4]   2> 2949680 ERROR (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester Store Lookup build failed
   [junit4]   2> 2949680 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent buildOnStartup: suggest_fuzzy_file_based
   [junit4]   2> 2949681 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(suggest_fuzzy_file_based)
   [junit4]   2> 2949702 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester Stored suggest data to: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\control\cores\collection1\data\suggest_fuzzy_file_based\fwfsta.bin
   [junit4]   2> 2949702 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent buildOnStartup: suggest_fuzzy_doc_expr_dict
   [junit4]   2> 2949702 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(suggest_fuzzy_doc_expr_dict)
   [junit4]   2> 2950048 ERROR (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester Store Lookup build failed
   [junit4]   2> 2950048 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent buildOnStartup: suggest_fuzzy_doc_dict_build_startup
   [junit4]   2> 2950048 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(suggest_fuzzy_doc_dict_build_startup)
   [junit4]   2> 2950051 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent buildOnStartup: suggest_doc_default_startup
   [junit4]   2> 2950051 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(suggest_doc_default_startup)
   [junit4]   2> 2950052 ERROR (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester Store Lookup build failed
   [junit4]   2> 2950052 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent buildOnStartup: suggest_doc_default_startup_no_store
   [junit4]   2> 2950052 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(suggest_doc_default_startup_no_store)
   [junit4]   2> 2950054 INFO  (searcherExecutor-13851-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d9b9cce[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2950409 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 2950411 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 11-ea+14
   [junit4]   2> 2950412 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2950412 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2950412 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2950412 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@325c25f9{/,null,AVAILABLE}
   [junit4]   2> 2950413 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9c28bd3{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 2950413 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 2950413 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig-suggestercomponent.xml, hostPort=51765, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard0\cores}
   [junit4]   2> 2950413 ERROR (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2950413 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2950413 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2950413 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 2950415 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2950415 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-23T21:21:05.417017600Z
   [junit4]   2> 2950415 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard0\solr.xml
   [junit4]   2> 2950417 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2950417 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2950418 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4b02aa28, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2950658 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2950658 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2950685 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b02aa28
   [junit4]   2> 2950694 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b02aa28
   [junit4]   2> 2950694 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b02aa28
   [junit4]   2> 2950700 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard0\cores
   [junit4]   2> 2950700 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2950706 INFO  (coreLoadExecutor-13863-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> 2950727 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2950740 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2950805 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2950821 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 2950821 INFO  (coreLoadExecutor-13863-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@4b02aa28
   [junit4]   2> 2950821 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2950821 INFO  (coreLoadExecutor-13863-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\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard0\cores\collection1\data\]
   [junit4]   2> 2950826 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=2.501953125, floorSegmentMB=0.7021484375, forceMergeDeletesPctAllowed=6.729596266630073, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, reclaimDeletesWeight=2.0596724061091836
   [junit4]   2> 2950930 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2950930 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2950931 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3073037436030698]
   [junit4]   2> 2950932 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@37581c4[collection1] main]
   [junit4]   2> 2950932 WARN  (coreLoadExecutor-13863-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> 2950932 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 2950933 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_fuzzy_with_high_freq_dict,lookupImpl=FuzzyLookupFactory,field=cat,storeDir=suggest_fuzzy_with_high_freq_dict,suggestAnalyzerFieldType=text,buildOnCommit=true,threshold=0.0}
   [junit4]   2> 2950933 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester No dictionaryImpl parameter was provided falling back to org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory
   [junit4]   2> 2950933 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_fuzzy_with_high_freq_dict,lookupImpl=FuzzyLookupFactory,field=cat,storeDir=suggest_fuzzy_with_high_freq_dict,suggestAnalyzerFieldType=text,buildOnCommit=true,threshold=0.0}
   [junit4]   2> 2950933 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_fuzzy_with_high_freq_dict - SuggesterListener [core=org.apache.solr.core.SolrCore@3628f448, suggester=SolrSuggester [ name=suggest_fuzzy_with_high_freq_dict, sourceLocation=null, storeDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard0\cores\collection1\data\suggest_fuzzy_with_high_freq_dict, lookupImpl=FuzzyLookupFactory, dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory, sizeInBytes=0 ], buildOnCommit=true, buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 2950933 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_fuzzy_file_based,lookupImpl=FuzzyLookupFactory,sourceLocation=fuzzysuggest.txt,storeDir=suggest_fuzzy_file_based,suggestAnalyzerFieldType=text,buildOnCommit=true}
   [junit4]   2> 2950934 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester No dictionaryImpl parameter was provided falling back to org.apache.solr.spelling.suggest.FileDictionaryFactory
   [junit4]   2> 2950934 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_fuzzy_file_based,lookupImpl=FuzzyLookupFactory,sourceLocation=fuzzysuggest.txt,storeDir=suggest_fuzzy_file_based,suggestAnalyzerFieldType=text,buildOnCommit=true}
   [junit4]   2> 2950934 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_fuzzy_file_based - SuggesterListener [core=org.apache.solr.core.SolrCore@3628f448, suggester=SolrSuggester [ name=suggest_fuzzy_file_based, sourceLocation=fuzzysuggest.txt, storeDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard0\cores\collection1\data\suggest_fuzzy_file_based, lookupImpl=FuzzyLookupFactory, dictionaryImpl=org.apache.solr.spelling.suggest.FileDictionaryFactory, sizeInBytes=0 ], buildOnCommit=true, buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 2950934 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_fuzzy_doc_dict,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=true,buildOnStartup=false}
   [junit4]   2> 2950934 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_fuzzy_doc_dict,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=true,buildOnStartup=false}
   [junit4]   2> 2950934 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_fuzzy_doc_dict - SuggesterListener [core=org.apache.solr.core.SolrCore@3628f448, suggester=SolrSuggester [ name=suggest_fuzzy_doc_dict, sourceLocation=null, storeDir=, lookupImpl=FuzzyLookupFactory, dictionaryImpl=DocumentDictionaryFactory, sizeInBytes=0 ], buildOnCommit=true, buildOnOptimize=false, buildOnStartup=false, isCoreReload=false]
   [junit4]   2> 2950934 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_fuzzy_doc_expr_dict,dictionaryImpl=DocumentExpressionDictionaryFactory,lookupImpl=FuzzyLookupFactory,field=cat,weightExpression=((price * 2) + weight),sortField=weight,sortField=price,storeDir=suggest_fuzzy_doc_expr_dict,suggestAnalyzerFieldType=text,buildOnCommit=true}
   [junit4]   2> 2950935 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_fuzzy_doc_expr_dict,dictionaryImpl=DocumentExpressionDictionaryFactory,lookupImpl=FuzzyLookupFactory,field=cat,weightExpression=((price * 2) + weight),sortField=weight,sortField=price,storeDir=suggest_fuzzy_doc_expr_dict,suggestAnalyzerFieldType=text,buildOnCommit=true}
   [junit4]   2> 2950935 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_fuzzy_doc_expr_dict - SuggesterListener [core=org.apache.solr.core.SolrCore@3628f448, suggester=SolrSuggester [ name=suggest_fuzzy_doc_expr_dict, sourceLocation=null, storeDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard0\cores\collection1\data\suggest_fuzzy_doc_expr_dict, lookupImpl=FuzzyLookupFactory, dictionaryImpl=DocumentExpressionDictionaryFactory, sizeInBytes=0 ], buildOnCommit=true, buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 2950935 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_fuzzy_doc_dict_build_startup,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=true}
   [junit4]   2> 2950935 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_fuzzy_doc_dict_build_startup,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=true}
   [junit4]   2> 2950935 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_fuzzy_doc_dict_build_startup - SuggesterListener [core=org.apache.solr.core.SolrCore@3628f448, suggester=SolrSuggester [ name=suggest_fuzzy_doc_dict_build_startup, sourceLocation=null, storeDir=, lookupImpl=FuzzyLookupFactory, dictionaryImpl=DocumentDictionaryFactory, sizeInBytes=0 ], buildOnCommit=false, buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 2950935 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_fuzzy_doc_manal_build,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false,storeDir=suggest_fuzzy_doc_manal_build}
   [junit4]   2> 2950937 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_fuzzy_doc_manal_build,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false,storeDir=suggest_fuzzy_doc_manal_build}
   [junit4]   2> 2950937 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_doc_default_startup,lookupImpl=AnalyzingLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false,storeDir=suggest_doc_default_startup}
   [junit4]   2> 2950937 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_doc_default_startup,lookupImpl=AnalyzingLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false,storeDir=suggest_doc_default_startup}
   [junit4]   2> 2950937 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_doc_default_startup - SuggesterListener [core=org.apache.solr.core.SolrCore@3628f448, suggester=SolrSuggester [ name=suggest_doc_default_startup, sourceLocation=null, storeDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard0\cores\collection1\data\suggest_doc_default_startup, lookupImpl=AnalyzingLookupFactory, dictionaryImpl=DocumentDictionaryFactory, sizeInBytes=0 ], buildOnCommit=false, buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 2950937 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=suggest_doc_default_startup_no_store,lookupImpl=AnalyzingLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false}
   [junit4]   2> 2950937 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=suggest_doc_default_startup_no_store,lookupImpl=AnalyzingLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=text,buildOnCommit=false}
   [junit4]   2> 2950937 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Registering searcher listener for suggester: suggest_doc_default_startup_no_store - SuggesterListener [core=org.apache.solr.core.SolrCore@3628f448, suggester=SolrSuggester [ name=suggest_doc_default_startup_no_store, sourceLocation=null, storeDir=, lookupImpl=AnalyzingLookupFactory, dictionaryImpl=DocumentDictionaryFactory, sizeInBytes=0 ], buildOnCommit=false, buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 2950937 INFO  (coreLoadExecutor-13863-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2950937 INFO  (searcherExecutor-13864-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent buildOnStartup: suggest_fuzzy_with_high_freq_dict
   [junit4]   2> 2950937 INFO  (searcherExecutor-13864-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(suggest_fuzzy_with_high_freq_dict)
   [junit4]   2> 2950943 INFO  (TEST-DistributedSuggestComponentTest.test-seed#[DC47217363E6D83B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2950946 INFO  (qtp1409423927-35277) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2950946 INFO  (qtp1409423927-35277) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2950947 ERROR (searcherExecutor-13864-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester Store Lookup build failed
   [junit4]   2> 2950948 INFO  (searcherExecutor-13864-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent buildOnStartup: suggest_fuzzy_file_based
   [junit4]   2> 2950948 INFO  (searcherExecutor-13864-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(suggest_fuzzy_file_based)
   [junit4]   2> 2950948 INFO  (qtp1918159702-35297) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2950948 INFO  (qtp1918159702-35297) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2950949 INFO  (qtp1409423927-35273) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1]} 0 1
   [junit4]   2> 2950950 INFO  (qtp1918159702-35294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 2950951 INFO  (qtp1409423927-35276) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 2950951 INFO  (qtp1918159702-35296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 2950952 INFO  (qtp1409423927-35278) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 2950952 INFO  (qtp1918159702-35298) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 2950953 INFO  (searcherExecutor-13864-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester Stored suggest data to: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard0\cores\collection1\data\suggest_fuzzy_file_based\fwfsta.bin
   [junit4]   2> 2950953 INFO  (qtp1409423927-35276) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 2950953 INFO  (searcherExecutor-13864-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent buildOnStartup: suggest_fuzzy_doc_expr_dict
   [junit4]   2> 2950953 INFO  (searcherExecutor-13864-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(suggest_fuzzy_doc_expr_dict)
   [junit4]   2> 2950953 INFO  (qtp1918159702-35296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 2950953 INFO  (qtp1409423927-35278) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 2950954 INFO  (qtp1918159702-35298) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 2950954 INFO  (qtp1409423927-35276) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 2950955 INFO  (qtp1918159702-35296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 29

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

ecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudConsistency, TestCloudDeleteByQuery, TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestConfigSetsAPI, TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, TestPrepRecovery, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates, TestStressLiveNodes, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TriLevelCompositeIdRoutingTest, ZkShardTermsTest, AssignTest, CollectionsAPIAsyncDistributedZkTest, ShardSplitTest, SimpleCollectionCreateDeleteTest, TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, TestRequestStatusCollectionAPI, AutoAddReplicasPlanActionTest, ComputePlanActionTest, MetricTriggerTest, NodeLostTriggerIntegrationTest, NodeMarkersRegistrationTest, SystemLogListenerTest, TriggerCooldownIntegrationTest, TestComputePlanAction, TestExecutePlanAction, TestNodeAddedTrigger, TestPolicyCloud, TestSimDistributedQueue, CdcrBootstrapTest, BlobRepositoryCloudTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, TestBackupRepositoryFactory, TestConfigSets, TestImplicitCoreProperties, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSimpleTextCodec, TestSolrConfigHandler, TestSolrXml, RequestLoggingTest, SearchHandlerTest, TestConfigReload, TestSQLHandler, TestSolrConfigHandlerConcurrent, AutoscalingHistoryHandlerTest, DistributedFacetPivotWhiteBoxTest, DistributedSuggestComponentTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedSuggestComponentTest -Dtests.seed=DC47217363E6D83B -Dtests.slow=true -Dtests.locale=my -Dtests.timezone=America/Argentina/Salta -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | DistributedSuggestComponentTest (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2\cores\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2\cores\collection1
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2\cores: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2\cores
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001\shard2
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.DistributedSuggestComponentTest_DC47217363E6D83B-001\tempDir-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DC47217363E6D83B]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:318)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] Completed [677/821 (2!)] on J0 in 9.81s, 1 test, 1 error <<< FAILURES!

[...truncated 1298 lines...]
   [junit4] Suite: org.apache.solr.common.util.TestTimeSource
   [junit4]   2> 95613 INFO  (SUITE-TestTimeSource-seed#[FA8F2798D7542AC6]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J1\temp\solr.common.util.TestTimeSource_FA8F2798D7542AC6-001\init-core-data-001
   [junit4]   2> 95613 WARN  (SUITE-TestTimeSource-seed#[FA8F2798D7542AC6]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=35 numCloses=35
   [junit4]   2> 95614 INFO  (SUITE-TestTimeSource-seed#[FA8F2798D7542AC6]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 95617 INFO  (SUITE-TestTimeSource-seed#[FA8F2798D7542AC6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 95617 INFO  (TEST-TestTimeSource.testEpochTime-seed#[FA8F2798D7542AC6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEpochTime
   [junit4]   2> 105652 INFO  (TEST-TestTimeSource.testEpochTime-seed#[FA8F2798D7542AC6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEpochTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestTimeSource -Dtests.method=testEpochTime -Dtests.seed=FA8F2798D7542AC6 -Dtests.slow=true -Dtests.locale=mr -Dtests.timezone=America/Indiana/Vincennes -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 10.0s J1 | TestTimeSource.testEpochTime <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: SimTimeSource:50.0 time diff=12105000
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FA8F2798D7542AC6:C2E354BD43848880]:0)
   [junit4]    > 	at org.apache.solr.common.util.TestTimeSource.doTestEpochTime(TestTimeSource.java:52)
   [junit4]    > 	at org.apache.solr.common.util.TestTimeSource.testEpochTime(TestTimeSource.java:32)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J1\temp\solr.common.util.TestTimeSource_FA8F2798D7542AC6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=786, maxMBSortInHeap=7.13975117644976, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@71261d9d), locale=mr, timezone=America/Indiana/Vincennes
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 11-ea (64-bit)/cpus=3,threads=1,free=83263832,total=270008320
   [junit4]   2> NOTE: All tests run in this JVM: [StreamingTest, CeilingEvaluatorTest, EmpiricalDistributionEvaluatorTest, RecursiveEvaluatorTest, SolrQueryTest, ArrayEvaluatorTest, NotEvaluatorTest, SolrParamTest, GraphTest, TestUpdateRequestCodec, TestToleratedUpdateError, ConcatOperationTest, ReverseEvaluatorTest, CloudSolrClientCacheTest, GreaterThanEvaluatorTest, HyperbolicSineEvaluatorTest, BasicHttpSolrClientTest, LargeVolumeBinaryJettyTest, FacetFieldTest, LargeVolumeJettyTest, SineEvaluatorTest, UuidEvaluatorTest, SubtractEvaluatorTest, AddEvaluatorTest, HttpClientUtilTest, ExclusiveOrEvaluatorTest, MultiplyEvaluatorTest, LargeVolumeEmbeddedTest, MathExpressionTest, CollectionAdminRequestRequiredParamsTest, SolrExampleStreamingBinaryTest, TestRetryUtil, JsonValidatorTest, SchemaTest, StreamExpressionToExpessionTest, TestTimeSource]
   [junit4] Completed [84/154 (1!)] on J1 in 10.05s, 1 test, 1 failure <<< FAILURES!

[...truncated 43054 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7376/consoleText

[repro] Revision: 3b9d3a760a432b97aad2c08b2f778fa2344eb14a

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\solrj
[repro]       TestTimeSource
[repro]    solr\core
[repro]       DistributedSuggestComponentTest
[repro]       ScheduledTriggerTest
[repro] ant compile-test

[...truncated 2476 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestTimeSource" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=FA8F2798D7542AC6 -Dtests.slow=true -Dtests.locale=mr -Dtests.timezone=America/Indiana/Vincennes -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 74 lines...]
[repro] ant compile-test

[...truncated 1336 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.DistributedSuggestComponentTest|*.ScheduledTriggerTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=DC47217363E6D83B -Dtests.slow=true -Dtests.locale=my -Dtests.timezone=America/Argentina/Salta -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 100 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.ScheduledTriggerTest
[repro]   0/5 failed: org.apache.solr.common.util.TestTimeSource
[repro]   0/5 failed: org.apache.solr.handler.component.DistributedSuggestComponentTest
[repro] Exiting with code 0

[...truncated 75 lines...]