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.23k stars 711 forks source link

JDK19 jdk_security4_0_FAILED sun/security/krb5/auto/Cleaners.java Exception: Proc abnormal end #16248

Open JasonFengJ9 opened 1 year ago

JasonFengJ9 commented 1 year ago

Failure link

From an internal build(paix910):

openjdk version "19.0.1" 2022-10-18
IBM Semeru Runtime Open Edition 19.0.1+10 (build 19.0.1+10)
Eclipse OpenJ9 VM 19.0.1+10 (build master-71f768a8b, JRE 19 AIX ppc64-64-Bit Compressed References 20221018_67 (JIT enabled, AOT enabled)
OpenJ9   - 71f768a8b
OMR      - 556374a61
JCL      - 9d79dbc153 based on jdk-19.0.1+10)

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

Optional info

Failure output (captured from console output)

[2022-10-31T00:13:42.180Z] variation: Mode150
[2022-10-31T00:13:42.180Z] JVM_OPTIONS:  -XX:+UseCompressedOops 

[2022-10-31T00:17:45.819Z] TEST: sun/security/krb5/auto/Cleaners.java

[2022-10-31T00:17:45.820Z] STDOUT:
[2022-10-31T00:17:45.820Z] Start KDC on 8816
[2022-10-31T00:17:45.820Z] -----------------------------------------------
[2022-10-31T00:17:45.820Z] >>>>> UDP packet received
[2022-10-31T00:17:45.820Z] REALM:8816> user@REALM sends AS-REQ for krbtgt/REALM@REALM, KDCOptions: FORWARDABLE,
[2022-10-31T00:17:45.820Z] KrbException: Additional pre-authentication required (25)
[2022-10-31T00:17:45.820Z]  at KDC.processAsReq(KDC.java:1326)
[2022-10-31T00:17:45.820Z]  at KDC.processMessage(KDC.java:800)
[2022-10-31T00:17:45.820Z]  at KDC$1.run(KDC.java:1556)
[2022-10-31T00:17:45.820Z]      Error 25 Additional pre-authentication required

[2022-10-31T00:17:45.821Z] STDERR:
[2022-10-31T00:17:45.821Z] java.lang.Exception: Proc abnormal end
[2022-10-31T00:17:45.821Z]  at jdk.test.lib.process.Proc.readData(Proc.java:377)
[2022-10-31T00:17:45.821Z]  at Cleaners.main(Cleaners.java:106)
[2022-10-31T00:17:45.821Z]  at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[2022-10-31T00:17:45.821Z]  at java.base/java.lang.reflect.Method.invoke(Method.java:578)
[2022-10-31T00:17:45.821Z]  at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
[2022-10-31T00:17:45.821Z]  at java.base/java.lang.Thread.run(Thread.java:1573)
[2022-10-31T00:17:45.821Z] 
[2022-10-31T00:17:45.821Z] JavaTest Message: Test threw exception: java.lang.Exception: Proc abnormal end

[2022-10-31T00:17:45.822Z] TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.Exception: Proc abnormal end
[2022-10-31T00:17:45.822Z] --------------------------------------------------
[2022-10-31T00:27:57.507Z] Test results: passed: 149; failed: 1
[2022-10-31T00:28:06.524Z] Report written to /home/jenkins/workspace/Test_openjdk19_j9_extended.openjdk_ppc64_aix/aqa-tests/TKG/output_16671540984931/jdk_security4_0/report/html/report.html
[2022-10-31T00:28:06.524Z] Results written to /home/jenkins/workspace/Test_openjdk19_j9_extended.openjdk_ppc64_aix/aqa-tests/TKG/output_16671540984931/jdk_security4_0/work
[2022-10-31T00:28:06.524Z] Error: Some tests failed or other problems occurred.
[2022-10-31T00:28:06.864Z] 
[2022-10-31T00:28:06.864Z] jdk_security4_0_FAILED

50x internal grinder - all failed

pshipton commented 1 year ago

It's a new test in jdk19. It also fails on a Temurin jdk19 nightly build.

pshipton commented 1 year ago

I marked it as an OpenJDK problem, although it could also be a machine problem.

pshipton commented 1 year ago

The test also fails on OpenJDK at https://ci.adoptopenjdk.net/job/Test_openjdk19_hs_extended.openjdk_ppc64_aix_testList_0/28/testReport/sun_security_krb5_auto_Cleaners/java/Cleaners/

pshipton commented 1 year ago

@JasonFengJ9 if it helps with green builds and triage we can exclude this test, and other tests that also fail on OpenJDK.