You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/05/15 15:27:15 UTC

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-12.0.2) - Build # 1129 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1129/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimScenario.testSuggestions

Error Message:
[] expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: [] expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([8D922C3CA6643E1D:2B4E15C9685069E3]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.cloud.autoscaling.sim.TestSimScenario.testSuggestions(TestSimScenario.java:97)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:835)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimScenario.testSplitShard

Error Message:
java.util.concurrent.TimeoutException: OverseerTriggerThread never caught up to the latest znodeVersion

Stack Trace:
java.lang.AssertionError: java.util.concurrent.TimeoutException: OverseerTriggerThread never caught up to the latest znodeVersion
	at __randomizedtesting.SeedInfo.seed([8D922C3CA6643E1D:56988150B89102A2]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.autoscaling.sim.TestSimScenario.testSplitShard(TestSimScenario.java:159)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:835)




Build Log:
[...truncated 2340 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J1-20200515_141625_5178510529808242330986.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 8 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J3-20200515_141625_517153148376356362495.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J2-20200515_141625_5175152965481088058031.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J0-20200515_141625_51717516309459698328670.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J4-20200515_141625_5179078033186666259382.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 336 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J1-20200515_141913_83714603794565276828612.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J3-20200515_141913_837271326245747192577.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J4-20200515_141913_84115503658539944070611.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J2-20200515_141913_83713123739053781039426.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J0-20200515_141913_83716249706337265254783.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 1120 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J4-20200515_141950_19612535422872318396495.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J2-20200515_141950_19613079217619689878498.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20200515_141950_1963511883699582537040.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J3-20200515_141950_19616539443616745053368.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20200515_141950_196685165408667072887.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 258 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20200515_142033_6184151457670734285233.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J4-20200515_142033_6186788843065603476177.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J3-20200515_142033_6186986020422864807184.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20200515_142033_61811763428724475860807.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J2-20200515_142033_6183052773049791802166.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 236 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20200515_142042_08611337081032693713059.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J3-20200515_142042_0867512632718943549748.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J2-20200515_142042_08614061620979924989499.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J4-20200515_142042_0862708286726616887252.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20200515_142042_08611684882548572434976.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 170 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20200515_142048_92712727126466784668107.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-8.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20200515_142048_92710962893598703204552.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J2-20200515_142048_9271825376631469674342.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 192 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J2-20200515_142053_7632772883774689535405.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J0-20200515_142053_7635475055637302075164.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J3-20200515_142053_7633532101175300548076.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J4-20200515_142053_7632549700679470471038.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J1-20200515_142053_7635050705734735041506.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 172 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J3-20200515_142100_34914745788731321870336.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J4-20200515_142100_3491353571066179852664.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J0-20200515_142100_3498781489042707195827.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-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J1-20200515_142100_3491567935326474382609.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J2-20200515_142100_3493829866909900406400.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 183 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20200515_142105_10515915942235274325481.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J3-20200515_142105_10510795693339036451206.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20200515_142105_1054279609704051381374.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J2-20200515_142105_1052761876730978891077.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J4-20200515_142105_1059583111896036146277.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 166 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20200515_142112_1945960414191643612418.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-8.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20200515_142112_1931862454707465770759.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 164 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J3-20200515_142115_5293482312624112044066.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20200515_142115_52910059066155006486960.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J2-20200515_142115_5297219394853969734592.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20200515_142115_52910332971991114281059.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 187 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20200515_142120_4685731466627675927748.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-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20200515_142120_4685373083185166703211.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 11 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J2-20200515_142120_4683177277572324701486.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J4-20200515_142120_4696889079024206975350.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 15 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J3-20200515_142120_4697629901889846066639.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 1407 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J4-20200515_142252_93317685336104432707614.syserr
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J1-20200515_142252_93214018323781462823451.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J3-20200515_142252_9333823558122591163813.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J2-20200515_142252_932982109653850002605.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J0-20200515_142252_93212005347070556154761.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 239 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J2-20200515_142303_78915746374689206062433.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J0-20200515_142303_789735376505143719677.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-8.x-Windows\lucene\build\classification\test\temp\junit4-J1-20200515_142303_7892754967643507462290.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J4-20200515_142303_78913484569549329647683.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J3-20200515_142303_7896952596641601209968.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 320 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J0-20200515_142311_8649332322574237241854.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J2-20200515_142311_8647996204679685544199.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J1-20200515_142311_8641395243947312469482.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 20 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J4-20200515_142311_8641369968659705275083.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J3-20200515_142311_8645885891490621586302.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 235 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J3-20200515_142427_8251155726362028123732.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J2-20200515_142427_82588855854593572454.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J0-20200515_142427_825351641344431807917.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-8.x-Windows\lucene\build\demo\test\temp\junit4-J1-20200515_142427_82512287052839090833230.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J4-20200515_142427_82513808792426675157071.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 177 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J3-20200515_142432_24214814368804366987343.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J2-20200515_142432_24217770408139341557452.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J0-20200515_142432_2421325475742922848815.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J4-20200515_142432_24314951972191029175025.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J1-20200515_142432_2423476916794489062067.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 237 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J3-20200515_142438_08415614458110060927992.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J4-20200515_142438_08417595494448230366106.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J1-20200515_142438_08410759692353372474276.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J2-20200515_142438_0844762937265235204062.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J0-20200515_142438_0845513649010731686971.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 213 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J0-20200515_142455_3738648320027436220931.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 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J1-20200515_142455_3734258501824454822196.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J4-20200515_142455_3741904054750978837914.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J3-20200515_142455_3731371578834972945670.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J2-20200515_142455_37410051192630946055726.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 255 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J4-20200515_142503_0039922950917200619417.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J0-20200515_142503_00312426571351769624106.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-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J1-20200515_142503_00318325818394417256367.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J3-20200515_142503_00315650754194086484468.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J2-20200515_142503_0039387095526307176662.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J4-20200515_142519_06213727800246258070022.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J3-20200515_142519_06211263528451432334961.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J2-20200515_142519_06215480643968167761885.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J0-20200515_142519_06216857750043886386497.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-8.x-Windows\lucene\build\join\test\temp\junit4-J1-20200515_142519_06211754608127188911830.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 303 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J4-20200515_142529_46310745811352013353217.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J3-20200515_142529_4632176952014046749438.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J0-20200515_142529_463836216904128783750.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J2-20200515_142529_46311983628111361014920.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J1-20200515_142529_463828191758080397164.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 162 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\memory\test\temp\junit4-J0-20200515_142538_0206140887263034725731.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-8.x-Windows\lucene\build\memory\test\temp\junit4-J1-20200515_142538_0202985850322590764672.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 184 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J1-20200515_142541_86518377393364764558053.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 19 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J0-20200515_142541_8655150778619970286691.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J4-20200515_142541_86517354604960152674354.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J2-20200515_142541_86517321400637900589385.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J3-20200515_142541_86510255296135275338290.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 265 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J2-20200515_142552_152185510186182519772.syserr
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J3-20200515_142552_1534797545571867262111.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J1-20200515_142552_1526621749325158178006.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-8.x-Windows\lucene\build\monitor\test\temp\junit4-J0-20200515_142552_1524744091468836885368.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J4-20200515_142552_1532619884071860957595.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 260 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J2-20200515_142602_9582437998843302085344.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J0-20200515_142602_9582250811700700476557.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-8.x-Windows\lucene\build\queries\test\temp\junit4-J1-20200515_142602_95812658040200178510035.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J4-20200515_142602_9582425603789971904340.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J3-20200515_142602_95817243386732383450625.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 238 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J4-20200515_142613_4889688858855825977815.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J1-20200515_142613_4876918078873236943473.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-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J0-20200515_142613_48717112199815871233793.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J3-20200515_142613_4887635627782891035010.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J2-20200515_142613_48715180970786414183453.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 197 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J4-20200515_142623_90017454407479083299605.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J0-20200515_142623_9007397546471072233187.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J3-20200515_142623_9008850268801162912742.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 23 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J2-20200515_142623_90016008859116763587629.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J1-20200515_142623_90015733047319365236278.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 203 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J2-20200515_142636_6068306759294605614100.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J1-20200515_142636_6068520114798663064091.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-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J0-20200515_142636_60610031159863456326693.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J4-20200515_142636_60614114599574428001139.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J3-20200515_142636_6061172655613236571554.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 284 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J3-20200515_142648_0479211337988710516383.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20200515_142648_04713878301417868743862.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J4-20200515_142648_0475120289915376724410.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20200515_142648_0472932541398667572813.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 12 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J2-20200515_142648_0471314012407013165643.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 198 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\test\temp\junit4-J4-20200515_142731_4605692725295504410652.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20200515_142731_4607043202825618993759.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\test\temp\junit4-J2-20200515_142731_4609515273167625103163.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\test\temp\junit4-J3-20200515_142731_4603110731416902158639.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20200515_142731_460751638407853888521.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 262 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\suggest\test\temp\junit4-J3-20200515_142741_27331155029154410059.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\suggest\test\temp\junit4-J4-20200515_142741_27312041258674736110013.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\suggest\test\temp\junit4-J2-20200515_142741_2732136280501242782039.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\suggest\test\temp\junit4-J0-20200515_142741_27312128872728978845501.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-8.x-Windows\lucene\build\suggest\test\temp\junit4-J1-20200515_142741_27313843240871231753982.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 3778 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestSimScenario
   [junit4]   2> 1707466 INFO  (SUITE-TestSimScenario-seed#[8D922C3CA6643E1D]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1707466 INFO  (SUITE-TestSimScenario-seed#[8D922C3CA6643E1D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1707470 INFO  (SUITE-TestSimScenario-seed#[8D922C3CA6643E1D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.autoscaling.sim.TestSimScenario_8D922C3CA6643E1D-001\data-dir-162-001
   [junit4]   2> 1707470 INFO  (SUITE-TestSimScenario-seed#[8D922C3CA6643E1D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1707472 INFO  (SUITE-TestSimScenario-seed#[8D922C3CA6643E1D]-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> 1707475 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSuggestions
   [junit4]   2> 1707490 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 1.	CreateCluster	numNodes=2
   [junit4]   2> 1707491 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 		CreateCluster	numNodes=2
   [junit4]   2> 1707497 DEBUG (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10063_solr
   [junit4]   2> 1707499 DEBUG (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 1707499 DEBUG (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 1707499 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1707499 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 2.	LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 1707499 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1707499 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 		LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 1707499 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1707499 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1707499 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1707499 DEBUG (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1707500 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10063_solr, 127.0.0.1:10064_solr]
   [junit4]   2> 1707500 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1707500 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 1
   [junit4]   2> 1707500 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1707500 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1707500 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1707500 DEBUG (ScheduledTrigger-13710-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 1707500 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 3.	RunSolrRequest	path=/admin/collections&action=CREATE&autoAddReplicas=true&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=2
   [junit4]   2> 1707500 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/collections&action=CREATE&autoAddReplicas=true&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=2
   [junit4]   2> 1707500 DEBUG (simCloudManagerPool-13709-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection testCollection, currentVersion=1
   [junit4]   2> 1707500 DEBUG (simCloudManagerPool-13709-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 1707500 DEBUG (simCloudManagerPool-13709-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 1707511 DEBUG (simCloudManagerPool-13709-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 1707511 DEBUG (simCloudManagerPool-13709-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 1707521 DEBUG (ScheduledTrigger-13710-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 1707522 DEBUG (simCloudManagerPool-13709-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 1707522 DEBUG (simCloudManagerPool-13709-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 1707522 DEBUG (simCloudManagerPool-13709-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1)
   [junit4]   2> 1707522 DEBUG (simCloudManagerPool-13709-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1 (currentVersion=4): {"core_node1":{
   [junit4]   2>     "core":"testCollection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10063_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 1707522 DEBUG (simCloudManagerPool-13709-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection testCollection, currentVersion=4
   [junit4]   2> 1707522 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 4.	WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 1707522 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 1707533 DEBUG (simCloudManagerPool-13709-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 1707533 DEBUG (simCloudManagerPool-13709-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 1707542 DEBUG (ScheduledTrigger-13710-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 1707543 DEBUG (simCloudManagerPool-13709-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 1707543 DEBUG (simCloudManagerPool-13709-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 1707543 DEBUG (simCloudManagerPool-13709-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard2)
   [junit4]   2> 1707543 DEBUG (simCloudManagerPool-13709-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard2 (currentVersion=6): {"core_node3":{
   [junit4]   2>     "core":"testCollection_shard2_replica_n3",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10063_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 1707554 DEBUG (simCloudManagerPool-13709-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=6
   [junit4]   2> 1707554 DEBUG (simCloudManagerPool-13709-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 1707554 DEBUG (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=7
   [junit4]   2> 1707554 DEBUG (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 1707554 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 5.	CtxSet	key=myNode&value=${_random_node_}
   [junit4]   2> 1707554 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 		CtxSet	key=myNode&value=127.0.0.1:10064_solr
   [junit4]   2> 1707554 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 6.	RunSolrRequest	path=/admin/collections&action=ADDREPLICA&collection=testCollection&shard=shard1&node=${myNode}
   [junit4]   2> 1707554 INFO  (TEST-TestSimScenario.testSuggestions-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/collections&action=ADDREPLICA&collection=testCollection&shard=shard1&node=127.0.0.1:10064_solr
   [junit4]   2> 1707555 INFO  (simCloudManagerPool-13709-thread-6) [     ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:10064_solr for creating new replica of shard shard1 for collection testCollection
   [junit4]   2> 1707555 INFO  (simCloudManagerPool-13709-thread-6) [     ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1707565 DEBUG (ScheduledTrigger-13710-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 1707565 DEBUG (simCloudManagerPool-13709-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=8
   [junit4]   2> 1707565 DEBUG (sim

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

     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 18961 DEBUG (ScheduledTrigger-28-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 18985 DEBUG (ScheduledTrigger-28-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 19006 DEBUG (ScheduledTrigger-28-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 19023 INFO  (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 9.	WaitEvent	trigger=indexSizeTrigger&wait=60
   [junit4]   2> 19024 INFO  (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 		WaitEvent	trigger=indexSizeTrigger&wait=60
   [junit4]   2> 19024 INFO  (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 10.	Assert	condition=not_null&key=_trigger_event_indexSizeTrigger
   [junit4]   2> 19024 INFO  (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 		Assert	condition=not_null&key=_trigger_event_indexSizeTrigger
   [junit4]   2> 19025 INFO  (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 11.	Assert	condition=equals&key=_trigger_event_indexSizeTrigger/eventType&expected=INDEXSIZE
   [junit4]   2> 19025 INFO  (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 		Assert	condition=equals&key=_trigger_event_indexSizeTrigger/eventType&expected=INDEXSIZE
   [junit4]   2> 19025 INFO  (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 12.	Assert	condition=equals&key=_trigger_event_indexSizeTrigger/properties/requestedOps[0]/action&expected=SPLITSHARD
   [junit4]   2> 19027 DEBUG (ScheduledTrigger-28-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 19034 INFO  (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 		Assert	condition=equals&key=_trigger_event_indexSizeTrigger/properties/requestedOps[0]/action&expected=SPLITSHARD
   [junit4]   2> 19035 INFO  (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 13.	WaitCollection	collection=testCollection&shards=6&withInactive=true&requireLeaders=false&replicas=2
   [junit4]   2> 19036 INFO  (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=6&withInactive=true&requireLeaders=false&replicas=2
   [junit4]   2> 19092 INFO  (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 19092 DEBUG (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 19092 DEBUG (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 19092 DEBUG (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 19092 DEBUG (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 19094 DEBUG (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 19094 DEBUG (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 19094 INFO  (TEST-TestSimScenario.testIndexing-seed#[8D922C3CA6643E1D]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIndexing
   [junit4] OK      1.48s J0 | TestSimScenario.testIndexing
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.sim.TestSimScenario_8D922C3CA6643E1D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@80cd94b), locale=en-BM, timezone=Asia/Amman
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=2,free=145859448,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimScenario]
   [junit4] Completed [1/5 (1!)] on J0 in 16.88s, 4 tests, 1 failure <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J0-20200515_152608_7043980867294069095890.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 14 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J3-20200515_152608_70415758047783928587806.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 14 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J4-20200515_152608_7055560911698146342530.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J2-20200515_152608_70514279727663659406901.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J1-20200515_152608_70411257214220934712088.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 12 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 20 tests, 1 failure [seed: 8D922C3CA6643E1D]

Total time: 26 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   1/5 failed: org.apache.solr.cloud.autoscaling.sim.TestSimScenario
[repro] Exiting with code 1

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

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

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

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-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
No credentials specified
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=abaf16ea1bb2301e5b555f0bf1ea9d3bd7012761, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #1128
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
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] Lucene-Solr-8.x-Windows (64bit/jdk-11.0.6) - Build # 1134 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1134/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseParallelGC

6 tests failed.
FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([D7CA7CA7780D070B:C71593E7CC9A1127]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([D7CA7CA7780D070B:C71593E7CC9A1127]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([D7CA7CA7780D070B:C71593E7CC9A1127]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([D7CA7CA7780D070B:C71593E7CC9A1127]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([D7CA7CA7780D070B:C71593E7CC9A1127]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([D7CA7CA7780D070B:C71593E7CC9A1127]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)




Build Log:
[...truncated 5633 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=D7CA7CA7780D070B -Dtests.slow=true -Dtests.locale=ak -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J2 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7CA7CA7780D070B:C71593E7CC9A1127]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:834)
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J2\temp\lucene.index.TestBackwardsCompatibility_D7CA7CA7780D070B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {content6=PostingsFormat(name=LuceneVarGapFixedInterval), content5=PostingsFormat(name=LuceneFixedGap), content4=PostingsFormat(name=Asserting), content3=PostingsFormat(name=LuceneVarGapDocFreqInterval), content2=PostingsFormat(name=LuceneVarGapFixedInterval), fie?ld=PostingsFormat(name=LuceneVarGapFixedInterval), utf8=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Asserting), content=PostingsFormat(name=LuceneVarGapFixedInterval), autf8=PostingsFormat(name=LuceneFixedGap)}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene80), __soft_delete=DocValuesFormat(name=Direct), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene80), dvBytesSortedVar=DocValuesFormat(name=Lucene80), dvSortedSet=DocValuesFormat(name=Lucene80), new_numeric=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Direct), bdv2_c=DocValuesFormat(name=Asserting), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Lucene80), dvBytesDerefVar=DocValuesFormat(name=Direct), dvSortedNumeric=DocValuesFormat(name=Asserting), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Direct), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Lucene80), dvLong=DocValuesFormat(name=Asserting), dvDouble=DocValuesFormat(name=Lucene80), dvFloat=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Asserting), dvByte=DocValuesFormat(name=Asserting), ndv1_c=DocValuesFormat(name=Lucene80), ndv2_c=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1553, maxMBSortInHeap=6.422445319413781, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5a2f95d6), locale=ak, timezone=Asia/Muscat
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=155267584,total=311951360
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [9/10 (1!)] on J2 in 73.90s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 58749 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1134/consoleText

[repro] Revision: b7b6e4a072f3fe665dc37b0d9c6f993d1be10d11

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

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    lucene\backward-codecs
[repro]       TestBackwardsCompatibility
[repro] ant compile-test

[...truncated 209 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestBackwardsCompatibility" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=D7CA7CA7780D070B -Dtests.slow=true -Dtests.locale=ak -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 35 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      33.1s J0 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] IGNOR/A 0.34s J0 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.83s J0 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      6.81s J0 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      1.23s J0 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      2.36s J0 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      18.2s J0 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.60s J0 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      1.18s J0 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      7.07s J0 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      5.16s J0 | TestBackwardsCompatibility.testSortedIndex
   [junit4] IGNOR/A 0.06s J0 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J0 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.44s J0 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      13.4s J0 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      1.38s J0 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] OK      0.33s J0 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      10.1s J0 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      0.00s J0 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      2.38s J0 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] OK      0.00s J0 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.18s J0 | TestBackwardsCompatibility.testMoreTerms
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=D7CA7CA7780D070B -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ak -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J0 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7CA7CA7780D070B:C71593E7CC9A1127]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:834)
   [junit4] OK      6.15s J0 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      2.42s J0 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      0.37s J0 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      1.86s J0 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.08s J0 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.77s J0 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_D7CA7CA7780D070B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {content6=PostingsFormat(name=LuceneVarGapFixedInterval), content5=PostingsFormat(name=LuceneFixedGap), content4=PostingsFormat(name=Asserting), content3=PostingsFormat(name=LuceneVarGapDocFreqInterval), content2=PostingsFormat(name=LuceneVarGapFixedInterval), fie?ld=PostingsFormat(name=LuceneVarGapFixedInterval), utf8=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Asserting), content=PostingsFormat(name=LuceneVarGapFixedInterval), autf8=PostingsFormat(name=LuceneFixedGap)}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene80), __soft_delete=DocValuesFormat(name=Direct), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene80), dvBytesSortedVar=DocValuesFormat(name=Lucene80), dvSortedSet=DocValuesFormat(name=Lucene80), new_numeric=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Direct), bdv2_c=DocValuesFormat(name=Asserting), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Lucene80), dvBytesDerefVar=DocValuesFormat(name=Direct), dvSortedNumeric=DocValuesFormat(name=Asserting), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Direct), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Lucene80), dvLong=DocValuesFormat(name=Asserting), dvDouble=DocValuesFormat(name=Lucene80), dvFloat=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Asserting), dvByte=DocValuesFormat(name=Asserting), ndv1_c=DocValuesFormat(name=Lucene80), ndv2_c=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1553, maxMBSortInHeap=6.422445319413781, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@247dbf5e), locale=ak, timezone=Asia/Muscat
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=277417928,total=310902784
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [1/5 (1!)] on J0 in 122.44s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      35.4s J4 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] IGNOR/A 0.14s J4 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.94s J4 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      3.49s J4 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      0.65s J4 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      5.50s J4 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] IGNOR/A 0.02s J4 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      12.3s J4 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.01s J4 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      2.47s J4 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      9.32s J4 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      5.10s J4 | TestBackwardsCompatibility.testSortedIndex
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.29s J4 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      14.3s J4 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      1.40s J4 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] OK      0.30s J4 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      10.1s J4 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      0.01s J4 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      2.83s J4 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] OK      0.00s J4 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.46s J4 | TestBackwardsCompatibility.testMoreTerms
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=D7CA7CA7780D070B -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ak -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J4 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7CA7CA7780D070B:C71593E7CC9A1127]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:834)
   [junit4] OK      6.79s J4 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      1.94s J4 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      0.32s J4 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      1.51s J4 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.05s J4 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.01s J4 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.64s J4 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J4\temp\lucene.index.TestBackwardsCompatibility_D7CA7CA7780D070B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {content6=PostingsFormat(name=LuceneVarGapFixedInterval), content5=PostingsFormat(name=LuceneFixedGap), content4=PostingsFormat(name=Asserting), content3=PostingsFormat(name=LuceneVarGapDocFreqInterval), content2=PostingsFormat(name=LuceneVarGapFixedInterval), fie?ld=PostingsFormat(name=LuceneVarGapFixedInterval), utf8=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Asserting), content=PostingsFormat(name=LuceneVarGapFixedInterval), autf8=PostingsFormat(name=LuceneFixedGap)}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene80), __soft_delete=DocValuesFormat(name=Direct), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene80), dvBytesSortedVar=DocValuesFormat(name=Lucene80), dvSortedSet=DocValuesFormat(name=Lucene80), new_numeric=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Direct), bdv2_c=DocValuesFormat(name=Asserting), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Lucene80), dvBytesDerefVar=DocValuesFormat(name=Direct), dvSortedNumeric=DocValuesFormat(name=Asserting), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Direct), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Lucene80), dvLong=DocValuesFormat(name=Asserting), dvDouble=DocValuesFormat(name=Lucene80), dvFloat=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Asserting), dvByte=DocValuesFormat(name=Asserting), ndv1_c=DocValuesFormat(name=Lucene80), ndv2_c=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1553, maxMBSortInHeap=6.422445319413781, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5a2f95d6), locale=ak, timezone=Asia/Muscat
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=254709160,total=304611328
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [2/5 (2!)] on J4 in 122.70s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      39.6s J3 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] IGNOR/A 0.01s J3 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.69s J3 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      1.61s J3 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      1.10s J3 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      1.25s J3 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] IGNOR/A 0.01s J3 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      13.2s J3 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.74s J3 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      0.09s J3 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.08s J3 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      12.1s J3 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      5.49s J3 | TestBackwardsCompatibility.testSortedIndex
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.47s J3 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      13.5s J3 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      1.37s J3 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] OK      0.21s J3 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      10.1s J3 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      0.00s J3 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      2.57s J3 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] OK      0.00s J3 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.29s J3 | TestBackwardsCompatibility.testMoreTerms
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=D7CA7CA7780D070B -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ak -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J3 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7CA7CA7780D070B:C71593E7CC9A1127]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:834)
   [junit4] OK      6.69s J3 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      2.17s J3 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      0.36s J3 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      2.80s J3 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.12s J3 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.23s J3 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J3\temp\lucene.index.TestBackwardsCompatibility_D7CA7CA7780D070B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {content6=PostingsFormat(name=LuceneVarGapFixedInterval), content5=PostingsFormat(name=LuceneFixedGap), content4=PostingsFormat(name=Asserting), content3=PostingsFormat(name=LuceneVarGapDocFreqInterval), content2=PostingsFormat(name=LuceneVarGapFixedInterval), fie?ld=PostingsFormat(name=LuceneVarGapFixedInterval), utf8=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Asserting), content=PostingsFormat(name=LuceneVarGapFixedInterval), autf8=PostingsFormat(name=LuceneFixedGap)}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene80), __soft_delete=DocValuesFormat(name=Direct), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene80), dvBytesSortedVar=DocValuesFormat(name=Lucene80), dvSortedSet=DocValuesFormat(name=Lucene80), new_numeric=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Direct), bdv2_c=DocValuesFormat(name=Asserting), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Lucene80), dvBytesDerefVar=DocValuesFormat(name=Direct), dvSortedNumeric=DocValuesFormat(name=Asserting), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Direct), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Lucene80), dvLong=DocValuesFormat(name=Asserting), dvDouble=DocValuesFormat(name=Lucene80), dvFloat=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Asserting), dvByte=DocValuesFormat(name=Asserting), ndv1_c=DocValuesFormat(name=Lucene80), ndv2_c=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1553, maxMBSortInHeap=6.422445319413781, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3374ace7), locale=ak, timezone=Asia/Muscat
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=219335240,total=292552704
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [3/5 (3!)] on J3 in 122.38s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      37.7s J2 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.37s J2 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      2.71s J2 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      1.63s J2 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      0.62s J2 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      12.8s J2 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.02s J2 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      0.43s J2 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      14.0s J2 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      5.46s J2 | TestBackwardsCompatibility.testSortedIndex
   [junit4] IGNOR/A 0.06s J2 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.03s J2 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.51s J2 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      13.4s J2 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      1.55s J2 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] OK      0.17s J2 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      10.1s J2 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      0.00s J2 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      2.54s J2 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] OK      0.00s J2 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.20s J2 | TestBackwardsCompatibility.testMoreTerms
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=D7CA7CA7780D070B -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ak -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.03s J2 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7CA7CA7780D070B:C71593E7CC9A1127]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:834)
   [junit4] OK      7.24s J2 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      2.10s J2 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      0.30s J2 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      2.16s J2 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.11s J2 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.49s J2 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J2\temp\lucene.index.TestBackwardsCompatibility_D7CA7CA7780D070B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {content6=PostingsFormat(name=LuceneVarGapFixedInterval), content5=PostingsFormat(name=LuceneFixedGap), content4=PostingsFormat(name=Asserting), content3=PostingsFormat(name=LuceneVarGapDocFreqInterval), content2=PostingsFormat(name=LuceneVarGapFixedInterval), fie?ld=PostingsFormat(name=LuceneVarGapFixedInterval), utf8=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Asserting), content=PostingsFormat(name=LuceneVarGapFixedInterval), autf8=PostingsFormat(name=LuceneFixedGap)}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene80), __soft_delete=DocValuesFormat(name=Direct), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene80), dvBytesSortedVar=DocValuesFormat(name=Lucene80), dvSortedSet=DocValuesFormat(name=Lucene80), new_numeric=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Direct), bdv2_c=DocValuesFormat(name=Asserting), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Lucene80), dvBytesDerefVar=DocValuesFormat(name=Direct), dvSortedNumeric=DocValuesFormat(name=Asserting), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Direct), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Lucene80), dvLong=DocValuesFormat(name=Asserting), dvDouble=DocValuesFormat(name=Lucene80), dvFloat=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Asserting), dvByte=DocValuesFormat(name=Asserting), ndv1_c=DocValuesFormat(name=Lucene80), ndv2_c=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1553, maxMBSortInHeap=6.422445319413781, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5a2f95d6), locale=ak, timezone=Asia/Muscat
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=130348240,total=310902784
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [4/5 (4!)] on J2 in 122.52s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      37.4s J1 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] IGNOR/A 0.14s J1 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.44s J1 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      0.94s J1 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      1.11s J1 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      6.56s J1 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      12.7s J1 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] IGNOR/A 0.01s J1 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.71s J1 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      0.60s J1 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.01s J1 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      8.02s J1 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      5.59s J1 | TestBackwardsCompatibility.testSortedIndex
   [junit4] IGNOR/A 0.01s J1 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J1 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.30s J1 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      14.2s J1 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      1.49s J1 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] OK      0.23s J1 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      10.1s J1 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      0.00s J1 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      2.72s J1 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] OK      0.00s J1 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.27s J1 | TestBackwardsCompatibility.testMoreTerms
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=D7CA7CA7780D070B -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ak -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.21s J1 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7CA7CA7780D070B:C71593E7CC9A1127]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:834)
   [junit4] OK      6.89s J1 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      2.32s J1 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      0.34s J1 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      2.23s J1 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.08s J1 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.12s J1 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] IGNOR/A 0.01s J1 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J1\temp\lucene.index.TestBackwardsCompatibility_D7CA7CA7780D070B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {content6=PostingsFormat(name=LuceneVarGapFixedInterval), content5=PostingsFormat(name=LuceneFixedGap), content4=PostingsFormat(name=Asserting), content3=PostingsFormat(name=LuceneVarGapDocFreqInterval), content2=PostingsFormat(name=LuceneVarGapFixedInterval), fie?ld=PostingsFormat(name=LuceneVarGapFixedInterval), utf8=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Asserting), content=PostingsFormat(name=LuceneVarGapFixedInterval), autf8=PostingsFormat(name=LuceneFixedGap)}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene80), __soft_delete=DocValuesFormat(name=Direct), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene80), dvBytesSortedVar=DocValuesFormat(name=Lucene80), dvSortedSet=DocValuesFormat(name=Lucene80), new_numeric=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Direct), bdv2_c=DocValuesFormat(name=Asserting), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Lucene80), dvBytesDerefVar=DocValuesFormat(name=Direct), dvSortedNumeric=DocValuesFormat(name=Asserting), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Direct), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Lucene80), dvLong=DocValuesFormat(name=Asserting), dvDouble=DocValuesFormat(name=Lucene80), dvFloat=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Asserting), dvByte=DocValuesFormat(name=Asserting), ndv1_c=DocValuesFormat(name=Lucene80), ndv2_c=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1553, maxMBSortInHeap=6.422445319413781, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@247dbf5e), locale=ak, timezone=Asia/Muscat
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=267653088,total=311951360
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [5/5 (5!)] on J1 in 123.15s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 170 tests, 5 failures, 40 ignored (40 assumptions) [seed: D7CA7CA7780D070B]

