-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
19
-
aarch64
-
linux
The following test failed in the JDK19 CI:
containers/docker/TestJcmdWithSideCar.java
Here's a snippet from the log file:
----------System.err:(22/1475)----------
stdout: [1:
jcmd: /opt/mach5/.../workspace/open/src/java.base/share/native/libjimage/imageFile.cpp:564: void ImageFileReader::get_resource(ImageLocation&, u1*) const: Assertion `is_read && "error reading from image or short read"' failed.
];
stderr: [time="2022-06-02T11:49:29Z" level=warning msg="cannot toggle freezer: cgroups not configured for container"
time="2022-06-02T11:49:29Z" level=warning msg="cannot toggle freezer: cgroups not configured for container"
time="2022-06-02T11:49:29Z" level=warning msg="lstat : no such file or directory"
]
exitValue = 134
java.lang.RuntimeException: Expected to get exit value of [0]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:489)
at TestJcmdWithSideCar.testCase03(TestJcmdWithSideCar.java:123)
at TestJcmdWithSideCar.main(TestJcmdWithSideCar.java:86)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1585)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Expected to get exit value of [0]
containers/docker/TestJcmdWithSideCar.java
Here's a snippet from the log file:
----------System.err:(22/1475)----------
stdout: [1:
jcmd: /opt/mach5/.../workspace/open/src/java.base/share/native/libjimage/imageFile.cpp:564: void ImageFileReader::get_resource(ImageLocation&, u1*) const: Assertion `is_read && "error reading from image or short read"' failed.
];
stderr: [time="2022-06-02T11:49:29Z" level=warning msg="cannot toggle freezer: cgroups not configured for container"
time="2022-06-02T11:49:29Z" level=warning msg="cannot toggle freezer: cgroups not configured for container"
time="2022-06-02T11:49:29Z" level=warning msg="lstat : no such file or directory"
]
exitValue = 134
java.lang.RuntimeException: Expected to get exit value of [0]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:489)
at TestJcmdWithSideCar.testCase03(TestJcmdWithSideCar.java:123)
at TestJcmdWithSideCar.main(TestJcmdWithSideCar.java:86)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1585)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Expected to get exit value of [0]
- relates to
-
JDK-8287398 Allow concurrent execution of hotspot docker tests
-
- Resolved
-
There are no Sub-Tasks for this issue.