Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8309073

[JVMCI] TestUncaughtErrorInCompileMethod still times out

XMLWordPrintable

    • 21

      We have a test task timing out in the CI. Based on the log the last test to be run was:

      compiler/jvmci/TestUncaughtErrorInCompileMethod.java

      and it was timing out:

      [2023-05-29T22:39:59,564Z] ACTION: driver -- Error. Program `/System/Volumes/Data/mesos/work_dir/jib-master/install/jdk-21+25-2161/macosx-x64-debug.jdk/jdk-21/fastdebug/bin/java' timed out (timeout set to 480000ms, elapsed time including timeout handling was 1143490ms).

      [2023-05-29T22:39:59,565Z] [2023-05-29T22:20:54.327188Z] Gathering output for process 57842
      [2023-05-29T22:39:59,565Z] destroying process: Process[pid=57842, exitValue="not exited"]
      [2023-05-29T22:39:59,565Z] forcibly destroying process: Process[pid=57842, exitValue="not exited"]
      ...
      [2023-05-29T22:39:59,577Z] TEST RESULT: Error. Program `/System/Volumes/Data/mesos/work_dir/jib-master/install/jdk-21+25-2161/macosx-x64-debug.jdk/jdk-21/fastdebug/bin/java' timed out (timeout set to 480000ms, elapsed time including timeout handling was 1143490ms).
      [2023-05-29T22:39:59,577Z] --------------------------------------------------
      [2023-05-30T01:16:21,708Z][INFO][pool-2-thread-1][c.o.j.s.e.SparkyExecutorRunner] EXECUTION timed out after 180 minutes
      [2023-05-30T01:16:21,711Z][ERROR][pool-2-thread-1][c.o.j.s.e.SparkyExecutorRunner] TimeoutException in EXECUTION.
      java.util.concurrent.TimeoutException: null
      at java.util.concurrent.FutureTask.get(FutureTask.java:205)
      at com.oracle.java.sparky.executor.SparkyExecutorRunner.executeWithTimeout(SparkyExecutorRunner.java:66)
      at com.oracle.java.sparky.executor.SparkyExecutorRunner.runExecutorPhases(SparkyExecutorRunner.java:118)
      at com.oracle.java.sparky.executor.SparkyExecutorRunner.run(SparkyExecutorRunner.java:180)
      at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      at java.lang.Thread.run(Thread.java:748)
      [2023-05-30T01:16:21,712Z][INFO][pool-2-thread-1][c.o.j.s.e.SparkyExecutorRunner] Running POST_EXECUTION with timeout set to 90 minutes.
      [2023-05-30T02:46:21,879Z][INFO][pool-2-thread-1][c.o.j.s.e.SparkyExecutorRunner] POST_EXECUTION timed out after 90 minutes
      [2023-05-30T02:46:21,879Z][ERROR][pool-2-thread-1][c.o.j.s.e.SparkyExecutorRunner] Unexpected exception occurred on post execution

      Then post execution just does nothing within its 90 minutes timeout.

      Hard to know what is the issue as we don't get any task artifacts uploaded.

            dnsimon Douglas Simon
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: