I opened https://github.com/apache/lucene/pull/13773 to address this.
On Thu, Sep 12, 2024 at 5:29 AM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: > https://ci-builds.apache.org/job/Lucene/job/Lucene-Coverage-main/1216/ > > 1 tests failed. > FAILED: org.apache.lucene.search.TestPrefixRandom.testPrefixes > > Error Message: > java.lang.AssertionError: Hit 24 docnumbers don't match > Hits length1=25 length2=25 > hit=0: doc0=1.0 shardIndex=-1, doc0=1.0 shardIndex=-1 > hit=1: doc1=1.0 shardIndex=-1, doc1=1.0 shardIndex=-1 > hit=2: doc2=1.0 shardIndex=-1, doc2=1.0 shardIndex=-1 > hit=3: doc3=1.0 shardIndex=-1, doc3=1.0 shardIndex=-1 > hit=4: doc4=1.0 shardIndex=-1, doc4=1.0 shardIndex=-1 > hit=5: doc5=1.0 shardIndex=-1, doc5=1.0 shardIndex=-1 > hit=6: doc6=1.0 shardIndex=-1, doc6=1.0 shardIndex=-1 > hit=7: doc7=1.0 shardIndex=-1, doc7=1.0 shardIndex=-1 > hit=8: doc8=1.0 shardIndex=-1, doc8=1.0 shardIndex=-1 > hit=9: doc9=1.0 shardIndex=-1, doc9=1.0 shardIndex=-1 > hit=10: doc10=1.0 shardIndex=-1, doc10=1.0 shardIndex=-1 > hit=11: doc11=1.0 shardIndex=-1, doc11=1.0 shardIndex=-1 > hit=12: doc12=1.0 shardIndex=-1, doc12=1.0 shardIndex=-1 > hit=13: doc13=1.0 shardIndex=-1, doc13=1.0 shardIndex=-1 > hit=14: doc14=1.0 shardIndex=-1, doc14=1.0 shardIndex=-1 > hit=15: doc15=1.0 shardIndex=-1, doc15=1.0 shardIndex=-1 > hit=16: doc16=1.0 shardIndex=-1, doc16=1.0 shardIndex=-1 > hit=17: doc17=1.0 shardIndex=-1, doc17=1.0 shardIndex=-1 > hit=18: doc18=1.0 shardIndex=-1, doc18=1.0 shardIndex=-1 > hit=19: doc19=1.0 shardIndex=-1, doc19=1.0 shardIndex=-1 > hit=20: doc20=1.0 shardIndex=-1, doc20=1.0 shardIndex=-1 > hit=21: doc21=1.0 shardIndex=-1, doc21=1.0 shardIndex=-1 > hit=22: doc22=1.0 shardIndex=-1, doc22=1.0 shardIndex=-1 > hit=23: doc23=1.0 shardIndex=-1, doc23=1.0 shardIndex=-1 > hit=24: doc48=1.0 shardIndex=-1, doc24=1.0 shardIndex=-1 > for query:field:* > > Stack Trace: > java.lang.AssertionError: Hit 24 docnumbers don't match > Hits length1=25 length2=25 > hit=0: doc0=1.0 shardIndex=-1, doc0=1.0 shardIndex=-1 > hit=1: doc1=1.0 shardIndex=-1, doc1=1.0 shardIndex=-1 > hit=2: doc2=1.0 shardIndex=-1, doc2=1.0 shardIndex=-1 > hit=3: doc3=1.0 shardIndex=-1, doc3=1.0 shardIndex=-1 > hit=4: doc4=1.0 shardIndex=-1, doc4=1.0 shardIndex=-1 > hit=5: doc5=1.0 shardIndex=-1, doc5=1.0 shardIndex=-1 > hit=6: doc6=1.0 shardIndex=-1, doc6=1.0 shardIndex=-1 > hit=7: doc7=1.0 shardIndex=-1, doc7=1.0 shardIndex=-1 > hit=8: doc8=1.0 shardIndex=-1, doc8=1.0 shardIndex=-1 > hit=9: doc9=1.0 shardIndex=-1, doc9=1.0 shardIndex=-1 > hit=10: doc10=1.0 shardIndex=-1, doc10=1.0 shardIndex=-1 > hit=11: doc11=1.0 shardIndex=-1, doc11=1.0 shardIndex=-1 > hit=12: doc12=1.0 shardIndex=-1, doc12=1.0 shardIndex=-1 > hit=13: doc13=1.0 shardIndex=-1, doc13=1.0 shardIndex=-1 > hit=14: doc14=1.0 shardIndex=-1, doc14=1.0 shardIndex=-1 > hit=15: doc15=1.0 shardIndex=-1, doc15=1.0 shardIndex=-1 > hit=16: doc16=1.0 shardIndex=-1, doc16=1.0 shardIndex=-1 > hit=17: doc17=1.0 shardIndex=-1, doc17=1.0 shardIndex=-1 > hit=18: doc18=1.0 shardIndex=-1, doc18=1.0 shardIndex=-1 > hit=19: doc19=1.0 shardIndex=-1, doc19=1.0 shardIndex=-1 > hit=20: doc20=1.0 shardIndex=-1, doc20=1.0 shardIndex=-1 > hit=21: doc21=1.0 shardIndex=-1, doc21=1.0 shardIndex=-1 > hit=22: doc22=1.0 shardIndex=-1, doc22=1.0 shardIndex=-1 > hit=23: doc23=1.0 shardIndex=-1, doc23=1.0 shardIndex=-1 > hit=24: doc48=1.0 shardIndex=-1, doc24=1.0 shardIndex=-1 > for query:field:* > at > __randomizedtesting.SeedInfo.seed([BBEBBDCF85CDA5F9:E93FD1C67C78A950]:0) > at org.junit.Assert.fail(Assert.java:89) > at > org.apache.lucene.tests.search.CheckHits.checkEqual(CheckHits.java:229) > at > org.apache.lucene.search.TestPrefixRandom.assertSame(TestPrefixRandom.java:139) > at > org.apache.lucene.search.TestPrefixRandom.testPrefixes(TestPrefixRandom.java:129) > at > java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) > at java.base/java.lang.reflect.Method.invoke(Method.java:580) > at > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) > at > org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) > at > org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) > at > org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) > at > org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) > at > org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) > at > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) > at > org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) > 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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) > at > org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) > at > org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) > at > org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) > at > org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) > at java.base/java.lang.Thread.run(Thread.java:1583) > > > > > Build Log: > [...truncated 1153 lines...] > ERROR: The following test(s) have failed: > - org.apache.lucene.search.TestPrefixRandom.testPrefixes (:lucene:core) > Test output: > /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Coverage-main/lucene/core/build/test-results/test/outputs/OUTPUT-org.apache.lucene.search.TestPrefixRandom.txt > Reproduce with: gradlew :lucene:core:test --tests > "org.apache.lucene.search.TestPrefixRandom.testPrefixes" -Ptests.jvms=4 > -Ptests.jvmargs= -Ptests.seed=BBEBBDCF85CDA5F9 -Ptests.multiplier=2 > -Ptests.useSecurityManager=false -Ptests.gui=true > -Ptests.file.encoding=US-ASCII -Ptests.vectorsize=512 > -Ptests.forceintegervectors=true > > > Deprecated Gradle features were used in this build, making it incompatible > with Gradle 9.0. > > You can use '--warning-mode all' to show the individual deprecation > warnings and determine if they come from your own scripts or plugins. > > For more on this, please refer to > https://docs.gradle.org/8.10/userguide/command_line_interface.html#sec:command_line_warnings > in the Gradle documentation. > > BUILD SUCCESSFUL in 40m 38s > 320 actionable tasks: 320 executed > > Publishing build scan... > https://ge.apache.org/s/dwmkidfju2cg2 > > Build step 'Invoke Gradle script' changed build result to SUCCESS > Archiving artifacts > ‘**/*.events’ doesn’t match anything: ‘**’ exists but not ‘**/*.events’ > No artifacts found that match the file pattern > "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error? > Recording test results > [Checks API] No suitable checks publisher found. > 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) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org > For additional commands, e-mail: builds-h...@lucene.apache.org