Total time: 2 minutes 5 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.lucene.index.TestBackwardsCompatibility
[repro] Exiting with code 1

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 

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

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-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
No credentials specified
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=b7b6e4a072f3fe665dc37b0d9c6f993d1be10d11, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #1133
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
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-Experimental-GC] Lucene-Solr-8.x-Windows (64bit/jdk-14) - Build # 1133 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1133/
Java: 64bit/jdk-14 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC

6 tests failed.
FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([986F9DEB0A96FF46:88B072ABBE01E96A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([986F9DEB0A96FF46:88B072ABBE01E96A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([986F9DEB0A96FF46:88B072ABBE01E96A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([986F9DEB0A96FF46:88B072ABBE01E96A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([986F9DEB0A96FF46:88B072ABBE01E96A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([986F9DEB0A96FF46:88B072ABBE01E96A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 5629 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] IGNOR/A 0.04s J2 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=986F9DEB0A96FF46 -Dtests.slow=true -Dtests.locale=en-NF -Dtests.timezone=Africa/Douala -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J2 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([986F9DEB0A96FF46:88B072ABBE01E96A]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J2\temp\lucene.index.TestBackwardsCompatibility_986F9DEB0A96FF46-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=9, maxDocsPerChunk=171, blockShift=21), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=9, blockSize=21)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3ed9fd3), locale=en-NF, timezone=Africa/Douala
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=112992320,total=504627200
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [9/10 (1!)] on J2 in 56.43s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 55760 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1133/consoleText

[repro] Revision: b7b6e4a072f3fe665dc37b0d9c6f993d1be10d11

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

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    lucene\backward-codecs
[repro]       TestBackwardsCompatibility
[repro] ant compile-test

[...truncated 209 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestBackwardsCompatibility" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC" -Dtests.seed=986F9DEB0A96FF46 -Dtests.slow=true -Dtests.locale=en-NF -Dtests.timezone=Africa/Douala -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 35 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      0.60s J4 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      16.0s J4 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] IGNOR/A 0.05s J4 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J4 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      6.40s J4 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      2.31s J4 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      14.2s J4 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      30.4s J4 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      6.06s J4 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] OK      0.77s J4 | TestBackwardsCompatibility.testMoreTerms
   [junit4] OK      5.07s J4 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] OK      5.68s J4 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] OK      4.19s J4 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      0.63s J4 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      9.15s J4 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.00s J4 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      2.89s J4 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      2.08s J4 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      0.45s J4 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.15s J4 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.02s J4 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.01s J4 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      0.42s J4 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=986F9DEB0A96FF46 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-NF -Dtests.timezone=Africa/Douala -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J4 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([986F9DEB0A96FF46:88B072ABBE01E96A]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] OK      0.60s J4 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] IGNOR/A 0.02s J4 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.83s J4 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] OK      13.4s J4 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      0.11s J4 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.61s J4 | TestBackwardsCompatibility.testOldVersions
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J4\temp\lucene.index.TestBackwardsCompatibility_986F9DEB0A96FF46-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=9, maxDocsPerChunk=171, blockShift=21), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=9, blockSize=21)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3ed9fd3), locale=en-NF, timezone=Africa/Douala
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=120334624,total=480247808
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [1/5 (1!)] on J4 in 129.06s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      1.05s J1 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      16.2s J1 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] IGNOR/A 0.24s J1 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.21s J1 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      17.5s J1 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      2.29s J1 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      2.53s J1 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      29.8s J1 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      5.94s J1 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] OK      0.59s J1 | TestBackwardsCompatibility.testMoreTerms
   [junit4] OK      5.08s J1 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] OK      5.96s J1 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] OK      4.26s J1 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      0.59s J1 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] IGNOR/A 0.01s J1 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      9.00s J1 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] IGNOR/A 0.02s J1 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.00s J1 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      2.88s J1 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      1.95s J1 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      0.44s J1 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.17s J1 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.02s J1 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      0.45s J1 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=986F9DEB0A96FF46 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-NF -Dtests.timezone=Africa/Douala -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J1 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([986F9DEB0A96FF46:88B072ABBE01E96A]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] OK      0.48s J1 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.93s J1 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] OK      13.7s J1 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      0.11s J1 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.02s J1 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.67s J1 | TestBackwardsCompatibility.testOldVersions
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J1\temp\lucene.index.TestBackwardsCompatibility_986F9DEB0A96FF46-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=9, maxDocsPerChunk=171, blockShift=21), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=9, blockSize=21)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3ed9fd3), locale=en-NF, timezone=Africa/Douala
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=119809256,total=489422848
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [2/5 (2!)] on J1 in 129.35s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      0.04s J0 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      24.0s J0 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] IGNOR/A 0.06s J0 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.10s J0 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      10.7s J0 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.97s J0 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      3.30s J0 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      30.6s J0 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      7.20s J0 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] OK      0.94s J0 | TestBackwardsCompatibility.testMoreTerms
   [junit4] OK      4.27s J0 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] OK      5.06s J0 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] OK      4.64s J0 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      1.04s J0 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      8.63s J0 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.00s J0 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      2.99s J0 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      2.13s J0 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      0.47s J0 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] IGNOR/A 0.02s J0 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.12s J0 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.02s J0 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      0.69s J0 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=986F9DEB0A96FF46 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-NF -Dtests.timezone=Africa/Douala -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.02s J0 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([986F9DEB0A96FF46:88B072ABBE01E96A]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] OK      0.44s J0 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      2.01s J0 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] OK      12.8s J0 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      0.11s J0 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.02s J0 | TestBackwardsCompatibility.testOldVersions
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_986F9DEB0A96FF46-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=9, maxDocsPerChunk=171, blockShift=21), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=9, blockSize=21)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3675e6d2), locale=en-NF, timezone=Africa/Douala
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=141961888,total=483131392
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [3/5 (3!)] on J0 in 129.48s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      0.03s J2 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      28.4s J2 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      15.5s J2 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      2.14s J2 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      2.51s J2 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      21.8s J2 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      9.35s J2 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] OK      0.44s J2 | TestBackwardsCompatibility.testMoreTerms
   [junit4] OK      3.96s J2 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] OK      4.92s J2 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] OK      5.34s J2 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      0.68s J2 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] IGNOR/A 0.05s J2 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      7.41s J2 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.00s J2 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      2.67s J2 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      2.16s J2 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      0.82s J2 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.19s J2 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.02s J2 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      0.60s J2 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=986F9DEB0A96FF46 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-NF -Dtests.timezone=Africa/Douala -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J2 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([986F9DEB0A96FF46:88B072ABBE01E96A]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] OK      0.33s J2 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      2.01s J2 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] OK      11.9s J2 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      0.11s J2 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.20s J2 | TestBackwardsCompatibility.testOldVersions
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J2\temp\lucene.index.TestBackwardsCompatibility_986F9DEB0A96FF46-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=9, maxDocsPerChunk=171, blockShift=21), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=9, blockSize=21)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3675e6d2), locale=en-NF, timezone=Africa/Douala
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=189275136,total=488374272
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [4/5 (4!)] on J2 in 129.68s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      0.03s J3 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      10.2s J3 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] IGNOR/A 0.02s J3 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      16.0s J3 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.72s J3 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      1.55s J3 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      41.3s J3 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      7.54s J3 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] OK      0.69s J3 | TestBackwardsCompatibility.testMoreTerms
   [junit4] OK      4.78s J3 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] OK      5.58s J3 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] OK      5.21s J3 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      1.17s J3 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      6.45s J3 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] IGNOR/A 0.02s J3 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.00s J3 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      3.16s J3 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      2.03s J3 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      0.50s J3 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.19s J3 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.01s J3 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      0.54s J3 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=986F9DEB0A96FF46 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-NF -Dtests.timezone=Africa/Douala -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J3 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([986F9DEB0A96FF46:88B072ABBE01E96A]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] OK      0.68s J3 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] IGNOR/A 0.02s J3 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      2.13s J3 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] OK      12.8s J3 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      0.13s J3 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.14s J3 | TestBackwardsCompatibility.testOldVersions
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J3\temp\lucene.index.TestBackwardsCompatibility_986F9DEB0A96FF46-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=9, maxDocsPerChunk=171, blockShift=21), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=9, blockSize=21)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3675e6d2), locale=en-NF, timezone=Africa/Douala
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=226501248,total=514850816
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [5/5 (5!)] on J3 in 129.62s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 170 tests, 5 failures, 40 ignored (40 assumptions) [seed: 986F9DEB0A96FF46]

Total time: 2 minutes 12 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.lucene.index.TestBackwardsCompatibility
[repro] Exiting with code 1

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 

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

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-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
No credentials specified
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=b7b6e4a072f3fe665dc37b0d9c6f993d1be10d11, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #1132
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
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] Lucene-Solr-8.x-Windows (64bit/jdk-14) - Build # 1132 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1132/
Java: 64bit/jdk-14 -XX:+UseCompressedOops -XX:+UseSerialGC

6 tests failed.
FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([84EE88C7B48688E9:9431678700119EC5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([84EE88C7B48688E9:9431678700119EC5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([84EE88C7B48688E9:9431678700119EC5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([84EE88C7B48688E9:9431678700119EC5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([84EE88C7B48688E9:9431678700119EC5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([84EE88C7B48688E9:9431678700119EC5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 5633 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=84EE88C7B48688E9 -Dtests.slow=true -Dtests.locale=pa -Dtests.timezone=Iceland -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.01s J2 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([84EE88C7B48688E9:9431678700119EC5]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J2\temp\lucene.index.TestBackwardsCompatibility_84EE88C7B48688E9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {content6=PostingsFormat(name=Direct), content5=PostingsFormat(name=MockRandom), content4=PostingsFormat(name=Asserting), content3=FST50, content2=PostingsFormat(name=Direct), fie?ld=PostingsFormat(name=Direct), utf8=PostingsFormat(name=Asserting), id=PostingsFormat(name=Direct), content=PostingsFormat(name=Asserting), autf8=FST50}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene80), __soft_delete=DocValuesFormat(name=Asserting), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene80), dvBytesSortedVar=DocValuesFormat(name=Lucene80), dvSortedSet=DocValuesFormat(name=Lucene80), new_numeric=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Direct), bdv2_c=DocValuesFormat(name=Direct), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Lucene80), dvBytesDerefVar=DocValuesFormat(name=Direct), dvSortedNumeric=DocValuesFormat(name=Direct), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Direct), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Lucene80), dvLong=DocValuesFormat(name=Direct), dvDouble=DocValuesFormat(name=Lucene80), dvFloat=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Direct), ndv1_c=DocValuesFormat(name=Lucene80), dvByte=DocValuesFormat(name=Direct), ndv2_c=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1557, maxMBSortInHeap=7.174335282459236, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2b55336b), locale=pa, timezone=Iceland
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=141975120,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [9/10 (1!)] on J2 in 55.24s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 55756 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1132/consoleText

[repro] Revision: b7b6e4a072f3fe665dc37b0d9c6f993d1be10d11

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

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    lucene\backward-codecs
[repro]       TestBackwardsCompatibility
[repro] ant compile-test

[...truncated 209 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestBackwardsCompatibility" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=84EE88C7B48688E9 -Dtests.slow=true -Dtests.locale=pa -Dtests.timezone=Iceland -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 35 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      0.09s J1 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      1.36s J1 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      31.5s J1 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      1.11s J1 | TestBackwardsCompatibility.testMoreTerms
   [junit4] OK      2.21s J1 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      27.8s J1 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=84EE88C7B48688E9 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=pa -Dtests.timezone=Iceland -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.02s J1 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([84EE88C7B48688E9:9431678700119EC5]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] OK      23.5s J1 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] IGNOR/A 0.01s J1 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J1 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.19s J1 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] OK      7.82s J1 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] OK      0.02s J1 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      3.40s J1 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.46s J1 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      2.21s J1 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.00s J1 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.42s J1 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      0.54s J1 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      9.57s J1 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      0.34s J1 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      3.42s J1 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.08s J1 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] OK      1.45s J1 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.13s J1 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      12.3s J1 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] IGNOR/A 0.01s J1 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      2.71s J1 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      2.61s J1 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J1\temp\lucene.index.TestBackwardsCompatibility_84EE88C7B48688E9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {content6=PostingsFormat(name=Direct), content5=PostingsFormat(name=MockRandom), content4=PostingsFormat(name=Asserting), content3=FST50, content2=PostingsFormat(name=Direct), fie?ld=PostingsFormat(name=Direct), utf8=PostingsFormat(name=Asserting), id=PostingsFormat(name=Direct), content=PostingsFormat(name=Asserting), autf8=FST50}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene80), __soft_delete=DocValuesFormat(name=Asserting), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene80), dvBytesSortedVar=DocValuesFormat(name=Lucene80), dvSortedSet=DocValuesFormat(name=Lucene80), new_numeric=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Direct), bdv2_c=DocValuesFormat(name=Direct), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Lucene80), dvBytesDerefVar=DocValuesFormat(name=Direct), dvSortedNumeric=DocValuesFormat(name=Direct), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Direct), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Lucene80), dvLong=DocValuesFormat(name=Direct), dvDouble=DocValuesFormat(name=Lucene80), dvFloat=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Direct), ndv1_c=DocValuesFormat(name=Lucene80), dvByte=DocValuesFormat(name=Direct), ndv2_c=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1557, maxMBSortInHeap=7.174335282459236, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2b55336b), locale=pa, timezone=Iceland
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=140887560,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [1/5 (1!)] on J1 in 141.39s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      0.04s J3 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      1.42s J3 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      44.8s J3 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      1.36s J3 | TestBackwardsCompatibility.testMoreTerms
   [junit4] OK      1.47s J3 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      15.6s J3 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=84EE88C7B48688E9 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=pa -Dtests.timezone=Iceland -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.03s J3 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([84EE88C7B48688E9:9431678700119EC5]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] OK      22.8s J3 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] IGNOR/A 0.02s J3 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J3 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.37s J3 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] OK      6.73s J3 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] OK      0.56s J3 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      5.02s J3 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.51s J3 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      1.84s J3 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.00s J3 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.25s J3 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      0.65s J3 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      8.85s J3 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      0.69s J3 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      3.45s J3 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.14s J3 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] OK      1.43s J3 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.14s J3 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      12.7s J3 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J3 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      2.79s J3 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      2.72s J3 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J3\temp\lucene.index.TestBackwardsCompatibility_84EE88C7B48688E9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {content6=PostingsFormat(name=Direct), content5=PostingsFormat(name=MockRandom), content4=PostingsFormat(name=Asserting), content3=FST50, content2=PostingsFormat(name=Direct), fie?ld=PostingsFormat(name=Direct), utf8=PostingsFormat(name=Asserting), id=PostingsFormat(name=Direct), content=PostingsFormat(name=Asserting), autf8=FST50}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene80), __soft_delete=DocValuesFormat(name=Asserting), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene80), dvBytesSortedVar=DocValuesFormat(name=Lucene80), dvSortedSet=DocValuesFormat(name=Lucene80), new_numeric=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Direct), bdv2_c=DocValuesFormat(name=Direct), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Lucene80), dvBytesDerefVar=DocValuesFormat(name=Direct), dvSortedNumeric=DocValuesFormat(name=Direct), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Direct), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Lucene80), dvLong=DocValuesFormat(name=Direct), dvDouble=DocValuesFormat(name=Lucene80), dvFloat=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Direct), ndv1_c=DocValuesFormat(name=Lucene80), dvByte=DocValuesFormat(name=Direct), ndv2_c=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1557, maxMBSortInHeap=7.174335282459236, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2b55336b), locale=pa, timezone=Iceland
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=171837280,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [2/5 (2!)] on J3 in 141.38s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      0.08s J2 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      1.49s J2 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      44.3s J2 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      0.78s J2 | TestBackwardsCompatibility.testMoreTerms
   [junit4] OK      2.22s J2 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      18.6s J2 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=84EE88C7B48688E9 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=pa -Dtests.timezone=Iceland -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.04s J2 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([84EE88C7B48688E9:9431678700119EC5]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] OK      20.1s J2 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] IGNOR/A 0.03s J2 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.25s J2 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] OK      8.60s J2 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] OK      0.16s J2 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      4.00s J2 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.52s J2 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      1.70s J2 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.00s J2 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.37s J2 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      0.77s J2 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      8.96s J2 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      0.49s J2 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      3.36s J2 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.15s J2 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] OK      1.39s J2 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.14s J2 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      12.5s J2 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      3.44s J2 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      2.22s J2 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J2\temp\lucene.index.TestBackwardsCompatibility_84EE88C7B48688E9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {content6=PostingsFormat(name=Direct), content5=PostingsFormat(name=MockRandom), content4=PostingsFormat(name=Asserting), content3=FST50, content2=PostingsFormat(name=Direct), fie?ld=PostingsFormat(name=Direct), utf8=PostingsFormat(name=Asserting), id=PostingsFormat(name=Direct), content=PostingsFormat(name=Asserting), autf8=FST50}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene80), __soft_delete=DocValuesFormat(name=Asserting), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene80), dvBytesSortedVar=DocValuesFormat(name=Lucene80), dvSortedSet=DocValuesFormat(name=Lucene80), new_numeric=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Direct), bdv2_c=DocValuesFormat(name=Direct), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Lucene80), dvBytesDerefVar=DocValuesFormat(name=Direct), dvSortedNumeric=DocValuesFormat(name=Direct), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Direct), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Lucene80), dvLong=DocValuesFormat(name=Direct), dvDouble=DocValuesFormat(name=Lucene80), dvFloat=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Direct), ndv1_c=DocValuesFormat(name=Lucene80), dvByte=DocValuesFormat(name=Direct), ndv2_c=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1557, maxMBSortInHeap=7.174335282459236, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2b55336b), locale=pa, timezone=Iceland
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=146245040,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [3/5 (3!)] on J2 in 141.72s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      0.06s J4 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      1.46s J4 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      43.6s J4 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      1.49s J4 | TestBackwardsCompatibility.testMoreTerms
   [junit4] OK      1.63s J4 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      16.5s J4 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=84EE88C7B48688E9 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=pa -Dtests.timezone=Iceland -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.02s J4 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([84EE88C7B48688E9:9431678700119EC5]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] OK      22.8s J4 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] IGNOR/A 0.01s J4 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J4 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.19s J4 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] OK      5.14s J4 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] OK      0.32s J4 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      5.55s J4 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.83s J4 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      2.37s J4 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.00s J4 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.38s J4 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      0.39s J4 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      8.85s J4 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      0.65s J4 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      3.52s J4 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.13s J4 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] OK      1.38s J4 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.14s J4 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      13.5s J4 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      2.93s J4 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      2.69s J4 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J4\temp\lucene.index.TestBackwardsCompatibility_84EE88C7B48688E9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {content6=PostingsFormat(name=Direct), content5=PostingsFormat(name=MockRandom), content4=PostingsFormat(name=Asserting), content3=FST50, content2=PostingsFormat(name=Direct), fie?ld=PostingsFormat(name=Direct), utf8=PostingsFormat(name=Asserting), id=PostingsFormat(name=Direct), content=PostingsFormat(name=Asserting), autf8=FST50}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene80), __soft_delete=DocValuesFormat(name=Asserting), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene80), dvBytesSortedVar=DocValuesFormat(name=Lucene80), dvSortedSet=DocValuesFormat(name=Lucene80), new_numeric=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Direct), bdv2_c=DocValuesFormat(name=Direct), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Lucene80), dvBytesDerefVar=DocValuesFormat(name=Direct), dvSortedNumeric=DocValuesFormat(name=Direct), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Direct), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Lucene80), dvLong=DocValuesFormat(name=Direct), dvDouble=DocValuesFormat(name=Lucene80), dvFloat=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Direct), ndv1_c=DocValuesFormat(name=Lucene80), dvByte=DocValuesFormat(name=Direct), ndv2_c=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1557, maxMBSortInHeap=7.174335282459236, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7f42aad3), locale=pa, timezone=Iceland
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=172954464,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [4/5 (4!)] on J4 in 141.69s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      0.07s J0 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] OK      1.41s J0 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      46.8s J0 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      0.42s J0 | TestBackwardsCompatibility.testMoreTerms
   [junit4] OK      0.61s J0 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      19.0s J0 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=84EE88C7B48688E9 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=pa -Dtests.timezone=Iceland -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.04s J0 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([84EE88C7B48688E9:9431678700119EC5]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] OK      19.3s J0 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] IGNOR/A 0.01s J0 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.19s J0 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] OK      5.16s J0 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] OK      0.29s J0 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      6.59s J0 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.71s J0 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      1.99s J0 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.00s J0 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.21s J0 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      0.47s J0 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      9.37s J0 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      0.50s J0 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      3.46s J0 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] IGNOR/A 0.01s J0 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.28s J0 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] OK      1.33s J0 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.16s J0 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      12.7s J0 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] IGNOR/A 0.01s J0 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J0 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      3.20s J0 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      2.48s J0 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_84EE88C7B48688E9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {content6=PostingsFormat(name=Direct), content5=PostingsFormat(name=MockRandom), content4=PostingsFormat(name=Asserting), content3=FST50, content2=PostingsFormat(name=Direct), fie?ld=PostingsFormat(name=Direct), utf8=PostingsFormat(name=Asserting), id=PostingsFormat(name=Direct), content=PostingsFormat(name=Asserting), autf8=FST50}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene80), __soft_delete=DocValuesFormat(name=Asserting), dvShort=DocValuesFormat(name=Direct), dvInt=DocValuesFormat(name=Lucene80), dvBytesSortedVar=DocValuesFormat(name=Lucene80), dvSortedSet=DocValuesFormat(name=Lucene80), new_numeric=DocValuesFormat(name=Direct), bdv2=DocValuesFormat(name=Direct), bdv2_c=DocValuesFormat(name=Direct), bdv1=DocValuesFormat(name=Lucene80), bdv1_c=DocValuesFormat(name=Lucene80), dvBytesDerefVar=DocValuesFormat(name=Direct), dvSortedNumeric=DocValuesFormat(name=Direct), dvBytesDerefFixed=DocValuesFormat(name=Lucene80), new_binary=DocValuesFormat(name=Asserting), dvBytesSortedFixed=DocValuesFormat(name=Direct), dvBytesStraightVar=DocValuesFormat(name=Asserting), dvBytesStraightFixed=DocValuesFormat(name=Lucene80), dvLong=DocValuesFormat(name=Direct), dvDouble=DocValuesFormat(name=Lucene80), dvFloat=DocValuesFormat(name=Direct), dvPacked=DocValuesFormat(name=Direct), ndv1_c=DocValuesFormat(name=Lucene80), dvByte=DocValuesFormat(name=Direct), ndv2_c=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1557, maxMBSortInHeap=7.174335282459236, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7f42aad3), locale=pa, timezone=Iceland
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=132365808,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [5/5 (5!)] on J0 in 141.97s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 170 tests, 5 failures, 40 ignored (40 assumptions) [seed: 84EE88C7B48688E9]

