Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

January 2025 Dry-run Triage - JDK21 #5850

Closed
smlambert opened this issue Jan 14, 2025 · 13 comments
Closed

January 2025 Dry-run Triage - JDK21 #5850

smlambert opened this issue Jan 14, 2025 · 13 comments
Assignees

Comments

@smlambert
Copy link
Contributor

smlambert commented Jan 14, 2025

Pipelines 41 (all platforms) and 42 (rerun of alpine-linux platforms)


✔️ results in these Tables means the activity has successfully completed.
⏳ results means that we are actively working on closing off the runs needed for this version, platform, binaryType.
⛔ means there is no build planned for that version/platform combination.
⏸️ means activity not yet started.

Platform Status Results Notes
x86-64_mac ✔️ comment 1 testcase, runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java#id7 crashed on test-macstadium-macos1014-x64-1 passes on Orka nodes
x86-64_linux ✔️ comment
x86-64_windows comment check if sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java.HeapDumpTestWithActiveProcess also needs exclusion also check java/beans exclusions are cherrypicked to v1.0.5-release fixed in #5863
aarch64_linux ✔️ comment
aarch64_mac ✔️ comment
x86-64_alpine-linux ✔️ comment from pipeline 42, jdk/jshell/ExternalEditorTest.java needs exclusion
ppc64le_linux ✔️ comment
s390x_linux ✔️ comment
ppc64_aix comment check if java/lang/ProcessHandle/InfoTest failure is machine specific
aarch64_alpine-linux ✔️ comment from pipeline 42, jdk/jshell/ExternalEditorTest.java needs exclusion
riscv64_linux ✔️ comment
aarch64_windows comment
@smlambert
Copy link
Contributor Author

smlambert commented Jan 16, 2025

aarch64_alpine-linux

sanity.openjdk UNSTABLE, Rerun job has 5 failing testcases, rerun in Grinder/12268 - jdk/jshell/ExternalEditorTest.java should be excluded (same issue on x64 alpine-linux), serviceability tests pass on rerun

# Timestamp: Sat Jan 11 06:07:04 2025 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 6   EXECUTED: 6   PASSED: 4   FAILED: 2   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 8,358; failed: 5; error: 0; skipped: 0 
1..6
ok 1 - hotspot_tier1_runtime_0
  ---
    output:
      |
        Test results: passed: 619
    duration_ms: 640545
  ...
not ok 2 - hotspot_tier1_serviceability_0
  ---
    output:
      |
        Failed test cases: 
        TEST: serviceability/sa/ClhsdbFindPC.java#no-xcomp-core
        TEST: serviceability/sa/ClhsdbFindPC.java#xcomp-core
        TEST: serviceability/sa/ClhsdbPmap.java#core
        TEST: serviceability/sa/ClhsdbPstack.java#core
        Test results: passed: 340; failed: 4
    duration_ms: 385959
  ...
ok 3 - jdk_lang_0
  ---
    output:
      |
        Test results: passed: 1,005
    duration_ms: 848205
  ...
ok 4 - jdk_lang_1
  ---
    output:
      |
        Test results: passed: 1,005
    duration_ms: 856936
  ...
ok 5 - jdk_util_1
  ---
    output:
      |
        Test results: passed: 964
    duration_ms: 693844
  ...
not ok 6 - langtools_all_0
  ---
    output:
      |
        Failed test cases: 
        TEST: jdk/jshell/ExternalEditorTest.java
        Test results: passed: 4,425; failed: 1
    duration_ms: 1558847
  ...

extended.openjdk UNSTABLE, rerun job has 6 testcases failing, rerun in Grinder/12269

        Failed test cases: 
        TEST: serviceability/sa/ClhsdbFindPC.java#no-xcomp-core
        TEST: serviceability/sa/ClhsdbPmap.java#core
        TEST: serviceability/sa/ClhsdbPstack.java#core
        TEST: serviceability/sa/ClhsdbFindPC.java#xcomp-core
        TEST: serviceability/sa/TestJmapCore.java
        TEST: serviceability/sa/TestJmapCoreMetaspace.java
        Test results: failed: 6

@smlambert
Copy link
Contributor Author

smlambert commented Jan 16, 2025

x86-64_alpine-linux

sanity.openjdk UNSTABLE, with 1 testcase failure jdk/jshell/ExternalEditorTest.java - non-blocking failure, see notes below

00:27:21          com.sun.javatest.regtest.agent.TestNGRunner jdk/jshell/ExternalEditorTest.java false ExternalEditorTest
00:27:21  STDOUT:
00:27:21  config ExternalEditorTest.setUpExternalEditorTest(): success
00:27:21  config ReplToolTesting.setUp(): success
00:27:21  test EditorTestBase.testAccept(): failure
00:27:21  java.lang.AssertionError: Socket timeout exception.
00:27:21   Output: |  Edit Error: process IO failure: Cannot run program "/home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_17366541398133/langtools_all_0/work/scratch/2/editor.sh": error=8, Exec format error
00:27:21  

