JDK-8253056 : sun/security/pkcs11/Cipher/TestGCMKeyAndIvCheck.java timed out
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto:pkcs11
  • Affected Version: 16,18,20
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows
  • CPU: x86_64
  • Submitted: 2020-09-11
  • Updated: 2022-11-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Description
The following test timed out in the JDK16 CI:

sun/security/pkcs11/Cipher/TestGCMKeyAndIvCheck.java

Here's a snippet from the log file:

#section:main
----------messages:(8/240)----------
command: main TestGCMKeyAndIvCheck
reason: User specified action: run main TestGCMKeyAndIvCheck 
Mode: agentvm
Agent id: 20
Timeout refired 480 times
Timeout information:
--- Timeout information end.
elapsed time (seconds): 579.535
----------configuration:(15/1378)*----------
Boot Layer
  class path: C:\\ade\\mesos\\work_dir\\jib-master\\install\\jtreg\\5.1\\b01\\bundles\\jtreg_bin-5.1.zip\\jtreg\\lib\\javatest.jar 
              C:\\ade\\mesos\\work_dir\\jib-master\\install\\jtreg\\5.1\\b01\\bundles\\jtreg_bin-5.1.zip\\jtreg\\lib\\jtreg.jar 
              C:\\ade\\mesos\\work_dir\\jib-master\\install\\jtreg\\5.1\\b01\\bundles\\jtreg_bin-5.1.zip\\jtreg\\lib\\junit.jar 
              C:\\ade\\mesos\\work_dir\\jib-master\\install\\jtreg\\5.1\\b01\\bundles\\jtreg_bin-5.1.zip\\jtreg\\lib\\testng.jar 
  patch:      java.base T:\\testoutput\\test-support\\jtreg_open_test_jdk_tier2_part1\\patches\\java.base

Test Layer
  class path: T:\\testoutput\\test-support\\jtreg_open_test_jdk_tier2_part1\\classes\\3\\sun\\security\\pkcs11\\Cipher\\TestGCMKeyAndIvCheck.d
              C:\\ade\\mesos\\work_dir\\jib-master\\install\\jdk-16+16-647\\src.full\\open\\test\\jdk\\sun\\security\\pkcs11\\Cipher
              T:\\testoutput\\test-support\\jtreg_open_test_jdk_tier2_part1\\classes\\3\\test\\lib
              C:\\ade\\mesos\\work_dir\\jib-master\\install\\jdk-16+16-647\\src.full\\open\\test\\lib
              T:\\testoutput\\test-support\\jtreg_open_test_jdk_tier2_part1\\classes\\3\\sun\\security\\pkcs11
              C:\\ade\\mesos\\work_dir\\jib-master\\install\\jdk-16+16-647\\src.full\\open\\test\\jdk\\sun\\security\\pkcs11

----------rerun:(36/5261)*----------

<snip>

result: Error. Agent error: java.lang.Exception: Agent 20 timed out with a timeout of 480 seconds; check console log for any additional details
Comments
Here's a log file snippet from the jdk-20+25-1865-tier2 sighting: sun/security/pkcs11/Cipher/TestGCMKeyAndIvCheck.java #section:main ----------messages:(10/309)---------- command: main TestGCMKeyAndIvCheck reason: User specified action: run main TestGCMKeyAndIvCheck started: Mon Nov 21 10:11:13 GMT 2022 Mode: agentvm Agent id: 22 Timeout refired 480 times Timeout information: --- Timeout information end. finished: Mon Nov 21 10:23:45 GMT 2022 elapsed time (seconds): 751.855 ----------configuration:(16/2388)---------- <snip> result: Error. Agent error: java.lang.Exception: Agent 22 timed out with a timeout of 480 seconds; check console log for any additional details
21-11-2022