Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/50120/
Java: 64bit/hotspot/jdk-22 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.lucene.search.TestPrefixRandom.testPrefixes

Error Message:
java.lang.AssertionError: Hit 0 docnumbers don't match
Hits length1=25 length2=25
hit=0: doc0=1.0 shardIndex=-1,   doc215=1.0 shardIndex=-1
hit=1: doc1=1.0 shardIndex=-1,   doc216=1.0 shardIndex=-1
hit=2: doc2=1.0 shardIndex=-1,   doc217=1.0 shardIndex=-1
hit=3: doc3=1.0 shardIndex=-1,   doc218=1.0 shardIndex=-1
hit=4: doc4=1.0 shardIndex=-1,   doc219=1.0 shardIndex=-1
hit=5: doc5=1.0 shardIndex=-1,   doc220=1.0 shardIndex=-1
hit=6: doc6=1.0 shardIndex=-1,   doc221=1.0 shardIndex=-1
hit=7: doc7=1.0 shardIndex=-1,   doc222=1.0 shardIndex=-1
hit=8: doc8=1.0 shardIndex=-1,   doc223=1.0 shardIndex=-1
hit=9: doc9=1.0 shardIndex=-1,   doc224=1.0 shardIndex=-1
hit=10: doc10=1.0 shardIndex=-1,         doc225=1.0 shardIndex=-1
hit=11: doc11=1.0 shardIndex=-1,         doc226=1.0 shardIndex=-1
hit=12: doc12=1.0 shardIndex=-1,         doc227=1.0 shardIndex=-1
hit=13: doc13=1.0 shardIndex=-1,         doc228=1.0 shardIndex=-1
hit=14: doc14=1.0 shardIndex=-1,         doc229=1.0 shardIndex=-1
hit=15: doc15=1.0 shardIndex=-1,         doc230=1.0 shardIndex=-1
hit=16: doc16=1.0 shardIndex=-1,         doc231=1.0 shardIndex=-1
hit=17: doc17=1.0 shardIndex=-1,         doc232=1.0 shardIndex=-1
hit=18: doc18=1.0 shardIndex=-1,         doc233=1.0 shardIndex=-1
hit=19: doc19=1.0 shardIndex=-1,         doc234=1.0 shardIndex=-1
hit=20: doc20=1.0 shardIndex=-1,         doc235=1.0 shardIndex=-1
hit=21: doc21=1.0 shardIndex=-1,         doc236=1.0 shardIndex=-1
hit=22: doc22=1.0 shardIndex=-1,         doc237=1.0 shardIndex=-1
hit=23: doc23=1.0 shardIndex=-1,         doc238=1.0 shardIndex=-1
hit=24: doc24=1.0 shardIndex=-1,         doc239=1.0 shardIndex=-1
for query:field:*

Stack Trace:
java.lang.AssertionError: Hit 0 docnumbers don't match
Hits length1=25 length2=25
hit=0: doc0=1.0 shardIndex=-1,   doc215=1.0 shardIndex=-1
hit=1: doc1=1.0 shardIndex=-1,   doc216=1.0 shardIndex=-1
hit=2: doc2=1.0 shardIndex=-1,   doc217=1.0 shardIndex=-1
hit=3: doc3=1.0 shardIndex=-1,   doc218=1.0 shardIndex=-1
hit=4: doc4=1.0 shardIndex=-1,   doc219=1.0 shardIndex=-1
hit=5: doc5=1.0 shardIndex=-1,   doc220=1.0 shardIndex=-1
hit=6: doc6=1.0 shardIndex=-1,   doc221=1.0 shardIndex=-1
hit=7: doc7=1.0 shardIndex=-1,   doc222=1.0 shardIndex=-1
hit=8: doc8=1.0 shardIndex=-1,   doc223=1.0 shardIndex=-1
hit=9: doc9=1.0 shardIndex=-1,   doc224=1.0 shardIndex=-1
hit=10: doc10=1.0 shardIndex=-1,         doc225=1.0 shardIndex=-1
hit=11: doc11=1.0 shardIndex=-1,         doc226=1.0 shardIndex=-1
hit=12: doc12=1.0 shardIndex=-1,         doc227=1.0 shardIndex=-1
hit=13: doc13=1.0 shardIndex=-1,         doc228=1.0 shardIndex=-1
hit=14: doc14=1.0 shardIndex=-1,         doc229=1.0 shardIndex=-1
hit=15: doc15=1.0 shardIndex=-1,         doc230=1.0 shardIndex=-1
hit=16: doc16=1.0 shardIndex=-1,         doc231=1.0 shardIndex=-1
hit=17: doc17=1.0 shardIndex=-1,         doc232=1.0 shardIndex=-1
hit=18: doc18=1.0 shardIndex=-1,         doc233=1.0 shardIndex=-1
hit=19: doc19=1.0 shardIndex=-1,         doc234=1.0 shardIndex=-1
hit=20: doc20=1.0 shardIndex=-1,         doc235=1.0 shardIndex=-1
hit=21: doc21=1.0 shardIndex=-1,         doc236=1.0 shardIndex=-1
hit=22: doc22=1.0 shardIndex=-1,         doc237=1.0 shardIndex=-1
hit=23: doc23=1.0 shardIndex=-1,         doc238=1.0 shardIndex=-1
hit=24: doc24=1.0 shardIndex=-1,         doc239=1.0 shardIndex=-1
for query:field:*
        at 
__randomizedtesting.SeedInfo.seed([5889F98CFC0A0981:A5D958505BF0528]: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:1570)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to