-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenJDK java/lang/StringBuilder/HugeCapacity Unexpected exit from test [exit code: 137] #17323
Comments
40x https://openj9-jenkins.osuosl.org/job/Grinder/2307/ - passed |
@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 #10582 |
Checking if the failure can be reproduced when running just the failing test. |
Try running all jdk_lang_j9_0 |
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 |
|
Issue eclipse-openj9/openj9#17323 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#17323 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
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.
|
It's already excluded on jdk17+ for other reasons. Issue eclipse-openj9/openj9#17323 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
…4940) It's already excluded on jdk17+ for other reasons. Issue eclipse-openj9/openj9#17323 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
…doptium#4940) It's already excluded on jdk17+ for other reasons. Issue eclipse-openj9/openj9#17323 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
* Use all cores for jtreg instead of halving (#4933) Signed-off-by: Stewart X Addison <sxa@redhat.com> * Enable headless mode on RISC-V (#4935) * Exclude java/lang/StringBuilder/HugeCapacity.java on OpenJ9 zlinux (#4940) It's already excluded on jdk17+ for other reasons. Issue eclipse-openj9/openj9#17323 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com> * Move custom targets to special level (#4941) Signed-off-by: Shelley Lambert <slambert@gmail.com> * Add 21 and 22 as supported versions in external tests (#4950) related: #4949 Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com> * cherry-pick e37ba10 c5e7de8 0d7c837 76695ca 37b48e3 a45c03c Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> --------- Signed-off-by: Stewart X Addison <sxa@redhat.com> Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com> Signed-off-by: Shelley Lambert <slambert@gmail.com> Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com> Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> Co-authored-by: Stewart X Addison <6487691+sxa@users.noreply.github.com> Co-authored-by: Ludovic Henry <git@ludovic.dev> Co-authored-by: Peter Shipton <Peter_Shipton@ca.ibm.com> Co-authored-by: Shelley Lambert <slambert@gmail.com> Co-authored-by: Lan Xia <Lan_Xia@ca.ibm.com>
Issue eclipse-openj9/openj9#17323 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
The machines are updated to have swap space, and seem to work. Unexclude the test. |
…ed (#5033) Issue eclipse-openj9/openj9#17323 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
openjdk11_j9_sanity.openjdk_s390x_linux(
|
This was seen once before, #17203 (comment)
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.java
I don't spot any diagnostics.
The text was updated successfully, but these errors were encountered: