openj9 icon indicating copy to clipboard operation
openj9 copied to clipboard

JDK11 cmdLineTester_criu_keepCheckpoint_0_FAILED SystemCheckpointException: Could not dump the JVM processs, err=-52

Open JasonFengJ9 opened this issue 3 years ago • 0 comments

Failure link

From an internal build(ub20x64rt1-3):

java version "11.0.16-ea" 2022-07-19
IBM Semeru Runtime Open Edition 11.0.16.0-july_22-preview_1 (build 11.0.16-ea+8)
Eclipse OpenJ9 VM 11.0.16.0-july_22-preview_1 (build HEAD-509a857f346, JRE 11 Linux amd64-64-Bit Compressed References 20220725_27 (JIT enabled, AOT enabled)
OpenJ9   - 509a857f346
OMR      - d1e503e41
JCL      - 2927262e48 based on jdk-11.0.16+8)

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

Optional info

Failure output (captured from console output)

[2022-07-25T20:45:59.140Z] variation: -Xjit
[2022-07-25T20:45:59.140Z] JVM_OPTIONS:  -Xjit 

[2022-07-25T20:46:00.058Z] Testing: Create Criu Checkpoint Image without Restore
[2022-07-25T20:46:00.058Z] Test start time: 2022/07/25 13:45:59 Pacific Standard Time
[2022-07-25T20:46:00.058Z] Running command: bash /home/jenkins/workspace/Test_openjdk11_j9_sanity.functional_x86-64_linux_testList_2/aqa-tests/TKG/../../jvmtest/functional/cmdLineTests/criu/criuScript.sh /home/jenkins/workspace/Test_openjdk11_j9_sanity.functional_x86-64_linux_testList_2/aqa-tests/TKG/../../jvmtest/functional/cmdLineTests/criu /home/jenkins/workspace/Test_openjdk11_j9_sanity.functional_x86-64_linux_testList_2/openjdkbinary/j2sdk-image/bin/java  -Xjit  org.openj9.criu.CRIUSimpleTest 1 true
[2022-07-25T20:46:00.058Z] Time spent starting: 60 milliseconds
[2022-07-25T20:46:00.058Z] Time spent executing: 369 milliseconds
[2022-07-25T20:46:00.058Z] Test result: FAILED
[2022-07-25T20:46:00.058Z] Output from test:
[2022-07-25T20:46:00.058Z]  [OUT] start running script
[2022-07-25T20:46:00.058Z]  [OUT] Total checkpoint(s) 1:
[2022-07-25T20:46:00.058Z]  [OUT] Pre-checkpoint
[2022-07-25T20:46:00.058Z]  [OUT] Exception in thread "main" org.eclipse.openj9.criu.SystemCheckpointException: Could not dump the JVM processs, err=-52
[2022-07-25T20:46:00.058Z]  [OUT] 	at openj9.criu/org.eclipse.openj9.criu.CRIUSupport.checkpointJVMImpl(Native Method)
[2022-07-25T20:46:00.058Z]  [OUT] 	at openj9.criu/org.eclipse.openj9.criu.CRIUSupport.checkpointJVM(CRIUSupport.java:589)
[2022-07-25T20:46:00.058Z]  [OUT] 	at org.openj9.criu.CRIUTestUtils.checkPointJVM(CRIUTestUtils.java:76)
[2022-07-25T20:46:00.058Z]  [OUT] 	at org.openj9.criu.CRIUTestUtils.checkPointJVM(CRIUTestUtils.java:62)
[2022-07-25T20:46:00.058Z]  [OUT] 	at org.openj9.criu.CRIUTestUtils.checkPointJVM(CRIUTestUtils.java:58)
[2022-07-25T20:46:00.058Z]  [OUT] 	at org.openj9.criu.CRIUSimpleTest.checkpoints(CRIUSimpleTest.java:43)
[2022-07-25T20:46:00.058Z]  [OUT] 	at org.openj9.criu.CRIUSimpleTest.main(CRIUSimpleTest.java:33)
[2022-07-25T20:46:00.058Z]  [OUT] finished script
[2022-07-25T20:46:00.058Z] >> Success condition was not found: [Output match: Killed]
[2022-07-25T20:46:00.058Z] >> Required condition was found: [Output match: Pre-checkpoint]
[2022-07-25T20:46:00.058Z] >> Failure condition was not found: [Output match: Post-checkpoint]
[2022-07-25T20:46:00.058Z] >> Failure condition was not found: [Output match: CRIU is not enabled]
[2022-07-25T20:46:00.058Z] >> Failure condition was not found: [Output match: Operation not permitted]
[2022-07-25T20:46:00.058Z] >> Failure condition was not found: [Output match: ERR]
[2022-07-25T20:46:00.058Z] 
[2022-07-25T20:46:00.058Z] 
[2022-07-25T20:46:00.058Z] ---TEST RESULTS---
[2022-07-25T20:46:00.058Z] Number of PASSED tests: 0 out of 1
[2022-07-25T20:46:00.058Z] Number of FAILED tests: 1 out of 1
[2022-07-25T20:46:00.058Z] 
[2022-07-25T20:46:00.058Z] ---SUMMARY OF FAILED TESTS---
[2022-07-25T20:46:00.058Z] Create Criu Checkpoint Image without Restore
[2022-07-25T20:46:00.058Z] -----------------------------
[2022-07-25T20:46:00.058Z] 
[2022-07-25T20:46:00.058Z] 
[2022-07-25T20:46:00.058Z] cmdLineTester_criu_keepCheckpoint_0_FAILED

It appears https://github.com/eclipse-openj9/openj9/issues/14486#issuecomment-1071911389 10x internal grinder

JasonFengJ9 avatar Jul 26 '22 22:07 JasonFengJ9