-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
11, 12
-
x86_64
-
linux
The following Graal test times out in the JDK12 CI:
compiler/graalunit/JttLangMathALTest.java
Here are snippets from the log file:
......org.graalvm.compiler.jtt.lang.Math_log10 finished
org.graalvm.compiler.jtt.lang.Math_log started (6 of 6)
run0: Passed 335.1 ms
run1: Passed 369.6 ms
run2: Passed 640.4 ms
run3: Passed 480.3 ms
run4: Passed 349.7 ms
run5: Passed 228.9 ms
run6: Passed 145.7 ms
run7: Passed 833395.5 ms
org.graalvm.compiler.jtt.lang.Math_log finished 836029.5 ms
Time: 1,555.718
OK (20265 tests)
10 longest running test classes:
836,029 ms org.graalvm.compiler.jtt.lang.Math_log
481,658 ms org.graalvm.compiler.jtt.lang.Math_log10
113,641 ms org.graalvm.compiler.jtt.lang.Math_abs
53,237 ms org.graalvm.compiler.jtt.lang.Math_cos
49,477 ms org.graalvm.compiler.jtt.lang.Math_exp
2,315 ms org.graalvm.compiler.jtt.lang.Math_exact
10 longest running tests:
833,395 ms run7(org.graalvm.compiler.jtt.lang.Math_log)
54,906 ms run7(org.graalvm.compiler.jtt.lang.Math_abs)
51,225 ms run0(org.graalvm.compiler.jtt.lang.Math_abs)
48,355 ms run8(org.graalvm.compiler.jtt.lang.Math_exp)
48,055 ms run3(org.graalvm.compiler.jtt.lang.Math_cos)
2,750 ms testLog10[43](org.graalvm.compiler.jtt.lang.Math_log10)
1,909 ms run0(org.graalvm.compiler.jtt.lang.Math_cos)
1,736 ms run1(org.graalvm.compiler.jtt.lang.Math_cos)
1,688 ms run6(org.graalvm.compiler.jtt.lang.Math_abs)
1,529 ms run2(org.graalvm.compiler.jtt.lang.Math_cos)
Java HotSpot(TM) 64-Bit Server VM warning: increase O_BUFLEN in ostream.hpp -- output truncated
----------System.err:(1/15)----------
STATUS:Passed.
----------rerun:(33/7175)*----------
<snip>
test result: Error. Program `/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk12-jdk.100/linux-x64-debug.jdk/jdk-12/fastdebug/bin/java' timed out (timeout set to 1200000ms, elapsed time including timeout handling was 1667947ms).
So the System.err portion of the log indicates that the
test passed, but the end of the test indicates that it
timed out at 1667947ms
compiler/graalunit/JttLangMathALTest.java
Here are snippets from the log file:
......org.graalvm.compiler.jtt.lang.Math_log10 finished
org.graalvm.compiler.jtt.lang.Math_log started (6 of 6)
run0: Passed 335.1 ms
run1: Passed 369.6 ms
run2: Passed 640.4 ms
run3: Passed 480.3 ms
run4: Passed 349.7 ms
run5: Passed 228.9 ms
run6: Passed 145.7 ms
run7: Passed 833395.5 ms
org.graalvm.compiler.jtt.lang.Math_log finished 836029.5 ms
Time: 1,555.718
OK (20265 tests)
10 longest running test classes:
836,029 ms org.graalvm.compiler.jtt.lang.Math_log
481,658 ms org.graalvm.compiler.jtt.lang.Math_log10
113,641 ms org.graalvm.compiler.jtt.lang.Math_abs
53,237 ms org.graalvm.compiler.jtt.lang.Math_cos
49,477 ms org.graalvm.compiler.jtt.lang.Math_exp
2,315 ms org.graalvm.compiler.jtt.lang.Math_exact
10 longest running tests:
833,395 ms run7(org.graalvm.compiler.jtt.lang.Math_log)
54,906 ms run7(org.graalvm.compiler.jtt.lang.Math_abs)
51,225 ms run0(org.graalvm.compiler.jtt.lang.Math_abs)
48,355 ms run8(org.graalvm.compiler.jtt.lang.Math_exp)
48,055 ms run3(org.graalvm.compiler.jtt.lang.Math_cos)
2,750 ms testLog10[43](org.graalvm.compiler.jtt.lang.Math_log10)
1,909 ms run0(org.graalvm.compiler.jtt.lang.Math_cos)
1,736 ms run1(org.graalvm.compiler.jtt.lang.Math_cos)
1,688 ms run6(org.graalvm.compiler.jtt.lang.Math_abs)
1,529 ms run2(org.graalvm.compiler.jtt.lang.Math_cos)
Java HotSpot(TM) 64-Bit Server VM warning: increase O_BUFLEN in ostream.hpp -- output truncated
----------System.err:(1/15)----------
STATUS:Passed.
----------rerun:(33/7175)*----------
<snip>
test result: Error. Program `/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk12-jdk.100/linux-x64-debug.jdk/jdk-12/fastdebug/bin/java' timed out (timeout set to 1200000ms, elapsed time including timeout handling was 1667947ms).
So the System.err portion of the log indicates that the
test passed, but the end of the test indicates that it
timed out at 1667947ms
- is blocked by
-
JDK-8210434 [Graal] 8209301 prevents GitHub Graal from compiling with latest JDK
- Resolved