Total time: 2 minutes 25 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.lucene.index.TestBackwardsCompatibility
[repro] Exiting with code 1

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 

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

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-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
No credentials specified
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=b7b6e4a072f3fe665dc37b0d9c6f993d1be10d11, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #1131
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
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] Lucene-Solr-8.x-Windows (64bit/jdk1.8.0_201) - Build # 1131 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1131/
Java: 64bit/jdk1.8.0_201 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

6 tests failed.
FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([8F6DD9028264B018:9FB2364236F3A634]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([8F6DD9028264B018:9FB2364236F3A634]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([8F6DD9028264B018:9FB2364236F3A634]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([8F6DD9028264B018:9FB2364236F3A634]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([8F6DD9028264B018:9FB2364236F3A634]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([8F6DD9028264B018:9FB2364236F3A634]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 5620 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] IGNOR/A 0.02s J2 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=8F6DD9028264B018 -Dtests.slow=true -Dtests.locale=en-CA -Dtests.timezone=America/Hermosillo -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.00s J2 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F6DD9028264B018:9FB2364236F3A634]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J2\temp\lucene.index.TestBackwardsCompatibility_8F6DD9028264B018-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=25519, maxDocsPerChunk=9, blockShift=12), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=25519, blockSize=12)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6e068997), locale=en-CA, timezone=America/Hermosillo
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=165480552,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [9/10 (1!)] on J2 in 51.23s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 63371 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1131/consoleText

[repro] Revision: b7b6e4a072f3fe665dc37b0d9c6f993d1be10d11

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

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    lucene\backward-codecs
[repro]       TestBackwardsCompatibility
[repro] ant compile-test

[...truncated 209 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestBackwardsCompatibility" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC" -Dtests.seed=8F6DD9028264B018 -Dtests.slow=true -Dtests.locale=en-CA -Dtests.timezone=America/Hermosillo -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 35 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      2.24s J0 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      0.29s J0 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      29.5s J0 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      6.34s J0 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] IGNOR/A 0.10s J0 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.07s J0 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.02s J0 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      6.90s J0 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=8F6DD9028264B018 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-CA -Dtests.timezone=America/Hermosillo -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.00s J0 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F6DD9028264B018:9FB2364236F3A634]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.17s J0 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.32s J0 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      0.50s J0 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      15.4s J0 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      8.61s J0 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      2.02s J0 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.39s J0 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      3.07s J0 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      3.61s J0 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      2.54s J0 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      0.00s J0 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.10s J0 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.51s J0 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      1.56s J0 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.00s J0 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.51s J0 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      1.74s J0 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] OK      2.45s J0 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] OK      0.35s J0 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      0.19s J0 | TestBackwardsCompatibility.testMoreTerms
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_8F6DD9028264B018-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=25519, maxDocsPerChunk=9, blockShift=12), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=25519, blockSize=12)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6e068997), locale=en-CA, timezone=America/Hermosillo
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=131994608,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [1/5 (1!)] on J0 in 94.70s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      2.29s J1 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      1.28s J1 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      28.5s J1 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      7.97s J1 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] IGNOR/A 0.11s J1 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.02s J1 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      5.31s J1 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=8F6DD9028264B018 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-CA -Dtests.timezone=America/Hermosillo -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.00s J1 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F6DD9028264B018:9FB2364236F3A634]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.17s J1 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.37s J1 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      0.53s J1 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      15.3s J1 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      8.41s J1 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      2.17s J1 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] IGNOR/A 0.01s J1 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J1 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.49s J1 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      3.93s J1 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      3.40s J1 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      2.34s J1 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      0.00s J1 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] IGNOR/A 0.00s J1 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.14s J1 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.01s J1 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.33s J1 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      1.71s J1 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.00s J1 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.43s J1 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      1.89s J1 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] OK      2.27s J1 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] OK      0.32s J1 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      0.16s J1 | TestBackwardsCompatibility.testMoreTerms
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J1\temp\lucene.index.TestBackwardsCompatibility_8F6DD9028264B018-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=25519, maxDocsPerChunk=9, blockShift=12), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=25519, blockSize=12)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6e068997), locale=en-CA, timezone=America/Hermosillo
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=179741024,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [2/5 (2!)] on J1 in 95.02s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      3.17s J2 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      0.77s J2 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      28.1s J2 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      5.91s J2 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] IGNOR/A 0.05s J2 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.02s J2 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      5.62s J2 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=8F6DD9028264B018 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-CA -Dtests.timezone=America/Hermosillo -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.01s J2 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F6DD9028264B018:9FB2364236F3A634]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.48s J2 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.81s J2 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      0.61s J2 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      16.3s J2 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      9.01s J2 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      2.12s J2 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] IGNOR/A 0.03s J2 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J2 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.60s J2 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      3.94s J2 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      3.39s J2 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      2.10s J2 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      0.00s J2 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.11s J2 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.00s J2 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.30s J2 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      1.97s J2 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.00s J2 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.54s J2 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      1.65s J2 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] OK      2.02s J2 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] OK      0.30s J2 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      0.16s J2 | TestBackwardsCompatibility.testMoreTerms
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J2\temp\lucene.index.TestBackwardsCompatibility_8F6DD9028264B018-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=25519, maxDocsPerChunk=9, blockShift=12), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=25519, blockSize=12)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6e068997), locale=en-CA, timezone=America/Hermosillo
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=178585608,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [3/5 (3!)] on J2 in 95.23s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      3.12s J3 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      0.44s J3 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      28.5s J3 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      6.78s J3 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] IGNOR/A 0.03s J3 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J3 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J3 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      5.72s J3 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=8F6DD9028264B018 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-CA -Dtests.timezone=America/Hermosillo -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.01s J3 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F6DD9028264B018:9FB2364236F3A634]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.27s J3 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.41s J3 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      0.51s J3 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      16.0s J3 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      8.95s J3 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      2.33s J3 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] IGNOR/A 0.01s J3 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.68s J3 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      4.10s J3 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      3.04s J3 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      2.10s J3 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      0.00s J3 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.13s J3 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.00s J3 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.27s J3 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      2.17s J3 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.00s J3 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.42s J3 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      1.54s J3 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] OK      2.04s J3 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] OK      0.31s J3 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      0.17s J3 | TestBackwardsCompatibility.testMoreTerms
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J3\temp\lucene.index.TestBackwardsCompatibility_8F6DD9028264B018-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=25519, maxDocsPerChunk=9, blockShift=12), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=25519, blockSize=12)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6e068997), locale=en-CA, timezone=America/Hermosillo
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=128181472,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [4/5 (4!)] on J3 in 95.23s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      3.24s J4 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      0.61s J4 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      28.2s J4 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      7.27s J4 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] IGNOR/A 0.02s J4 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J4 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      5.57s J4 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=8F6DD9028264B018 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-CA -Dtests.timezone=America/Hermosillo -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.01s J4 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F6DD9028264B018:9FB2364236F3A634]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.22s J4 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.01s J4 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.37s J4 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] OK      0.53s J4 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      15.8s J4 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] OK      9.21s J4 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      2.16s J4 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.58s J4 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      3.99s J4 | TestBackwardsCompatibility.testSortedIndex
   [junit4] OK      2.95s J4 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      2.38s J4 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] OK      0.00s J4 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.16s J4 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.29s J4 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      2.07s J4 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      0.00s J4 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      0.35s J4 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      1.77s J4 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] OK      2.03s J4 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] OK      0.30s J4 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      0.17s J4 | TestBackwardsCompatibility.testMoreTerms
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J4\temp\lucene.index.TestBackwardsCompatibility_8F6DD9028264B018-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=25519, maxDocsPerChunk=9, blockShift=12), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=25519, blockSize=12)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6e068997), locale=en-CA, timezone=America/Hermosillo
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=131282112,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [5/5 (5!)] on J4 in 95.50s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 170 tests, 5 failures, 40 ignored (40 assumptions) [seed: 8F6DD9028264B018]

