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

testRASAPI com.ibm.jvm.ras.tests.DumpAPITriggerTests failed expected:<7> but was:<6> #20293

Open JasonFengJ9 opened 1 week ago

JasonFengJ9 commented 1 week ago

Failure link

From internal Test_openjdk11_j9_extended.functional_aarch64_linux_testList_1 (ubu20-aarch64-3)

java version "11.0.25-beta" 2024-10-15
IBM Semeru Runtime Certified Edition 11.0.25+7-202410022208 (build 11.0.25-beta+7)
Eclipse OpenJ9 VM 11.0.25+7-202410022208 (build master-ea25376c8b, JRE 11 Linux aarch64-64-Bit Compressed References 20241002_701 (JIT enabled, AOT enabled)
OpenJ9   - ea25376c8b
OMR      - fa23d1b84
JCL      - ef8422167b based on jdk-11.0.25+7)

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

Optional info

Failure output (captured from console output)

[2024-10-03T00:35:21.853Z] variation: NoOptions
[2024-10-03T00:35:21.853Z] JVM_OPTIONS:  

[2024-10-03T00:36:04.718Z]      [test]     [junit] Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.17 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit] 
[2024-10-03T00:36:04.718Z]      [test]     [junit] Testcase: testTriggerDumpNullOpts took 0.05 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit] Testcase: testTriggerDumpEmptyOpts took 0.038 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit] Testcase: testTriggerDumpJavaNoOpts took 1.111 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit] Testcase: testTriggerDumpSystemNoOpts took 4.247 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit] Testcase: testTriggerDumpHeapNoOpts took 1.479 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit] Testcase: testTriggerDumpSnapNoOpts took 0.194 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit] Testcase: testTriggerDumpConsoleNoOpts took 0.069 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit] Testcase: testTriggerDumpStackNoOpts took 0.066 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit] Testcase: testTriggerDumpSilentNoOpts took 0.058 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit] Testcase: testTriggerDumpBadAgentNoOpts took 0.108 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit] Testcase: testTriggerDumpJavaToFile took 0.149 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit] Testcase: testTriggerDumpSystemToFile took 4.579 sec
[2024-10-03T00:36:04.718Z]      [test]     [junit]  FAILED
[2024-10-03T00:36:04.718Z]      [test]     [junit] Failed to find expected number of files in /home/jenkins/workspace/Test_openjdk11_j9_extended.functional_aarch64_linux_testList_1/jvmtest/functional/RasapiTest , found:[junit4.jar, system.testTriggerDumpSystemToFile.1727915751217.dmp, junitvmwatcher3227523197465511864.properties, com.ibm.jvm.ras.tests.jar, test.xml, junit1764461848182658063.properties] expected:<7> but was:<6>
[2024-10-03T00:36:04.718Z]      [test]     [junit] junit.framework.AssertionFailedError: Failed to find expected number of files in /home/jenkins/workspace/Test_openjdk11_j9_extended.functional_aarch64_linux_testList_1/jvmtest/functional/RasapiTest , found:[junit4.jar, system.testTriggerDumpSystemToFile.1727915751217.dmp, junitvmwatcher3227523197465511864.properties, com.ibm.jvm.ras.tests.jar, test.xml, junit1764461848182658063.properties] expected:<7> but was:<6>
[2024-10-03T00:36:04.718Z]      [test]     [junit]  at com.ibm.jvm.ras.tests.DumpAPITriggerTests.doTestTriggerDumpX(DumpAPITriggerTests.java:309)
[2024-10-03T00:36:04.718Z]      [test]     [junit]  at com.ibm.jvm.ras.tests.DumpAPITriggerTests.doTestTriggerDumpWithFile(DumpAPITriggerTests.java:262)
[2024-10-03T00:36:04.718Z]      [test]     [junit]  at com.ibm.jvm.ras.tests.DumpAPITriggerTests.testTriggerDumpSystemToFile(DumpAPITriggerTests.java:138)
[2024-10-03T00:36:04.718Z]      [test]     [junit]  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2024-10-03T00:36:04.718Z]      [test]     [junit]  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2024-10-03T00:36:04.718Z]      [test]     [junit]  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2024-10-03T00:36:04.718Z]      [test]     [junit] 
[2024-10-03T00:36:04.718Z]      [test] 
[2024-10-03T00:36:04.718Z]      [test] BUILD FAILED
[2024-10-03T00:36:04.718Z]      [test] /home/jenkins/workspace/Test_openjdk11_j9_extended.functional_aarch64_linux_testList_1/jvmtest/functional/RasapiTest/test.xml:78: Test com.ibm.jvm.ras.tests.DumpAPITriggerTests failed
[2024-10-03T00:36:04.718Z]      [test] 
[2024-10-03T00:36:04.718Z]      [test] Total time: 39 seconds
[2024-10-03T00:36:04.718Z] 
[2024-10-03T00:36:04.718Z] BUILD FAILED
[2024-10-03T00:36:04.718Z] /home/jenkins/workspace/Test_openjdk11_j9_extended.functional_aarch64_linux_testList_1/jvmtest/functional/RasapiTest/test.xml:50: Java returned: 1
[2024-10-03T00:36:04.718Z] 
[2024-10-03T00:36:04.718Z] Total time: 42 seconds
[2024-10-03T00:36:04.718Z] -----------------------------------
[2024-10-03T00:36:04.718Z] testRASAPI_0_FAILED

50x internal Grinder - passed

github-actions[bot] commented 1 week ago

Issue Number: 20293 Status: Open Recommended Components: comp:test, comp:vm, comp:gc Recommended Assignees: pshipton, jasonfengj9, longyuzhang