-
Bug
-
Resolution: Fixed
-
P3
-
20
-
b25
-
x86_64
-
os_x
The following test timed out in the JDK20 CI:
sun/security/pkcs11/Signature/LargeDSAKey.java
Here's a snippet from the log file:
#section:main
----------messages:(9/360)----------
command: main LargeDSAKey
reason: User specified action: run main/othervm/timeout=30 LargeDSAKey
started: Wed Nov 30 19:44:54 GMT 2022
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules jdk.crypto.cryptoki
Timeout information:
--- Timeout information end.
finished: Wed Nov 30 19:47:10 GMT 2022
elapsed time (seconds): 135.277
----------configuration:(3/47)----------
Boot Layer
add modules: jdk.crypto.cryptoki
----------System.out:(6/347)----------
Beginning test run LargeDSAKey...
Timeout refired 120 times
nssLibDir: /System/Volumes/Data/mesos/work_dir/jib-master/install/jpg/tests/jdk/nsslib/nsslib-macosx_x64/3.46/nsslib-macosx_x64-3.46.zip/nsslib/
Running test with provider SunPKCS11-NSS (security manager disabled) ...
Completed test with provider SunPKCS11-NSS (1832 ms).
TEST PASS - OK
----------System.err:(1/15)----------
STATUS:Passed.
----------rerun:(37/8465)*----------
<snip>
result: Error. Program `/System/Volumes/Data/mesos/work_dir/jib-master/install/jdk-20+26-2022/macosx-x64.jdk/jdk-20.jdk/Contents/Home/bin/java' timed out (timeout set to 120000ms, elapsed time including timeout handling was 135269ms).
The test is invoked with "run main/othervm/timeout=30" and
with a default timeoutFactor of 4, that gives us a total timeout
value of 120 seconds/2 minutes.
sun/security/pkcs11/Signature/LargeDSAKey.java
Here's a snippet from the log file:
#section:main
----------messages:(9/360)----------
command: main LargeDSAKey
reason: User specified action: run main/othervm/timeout=30 LargeDSAKey
started: Wed Nov 30 19:44:54 GMT 2022
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules jdk.crypto.cryptoki
Timeout information:
--- Timeout information end.
finished: Wed Nov 30 19:47:10 GMT 2022
elapsed time (seconds): 135.277
----------configuration:(3/47)----------
Boot Layer
add modules: jdk.crypto.cryptoki
----------System.out:(6/347)----------
Beginning test run LargeDSAKey...
Timeout refired 120 times
nssLibDir: /System/Volumes/Data/mesos/work_dir/jib-master/install/jpg/tests/jdk/nsslib/nsslib-macosx_x64/3.46/nsslib-macosx_x64-3.46.zip/nsslib/
Running test with provider SunPKCS11-NSS (security manager disabled) ...
Completed test with provider SunPKCS11-NSS (1832 ms).
TEST PASS - OK
----------System.err:(1/15)----------
STATUS:Passed.
----------rerun:(37/8465)*----------
<snip>
result: Error. Program `/System/Volumes/Data/mesos/work_dir/jib-master/install/jdk-20+26-2022/macosx-x64.jdk/jdk-20.jdk/Contents/Home/bin/java' timed out (timeout set to 120000ms, elapsed time including timeout handling was 135269ms).
The test is invoked with "run main/othervm/timeout=30" and
with a default timeoutFactor of 4, that gives us a total timeout
value of 120 seconds/2 minutes.