The following test timed out in the JDK14 CI:
java/lang/ThreadLocal/MemoryLeak.java
Here's a snippet from the log file:
#section:main
----------messages:(8/225)----------
command: main MemoryLeak
reason: Assumed action based on file name: run main MemoryLeak
Mode: agentvm
Agent id: 13
Timeout refired 960 times
Timeout information:
--- Timeout information end.
elapsed time (seconds): 1119.956
----------configuration:(9/795)----------
Boot Layer
class path: /scratch/opt/mach5/mesos/work_dir/jib-master/install/java/re/jtreg/4.2/promoted/all/b14/bundles/jtreg_bin-4.2.zip/jtreg/lib/javatest.jar
/scratch/opt/mach5/mesos/work_dir/jib-master/install/java/re/jtreg/4.2/promoted/all/b14/bundles/jtreg_bin-4.2.zip/jtreg/lib/jtreg.jar
patch: java.base /scratch/opt/mach5/mesos/work_dir/aae1c256-b29c-450d-a159-066deb6959d3/testoutput/test-support/jtreg_open_test_jdk_tier1/patches/java.base
Test Layer
class path: /scratch/opt/mach5/mesos/work_dir/aae1c256-b29c-450d-a159-066deb6959d3/testoutput/test-support/jtreg_open_test_jdk_tier1/classes/2/java/lang/ThreadLocal/MemoryLeak.d
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk-14+25-1127/src.full/open/test/jdk/java/lang/ThreadLocal
----------rerun:(31/3383)*----------
<snip>
----------System.err:(3/35)----------
JavaTest Message: Test complete.
result: Error. Agent error: java.lang.Exception: Agent 13 timed out with a timeout of 960 seconds; check console log for any additional details
test result: Error. Agent error: java.lang.Exception: Agent 13 timed out with a timeout of 960 seconds; check console log for any additional details
The "JavaTest Message: Test complete." in the log is an indication
that the test did complete during the execution of JTREG's
timeout handler.
java/lang/ThreadLocal/MemoryLeak.java
Here's a snippet from the log file:
#section:main
----------messages:(8/225)----------
command: main MemoryLeak
reason: Assumed action based on file name: run main MemoryLeak
Mode: agentvm
Agent id: 13
Timeout refired 960 times
Timeout information:
--- Timeout information end.
elapsed time (seconds): 1119.956
----------configuration:(9/795)----------
Boot Layer
class path: /scratch/opt/mach5/mesos/work_dir/jib-master/install/java/re/jtreg/4.2/promoted/all/b14/bundles/jtreg_bin-4.2.zip/jtreg/lib/javatest.jar
/scratch/opt/mach5/mesos/work_dir/jib-master/install/java/re/jtreg/4.2/promoted/all/b14/bundles/jtreg_bin-4.2.zip/jtreg/lib/jtreg.jar
patch: java.base /scratch/opt/mach5/mesos/work_dir/aae1c256-b29c-450d-a159-066deb6959d3/testoutput/test-support/jtreg_open_test_jdk_tier1/patches/java.base
Test Layer
class path: /scratch/opt/mach5/mesos/work_dir/aae1c256-b29c-450d-a159-066deb6959d3/testoutput/test-support/jtreg_open_test_jdk_tier1/classes/2/java/lang/ThreadLocal/MemoryLeak.d
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk-14+25-1127/src.full/open/test/jdk/java/lang/ThreadLocal
----------rerun:(31/3383)*----------
<snip>
----------System.err:(3/35)----------
JavaTest Message: Test complete.
result: Error. Agent error: java.lang.Exception: Agent 13 timed out with a timeout of 960 seconds; check console log for any additional details
test result: Error. Agent error: java.lang.Exception: Agent 13 timed out with a timeout of 960 seconds; check console log for any additional details
The "JavaTest Message: Test complete." in the log is an indication
that the test did complete during the execution of JTREG's
timeout handler.