Not sure why the message says otherwise but this actually failed with
an exception that doesn't look good:

org.apache.lucene.codecs.memory.TestFSTPostingsFormat > testRandom FAILED
    com.carrotsearch.randomizedtesting.UncaughtExceptionError:
Captured an uncaught exception in thread: Thread[id=121,
name=Thread-84, state=RUNNABLE, group=TGRP-TestFSTPostingsFormat]

        Caused by:
        java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException
            at __randomizedtesting.SeedInfo.seed([650F9368422763A]:0)
            at 
app//org.apache.lucene.tests.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1403)

            Caused by:
            java.lang.ArrayIndexOutOfBoundsException
                at
app//org.apache.lucene.util.fst.BytesStore$2.readByte(BytesStore.java:459)
                at
app//org.apache.lucene.store.DataInput.readVLong(DataInput.java:188)
                at
app//org.apache.lucene.util.fst.FST.readUnpackedNodeTarget(FST.java:1119)
                at app//org.apache.lucene.util.fst.FST.readArc(FST.java:1385)
                at
app//org.apache.lucene.util.fst.FST.readArcByDirectAddressing(FST.java:1292)
                at
app//org.apache.lucene.util.fst.FST.readArcByDirectAddressing(FST.java:1279)
                at
app//org.apache.lucene.util.fst.FST.findTargetArc(FST.java:1458)
                at
app//org.apache.lucene.util.fst.FSTEnum.doSeekExact(FSTEnum.java:577)
                at
app//org.apache.lucene.util.fst.BytesRefFSTEnum.seekExact(BytesRefFSTEnum.java:83)
                at
app//org.apache.lucene.codecs.memory.FSTTermsReader$TermsReader$SegmentTermsEnum.seekExact(FSTTermsReader.java:388)
                at
app//org.apache.lucene.tests.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1523)
                at
app//org.apache.lucene.tests.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1400)

On Tue, Mar 28, 2023 at 2:34 AM Policeman Jenkins Server
<jenk...@thetaphi.de> wrote:
>
> Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/40909/
> Java: 64bit/openj9/jdk-17.0.5 -XX:-UseCompressedOops -Xgcpolicy:metronome
>
> All tests passed
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org
> For additional commands, e-mail: builds-h...@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to