-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
16
-
x86_64
-
linux
The following test failed in the JDK16 CI:
runtime/InvocationTests/invocationGraalTests.java
Here's a snippet from the log file:
----------System.out:(17/4049)----------
Graal invocation tests, Tests: invokevirtual.Generator, class file version: 60
Command line: [/opt/mach5/mesos/work_dir/jib-master/install/jdk-16+6-180/linux-x64-debug.jdk/jdk-16/fastdebug/bin/java -cp /opt/mach5/mesos/work_dir/slaves/4728e7c1-7e67-490e-be0f-6bbf2a2f33db-S143/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/1b810383-f921-4f13-8b9c-0eb1dedce679/runs/40fe8ef7-f75c-4037-92b1-f9f1ff8c1cd3/testoutput/test-support/jtreg_open_test_hotspot_jtreg_hotspot_runtime/classes/2/runtime/InvocationTests/invocationGraalTests.d:/opt/mach5/mesos/work_dir/jib-master/install/jdk-16+6-180/src.full/open/test/hotspot/jtreg/runtime/InvocationTests:/opt/mach5/mesos/work_dir/slaves/4728e7c1-7e67-490e-be0f-6bbf2a2f33db-S143/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/1b810383-f921-4f13-8b9c-0eb1dedce679/runs/40fe8ef7-f75c-4037-92b1-f9f1ff8c1cd3/testoutput/test-support/jtreg_open_test_hotspot_jtreg_hotspot_runtime/classes/2/test/lib:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/javatest.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/jtreg.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/junit.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/testng.jar -Xmx128M -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler --add-exports java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED invokevirtual.Generator --classfile_version=60 ]
[2020-07-11T09:08:07.453123716Z] Gathering output for process 2788
[2020-07-11T09:10:38.301574685Z] Waiting for completion for process 2788
[2020-07-11T09:10:38.301817271Z] Waiting for completion finished for process 2788
Graal invocation tests, Tests: invokespecial.Generator, class file version: 60
Command line: [/opt/mach5/mesos/work_dir/jib-master/install/jdk-16+6-180/linux-x64-debug.jdk/jdk-16/fastdebug/bin/java -cp /opt/mach5/mesos/work_dir/slaves/4728e7c1-7e67-490e-be0f-6bbf2a2f33db-S143/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/1b810383-f921-4f13-8b9c-0eb1dedce679/runs/40fe8ef7-f75c-4037-92b1-f9f1ff8c1cd3/testoutput/test-support/jtreg_open_test_hotspot_jtreg_hotspot_runtime/classes/2/runtime/InvocationTests/invocationGraalTests.d:/opt/mach5/mesos/work_dir/jib-master/install/jdk-16+6-180/src.full/open/test/hotspot/jtreg/runtime/InvocationTests:/opt/mach5/mesos/work_dir/slaves/4728e7c1-7e67-490e-be0f-6bbf2a2f33db-S143/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/1b810383-f921-4f13-8b9c-0eb1dedce679/runs/40fe8ef7-f75c-4037-92b1-f9f1ff8c1cd3/testoutput/test-support/jtreg_open_test_hotspot_jtreg_hotspot_runtime/classes/2/test/lib:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/javatest.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/jtreg.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/junit.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/testng.jar -Xmx128M -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler --add-exports java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED invokespecial.Generator --classfile_version=60 ]
[2020-07-11T09:10:38.304782590Z] Gathering output for process 2788
[2020-07-11T09:10:38.306372111Z] Waiting for completion for process 2788
[2020-07-11T09:10:38.306587807Z] Waiting for completion finished for process 2788
Note that an entry such as 'B.m/C.m' in the failure chart means that the test case failed because method B.m was invoked but the test expected method C.m to be invoked. Similarly, a result such as 'AME/C.m' means that an AbstractMethodError exception was thrown but the test case expected method C.m to be invoked.
Also note that passing --dump to invoke*.Generator will dump the generated classes (for debugging purposes).
----------System.err:(19/940)----------
stdout: [];
stderr: []
exitValue = 0
java.lang.RuntimeException: 'EXECUTION STATUS: PASSED' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:189)
at invocationGraalTests.runTest(invocationGraalTests.java:58)
at invocationGraalTests.main(invocationGraalTests.java:80)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'EXECUTION STATUS: PASSED' missing from stdout/stderr
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'EXECUTION STATUS: PASSED' missing from stdout/stderr
runtime/InvocationTests/invocationGraalTests.java
Here's a snippet from the log file:
----------System.out:(17/4049)----------
Graal invocation tests, Tests: invokevirtual.Generator, class file version: 60
Command line: [/opt/mach5/mesos/work_dir/jib-master/install/jdk-16+6-180/linux-x64-debug.jdk/jdk-16/fastdebug/bin/java -cp /opt/mach5/mesos/work_dir/slaves/4728e7c1-7e67-490e-be0f-6bbf2a2f33db-S143/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/1b810383-f921-4f13-8b9c-0eb1dedce679/runs/40fe8ef7-f75c-4037-92b1-f9f1ff8c1cd3/testoutput/test-support/jtreg_open_test_hotspot_jtreg_hotspot_runtime/classes/2/runtime/InvocationTests/invocationGraalTests.d:/opt/mach5/mesos/work_dir/jib-master/install/jdk-16+6-180/src.full/open/test/hotspot/jtreg/runtime/InvocationTests:/opt/mach5/mesos/work_dir/slaves/4728e7c1-7e67-490e-be0f-6bbf2a2f33db-S143/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/1b810383-f921-4f13-8b9c-0eb1dedce679/runs/40fe8ef7-f75c-4037-92b1-f9f1ff8c1cd3/testoutput/test-support/jtreg_open_test_hotspot_jtreg_hotspot_runtime/classes/2/test/lib:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/javatest.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/jtreg.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/junit.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/testng.jar -Xmx128M -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler --add-exports java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED invokevirtual.Generator --classfile_version=60 ]
[2020-07-11T09:08:07.453123716Z] Gathering output for process 2788
[2020-07-11T09:10:38.301574685Z] Waiting for completion for process 2788
[2020-07-11T09:10:38.301817271Z] Waiting for completion finished for process 2788
Graal invocation tests, Tests: invokespecial.Generator, class file version: 60
Command line: [/opt/mach5/mesos/work_dir/jib-master/install/jdk-16+6-180/linux-x64-debug.jdk/jdk-16/fastdebug/bin/java -cp /opt/mach5/mesos/work_dir/slaves/4728e7c1-7e67-490e-be0f-6bbf2a2f33db-S143/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/1b810383-f921-4f13-8b9c-0eb1dedce679/runs/40fe8ef7-f75c-4037-92b1-f9f1ff8c1cd3/testoutput/test-support/jtreg_open_test_hotspot_jtreg_hotspot_runtime/classes/2/runtime/InvocationTests/invocationGraalTests.d:/opt/mach5/mesos/work_dir/jib-master/install/jdk-16+6-180/src.full/open/test/hotspot/jtreg/runtime/InvocationTests:/opt/mach5/mesos/work_dir/slaves/4728e7c1-7e67-490e-be0f-6bbf2a2f33db-S143/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/1b810383-f921-4f13-8b9c-0eb1dedce679/runs/40fe8ef7-f75c-4037-92b1-f9f1ff8c1cd3/testoutput/test-support/jtreg_open_test_hotspot_jtreg_hotspot_runtime/classes/2/test/lib:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/javatest.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/jtreg.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/junit.jar:/opt/mach5/mesos/work_dir/jib-master/install/jtreg/5.1/b01/bundles/jtreg_bin-5.1.zip/jtreg/lib/testng.jar -Xmx128M -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler --add-exports java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED invokespecial.Generator --classfile_version=60 ]
[2020-07-11T09:10:38.304782590Z] Gathering output for process 2788
[2020-07-11T09:10:38.306372111Z] Waiting for completion for process 2788
[2020-07-11T09:10:38.306587807Z] Waiting for completion finished for process 2788
Note that an entry such as 'B.m/C.m' in the failure chart means that the test case failed because method B.m was invoked but the test expected method C.m to be invoked. Similarly, a result such as 'AME/C.m' means that an AbstractMethodError exception was thrown but the test case expected method C.m to be invoked.
Also note that passing --dump to invoke*.Generator will dump the generated classes (for debugging purposes).
----------System.err:(19/940)----------
stdout: [];
stderr: []
exitValue = 0
java.lang.RuntimeException: 'EXECUTION STATUS: PASSED' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:189)
at invocationGraalTests.runTest(invocationGraalTests.java:58)
at invocationGraalTests.main(invocationGraalTests.java:80)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'EXECUTION STATUS: PASSED' missing from stdout/stderr
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'EXECUTION STATUS: PASSED' missing from stdout/stderr