openj9 icon indicating copy to clipboard operation
openj9 copied to clipboard

openJcePlusTests_0 FAILED IllegalAccess module java.base does not export package sun/security/x509 to module unnamed module 0x000000008004D340

Open JasonFengJ9 opened this issue 5 months ago • 0 comments

Failure link

From internal Test_openjdk24_j9_extended.functional_ppc64_aix_testList_0 (paix819)

openjdk version "24.0.1-beta" 2025-04-15
IBM Semeru Runtime Open Edition 24.0.1+9-202506141635 (build 24.0.1-beta+9-202506141635)
Eclipse OpenJ9 VM 24.0.1+9-202506141635 (build master-f255919f1f, JRE 24 AIX ppc64-64-Bit Compressed References 20250614_82 (JIT enabled, AOT enabled)
OpenJ9   - f255919f1f
OMR      - 6873ddb55
JCL      - a544d9eaa based on jdk-24.0.1+9)

Rerun in Grinder - Change TARGET to run only the failed test targets

Optional info

Failure output (captured from console output)

[2025-06-14T23:18:01.583Z] variation: NoOptions
[2025-06-14T23:18:01.583Z] JVM_OPTIONS:  

[2025-06-14T23:52:27.201Z] [ERROR] Errors: 
[2025-06-14T23:52:27.201Z] [ERROR]   TestPQCKeys>BaseTestPQCKeys.testPQCKeyFactoryCreateFromStaticEncoded:82->BaseTestPQCKeys.keyFactoryCreateFromStaticEncoded:159->BaseTestPQCKeys.parsePub:175 � IllegalAccess Class ibm/jceplus/junit/base/BaseTestPQCKeys(unnamed module 0x000000008004D340) can not access class sun/security/x509/AlgorithmId(java.base) because module java.base does not export package sun/security/x509 to module unnamed module 0x000000008004D340
[2025-06-14T23:52:27.201Z] [ERROR]   TestPQCKeys>BaseTestPQCKeys.testPQCKeyFactoryCreateFromStaticEncoded:82->BaseTestPQCKeys.keyFactoryCreateFromStaticEncoded:159->BaseTestPQCKeys.parsePub:175 � IllegalAccess Class ibm/jceplus/junit/base/BaseTestPQCKeys(unnamed module 0x000000008004D340) can not access class sun/security/x509/AlgorithmId(java.base) because module java.base does not export package sun/security/x509 to module unnamed module 0x000000008004D340
[2025-06-14T23:52:27.201Z] [ERROR]   TestPQCKeys>BaseTestPQCKeys.testPQCKeyFactoryCreateFromStaticEncoded:82->BaseTestPQCKeys.keyFactoryCreateFromStaticEncoded:159->BaseTestPQCKeys.parsePub:175 � IllegalAccess Class ibm/jceplus/junit/base/BaseTestPQCKeys(unnamed module 0x000000008004D340) can not access class sun/security/x509/AlgorithmId(java.base) because module java.base does not export package sun/security/x509 to module unnamed module 0x000000008004D340
[2025-06-14T23:52:27.201Z] [ERROR]   TestPQCKeystore>BaseTestPQCKeystore.KeystoreTest:71->BaseTestPQCKeystore.getSelfCertificate:120 � IllegalAccess Class ibm/jceplus/junit/base/BaseTestPQCKeystore(unnamed module 0x000000008004D340) can not access class sun/security/x509/CertificateValidity(java.base) because module java.base does not export package sun/security/x509 to module unnamed module 0x000000008004D340
[2025-06-14T23:52:27.201Z] [ERROR] Tests run: 2677, Failures: 0, Errors: 4, Skipped: 0

[2025-06-14T23:52:27.201Z] openJcePlusTests_0_FAILED

FYI @jasonkatonica

JasonFengJ9 avatar Jun 16 '25 23:06 JasonFengJ9