Closed andrew-m-leonard closed 3 years ago
Based on some internal test information (openj9-openjdk-jdk11-zos/issues/596), this seems a recent regression, tracking the first failing build.
I tried the 0.23 and 0.24 release builds and they also fail, this isn't a (recent) regression.
Also tried running with -Djdk.nativeCrypto=false
but this doesn't change the behavior.
@andrew-m-leonard are you able to take on determining why this fails on OpenJ9?
It's not specific to OpenJ9 as it shows up here too. I presume it's started failing since the 2nd March given that the error seems to be related to a certificate that was revoked on that date.
Ah, so just re-tried Hotspot and it now fails as well: https://ci.adoptopenjdk.net/job/Grinder/7590/console Looks like an expired certificate:
11:26:49 Received exception: java.security.cert.CertPathValidatorException: Certificate has been revoked, reason: UNSPECIFIED, revocation date: Tue Mar 02 04:51:39 CST 2021, authority: CN=COMODO RSA Extended Validation Secure Server CA, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, extension OIDs: []
Raised an openjdk-build issue to investigate Cert validity: https://github.com/AdoptOpenJDK/openjdk-build/issues/2527
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_extended.openjdk_ppc64_aix/14/consoleFull Passes with Hotspot, fails with OpenJ9: