-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
18
-
other
-
linux
Test cases: containers/docker/DockerBasicTest.java
OS: linux-x64-debug
Where: 18u-cpu
Is it a regression: NO (intermittent failure, no history of past failure in Mach5)
Child process STDOUT is trimmed to 100 lines
Full child process STDOUT was saved to docker-stdout-1617643.log
----------System.err:(18/820)----------
stdout: [];
stderr: [time="2022-03-02T10:51:34Z" level=error msg="stat /run/user/10668: no such file or directory"
]
exitValue = 1
java.lang.RuntimeException: Expected to get exit value of [0]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:489)
at DockerBasicTest.testJavaVersion(DockerBasicTest.java:69)
at DockerBasicTest.main(DockerBasicTest.java:54)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:833)
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]
OS: linux-x64-debug
Where: 18u-cpu
Is it a regression: NO (intermittent failure, no history of past failure in Mach5)
Child process STDOUT is trimmed to 100 lines
Full child process STDOUT was saved to docker-stdout-1617643.log
----------System.err:(18/820)----------
stdout: [];
stderr: [time="2022-03-02T10:51:34Z" level=error msg="stat /run/user/10668: no such file or directory"
]
exitValue = 1
java.lang.RuntimeException: Expected to get exit value of [0]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:489)
at DockerBasicTest.testJavaVersion(DockerBasicTest.java:69)
at DockerBasicTest.main(DockerBasicTest.java:54)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:833)
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-8263689 containers/docker/DockerBasicTest.java failed with "mkdir /run/user/10668/libpod: no such file or directory"
-
- Closed
-