This doesn't reproduce for me (which is interesting on its own). D.
On Wed, Jan 1, 2025 at 9:33 PM Policeman Jenkins Server <jenk...@thetaphi.de> wrote: > Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/52129/ > Java: 64bit/hotspot/jdk-23 -XX:-UseCompressedOops -XX:+UseG1GC > > 1 tests failed. > FAILED: > org.apache.lucene.codecs.blockterms.TestVarGapDocFreqIntervalPostingsFormat.testDocsAndFreqsAndPositionsAndOffsetsAndPayloads > > Error Message: > com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an > uncaught exception in thread: Thread[id=60, name=Thread-15, state=RUNNABLE, > group=TGRP-TestVarGapDocFreqIntervalPostingsFormat] > > Stack Trace: > com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an > uncaught exception in thread: Thread[id=60, name=Thread-15, state=RUNNABLE, > group=TGRP-TestVarGapDocFreqIntervalPostingsFormat] > at > __randomizedtesting.SeedInfo.seed([5C31305B1BA9F825:B21429A3A35E642B]:0) > Caused by: java.lang.RuntimeException: > org.apache.lucene.util.automaton.TooComplexToDeterminizeException: > Determinizing automaton with 151 states and 741 transitions would require > more than 10000 effort. > at __randomizedtesting.SeedInfo.seed([5C31305B1BA9F825]:0) > at > org.apache.lucene.tests.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1454) > Caused by: > org.apache.lucene.util.automaton.TooComplexToDeterminizeException: > Determinizing automaton with 151 states and 741 transitions would require > more than 10000 effort. > at > app//org.apache.lucene.util.automaton.Operations.determinize(Operations.java:719) > at > app//org.apache.lucene.tests.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1658) > at > app//org.apache.lucene.tests.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1451) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org > For additional commands, e-mail: builds-h...@lucene.apache.org