eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 721 forks source link

OpenJDK java/security/KeyRep/Serial - SecurityException: PBE test failed #17746

Open pshipton opened 1 year ago

pshipton commented 1 year ago

https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_sanity.openjdk_aarch64_linux_OMR_testList_0/3 jdk_security1_1 java/security/KeyRep/Serial.java

06:03:26  java.lang.SecurityException: PBE test failed
06:03:26    at Serial.main(Serial.java:168)
pshipton commented 1 year ago

https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_sanity.openjdk_x86-64_linux_Nightly_testList_1/52 jdk_security1_1 java/security/KeyRep/Serial.java

04:46:50  java.lang.SecurityException: DES test failed
04:46:50    at Serial.checkKey(Serial.java:200)
04:46:50    at Serial.main(Serial.java:173)
JasonFengJ9 commented 10 months ago

JDK8 x86-32_windows(win22x86-svl-rt6-1)

openjdk version "1.8.0_392"
IBM Semeru Runtime Open Edition (build 1.8.0_392-b08)
Eclipse OpenJ9 VM (build v0.41.0-release-a803f004b, JRE 1.8.0 Windows Server 2022 x86-32-Bit 20231116_790 (JIT enabled, AOT enabled)
OpenJ9   - a803f004b
OMR      - 5eee6ad9d
JCL      - b73cbdd342 based on jdk8u392-b08)

[2023-11-16T07:25:25.633Z] variation: Mode1000
[2023-11-16T07:25:26.265Z] JVM_OPTIONS:  

[2023-11-16T07:26:31.634Z] TEST: java/security/KeyRep/Serial.java

[2023-11-16T07:26:31.634Z] STDERR:
[2023-11-16T07:26:31.634Z] java.lang.SecurityException: PBE test failed
[2023-11-16T07:26:31.634Z]  at Serial.main(Serial.java:168)
[2023-11-16T07:26:31.634Z]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2023-11-16T07:26:31.634Z]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2023-11-16T07:26:31.634Z]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-11-16T07:26:31.634Z]  at java.lang.reflect.Method.invoke(Method.java:498)
[2023-11-16T07:26:31.634Z]  at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
[2023-11-16T07:26:31.634Z]  at java.lang.Thread.run(Thread.java:826)
[2023-11-16T07:26:31.634Z] 
[2023-11-16T07:26:31.634Z] JavaTest Message: Test threw exception: java.lang.SecurityException: PBE test failed

50x internal grinder - passed

JasonFengJ9 commented 6 months ago

JDK8 aarch64_linux(ubu20-aarch64-4)

[2024-03-16T03:31:09.737Z] variation: Mode650
[2024-03-16T03:31:09.737Z] JVM_OPTIONS:  -XX:-UseCompressedOops -Xverbosegclog 

[2024-03-16T03:31:40.494Z] TEST: java/security/KeyRep/Serial.java

[2024-03-16T03:31:40.495Z] STDERR:
[2024-03-16T03:31:40.495Z] java.lang.SecurityException: PBE test failed
[2024-03-16T03:31:40.495Z]  at Serial.main(Serial.java:168)
[2024-03-16T03:31:40.495Z]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2024-03-16T03:31:40.495Z]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2024-03-16T03:31:40.495Z]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2024-03-16T03:31:40.495Z]  at java.lang.reflect.Method.invoke(Method.java:503)
[2024-03-16T03:31:40.495Z]  at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
[2024-03-16T03:31:40.495Z]  at java.lang.Thread.run(Thread.java:826)
[2024-03-16T03:31:40.495Z] 
[2024-03-16T03:31:40.495Z] JavaTest Message: Test threw exception: java.lang.SecurityException: PBE test failed

[2024-03-16T03:34:56.194Z] jdk_security1_1_FAILED
pshipton commented 5 days ago

https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_sanity.openjdk_ppc64le_linux_Release_testList_1/14 jdk_security1_1 java/security/KeyRep/Serial.java

19:33:05  java.lang.SecurityException: DESede test failed
19:33:05    at Serial.checkKey(Serial.java:200)
19:33:05    at Serial.main(Serial.java:174)