Open pshipton opened 1 year ago
40x https://openj9-jenkins.osuosl.org/job/Grinder/2307/ - passed
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_OMR/4 - ub20-390-5 https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_Nightly/536 - ub20-390-3
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_Nightly/537 - ub20-390-6
@dmitripivkine not sure if this belongs to GC. The failure started showing up when we starting testing with -Xgcpolicy:balanced not long ago. We've only seen it on zlinux. It's only seen on jdk11 because the test is excluded from jdk16 (17) due to https://github.com/eclipse-openj9/openj9/issues/10582
@pshipton @llxia Is there any way to run test differently to get failure details to look at? I can not find any results stored, just error message. There is no reason to run grinders until we figure out how to get meaningful results.
Checking if the failure can be reproduced when running just the failing test.
Using EXTRA_OPTIONS -Xgcpolicy:balanced -Xnocompressedrefs -Xdump:system:events=systhrow,filter=java/lang/OutOfMemoryError
50x x 5 grinder https://openj9-jenkins.osuosl.org/job/Grinder/2476/ - passed on ub20-390-1, 3, 4, 5, 6
50x x 5 grinder https://openj9-jenkins.osuosl.org/job/Grinder/2477/ - passed on ub20-390-3, 5, 6, rh7-390-1, 4
Try running all jdk_lang_j9_0
Using EXTRA_OPTIONS -Xdump:system:events=systhrow,filter=java/lang/OutOfMemoryError
, which I expect will create a number of core files for passing tests.
3x x 5 https://openj9-jenkins.osuosl.org/job/Grinder/2478/
There is a test mismatch in the grinder, but HugeCapacity also failed in 2/5 of the runs (runs 0, 4 on ub20-390-3, 4). The other runs occurred on the rhel7 machines.
The test does only seem to fail on the ub20 machines. It seems like maybe there isn't enough memory to create the JVM and run the test. All the machines have about 8GB, but the ub20 machines seem to be configured with no swap space, while the rhel7 machines do have swap space. I'll set this as an infra issue.
04:35:04 TEST RESULT: Failed. Unexpected exit from test [exit code: 137]
04:35:04 --------------------------------------------------
04:37:39 Test results: passed: 730; failed: 1
04:37:55 Report written to /home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux_Release_testList_1/aqa-tests/TKG/output_16900990055977/jdk_lang_j9_0/report/html/report.html
04:37:55 Results written to /home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux_Release_testList_1/aqa-tests/TKG/output_16900990055977/jdk_lang_j9_0/work
04:37:55 Error: Some tests failed or other problems occurred.
04:37:55 -----------------------------------
04:37:55 jdk_lang_j9_0_FAILED
Also fails on rh8-390-2, which also has no swap space. Since we aren't making any progress fixing the machines I will exclude the test until it can pass.
total used free shared buff/cache available
Mem: 7696108 1538712 5004988 368900 1152408 5672452
Swap: 0 0 0
The machines are updated to have swap space, and seem to work. Unexclude the test. https://github.com/adoptium/aqa-tests/pull/5033
openjdk11_j9_sanity.openjdk_s390x_linux(rhel9s390xrt-2
)
[2024-11-02T03:21:55.033Z] variation: -Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:-JITServerTechPreviewMessage Mode501
[2024-11-02T03:21:55.033Z] JVM_OPTIONS: -Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:-JITServerTechPreviewMessage -Xjit -Xgcpolicy:balanced -Xnocompressedrefs -Xverbosegclog
[2024-11-02T03:55:01.772Z] TEST: java/lang/StringBuilder/HugeCapacity.java
[2024-11-02T03:55:01.773Z] TEST RESULT: Failed. Unexpected exit from test [exit code: 137]
[2024-11-02T03:55:01.773Z] --------------------------------------------------
[2024-11-02T04:00:20.340Z] Test results: passed: 738; failed: 1
[2024-11-02T04:01:01.759Z] Report written to /home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux/aqa-tests/TKG/output_17305122238337/jdk_lang_j9_0/report/html/report.html
[2024-11-02T04:01:01.759Z] Results written to /home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_s390x_linux/aqa-tests/TKG/output_17305122238337/jdk_lang_j9_0/work
[2024-11-02T04:01:01.759Z] Error: Some tests failed or other problems occurred.
[2024-11-02T04:01:01.759Z] -----------------------------------
[2024-11-02T04:01:01.759Z] jdk_lang_j9_0_FAILED
This was seen once before, https://github.com/eclipse-openj9/openj9/issues/17203#issuecomment-1511962790
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_Nightly/529 - ub20-390-4 jdk_lang_j9_0
-Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:-JITServerTechPreviewMessage -Xjit -Xgcpolicy:balanced -Xnocompressedrefs
java/lang/StringBuilder/HugeCapacity.javaI don't spot any diagnostics.