Total time: 1 minute 38 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.lucene.index.TestBackwardsCompatibility
[repro] Exiting with code 1

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 

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

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-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
No credentials specified
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=b7b6e4a072f3fe665dc37b0d9c6f993d1be10d11, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #1130
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
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] Lucene-Solr-8.x-Windows (64bit/jdk-11.0.6) - Build # 1130 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1130/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

6 tests failed.
FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([86EBF6223876DF3:18B1502297107BDF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([86EBF6223876DF3:18B1502297107BDF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([86EBF6223876DF3:18B1502297107BDF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([86EBF6223876DF3:18B1502297107BDF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([86EBF6223876DF3:18B1502297107BDF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)


FAILED:  org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Extra backcompat test files:   7.7.3-cfs 

Stack Trace:
java.lang.AssertionError: Extra backcompat test files:
  7.7.3-cfs

	at __randomizedtesting.SeedInfo.seed([86EBF6223876DF3:18B1502297107BDF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:834)




Build Log:
[...truncated 2343 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J0-20200515_192428_11311110209162660930923.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-8.x-Windows\lucene\build\core\test\temp\junit4-J1-20200515_192428_11315540088597271097631.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J2-20200515_192428_1292363907751821011798.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J3-20200515_192428_1132536044716929934815.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J4-20200515_192428_12913468138898239786934.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 326 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J3-20200515_192820_6083547111817201755915.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J2-20200515_192820_6088079855609088020326.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J4-20200515_192820_6081469241975182377684.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J1-20200515_192820_6082364632826530244480.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 21 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J0-20200515_192820_6081060055183154908223.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 1120 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J2-20200515_192909_47910705683115098713667.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20200515_192909_4794003277218898672518.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-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20200515_192909_4794708619845904676041.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J3-20200515_192909_4797393285011605914248.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J4-20200515_192909_47911278784326374058027.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 258 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J3-20200515_193002_55410701434136922586473.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20200515_193002_55215622661516159208300.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 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J2-20200515_193002_5529758025513518584034.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20200515_193002_55215757904783607162835.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J4-20200515_193002_5549024189763849344376.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 236 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J4-20200515_193013_502101472097495049057.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20200515_193013_50210951029085618138707.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-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20200515_193013_50218208882055566734003.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J3-20200515_193013_5024888845656307550585.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J2-20200515_193013_5028076650023813943669.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 170 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20200515_193023_94513134233298031189356.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-8.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20200515_193023_9454485254178804385875.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J2-20200515_193023_94514556458010637121533.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 197 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J3-20200515_193028_6223096751821588191068.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J2-20200515_193028_62215115278872945982383.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J1-20200515_193028_6221198170877183475782.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J4-20200515_193028_6228783853388548736841.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J0-20200515_193028_62211225642499109406901.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 169 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J3-20200515_193036_8946564879235970011657.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J4-20200515_193036_89417833240547279318173.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J1-20200515_193036_89414151149504844494278.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-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J0-20200515_193036_8941199080058784646189.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J2-20200515_193036_89417566603267268527979.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 180 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J3-20200515_193041_92615390166619749681123.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J2-20200515_193041_9262485532275376968484.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20200515_193041_9268103397755976858621.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J4-20200515_193041_9269624023133744438886.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20200515_193041_92612480027037694971598.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 166 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20200515_193050_27812439676486170381823.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-8.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20200515_193050_2782331214488930178537.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 170 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20200515_193054_1373504061086604842134.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J3-20200515_193054_1376381698624871482849.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20200515_193054_13715425867621181483617.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J2-20200515_193054_1376035570502528006905.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 187 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20200515_193102_88718288374461513508813.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-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20200515_193102_88510345803219018910489.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 11 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J2-20200515_193102_9016161903949625838095.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] IGNOR/A 0.01s J4 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J4 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=86EBF6223876DF3 -Dtests.slow=true -Dtests.locale=smn-FI -Dtests.timezone=Etc/Universal -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J4 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([86EBF6223876DF3:18B1502297107BDF]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:834)
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J4 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J4 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J4\temp\lucene.index.TestBackwardsCompatibility_86EBF6223876DF3-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@455c0420), locale=smn-FI, timezone=Etc/Universal
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=191249792,total=216989696
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexedDISI, TestBackwardsCompatibility]
   [junit4] Completed [9/10 (1!)] on J4 in 68.24s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J4-20200515_193102_88512514967059288630620.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 15 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J3-20200515_193102_88711042692735573691833.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 1409 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J0-20200515_193317_0367507856713794792685.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-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J1-20200515_193317_0361211011328472359948.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J2-20200515_193317_03617123876666315333131.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J3-20200515_193317_03614380975993492178314.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J4-20200515_193317_03612837766230385429049.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 236 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J4-20200515_193327_99815246110979029595571.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J1-20200515_193327_99810966176728066836123.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-8.x-Windows\lucene\build\classification\test\temp\junit4-J0-20200515_193327_99810273679731314288809.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J3-20200515_193327_99811137289452855565292.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J2-20200515_193327_9984901894879414346294.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 294 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J1-20200515_193337_3014523947924304550992.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 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J2-20200515_193337_30114607341507502458560.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J3-20200515_193337_30115319825554473723218.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 33 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J4-20200515_193337_3023679459275795687485.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J0-20200515_193337_30114885946601504882000.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 232 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J1-20200515_193435_9384343972259183374740.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 12 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J4-20200515_193435_9389041940058625240109.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J2-20200515_193435_93812141274933989581522.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J0-20200515_193435_9382361394081305532697.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J3-20200515_193435_9389163434261859566284.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 183 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J3-20200515_193441_5847045009587871919317.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J2-20200515_193441_58415199521680640538027.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J4-20200515_193441_5845792698077478893084.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J0-20200515_193441_584752374731221470444.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-8.x-Windows\lucene\build\expressions\test\temp\junit4-J1-20200515_193441_58412535332360236656782.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 243 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J0-20200515_193448_5421884958063900737756.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J2-20200515_193448_54210154034434707812115.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J3-20200515_193448_5425516275246628828276.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J4-20200515_193448_54210891863756133376579.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J1-20200515_193448_5429851363924195062178.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 210 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J4-20200515_193508_73812158804710742633677.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J2-20200515_193508_7387987150195589253866.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J1-20200515_193508_7383092867655959236027.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J3-20200515_193508_73813346390826869385242.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J0-20200515_193508_73817391742040307810722.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 249 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J3-20200515_193518_04610858821132504885844.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J4-20200515_193518_04612466110700684271917.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J2-20200515_193518_0458442529195586578424.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J1-20200515_193518_04511536089456778559908.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-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J0-20200515_193518_0457614314983439946412.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 170 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J3-20200515_193534_7484694754760126450267.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J4-20200515_193534_7481946999634662788136.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J2-20200515_193534_74812487364132018776385.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J1-20200515_193534_7488926375589752853273.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-8.x-Windows\lucene\build\join\test\temp\junit4-J0-20200515_193534_7488711023194721092906.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 306 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J0-20200515_193546_3768770964002309708913.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-8.x-Windows\lucene\build\luke\test\temp\junit4-J1-20200515_193546_3765054148506533876804.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J4-20200515_193546_37616899871653343941780.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J2-20200515_193546_37614691128307939349209.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J3-20200515_193546_3768405531286240741574.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\memory\test\temp\junit4-J0-20200515_193556_97914383013760146503289.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-8.x-Windows\lucene\build\memory\test\temp\junit4-J1-20200515_193556_9798194471464344535146.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 189 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J0-20200515_193602_0405579915867156639353.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 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J1-20200515_193602_0408471268876864155927.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J4-20200515_193602_04017343693096647069777.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J2-20200515_193602_0403907583648142344836.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J3-20200515_193602_0401725457532700038128.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 259 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J3-20200515_193614_14516049330141086231815.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J0-20200515_193614_1452161422784893058772.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-8.x-Windows\lucene\build\monitor\test\temp\junit4-J1-20200515_193614_1462289772457837528088.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J4-20200515_193614_14511615369636600044270.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J2-20200515_193614_1451521415224870029139.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 251 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J2-20200515_193625_95811256423140597802127.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J1-20200515_193625_9588263995233100624995.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J4-20200515_193625_95818259376566785868233.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J0-20200515_193625_9587777803587990563141.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J3-20200515_193625_9583548886974723997717.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J2-20200515_193637_8121506800769939796860.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J1-20200515_193637_8122849712010246573584.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J4-20200515_193637_8123596788993124472920.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J0-20200515_193637_8128631964371550419092.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J3-20200515_193637_8122720286220027072945.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 197 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J1-20200515_193649_16614463253749743840308.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 J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J2-20200515_193649_1661195836575781619669.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J0-20200515_193649_1661186039839010359500.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 23 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J3-20200515_193649_16616361086448241493808.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J4-20200515_193649_166442790029096266735.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

[...truncated 209 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J0-20200515_193703_8341598876954073037813.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 J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J4-20200515_193703_8349760432125199308383.syserr
   [junit4] >>> JVM J4 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 J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J1-20200515_193703_83412221394471596832524.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 J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J3-20200515_193703_8342776055591751366879.syserr
   [junit4] >>> JVM J3 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 J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J2-20200515_193703_83411972559754071793377.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

[...truncated 278 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20200515_193715_8008300998702232034708.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 J3: stderr was not e

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

> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5c283de), locale=smn-FI, timezone=Etc/Universal
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=139309336,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [4/5 (4!)] on J2 in 113.36s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] OK      34.7s J0 | TestBackwardsCompatibility.testFullyMergeOldIndex
   [junit4] OK      3.05s J0 | TestBackwardsCompatibility.testSortedIndexWithInvalidSort
   [junit4] OK      1.34s J0 | TestBackwardsCompatibility.testUpgradeEmptyOldIndex
   [junit4] OK      2.18s J0 | TestBackwardsCompatibility.testNextIntoWrongField
   [junit4] OK      0.01s J0 | TestBackwardsCompatibility.testUpgradeOldSingleSegmentIndexWithAdditions
   [junit4] IGNOR/A 0.02s J0 | TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      4.69s J0 | TestBackwardsCompatibility.testSearchOldIndex
   [junit4] OK      1.50s J0 | TestBackwardsCompatibility.testDocValuesUpdatesWithNewField
   [junit4] OK      8.15s J0 | TestBackwardsCompatibility.testUpgradeOldIndex
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J0 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      1.08s J0 | TestBackwardsCompatibility.testOldVersions
   [junit4] OK      2.92s J0 | TestBackwardsCompatibility.testSortedIndex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested -Dtests.seed=86EBF6223876DF3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=smn-FI -Dtests.timezone=Etc/Universal -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J0 | TestBackwardsCompatibility.testAllVersionsTested <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Extra backcompat test files:
   [junit4]    >   7.7.3-cfs
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([86EBF6223876DF3:18B1502297107BDF]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:706)
   [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:834)
   [junit4] OK      0.13s J0 | TestBackwardsCompatibility.testMoreTerms
   [junit4] OK      9.27s J0 | TestBackwardsCompatibility.testUnsupportedOldIndexes
   [junit4] IGNOR/A 0.01s J0 | TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.41s J0 | TestBackwardsCompatibility.testSoftDeletes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      0.00s J0 | TestBackwardsCompatibility.testAllVersionHaveCfsAndNocfs
   [junit4] OK      5.10s J0 | TestBackwardsCompatibility.testAddOldIndexesReader
   [junit4] OK      13.8s J0 | TestBackwardsCompatibility.testCommandLineArgs
   [junit4] OK      3.87s J0 | TestBackwardsCompatibility.testUpgradeWithNRTReader
   [junit4] OK      0.53s J0 | TestBackwardsCompatibility.testAllIndexesUseDefaultCodec
   [junit4] OK      1.87s J0 | TestBackwardsCompatibility.testUpgradeThenMultipleCommits
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      8.61s J0 | TestBackwardsCompatibility.testIndexOldIndex
   [junit4] OK      0.26s J0 | TestBackwardsCompatibility.testDocValuesUpdates
   [junit4] OK      0.25s J0 | TestBackwardsCompatibility.testSegmentCommitInfoId
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with -Dtests.bwcdir=/path/to/write/indexes
   [junit4] OK      2.53s J0 | TestBackwardsCompatibility.testAddOldIndexes
   [junit4] OK      3.18s J0 | TestBackwardsCompatibility.testIndexOldIndexNoAdds
   [junit4] OK      0.07s J0 | TestBackwardsCompatibility.testIndexCreatedVersion
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_86EBF6223876DF3-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5c283de), locale=smn-FI, timezone=Etc/Universal
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=158567680,total=194641920
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J4-20200515_202604_2975925506467809438907.syserr
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] Completed [5/5 (5!)] on J0 in 113.61s, 34 tests, 1 failure, 8 skipped <<< FAILURES!

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J2-20200515_202604_29710307910325990802621.syserr
   [junit4] >>> JVM J2 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 J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20200515_202604_29712747406273252235257.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 16 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 170 tests, 5 failures, 40 ignored (40 assumptions) [seed: 86EBF6223876DF3]

Total time: 1 minute 56 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.lucene.index.TestBackwardsCompatibility
[repro] Exiting with code 1

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 

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

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

C:\Users\jenkins\workspace\Lucene-Solr-8.x-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
No credentials specified
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=6a33ce96f6b33661fb57dfd3ece322fc57bcdaca, workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #1129
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
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