-
Bug
-
Resolution: Duplicate
-
P3
-
19, 21, 23, 24
-
aarch64
-
os_x
The following test failed in the JDK24 CI:
applications/javafuzzer/BigTest.java
Here's a snippet from the log file:
#section:driver
----------messages:(7/309)----------
command: driver applications.javafuzzer.JavaFuzzerRunner -NT 300
reason: User specified action: run driver/timeout=100000 applications.javafuzzer.JavaFuzzerRunner -NT 300
started: Wed Aug 28 04:40:52 GMT 2024
Mode: agentvm
Agent id: 2
finished: Wed Aug 28 10:46:49 GMT 2024
elapsed time (seconds): 21956.653
----------configuration:(20/3591)----------
<snip>
----------System.out:(31/3338)----------
For random generator using seed: 1424347129080500601
To re-run test with same seed value please add "-Djdk.test.lib.random.seed=1424347129080500601" to command line.
[DBG] Created generator string: '/System/Volumes/Data/mesos/work_dir/jib-master/install/jdk-24+13-1355/macosx-aarch64-debug.jdk/jdk-24/fastdebug/bin/java --module-path /System/Volumes/Data/mesos/work_dir/jib-master/install/org/jruby/jruby-dist/9.2.12.0/jruby-dist-9.2.12.0-bin.zip/jruby-9.2.12.0/lib/jruby.jar --add-opens java.base/sun.nio.ch=org.jruby.dist --add-opens java.base/java.io=org.jruby.dist --enable-native-access=org.jruby.dist -Djruby.home=/System/Volumes/Data/mesos/work_dir/jib-master/install/org/jruby/jruby-dist/9.2.12.0/jruby-dist-9.2.12.0-bin.zip/jruby-9.2.12.0 -Djruby.lib=/System/Volumes/Data/mesos/work_dir/jib-master/install/org/jruby/jruby-dist/9.2.12.0/jruby-dist-9.2.12.0-bin.zip/jruby-9.2.12.0/lib org.jruby.Main -W0 -I /System/Volumes/Data/mesos/work_dir/jib-master/install/com/oracle/jpg/bigapps/javafuzzer/javafuzzer/3.4/javafuzzer-3.4.zip/rb /System/Volumes/Data/mesos/work_dir/jib-master/install/com/oracle/jpg/bigapps/javafuzzer/javafuzzer/3.4/javafuzzer-3.4.zip/rb/Fuzzer.rb -f /System/Volumes/Data/mesos/work_dir/jib-master/install/com/oracle/jpg/bigapps/javafuzzer/javafuzzer/3.4/javafuzzer-3.4.zip/rb/config.yml'
Using the following path for FailureHandler: '/System/Volumes/Data/mesos/work_dir/jib-master/install/jdk-24+13-1355/macosx-aarch64-debug.test/failure_handler/jtregFailureHandler.jar'
Starting JavaFuzzer: '/bin/bash /System/Volumes/Data/mesos/work_dir/jib-master/install/com/oracle/jpg/bigapps/javafuzzer/javafuzzer/3.4/javafuzzer-3.4.zip/mrt.sh -R /System/Volumes/Data/mesos/work_dir/slaves/6bbe0543-8c5a-457e-b0ca-dfa2833be967-S6230/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/84bda442-c75f-4fca-a491-8c45c11325fa/runs/96188bd7-2f86-4bb8-bbc3-b990cf484eff/testoutput/test-support/jtreg_closed_test_hotspot_jtreg_applications_javafuzzer_BigTest_java/scratch/0 -NT 300 -NP 8 -A -conf config.yml'
[2024-08-28T04:40:58.324060Z] Gathering output for process 84371
[2024-08-28T04:40:58.343619Z] Waiting for completion for process 84371
[2024-08-28T10:46:49.015103Z] Waiting for completion finished for process 84371
Output and diagnostic info for process 84371 was saved into 'pid-84371-output.log'
Summary of the JavaFuzzer run:
------------------------------
Host: jpg-mac-arm-787.oraclecorp.com
Tests: 8 x 300
Args: -conf config.yml
Started at: Wed Aug 28 04:40:58 GMT 2024
r6- 300: 226 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 74 Reference Java failures
r7- 300: 212 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 88 Reference Java failures
r8- 300: 210 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 90 Reference Java failures
r5- 300: 216 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 84 Reference Java failures
r2- 300: 209 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 91 Reference Java failures
r4- 300: 212 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 88 Reference Java failures
r3- 300: 202 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 98 Reference Java failures
r1- 300: 196 passed, 0 crashes, 1 fails, 0 hangs, 0 incorrect tests, 103 Reference Java failures
Finished at: Wed Aug 28 10:46:48 GMT 2024
----------System.err:(15/908)----------
java.lang.RuntimeException: assertEquals expected: 1 but was: 2
at jdk.test.lib.Asserts.fail(Asserts.java:691)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:204)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:191)
at applications.javafuzzer.JavaFuzzerRunner.reportResults(JavaFuzzerRunner.java:231)
at applications.javafuzzer.JavaFuzzerRunner.runWithConfigurations(JavaFuzzerRunner.java:252)
at applications.javafuzzer.JavaFuzzerRunner.main(JavaFuzzerRunner.java:274)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:573)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1575)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: assertEquals expected: 1 but was: 2
In this part of the output:
r6- 300: 226 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 74 Reference Java failures
r7- 300: 212 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 88 Reference Java failures
r8- 300: 210 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 90 Reference Java failures
r5- 300: 216 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 84 Reference Java failures
r2- 300: 209 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 91 Reference Java failures
r4- 300: 212 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 88 Reference Java failures
r3- 300: 202 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 98 Reference Java failures
r1- 300: 196 passed, 0 crashes, 1 fails, 0 hangs, 0 incorrect tests, 103 Reference Java failures
there is a XXX Reference Java failures on every line, but this
line is what caught my eye:
r1- 300: 196 passed, 0 crashes, 1 fails, 0 hangs, 0 incorrect tests, 103 Reference Java failures
I downloaded the workdir.zip file and looked in this fails directory:
test-support/jtreg_closed_test_hotspot_jtreg_applications_javafuzzer_BigTest_java/applications/javafuzzer/BigTest/fails/r1-53
and I only found this interesting output file:
$ cat rt_out_C2_STRESS.diff
1,2c1,2
< i22 i23 i24 = 1,374,-23428
< d2 i25 i26 = 4645287093772222464,12,76
---
> i22 i23 i24 = -4,374,-23428
> d2 i25 i26 = 4645287093772222464,12,0
I can't correlate these observations to any of the unresolved
bugs that mention applications/javafuzzer/BigTest.java so
I've filed this new bug.
Of course, this may actually be a duplicate of some other
bug, but it should would be nice if the reason for the failure
was somehow surfaced in the .jtr file. Having to look in the
workdir.zip file slows down GK failure analysis quite a bit.
applications/javafuzzer/BigTest.java
Here's a snippet from the log file:
#section:driver
----------messages:(7/309)----------
command: driver applications.javafuzzer.JavaFuzzerRunner -NT 300
reason: User specified action: run driver/timeout=100000 applications.javafuzzer.JavaFuzzerRunner -NT 300
started: Wed Aug 28 04:40:52 GMT 2024
Mode: agentvm
Agent id: 2
finished: Wed Aug 28 10:46:49 GMT 2024
elapsed time (seconds): 21956.653
----------configuration:(20/3591)----------
<snip>
----------System.out:(31/3338)----------
For random generator using seed: 1424347129080500601
To re-run test with same seed value please add "-Djdk.test.lib.random.seed=1424347129080500601" to command line.
[DBG] Created generator string: '/System/Volumes/Data/mesos/work_dir/jib-master/install/jdk-24+13-1355/macosx-aarch64-debug.jdk/jdk-24/fastdebug/bin/java --module-path /System/Volumes/Data/mesos/work_dir/jib-master/install/org/jruby/jruby-dist/9.2.12.0/jruby-dist-9.2.12.0-bin.zip/jruby-9.2.12.0/lib/jruby.jar --add-opens java.base/sun.nio.ch=org.jruby.dist --add-opens java.base/java.io=org.jruby.dist --enable-native-access=org.jruby.dist -Djruby.home=/System/Volumes/Data/mesos/work_dir/jib-master/install/org/jruby/jruby-dist/9.2.12.0/jruby-dist-9.2.12.0-bin.zip/jruby-9.2.12.0 -Djruby.lib=/System/Volumes/Data/mesos/work_dir/jib-master/install/org/jruby/jruby-dist/9.2.12.0/jruby-dist-9.2.12.0-bin.zip/jruby-9.2.12.0/lib org.jruby.Main -W0 -I /System/Volumes/Data/mesos/work_dir/jib-master/install/com/oracle/jpg/bigapps/javafuzzer/javafuzzer/3.4/javafuzzer-3.4.zip/rb /System/Volumes/Data/mesos/work_dir/jib-master/install/com/oracle/jpg/bigapps/javafuzzer/javafuzzer/3.4/javafuzzer-3.4.zip/rb/Fuzzer.rb -f /System/Volumes/Data/mesos/work_dir/jib-master/install/com/oracle/jpg/bigapps/javafuzzer/javafuzzer/3.4/javafuzzer-3.4.zip/rb/config.yml'
Using the following path for FailureHandler: '/System/Volumes/Data/mesos/work_dir/jib-master/install/jdk-24+13-1355/macosx-aarch64-debug.test/failure_handler/jtregFailureHandler.jar'
Starting JavaFuzzer: '/bin/bash /System/Volumes/Data/mesos/work_dir/jib-master/install/com/oracle/jpg/bigapps/javafuzzer/javafuzzer/3.4/javafuzzer-3.4.zip/mrt.sh -R /System/Volumes/Data/mesos/work_dir/slaves/6bbe0543-8c5a-457e-b0ca-dfa2833be967-S6230/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/84bda442-c75f-4fca-a491-8c45c11325fa/runs/96188bd7-2f86-4bb8-bbc3-b990cf484eff/testoutput/test-support/jtreg_closed_test_hotspot_jtreg_applications_javafuzzer_BigTest_java/scratch/0 -NT 300 -NP 8 -A -conf config.yml'
[2024-08-28T04:40:58.324060Z] Gathering output for process 84371
[2024-08-28T04:40:58.343619Z] Waiting for completion for process 84371
[2024-08-28T10:46:49.015103Z] Waiting for completion finished for process 84371
Output and diagnostic info for process 84371 was saved into 'pid-84371-output.log'
Summary of the JavaFuzzer run:
------------------------------
Host: jpg-mac-arm-787.oraclecorp.com
Tests: 8 x 300
Args: -conf config.yml
Started at: Wed Aug 28 04:40:58 GMT 2024
r6- 300: 226 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 74 Reference Java failures
r7- 300: 212 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 88 Reference Java failures
r8- 300: 210 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 90 Reference Java failures
r5- 300: 216 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 84 Reference Java failures
r2- 300: 209 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 91 Reference Java failures
r4- 300: 212 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 88 Reference Java failures
r3- 300: 202 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 98 Reference Java failures
r1- 300: 196 passed, 0 crashes, 1 fails, 0 hangs, 0 incorrect tests, 103 Reference Java failures
Finished at: Wed Aug 28 10:46:48 GMT 2024
----------System.err:(15/908)----------
java.lang.RuntimeException: assertEquals expected: 1 but was: 2
at jdk.test.lib.Asserts.fail(Asserts.java:691)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:204)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:191)
at applications.javafuzzer.JavaFuzzerRunner.reportResults(JavaFuzzerRunner.java:231)
at applications.javafuzzer.JavaFuzzerRunner.runWithConfigurations(JavaFuzzerRunner.java:252)
at applications.javafuzzer.JavaFuzzerRunner.main(JavaFuzzerRunner.java:274)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:573)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1575)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: assertEquals expected: 1 but was: 2
In this part of the output:
r6- 300: 226 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 74 Reference Java failures
r7- 300: 212 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 88 Reference Java failures
r8- 300: 210 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 90 Reference Java failures
r5- 300: 216 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 84 Reference Java failures
r2- 300: 209 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 91 Reference Java failures
r4- 300: 212 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 88 Reference Java failures
r3- 300: 202 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 98 Reference Java failures
r1- 300: 196 passed, 0 crashes, 1 fails, 0 hangs, 0 incorrect tests, 103 Reference Java failures
there is a XXX Reference Java failures on every line, but this
line is what caught my eye:
r1- 300: 196 passed, 0 crashes, 1 fails, 0 hangs, 0 incorrect tests, 103 Reference Java failures
I downloaded the workdir.zip file and looked in this fails directory:
test-support/jtreg_closed_test_hotspot_jtreg_applications_javafuzzer_BigTest_java/applications/javafuzzer/BigTest/fails/r1-53
and I only found this interesting output file:
$ cat rt_out_C2_STRESS.diff
1,2c1,2
< i22 i23 i24 = 1,374,-23428
< d2 i25 i26 = 4645287093772222464,12,76
---
> i22 i23 i24 = -4,374,-23428
> d2 i25 i26 = 4645287093772222464,12,0
I can't correlate these observations to any of the unresolved
bugs that mention applications/javafuzzer/BigTest.java so
I've filed this new bug.
Of course, this may actually be a duplicate of some other
bug, but it should would be nice if the reason for the failure
was somehow surfaced in the .jtr file. Having to look in the
workdir.zip file slows down GK failure analysis quite a bit.
- duplicates
-
JDK-8333393 PhaseCFG::insert_anti_dependences can fail to raise LCAs and to add necessary anti-dependence edges
-
- Resolved
-