eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.27k stars 721 forks source link

jdk_util_1_FAILED java/util/concurrent/tck/JSR166TestCase.java#others Exception: JUnit test failure #19035

Closed JasonFengJ9 closed 6 months ago

JasonFengJ9 commented 6 months ago

Failure link

From an internal build(ubu22s390x-svl-rt10-1):

java version "21.0.3-beta" 2024-04-16
IBM Semeru Runtime Certified Edition 21.0.3+4-202402241633 (build 21.0.3-beta+4-202402241633)
Eclipse OpenJ9 VM 21.0.3+4-202402241633 (build master-6bdd7e4b0, JRE 21 Linux s390x-64-Bit Compressed References 20240224_112 (JIT enabled, AOT enabled)
OpenJ9   - 6bdd7e4b0
OMR      - b399f9e8c
JCL      - 5e5b133ab based on jdk-21.0.3+4)

Rerun in Grinder - Change TARGET to run only the failed test targets.

Optional info

Failure output (captured from console output)

[2024-02-24T20:49:35.341Z] variation: -Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache Mode650
[2024-02-24T20:49:35.341Z] JVM_OPTIONS:  -Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:-UseCompressedOops -Xverbosegclog 

[2024-02-24T21:15:26.636Z] TEST: java/util/concurrent/tck/JSR166TestCase.java#others

[2024-02-24T21:15:26.649Z] [ JUnit Containers: found 222, started 222, succeeded 186, failed 0, aborted 0, skipped 0]
[2024-02-24T21:15:26.649Z] [ JUnit Tests: found 4087, started 4066, succeeded 4065, failed 1, aborted 0, skipped 0]
[2024-02-24T21:15:26.649Z] 
[2024-02-24T21:15:26.649Z] java.lang.Exception: JUnit test failure
[2024-02-24T21:15:26.649Z]  at com.sun.javatest.regtest.agent.JUnitRunner.runWithJUnitPlatform(JUnitRunner.java:149)
[2024-02-24T21:15:26.649Z]  at com.sun.javatest.regtest.agent.JUnitRunner.main(JUnitRunner.java:95)
[2024-02-24T21:15:26.649Z]  at com.sun.javatest.regtest.agent.JUnitRunner.main(JUnitRunner.java:61)
[2024-02-24T21:15:26.649Z]  at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2024-02-24T21:15:26.649Z]  at java.base/java.lang.reflect.Method.invoke(Method.java:586)
[2024-02-24T21:15:26.649Z]  at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
[2024-02-24T21:15:26.649Z]  at java.base/java.lang.Thread.run(Thread.java:1595)
[2024-02-24T21:15:26.649Z] 
[2024-02-24T21:15:26.649Z] JavaTest Message: Test threw exception: java.lang.Exception: JUnit test failure

[2024-02-24T21:15:26.650Z] TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.Exception: JUnit test failure
[2024-02-24T21:15:26.650Z] --------------------------------------------------
[2024-02-24T21:56:11.983Z] Test results: passed: 951; failed: 1
[2024-02-24T21:56:23.213Z] Report written to /home/jenkins/workspace/Test_openjdk21_j9_sanity.openjdk_s390x_linux_testList_1/aqa-tests/TKG/output_17087970541838/jdk_util_1/report/html/report.html
[2024-02-24T21:56:23.213Z] Results written to /home/jenkins/workspace/Test_openjdk21_j9_sanity.openjdk_s390x_linux_testList_1/aqa-tests/TKG/output_17087970541838/jdk_util_1/work
[2024-02-24T21:56:23.213Z] Error: Some tests failed or other problems occurred.
[2024-02-24T21:56:23.213Z] -----------------------------------
[2024-02-24T21:56:23.213Z] jdk_util_1_FAILED

50x internal grinder

pshipton commented 6 months ago

There was an "Output overflow". Most likely this is a dup of https://github.com/eclipse-openj9/openj9/issues/18882

pshipton commented 6 months ago

Since the changes to fix https://github.com/eclipse-openj9/openj9/issues/18882 were merged today, I'm going to optimistically close this. Pls reopen if it's seen again in later builds.