[JENKINS] Lucene-9.x-Linux (64bit/openj9/jdk-11.0.20) - Build # 14170 - Unstable!

2023-11-28 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-9.x-Linux/14170/ Java: 64bit/openj9/jdk-11.0.20 -XX:-UseCompressedOops -Xgcpolicy:balanced 13 tests failed. FAILED: org.apache.lucene.backward_codecs.lucene80.TestBestCompressionLucene80DocValuesFormat.testSortedSetVariableLengthBigVsStoredFields

[JENKINS] Lucene » Lucene-Check-main - Build # 10745 - Unstable!

2023-11-28 Thread Apache Jenkins Server
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Check-main/10745/ 1 tests failed. FAILED: org.apache.lucene.search.TestTopFieldCollector.testSort Error Message: java.lang.IllegalStateException: This TopFieldCollectorManager was created without concurrency (supportsConcurrency=false),

[JENKINS] Lucene » Lucene-MMAPv2-Linux (s390x big endian) - Build # 353 - Failure!

2023-11-28 Thread Apache Jenkins Server
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-MMAPv2-Linux%20(s390x%20big%20endian)/353/ All tests passed Build Log: [...truncated 418 lines...] # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x03ffb6a0a24a, pid=401647, tid=401677 # #

[JENKINS] Lucene-main-Linux (64bit/openj9/jdk-20.0.2) - Build # 45676 - Unstable!

2023-11-28 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/45676/ Java: 64bit/openj9/jdk-20.0.2 -XX:-UseCompressedOops -Xgcpolicy:balanced 1 tests failed. FAILED: org.apache.lucene.search.TestTopFieldCollector.testSort Error Message: java.lang.IllegalStateException: This TopFieldCollectorManager

[JENKINS] Lucene » Lucene-Check-main (s390x big endian) - Build # 367 - Failure!

2023-11-28 Thread Apache Jenkins Server
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Check-main%20(s390x%20big%20endian)/367/ All tests passed Build Log: [...truncated 1246 lines...] # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x03ff87071018, pid=836004, tid=836166 # #

[JENKINS] Lucene » Lucene-NightlyTests-9.x - Build # 756 - Unstable!

2023-11-28 Thread Apache Jenkins Server
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-NightlyTests-9.x/756/ 1 tests failed. FAILED: org.apache.lucene.queries.function.TestSortedSetFieldSource.testSimple Error Message: org.junit.ComparisonFailure: expected: but was: Stack Trace: org.junit.ComparisonFailure: expected: but

[JENKINS] Lucene-main-MacOSX (64bit/hotspot/jdk-21.0.1) - Build # 10689 - Unstable!

2023-11-28 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-main-MacOSX/10689/ Java: 64bit/hotspot/jdk-21.0.1 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.lucene.index.TestParallelLeafReader.testQueries Error Message: org.junit.ComparisonFailure: expected: but was: Stack Trace:

Re: [JENKINS] Lucene » Lucene-NightlyTests-main - Build # 1199 - Unstable!

2023-11-28 Thread Michael McCandless
This reproduces for me. Maybe related to LUCENE-10002 / #240? Mike On Tue, Nov 28, 2023 at 1:58 AM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: > https://ci-builds.apache.org/job/Lucene/job/Lucene-NightlyTests-main/1199/ > > 1 tests failed. > FAILED:

[JENKINS] Lucene » Lucene-Check-main - Build # 10750 - Unstable!

2023-11-28 Thread Apache Jenkins Server
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Check-main/10750/ 2 tests failed. FAILED: org.apache.lucene.search.TestPointQueries.testAllPointDocsWereDeletedAndThenMergedAgain Error Message: java.io.IOException: background merge hit exception:

Re: [JENKINS] Lucene » Lucene-NightlyTests-main - Build # 1199 - Unstable!

2023-11-28 Thread Michael McCandless
I think maybe LuceneTestCase.newSearcher is turning on concurrency (setting the executor randomly). Since this test explicitly passes a "no concurrency" collector manager I think we should switch to "new IndexSearcher(...)". Mike On Tue, Nov 28, 2023 at 7:29 PM Michael McCandless <