-
Bug
-
Resolution: Fixed
-
P3
-
11, 13
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226549 | 14 | Daniil Titov | P3 | Resolved | Fixed | b03 |
JDK-8228235 | 13.0.2 | Daniil Titov | P3 | Resolved | Fixed | b01 |
JDK-8228020 | 13.0.1 | Daniil Titov | P3 | Resolved | Fixed | master |
JDK-8230406 | 11.0.6-oracle | Daniil Titov | P3 | Resolved | Fixed | b01 |
JDK-8232105 | 11.0.6 | Daniil Titov | P3 | Resolved | Fixed | b01 |
debugee.stdout> Test Java process started!
debugee.stdout> Waiting for the quit command from the test ...
Running DCMD 'VM.version' through 'MainClassJcmdExecutor'
Executing command '[/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk13-jdk.525/linux-x64-debug.jdk/jdk-13/fastdebug/bin/jcmd, VMVersionTest$Process, VM.version]'
Timeout refired 480 times
Command returned with exit code 134
---------------- stdout ----------------
---------------- stderr ----------------
----------------------------------------
debugee.stdout> 'quit' received
test VMVersionTest.mainClass(): failure
java.lang.RuntimeException: '.*(?:HotSpot|OpenJDK).*VM.*' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:270)
at VMVersionTest.run(VMVersionTest.java:49)
at VMVersionTest.mainClass(VMVersionTest.java:62)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:821)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1131)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:124)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:773)
at org.testng.TestRunner.run(TestRunner.java:623)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:357)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310)
at org.testng.SuiteRunner.run(SuiteRunner.java:259)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1185)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1110)
at org.testng.TestNG.run(TestNG.java:1018)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:94)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:54)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:835)
Running DCMD 'VM.version' through 'PidJcmdExecutor'
Executing command '[/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk13-jdk.525/linux-x64-debug.jdk/jdk-13/fastdebug/bin/jcmd, 30957, VM.version]'
Command returned with exit code 0
---------------- stdout ----------------
30957:
Java HotSpot(TM) 64-Bit Server VM version 13-internal+0-jdk13-jdk.525
JDK 13.0.0
---------------- stderr ----------------
----------------------------------------
test VMVersionTest.pid(): success
===============================================
serviceability/dcmd/framework/VMVersionTest.java
Total tests run: 4, Failures: 1, Skips: 0
===============================================
----------System.err:(18/901)----------
stdout: [];
stderr: []
exitValue = 134
java.lang.Exception: failures: 1
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:96)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:54)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:835)
JavaTest Message: Test threw exception: java.lang.Exception: failures: 1
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Exception: failures: 1
- backported by
-
JDK-8226549 serviceability/dcmd/framework/VMVersionTest.java fails with a timeout
- Resolved
-
JDK-8228020 serviceability/dcmd/framework/VMVersionTest.java fails with a timeout
- Resolved
-
JDK-8228235 serviceability/dcmd/framework/VMVersionTest.java fails with a timeout
- Resolved
-
JDK-8230406 serviceability/dcmd/framework/VMVersionTest.java fails with a timeout
- Resolved
-
JDK-8232105 serviceability/dcmd/framework/VMVersionTest.java fails with a timeout
- Resolved
- duplicates
-
JDK-8223600 test/hotspot/jtreg/serviceability/dcmd/framework/HelpTest.java timeout
- Closed
-
JDK-8217351 serviceability/dcmd/framework/InvalidCommandTest.java failed with timeout
- Closed
- relates to
-
JDK-8205654 serviceability/dcmd/framework/HelpTest.java timed out
- Resolved