Likely related to this upstream change openjdk/jdk17u-dev@05b2ff4 (as indicated by https://bugs.openjdk.org/browse/JDK-8308554), in any event, we are building headless alpine-linux, so an ExternalEditorTest failure is non-blocking, will look to exclude. Also noting https://bugs.openjdk.org/browse/JDK-8285987 (executing shell scripts without #! fail on alpine-linux

Upstream code is missing * @ requires !vm.musl

/*
 * @test
 * @summary Testing external editor.
 * @bug 8143955 8080843 8163816 8143006 8169828 8171130 8162989 8210808
 * @modules jdk.jshell/jdk.internal.jshell.tool
 * @build ReplToolTesting CustomEditor EditorTestBase
 * @run testng ExternalEditorTest
 * @key intermittent
 */

@smlambert
Copy link
Contributor Author

aarch64_linux

sanity.openjdk rerun passes on test-aws-rhel76-armv8-1

# CUSTOM_TARGET: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id0 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 1   FAILED: 0   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 1; failed: 0; error: 0; skipped: 0 

extended.openjdk rerun passes on test-docker-fedora41-armv8-1

# Timestamp: Fri Jan 10 17:08:45 2025 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 2   EXECUTED: 2   PASSED: 2   FAILED: 0   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 1,471; failed: 0; error: 0; skipped: 0 
1..2
ok 1 - hotspot_runtime_0
  ---
    output:
      |
        Test results: passed: 998
    duration_ms: 1715859
  ...
ok 2 - jdk_nio_0
  ---
    output:
      |
        Test results: passed: 473
    duration_ms: 471767
  ...

@smlambert
Copy link
Contributor Author

aarch64_mac

extended.openjdk rerun passes

# Timestamp: Fri Jan 10 17:18:22 2025 UTC 
# CUSTOM_TARGET: jdk/jfr/jcmd/TestJcmdDump.java 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 1   FAILED: 0   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 1; failed: 0; error: 0; skipped: 0 
1..1
ok 1 - jdk_custom_0
  ---
    output:
      |
        Test results: passed: 1
    duration_ms: 10827
  ...

@smlambert
Copy link
Contributor Author

ppc64 AIX

sanity.openjdk rerun has 1 testcase failing

 CUSTOM_TARGET: java/lang/ProcessHandle/InfoTest.java 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 0   FAILED: 1   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 0; failed: 1; error: 0; skipped: 0 
1..1
not ok 1 - jdk_custom_0
  ---
    output:
      |
        Failed test cases: 
        TEST: java/lang/ProcessHandle/InfoTest.java
        Test results: failed: 1
    duration_ms: 49248
  ...
[2025-01-10T17:20:33.249Z] STDOUT:
[2025-01-10T17:20:33.249Z] Note: when run in samevm mode the cputime of the test runner is included.
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_1/j, startTime: Optional[2025-01-10T17:20:17Z], totalTime: Optional[PT0.005728609S]]
[2025-01-10T17:20:33.249Z] test InfoTest.test1(): failure
[2025-01-10T17:20:33.249Z] java.lang.AssertionError: reported cputime less than expected: PT0.2S, actual: Optional[PT0.005728609S]
[2025-01-10T17:20:33.249Z] 	at org.testng.Assert.fail(Assert.java:99)
[2025-01-10T17:20:33.249Z] 	at InfoTest.test1(InfoTest.java:110)
[2025-01-10T17:20:33.249Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2025-01-10T17:20:33.249Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2025-01-10T17:20:33.249Z] 	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
[2025-01-10T17:20:33.249Z] 	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:599)
[2025-01-10T17:20:33.249Z] 	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:174)
[2025-01-10T17:20:33.249Z] 	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
[2025-01-10T17:20:33.249Z] 	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:822)
[2025-01-10T17:20:33.249Z] 	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:147)
[2025-01-10T17:20:33.249Z] 	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
[2025-01-10T17:20:33.249Z] 	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
[2025-01-10T17:20:33.249Z] 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
[2025-01-10T17:20:33.249Z] 	at org.testng.TestRunner.privateRun(TestRunner.java:764)
[2025-01-10T17:20:33.249Z] 	at org.testng.TestRunner.run(TestRunner.java:585)
[2025-01-10T17:20:33.249Z] 	at org.testng.SuiteRunner.runTest(SuiteRunner.java:384)
[2025-01-10T17:20:33.249Z] 	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:378)
[2025-01-10T17:20:33.249Z] 	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:337)
[2025-01-10T17:20:33.249Z] 	at org.testng.SuiteRunner.run(SuiteRunner.java:286)
[2025-01-10T17:20:33.249Z] 	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
[2025-01-10T17:20:33.249Z] 	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
[2025-01-10T17:20:33.249Z] 	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1218)
[2025-01-10T17:20:33.249Z] 	at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
[2025-01-10T17:20:33.249Z] 	at org.testng.TestNG.runSuites(TestNG.java:1069)
[2025-01-10T17:20:33.249Z] 	at org.testng.TestNG.run(TestNG.java:1037)
[2025-01-10T17:20:33.249Z] 	at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:102)
[2025-01-10T17:20:33.249Z] 	at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:58)
[2025-01-10T17:20:33.249Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2025-01-10T17:20:33.249Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2025-01-10T17:20:33.249Z] 	at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
[2025-01-10T17:20:33.249Z] 	at java.base/java.lang.Thread.run(Thread.java:1583)
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_1/j, startTime: Optional[2025-01-10T17:20:17Z], totalTime: Optional[PT0.412423765S]]
[2025-01-10T17:20:33.249Z]  info.totalCPU: 412423765, childCpuTime: 300000000, diff: -112423765
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_1/j, startTime: Optional[2025-01-10T17:20:17Z], totalTime: Optional[PT0.511592718S]]
[2025-01-10T17:20:33.249Z]  info.totalCPU: 511592718, childCpuTime: 500000000, diff: -11592718
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_1/j, startTime: Optional[2025-01-10T17:20:17Z], totalTime: Optional[PT0.615501953S]]
[2025-01-10T17:20:33.249Z]  info.totalCPU: 615501953, childCpuTime: 600000000, diff: -15501953
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_1/j, startTime: Optional[2025-01-10T17:20:17Z], totalTime: Optional[PT0.708339445S]]
[2025-01-10T17:20:33.249Z]  info.totalCPU: 708339445, childCpuTime: 700000000, diff: -8339445
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_1/j, startTime: Optional[2025-01-10T17:20:17Z], totalTime: Optional[PT0.80804407S]]
[2025-01-10T17:20:33.249Z]  info.totalCPU: 808044070, childCpuTime: 800000000, diff: -8044070
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_1/j, startTime: Optional[2025-01-10T17:20:17Z], totalTime: Optional[PT0.935815882S]]
[2025-01-10T17:20:33.249Z]  info.totalCPU: 935815882, childCpuTime: 920000000, diff: -15815882
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_1/j, startTime: Optional[2025-01-10T17:20:17Z], totalTime: Optional[PT1.027099523S]]
[2025-01-10T17:20:33.249Z]  info.totalCPU: 1027099523, childCpuTime: 1020000000, diff: -7099523
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_1/j, startTime: Optional[2025-01-10T17:20:17Z], totalTime: Optional[PT1.125734296S]]
[2025-01-10T17:20:33.249Z]  info.totalCPU: 1125734296, childCpuTime: 1120000000, diff: -5734296
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_1/j, startTime: Optional[2025-01-10T17:20:17Z], totalTime: Optional[PT1.226001031S]]
[2025-01-10T17:20:33.249Z]  info.totalCPU: 1226001031, childCpuTime: 1220000000, diff: -6001031
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_1/j, startTime: Optional[2025-01-10T17:20:17Z], totalTime: Optional[PT1.325225875S]]
[2025-01-10T17:20:33.249Z]  info.totalCPU: 1325225875, childCpuTime: 1320000000, diff: -5225875
[2025-01-10T17:20:33.249Z] test InfoTest.test2(): success
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: sleep 240, startTime: Optional[2025-01-10T17:20:29Z], totalTime: Optional[PT0S]]
[2025-01-10T17:20:33.249Z]  info: [user: Optional[jenkins], cmdLine: sleep 256, startTime: Optional[2025-01-10T17:20:29Z], totalTime: Optional[PT0S]]
[2025-01-10T17:20:33.249Z] test InfoTest.test3(): success
[2025-01-10T17:20:33.249Z]  total1 vs. mbean: PT0.762805757S, getProcessCpuTime: PT0.74S, diff: PT-0.022805757S
[2025-01-10T17:20:33.249Z]  total2 vs. mbean: PT0.76308296S, getProcessCpuTime: PT0.75S, diff: PT-0.01308296S
[2025-01-10T17:20:33.249Z] test InfoTest.test4(): success
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    760000000, diff:     -3082960
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    763082960, beanCpu:    790000000, diff:     26917040
[2025-01-10T17:20:33.249Z]  infoTotal:    826333695, beanCpu:    820000000, diff:     -6333695
[2025-01-10T17:20:33.249Z]  infoTotal:    826333695, beanCpu:    820000000, diff:     -6333695
[2025-01-10T17:20:33.249Z]  infoTotal:    826333695, beanCpu:    820000000, diff:     -6333695
[2025-01-10T17:20:33.249Z]  infoTotal:    826333695, beanCpu:    820000000, diff:     -6333695
[2025-01-10T17:20:33.249Z]  infoTotal:    826333695, beanCpu:    820000000, diff:     -6333695
[2025-01-10T17:20:33.249Z]  infoTotal:    826333695, beanCpu:    820000000, diff:     -6333695
[2025-01-10T17:20:33.249Z]  infoTotal:    826333695, beanCpu:    820000000, diff:     -6333695
[2025-01-10T17:20:33.249Z]  infoTotal:    826333695, beanCpu:    820000000, diff:     -6333695
[2025-01-10T17:20:33.249Z] test InfoTest.test5(): success
[2025-01-10T17:20:33.249Z] 
[2025-01-10T17:20:33.249Z] ===============================================
[2025-01-10T17:20:33.249Z] java/lang/ProcessHandle/InfoTest.java
[2025-01-10T17:20:33.249Z] Total tests run: 5, Passes: 4, Failures: 1, Skips: 0
[2025-01-10T17:20:33.249Z] ===============================================
[2025-01-10T17:20:33.249Z] 
[2025-01-10T17:20:33.249Z] STDERR:
[2025-01-10T17:20:33.249Z] java.lang.Exception: failures: 1
[2025-01-10T17:20:33.249Z] 	at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:104)
[2025-01-10T17:20:33.249Z] 	at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:58)
[2025-01-10T17:20:33.249Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2025-01-10T17:20:33.249Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2025-01-10T17:20:33.249Z] 	at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
[2025-01-10T17:20:33.249Z] 	at java.base/java.lang.Thread.run(Thread.java:1583)
[2025-01-10T17:20:33.249Z] 
[2025-01-10T17:20:33.249Z] JavaTest Message: Test threw exception: java.lang.Exception: failures: 1
[2025-01-10T17:20:33.249Z] JavaTest Message: shutting down test
[2025-01-10T17:20:33.249Z] 
[2025-01-10T17:20:33.249Z] STATUS:Failed.`main' threw exception: java.lang.Exception: failures: 1

@smlambert
Copy link
Contributor Author

ppc64le_linux

sanity.openjdk rerun passed on test-docker-ubuntu2204-ppc64le-2

# Timestamp: Fri Jan 10 17:15:32 2025 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 3   EXECUTED: 3   PASSED: 3   FAILED: 0   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 2,358; failed: 0; error: 0; skipped: 0 
1..3
ok 1 - hotspot_tier1_serviceability_0
  ---
    output:
      |
        Test results: passed: 344
    duration_ms: 1021469
  ...
ok 2 - jdk_lang_0
  ---
    output:
      |
        Test results: passed: 1,007
    duration_ms: 1103282
  ...
ok 3 - jdk_lang_1
  ---
    output:
      |
        Test results: passed: 1,007
    duration_ms: 1154080
  ...

extended.openjdk rerun passes on test-docker-ubuntu2204-ppc64le-3

# Timestamp: Fri Jan 10 17:59:52 2025 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 3   EXECUTED: 3   PASSED: 3   FAILED: 0   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 2,043; failed: 0; error: 0; skipped: 0 
1..3
ok 1 - hotspot_compiler_0
  ---
    output:
      |
        Test results: passed: 1,381
    duration_ms: 2583941
  ...
ok 2 - jdk_jfr_1
  ---
    output:
      |
        Test results: passed: 585
    duration_ms: 647085
  ...
ok 3 - jdk_vector_1
  ---
    output:
      |
        Test results: passed: 77
    duration_ms: 1409853
  ...

@smlambert
Copy link
Contributor Author

smlambert commented Jan 16, 2025

riscv64_linux

sanity.openjdk rerun has 1 testcase failure serviceability/sa/TestJhsdbJstackMixed.java, rerun in Grinder/12332 - passes

Grinder_20250116233558_riscvJDK21.tap.txt

04:03:53   stderr: [sun.jvm.hotspot.debugger.UnmappedAddressException: e18629b62530
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:208)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.debugger.PageCache.getLong(PageCache.java:100)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.debugger.DebuggerBase.readCInteger(DebuggerBase.java:356)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:382)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:478)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:73)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.debugger.linux.riscv64.LinuxRISCV64CFrame.sender(LinuxRISCV64CFrame.java:73)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.tools.PStack.run(PStack.java:186)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.tools.PStack.run(PStack.java:65)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.tools.PStack.run(PStack.java:60)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.tools.JStack.run(JStack.java:67)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.tools.Tool.startInternal(Tool.java:278)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.tools.Tool.start(Tool.java:241)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.tools.Tool.execute(Tool.java:134)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.tools.JStack.runWithArgs(JStack.java:90)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.SALauncher.runJSTACK(SALauncher.java:302)
04:03:53  	at jdk.hotspot.agent/sun.jvm.hotspot.SALauncher.main(SALauncher.java:500)
04:03:53  ]
04:03:53   exitValue = 0
04:03:53  
04:03:53  java.lang.RuntimeException: 'sun.jvm.hotspot.debugger.UnmappedAddressException:' found in stderr
04:03:53  	at jdk.test.lib.process.OutputAnalyzer.shouldNotContain(OutputAnalyzer.java:281)
04:03:53  	at TestJhsdbJstackMixed.runJstackMixedInLoop(TestJhsdbJstackMixed.java:159)
04:03:53  	at TestJhsdbJstackMixed.main(TestJhsdbJstackMixed.java:179)
04:03:53  	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
04:03:53  	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
04:03:53  	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
04:03:53  	at java.base/java.lang.Thread.run(Thread.java:1583)
04:03:53  java.lang.RuntimeException: 'sun.jvm.hotspot.debugger.UnmappedAddressException:' found in stderr
04:03:53  	at jdk.test.lib.process.OutputAnalyzer.shouldNotContain(OutputAnalyzer.java:281)
04:03:53  	at TestJhsdbJstackMixed.runJstackMixedInLoop(TestJhsdbJstackMixed.java:159)
04:03:53  	at TestJhsdbJstackMixed.main(TestJhsdbJstackMixed.java:179)
04:03:53  	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
04:03:53  	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
04:03:53  	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
04:03:53  	at java.base/java.lang.Thread.run(Thread.java:1583)
04:03:53  
04:03:53  JavaTest Message: Test threw exception: java.lang.RuntimeException
04:03:53  JavaTest Message: shutting down test
04:03:53  
04:03:53  
04:03:53  TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'sun.jvm.hotspot.debugger.UnmappedAddressException:' found in stderr
04:03:53  --------------------------------------------------
04:23:38  Test results: passed: 345; failed: 1
04:24:11  Report written to /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_riscv64_linux_rerun/aqa-tests/TKG/output_17365852753146/hotspot_tier1_serviceability_0/report/html/report.html
04:24:11  Results written to /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_riscv64_linux_rerun/aqa-tests/TKG/output_17365852753146/hotspot_tier1_serviceability_0/work
04:24:11  Error: Some tests failed or other problems occurred.
04:24:11  -----------------------------------
04:24:11  hotspot_tier1_serviceability_0_FAILED
04:24:11  -----------------------------------

extended.openjdk rerun passes

# Timestamp: Sat Jan 11 04:01:53 2025 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 3   EXECUTED: 3   PASSED: 3   FAILED: 0   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 1,720; failed: 0; error: 0; skipped: 0 

extended.perf rerun passes

# Timestamp: Sat Jan 11 20:35:24 2025 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 1   FAILED: 0   DISABLED: 0   SKIPPED: 0
1..1
ok 1 - renaissance-finagle-http_0

sanity.system rerun passes

# Timestamp: Fri Jan 10 23:27:55 2025 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 1   FAILED: 0   DISABLED: 0   SKIPPED: 0
1..1
ok 1 - TestJlmRemoteThreadAuth_1

@smlambert
Copy link
Contributor Author

s390x_linux

sanity.openjdk rerun passes

# Timestamp: Sat Jan 11 05:13:53 2025 UTC 
# CUSTOM_TARGET: java/foreign/TestLargeSegmentCopy.java 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 1   FAILED: 0   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 1; failed: 0; error: 0; skipped: 0 
1..1

extended.openjdk rerun passes

# Timestamp: Sat Jan 11 11:45:24 2025 UTC 
# CUSTOM_TARGET: com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java java/net/DatagramSocket/DatagramSocketExample.java java/net/DatagramSocket/DatagramSocketMulticasting.java java/net/MulticastSocket/SetLoopbackModeIPv4.java 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 1   FAILED: 0   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 4; failed: 0; error: 0; skipped: 0 
1..1

@smlambert
Copy link
Contributor Author

x86-64_linux

extended.openjdk rerun passes

# CUSTOM_TARGET: jdk/jfr/jcmd/TestJcmdDump.java java/net/httpclient/AsyncShutdownNow.java java/net/httpclient/ManyRequests2.java 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 1   FAILED: 0   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 3; failed: 0; error: 0; skipped: 0 
1..1

@smlambert
Copy link
Contributor Author

smlambert commented Jan 16, 2025

x86-64_mac

sanity.openjdk status FAILURE, rerun passes

# Timestamp: Fri Jan 10 22:21:10 2025 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 32   EXECUTED: 17   PASSED: 17   FAILED: 0   DISABLED: 1   SKIPPED: 14
# TESTCASES RESULTS SUMMARY: passed: 1,210; failed: 0; error: 0; skipped: 0 
1..32

original failure was

13:43:32  Uncompressing OpenJDK21U-debugimage_x64_mac_hotspot_21.0.6_6.tar.gz over ./j2sdk-image...
13:43:33  tar: Archive entry has empty or unreadable filename ... skipping.
13:43:33  tar: Archive entry has empty or unreadable filename ... skipping.
13:43:33  tar: Damaged tar archive
13:43:33  tar: Retrying...
13:43:33  tar: Damaged tar archive
13:43:33  tar: Retrying...
13:43:33  tar: Damaged tar archive
13:43:33  tar: Retrying...
13:43:33  tar: Damaged tar archive
13:43:33  tar: Retrying...
13:43:33  tar: Archive entry has empty or unreadable filename ... skipping.
13:43:33  tar: Archive entry has empty or unreadable filename ... skipping.
13:43:33  tar: Damaged tar archive
13:43:33  tar: Retrying...
13:43:33  tar: Damaged tar archive
13:43:33  tar: Retrying...
13:43:33  tar: Damaged tar archive
13:43:33  tar: Retrying...
13:43:33  tar: Damaged tar archive
13:43:33  tar: Retrying...
13:43:33  tar: Damaged tar archive
13:43:33  tar: Retrying...
13:43:33  tar: Damaged tar archive
13:43:33  tar: Retrying...
13:43:33  gzip: invalid compressed data--crc error
13:43:33  gzip: ../OpenJDK21U-debugimage_x64_mac_hotspot_21.0.6_6.tar.gz: uncompress failed
13:43:33  tar: Error exit delayed from previous errors.
[Pipeline] }

extended.openjdk - 1 child job status FAILURE passes on rerun, 1 child job has status UNSTABLE, rerun isn't working due to a bug in our hotspot_custom code has 1 testcase failure, runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java#id7 Test results: no tests selected, so need to rerun the entire target to check if its reproducible, rerun hotspot_runtime in Grinder/12301 passes when not run on test-macstadium-macos1014-x64-1 (where it crashed)

# Timestamp: Sat Jan 11 05:37:10 2025 UTC 
# CUSTOM_TARGET: runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java#id7 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 3   EXECUTED: 2   PASSED: 0   FAILED: 2   DISABLED: 0   SKIPPED: 1
1..3
not ok 1 - hotspot_custom_0
  ---
    output:
      |
        ===============================================
        ===============================================
        hotspot_custom_0 Start Time: Fri Jan 10 23:36:45 2025 Epoch Time (ms): 1736573805802
        variation: Mode150
        JVM_OPTIONS:  -XX:+UseCompressedOops 
        
        TEST SETUP:
        Nothing to be done for setup.
        
        TESTING:
        Directory "/Users/jenkins/workspace/Test_openjdk21_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/../TKG/output_17365738056716/hotspot_custom_0/work" not found: creating
        Directory "/Users/jenkins/workspace/Test_openjdk21_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/../TKG/output_17365738056716/hotspot_custom_0/report" not found: creating
        XML output with verification to /Users/jenkins/workspace/Test_openjdk21_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_17365738056716/hotspot_custom_0/work
        Test results: no tests selected
        Report written to /Users/jenkins/workspace/Test_openjdk21_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_17365738056716/hotspot_custom_0/report/html/report.html
        Results written to /Users/jenkins/workspace/Test_openjdk21_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_17365738056716/hotspot_custom_0/work
        -----------------------------------
        hotspot_custom_0_FAILED
    duration_ms: 12844
  ...

Original failure was a crash running on test-macstadium-macos1014-x64-1 (hotspot_runtime target in https://ci.adoptium.net/job/Test_openjdk21_hs_extended.openjdk_x86-64_mac_testList_3/18/), error log: hs_err_pid83924.log

14:45:50  STDERR:
14:45:50  TEST FAILED: Error processing option StringDeduplicationShrinkTableLoad with valid value '-server -XX:+UseG1GC -XX:StringDeduplicationShrinkTableLoad=100.000000'! JVM output reports a fatal error. JVM exited with code 134 [0x86]!
14:45:50  stdout content[#
14:45:50  # A fatal error has been detected by the Java Runtime Environment:
14:45:50  #
14:45:50  #  SIGSEGV (0xb) at pc=0x000000010276caa0, pid=83924, tid=9475
14:45:50  #
14:45:50  # JRE version:  (21.0.6+6) (build )
14:45:50  # Java VM: OpenJDK 64-Bit Server VM (21.0.6+6-LTS, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-amd64)
14:45:50  # Problematic frame:
14:45:50  # V  [libjvm.dylib+0x76caa0]  klassItable::initialize_itable_for_interface(int, InstanceKlass*, GrowableArray<Method*>*, int)+0x20
14:45:50  #
14:45:50  # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
14:45:50  #
14:45:50  # An error report file with more information is saved as:
14:45:50  # /Users/jenkins/workspace/Test_openjdk21_hs_extended.openjdk_x86-64_mac_testList_3/aqa-tests/TKG/output_17365376665263/hotspot_runtime_0/work/scratch/0/hs_err_pid83924.log
14:45:50  #
14:45:50  #
14:45:50  ]
14:45:50  stderr content[]
14:45:50  
14:45:50  java.lang.RuntimeException: 1 tests failed! (Error processing option StringDeduplicationShrinkTableLoad with valid value '-server -XX:+UseG1GC -XX:StringDeduplicationShrinkTableLoad=100.000000'! JVM output reports a fatal error. JVM exited with code 134 [0x86]!)
14:45:50  : expected 1 to equal 0
14:45:50  	at jdk.test.lib.Asserts.fail(Asserts.java:694)
14:45:50  	at jdk.test.lib.Asserts.assertEquals(Asserts.java:207)
14:45:50  	at jdk.test.lib.Asserts.assertEQ(Asserts.java:180)
14:45:50  	at TestOptionsWithRanges.main(TestOptionsWithRanges.java:281)
14:45:50  	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
14:45:50  	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
14:45:50  	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
14:45:50  	at java.base/java.lang.Thread.run(Thread.java:1583)
14:45:50  
14:45:50  JavaTest Message: Test threw exception: java.lang.RuntimeException
14:45:50  JavaTest Message: shutting down test
14:45:50  
14:45:50  
14:45:50  TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 1 tests failed! (Error processing option StringDeduplicationShrinkTableLoad with valid value '-server -XX:+UseG1GC -XX:StringDeduplicationShrinkTableLoad=100.000000'! JVM output reports a fatal error. JVM exited with code 134 [0x86]!) : expected 1 to equal 0
14:45:50  --------------------------------------------------
15:01:22  Test results: passed: 970; failed: 1

@smlambert
Copy link
Contributor Author

smlambert commented Jan 16, 2025

aarch64_windows

extended.functional job FAILURE and can not rerun as it fails on test-azure-win11-aarch64-1 before hitting the rerun logic in the test pipeline, manual rerun required (rebuild here https://ci.adoptium.net/job/Test_openjdk21_hs_extended.functional_aarch64_windows/109/) passes Test_openjdk21_hs_extended.functional_aarch64_windows.tap.txt

19:10:00  Moving directory jdk-21.0.6+6-test-image/ to ../openjdk-test-image
19:10:00  Uncompressing OpenJDK21U-debugimage_aarch64_windows_hotspot_21.0.6_6.zip over ./j2sdk-image...
19:10:05  Removing top-level folder jdk-21.0.6+6-debug-image/
19:10:05  mv: cannot move 'jdk-21.0.6+6-debug-image/jdk-21.0.6+6' to './jdk-21.0.6+6': Permission denied
[Pipeline] }

sanity.openjdk job UNSTABLE, rerun has 4 testcase failures on test-azure-win11-aarch64-1

java/lang/Thread/virtual/stress/Skynet.java#default.Skynet_default times out
runtime/ErrorHandling/MachCodeFramesInErrorFile.java.MachCodeFramesInErrorFile
runtime/memory/ReadFromNoaccessArea.java.ReadFromNoaccessArea
serviceability/jvmti/RedefineClasses/RedefineSharedClassJFR.java.RedefineSharedClassJFR

MachCodeFramesInErrorFile

02:25:22  STDERR:
02:25:22   stdout: [CompileCommand: compileonly MachCodeFramesInErrorFile$Crasher.crashIn* bool compileonly = true
02:25:22  CompileCommand: dontinline MachCodeFramesInErrorFile$Crasher.crashIn* bool dontinline = true
02:25:22  CompileCommand: dontinline */Unsafe.getLong bool dontinline = true
02:25:22  in crashInNative1
02:25:22  in crashInNative2
02:25:22  ];
02:25:22   stderr: []
02:25:22   exitValue = -1073741819
02:25:22  
02:25:22  java.lang.RuntimeException: '# A fatal error has been detected.*' missing from stdout/stderr
02:25:22  	at jdk.test.lib.process.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:350)
02:25:22  	at HsErrFileUtils.extractHsErrFileNameFromOutput(HsErrFileUtils.java:37)
02:25:22  	at HsErrFileUtils.openHsErrFileFromOutput(HsErrFileUtils.java:53)
02:25:22  	at MachCodeFramesInErrorFile.run(MachCodeFramesInErrorFile.java:131)
02:25:22  	at MachCodeFramesInErrorFile.main(MachCodeFramesInErrorFile.java:109)
02:25:22  	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
02:25:22  	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
02:25:22  	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
02:25:22  	at java.base/java.lang.Thread.run(Thread.java:1583)
02:25:22  
02:25:22  JavaTest Message: Test threw exception: java.lang.RuntimeException
02:25:22  JavaTest Message: shutting down test
02:25:22  
02:25:22  
02:25:22  TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: '# A fatal error has been detected.*' missing from stdout/stderr

ReadFromNoaccessArea

02:25:41  [2025-01-15T07:25:36.543278200Z] Gathering output for process 55112
02:25:41  ******* Printing stdout for analysis in case of failure *******
02:25:41  Reading from no access area... 
02:25:41  
02:25:41  ******* Printing stderr for analysis in case of failure *******
02:25:41  
02:25:41  ***************************************************************
02:25:41  [2025-01-15T07:25:40.402643700Z] Waiting for completion for process 55112
02:25:41  [2025-01-15T07:25:40.402643700Z] Waiting for completion finished for process 55112
02:25:41  STDERR:
02:25:41   stdout: [Reading from no access area... 
02:25:41  ];
02:25:41   stderr: []
02:25:41   exitValue = -1073741819
02:25:41  
02:25:41  java.lang.RuntimeException: 'EXCEPTION_ACCESS_VIOLATION' missing from stdout/stderr
02:25:41  	at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:231)
02:25:41  	at ReadFromNoaccessArea.main(ReadFromNoaccessArea.java:68)
02:25:41  	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
02:25:41  	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
02:25:41  	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
02:25:41  	at java.base/java.lang.Thread.run(Thread.java:1583)
02:25:41  
02:25:41  JavaTest Message: Test threw exception: java.lang.RuntimeException
02:25:41  JavaTest Message: shutting down test
02:25:41  
02:25:41  
02:25:41  TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'EXCEPTION_ACCESS_VIOLATION' missing from stdout/stderr
02:25:41  --------------------------------------------------
02:34:05  Test results: passed: 586; failed: 2

RedefineSharedClassJFR

02:37:16  STDERR:
02:37:16   stdout: [[0.010s][error][cds] An error has occurred while processing the shared archive file.
02:37:16  [0.010s][error][cds] Unable to map shared spaces
02:37:16  Error occurred during initialization of VM
02:37:16  Unable to use shared archive.
02:37:16  ];
02:37:16   stderr: []
02:37:16   exitValue = 1
02:37:16  
02:37:16  java.lang.RuntimeException: 'Class unloading: should_clean_previous_versions = false' missing from stdout/stderr
02:37:16  	at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:231)
02:37:16  	at RedefineSharedClassJFR.main(RedefineSharedClassJFR.java:94)
02:37:16  	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
02:37:16  	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
02:37:16  	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
02:37:16  	at java.base/java.lang.Thread.run(Thread.java:1583)
02:37:16  
02:37:16  JavaTest Message: Test threw exception: java.lang.RuntimeException
02:37:16  JavaTest Message: shutting down test
02:37:16  
02:37:16  
02:37:16  TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'Class unloading: should_clean_previous_versions = false' missing from stdout/stderr
02:37:16  --------------------------------------------------
02:45:10  Test results: passed: 314; failed: 1
02:45:15  Report written to C:\Users\jenkins\workspace\Test_openjdk21_hs_sanity.openjdk_aarch64_windows_rerun\aqa-tests\TKG\output_1736925832854\hotspot_tier1_serviceability_0\report\html\report.html
02:45:15  Results written to C:\Users\jenkins\workspace\Test_openjdk21_hs_sanity.openjdk_aarch64_windows_rerun\aqa-tests\TKG\output_1736925832854\hotspot_tier1_serviceability_0\work
02:45:15  Error: Some tests failed or other problems occurred.
02:45:15  -----------------------------------
02:45:15  hotspot_tier1_serviceability_0_FAILED

extended.openjdk job FAILURE, rerun also fails (in same way that extended.functional fails above), manual rerun here https://ci.adoptium.net/job/Test_openjdk21_hs_extended.openjdk_aarch64_windows_rerun/30/

02:17:40  drwxrwxr-x+ 1 jenkins None 0 Jan 10 12:55 jdk-21.0.6+6-test-image
02:17:40  Moving directory jdk-21.0.6+6-test-image/ to ../openjdk-test-image
02:17:40  Uncompressing OpenJDK21U-debugimage_aarch64_windows_hotspot_21.0.6_6.zip over ./j2sdk-image...
02:17:44  Removing top-level folder jdk-21.0.6+6-debug-image/
02:17:44  mv: cannot move 'jdk-21.0.6+6-debug-image/jdk-21.0.6+6' to './jdk-21.0.6+6': Permission denied
[Pipeline] }

Failed testcases in manual rerun:

not ok 1 - hotspot_runtime_0
  ---
    output:
      |
        Failed test cases: 
        TEST: runtime/cds/appcds/TestDumpClassListSource.java
        TEST: runtime/ErrorHandling/CreateCoredumpOnCrash.java
        TEST: runtime/ErrorHandling/MachCodeFramesInErrorFile.java
        TEST: runtime/memory/ReadFromNoaccessArea.java
        TEST: runtime/memory/ReserveMemory.java
        TEST: runtime/ReservedStack/ReservedStackTest.java
        TEST: runtime/ReservedStack/ReservedStackTestCompiler.java
        Test results: passed: 886; failed: 7
    duration_ms: 2052182
  ...
not ok 2 - hotspot_serviceability_0
  ---
    output:
      |
        Failed test cases: 
        TEST: serviceability/jvmti/RedefineClasses/RedefineSharedClassJFR.java
        TEST: serviceability/sa/ClhsdbJstackXcompStress.java
        Test results: passed: 324; failed: 2
    duration_ms: 529301
  ...
not ok 5 - jdk_tools_0
  ---
    output:
      |
        Failed test cases: 
        TEST: tools/jpackage/share/ServiceTest.java
        TEST: tools/jpackage/windows/WinLongVersionTest.java#id1
        Test results: passed: 268; failed: 2
    duration_ms: 1801309
  ...
not ok 7 - jdk_jfr_1
  ---
    output:
      |
        Failed test cases: 
        TEST: jdk/jfr/jcmd/TestJcmdDump.java
        Test results: passed: 582; failed: 1
    duration_ms: 785491
  ...
not ok 8 - jdk_imageio_0
  ---
    output:
      |
        Failed test cases: 
        TEST: javax/imageio/plugins/jpeg/JPEGsNotAcceleratedTest.java
        Test results: passed: 203; failed: 1

  • JPEGsNotAcceleratedTest is a headless exception failure (no desktop access)
  • ReservedStackTest and ReservedStackTestCompiler fail with RuntimeException: This platform should not be supported: aarch64
  • ServiceTest and WinLongVersionTest fail with java.lang.AssertionError: Expected [0]. Actual [1603]: Check command [cmd /c .\testUpdate\uunpacked-msi\uunpack.bat](3) exited with 0 code
  • TestJcmdDump is an OOM (and is excluded on other platforms for hitting OOM regularly)
  • ClhsdbJstackXcompStress fails with RuntimeException: Expected jstack output to contain 'Compiled frame'
  • RedefineSharedClassJFR fails with RuntimeException: 'Class unloading: should_clean_previous_versions = false' missing from stdout/stderr
  • ReserveMemory and ReadFromNoaccessArea fail with RuntimeException: 'EXCEPTION_ACCESS_VIOLATION' missing from stdout/stderr
  • TestDumpClassListSource fails with RuntimeException: Archive file test-dynamic.jsa should be created
  • CreateCoredumpOnCrash fails with RuntimeException: 'CreateCoredumpOnCrash turned off, no core file dumped' missing from stdout/stderr
  • MachCodeFramesInErrorFile fails with RuntimeException: '# A fatal error has been detected.*' missing from stdout/stderr

@smlambert
Copy link
Contributor Author

Close in favour of real release triage activities.

@github-project-automation github-project-automation bot moved this from Todo to Done in 2025 Adoptium Plan Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant