JDK 19 |
---|
19Resolved |
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The following test failed in the JDK19 CI: applications/javafuzzer/BigTest.java Here's a snippet from the log file: ----------System.out:(36/2672)---------- Using JRuby executable: /opt/mach5/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/bin/jruby For random generator using seed: 4343336294702972030 To re-run test with same seed value please add "-Djdk.test.lib.random.seed=4343336294702972030" to command line. Starting JavaFuzzer: '/bin/bash /opt/mach5/mesos/work_dir/jib-master/install/com/oracle/jpg/bigapps/javafuzzer/javafuzzer/1.0/javafuzzer-1.0.zip/mrt.sh -R /opt/mach5/mesos/work_dir/slaves/779adf21-f3e5-4e6a-a889-8cc0f9bc6fbb-S67011/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/62ef7fc2-3673-4570-a952-5fddcfaece13/runs/2189e6e6-cfc5-434b-9008-fc44700b3e1c/testoutput/test-support/jtreg_closed_test_hotspot_jtreg_applications_javafuzzer_BigTest_java/scratch/0 -NT 300 -NP 12 -A -conf config.yml' [2022-06-21T01:07:24.563640004Z] Gathering output for process 650 [2022-06-21T11:29:16.771947361Z] Waiting for completion for process 650 [2022-06-21T11:29:16.772135246Z] Waiting for completion finished for process 650 Output and diagnostic info for process 650 was saved into 'pid-650-output.log' Summary of the JavaFuzzer run: ------------------------------ Host: ol7-x64-71067 Tests: 12 x 300 Args: -conf config.yml Started at: Tue Jun 21 01:07:24 UTC 2022 r7- 300: 183 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 117 Reference Java failures r5- 300: 191 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 109 Reference Java failures r3- 300: 189 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 111 Reference Java failures r2- 300: 193 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 107 Reference Java failures r6- 300: 194 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 106 Reference Java failures r8- 300: 181 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 119 Reference Java failures r11- 300: 171 passed, 2 crashes, 0 fails, 0 hangs, 0 incorrect tests, 128 Reference Java failures r1- 300: 184 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 116 Reference Java failures r12- 300: 183 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 117 Reference Java failures r4- 300: 170 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 130 Reference Java failures r9- 300: 177 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 123 Reference Java failures r10- 300: 177 passed, 0 crashes, 0 fails, 0 hangs, 0 incorrect tests, 123 Reference Java failures Finished at: Tue Jun 21 11:29:16 UTC 2022 [2022-06-21T11:29:16.830814644Z] Waiting for completion for process 650 [2022-06-21T11:29:16.830998323Z] Waiting for completion finished for process 650 ----------System.err:(13/728)---------- java.lang.RuntimeException: assertEquals: expected 1 to equal 2 at jdk.test.lib.Asserts.fail(Asserts.java:594) at jdk.test.lib.Asserts.assertEquals(Asserts.java:205) at jdk.test.lib.Asserts.assertEquals(Asserts.java:189) at applications.javafuzzer.JavaFuzzerRunner.main(JavaFuzzerRunner.java:235) 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:1596) 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 to equal 2
|