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

October 2024 Release Triage: JDK21 #5690

Closed
smlambert opened this issue Oct 16, 2024 · 12 comments
Closed

October 2024 Release Triage: JDK21 #5690

smlambert opened this issue Oct 16, 2024 · 12 comments
Assignees

Comments

@smlambert
Copy link
Contributor

smlambert commented Oct 16, 2024

https://ci.adoptium.net/job/build-scripts/job/release-openjdk21-pipeline/37/


✔️ 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 Actions
x86-64_mac ✔️ comment
x86-64_linux ✔️ comment
x86-64_windows ✔️ comment
aarch64_linux ✔️ comment
aarch64_mac ✔️ comment
x86-64_alpine-linux ✔️ comment
ppc64le_linux ✔️ comment
s390x_linux ✔️ comment Build fails / needs relaunch
ppc64_aix ✔️ comment
aarch64_alpine-linux ✔️ comment
riscv64_linux ✔️ comment need to exclude VectorGatherMaskFoldingTest for JDK21 also (already excluded for JDK23)
aarch64_windows ✔️ comment Build fails / needs relaunch
@smlambert smlambert self-assigned this Oct 16, 2024
@smlambert
Copy link
Contributor Author

smlambert commented Oct 16, 2024

aarch64_linux ✔️

sanity.openjdk
2 testcases fail, 1 still fails with timeout on rerun once (and passes once), appears to be intermittent failure seen before in previous releases (#5444 (comment))

# CUSTOM_TARGET: javax/crypto/KEM/GenLargeNumberOfKeys.java java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id0 java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id0 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 0   FAILED: 1   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 1; failed: 0; error: 1; skipped: 0 
1..1
not ok 1 - jdk_custom_0
  ---
    output:
      |
        Failed test cases: 
        TEST: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id0
        Test results: passed: 1; error: 1
    duration_ms: 1070929
  ...

extended.openjdk
9 testcases fail, FinalizerTest still fails on rerun (with OOM), rerun in Grinder/11175 fails in Grinder on test-docker-ubi9-armv8l-1 passes in Grinder_rerun/187 on test-docker-ubuntu2004-armv8l-1
Grinder_rerun_20241016143123_JDK21_aarc64Linux.tap.txt

# Timestamp: Wed Oct 16 08:45:24 2024 UTC 
# CUSTOM_TARGET: com/sun/jdi/FinalizerTest.java java/net/httpclient/AsyncShutdownNow.java java/net/httpclient/ShutdownNow.java jdk/jfr/event/oldobject/TestObjectDescription.java java/net/httpclient/AsyncShutdownNow.java java/net/httpclient/ManyRequests.java tools/jpackage/share/ServiceTest.java tools/jpackage/share/ServiceTest.java sun/security/ec/ed/EdDSATest.java sun/security/tools/jarsigner/RestrictedAlgo.java sun/security/ec/ed/EdDSATest.java sun/security/tools/jarsigner/RestrictedAlgo.java 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 0   FAILED: 1   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 7; failed: 1; error: 0; skipped: 0 
1..1
not ok 1 - jdk_custom_0
  ---
    output:
      |
        Failed test cases: 
        TEST: com/sun/jdi/FinalizerTest.java
        Test results: passed: 7; failed: 1
    duration_ms: 963052
  ...


2024-10-16T08:30:38.379Z] Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
[2024-10-16T08:30:38.379Z] 	at java.base/java.lang.ref.Finalizer.runFinalization(Finalizer.java:145)
[2024-10-16T08:30:38.379Z] 	at java.base/java.lang.ref.Reference$1.runFinalization(Reference.java:331)
[2024-10-16T08:30:38.379Z] 	at java.base/java.lang.Runtime.runFinalization(Runtime.java:788)
[2024-10-16T08:30:38.379Z] 	at java.base/java.lang.System.runFinalization(System.java:1982)
[2024-10-16T08:30:38.379Z] 	at FinalizerTarg.waitForAFinalizer(FinalizerTest.java:100)
[2024-10-16T08:30:38.379Z] 	at FinalizerTarg.main(FinalizerTest.java:111)
[2024-10-16T08:30:38.379Z] 
[2024-10-16T08:30:38.379Z] TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Invalid debuggee exitValue: 1
[2024-10-16T08:30:38.379Z] --------------------------------------------------
[2024-10-16T08:45:00.673Z] Test results: passed: 7; failed: 1

@smlambert
Copy link
Contributor Author

smlambert commented Oct 16, 2024

aarch64_mac ✔️

extended.openjdk
2 testcase failures (OOM), pass on rerun

# Timestamp: Wed Oct 16 00:43:02 2024 UTC 
# CUSTOM_TARGET: jdk/jfr/jcmd/TestJcmdDump.java com/sun/jdi/FinalizerTest.java 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 1   FAILED: 0   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 2; failed: 0; error: 0; skipped: 0 
1..1
ok 1 - jdk_custom_0
  ---
    output:
      |
        Test results: passed: 2
    duration_ms: 12220
  ...

@smlambert
Copy link
Contributor Author

smlambert commented Oct 16, 2024

x86-64_mac ✔️

sanity.openjdk
1 testcase failure, GetStackTraceALotWhenPinned#id0 (seen in previous releases as intermittent #5444 (comment), also on aarch64_linux this release, #5690 (comment)), times out on test-orka-macos14-x64-d5pxf

# Timestamp: Wed Oct 16 03:57:17 2024 UTC 
# CUSTOM_TARGET: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id0 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 0   FAILED: 1   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 0; failed: 0; error: 1; skipped: 0 
1..1
not ok 1 - jdk_custom_0
  ---
    output:
      |
        Failed test cases: 
        TEST: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id0
        Test results: error: 1
    duration_ms: 1139142
  ...

extended.openjdk
2 testcase failures, pass on rerun

# Timestamp: Wed Oct 16 08:01:56 2024 UTC 
# CUSTOM_TARGET: sun/nio/cs/OLD/TestIBMDB.java 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: 2; failed: 0; error: 0; skipped: 0 
1..1
ok 1 - jdk_custom_0
  ---
    output:
      |
        Test results: passed: 2
    duration_ms: 206491
  ...

@smlambert
Copy link
Contributor Author

smlambert commented Oct 16, 2024

x86-64_linux ✔️

sanity.openjdk
1 testcase failure, passes on rerun GetStackTraceALotWhenPinned (intermittent, seen before, non-blocking, consider exclusion

# Timestamp: Wed Oct 16 03:34:51 2024 UTC 
# 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 
1..1
ok 1 - jdk_custom_0
  ---
    output:
      |
        Test results: passed: 1
    duration_ms: 35070
  ...

extended.openjdk
3 testcases fail, 1 still fails on rerun FinalizerTest OOM, non-blocking/intermittent

# Timestamp: Wed Oct 16 06:11:50 2024 UTC 
# CUSTOM_TARGET: com/sun/jdi/FinalizerTest.java com/sun/jdi/FinalizerTest.java com/sun/net/httpserver/Test1.java jdk/jfr/jcmd/TestJcmdDump.java 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 0   FAILED: 1   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 2; failed: 1; error: 0; skipped: 0 
1..1
not ok 1 - jdk_custom_0
  ---
    output:
      |
        Failed test cases: 
        TEST: com/sun/jdi/FinalizerTest.java
        Test results: passed: 2; failed: 1
    duration_ms: 87139
  ...

@smlambert
Copy link
Contributor Author

smlambert commented Oct 16, 2024

x86-64_windows ✔️

extended.openjdk
Many testcases failing with the known issue (Headless exception issue, #5598 (comment), can pass with remote desktop session open on machines)

not ok 1 - jdk_beans_0
  ---
    output:
      |
        Failed test cases: 
        TEST: java/beans/PropertyEditor/6380849/TestPropertyEditor.java
        TEST: java/beans/PropertyEditor/TestColorClass.java
        TEST: java/beans/PropertyEditor/TestColorClassJava.java
        TEST: java/beans/PropertyEditor/TestColorClassNull.java
        TEST: java/beans/PropertyEditor/TestColorClassValue.java
        TEST: java/beans/PropertyEditor/TestFontClassJava.java
        TEST: java/beans/PropertyEditor/TestFontClass.java
        TEST: java/beans/PropertyEditor/TestFontClassNull.java
        TEST: java/beans/PropertyEditor/TestFontClassValue.java
        TEST: java/beans/XMLEncoder/java_awt_ScrollPane.java
        Test results: passed: 357; failed: 10
    duration_ms: 650411
  ...

beans failures are seen previously (see #5437 (comment), #5444 (comment))

java.lang.Error: could not find editor for class java.awt.Color
	at TestEditor.<init>(TestEditor.java:35)
	at TestColorClassJava.main(TestColorClassJava.java:39)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
	at java.base/java.lang.Thread.run(Thread.java:1583)

JavaTest Message: Test threw exception: java.lang.Error: could not find editor for class java.awt.Color
JavaTest Message: shutting down test
[2024-08-08T03:26:21.819Z] STDERR:
[2024-08-08T03:26:21.819Z] java.awt.HeadlessException: 
[2024-08-08T03:26:21.819Z] The application does not have desktop access,
[2024-08-08T03:26:21.819Z] but this program performed an operation which requires it.
[2024-08-08T03:26:21.819Z] 	at java.desktop/java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:164)
[2024-08-08T03:26:21.819Z] 	at java.desktop/java.awt.ScrollPane.<init>(ScrollPane.java:210)
[2024-08-08T03:26:21.819Z] 	at java_awt_ScrollPane.getObject(java_awt_ScrollPane.java:41)
[2024-08-08T03:26:21.819Z] 	at java_awt_ScrollPane.getObject(java_awt_ScrollPane.java:35)
[2024-08-08T03:26:21.819Z] 	at AbstractTest.test(AbstractTest.java:100)
[2024-08-08T03:26:21.819Z] 	at java_awt_ScrollPane.main(java_awt_ScrollPane.java:37)
[2024-08-08T03:26:21.819Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2024-08-08T03:26:21.819Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2024-08-08T03:26:21.819Z] 	at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
[2024-08-08T03:26:21.819Z] 	at java.base/java.lang.Thread.run(Thread.java:1583)
[2024-08-08T03:26:21.819Z] 
[2024-08-08T03:26:21.819Z] JavaTest Message: Test threw exception: java.awt.HeadlessException: 
[2024-08-08T03:26:21.819Z] The application does not have desktop access,
[2024-08-08T03:26:21.819Z] but this program performed an operation which requires it.
[2024-08-08T03:26:21.819Z] JavaTest Message: shutting down test

These tests could pass on the win2019 machine but it is permanently offline, fails on win2022 machines, assume some configuration update is required on those machines.

Upstream JBS https://bugs.openjdk.org/browse/JDK-8336862

@smlambert
Copy link
Contributor Author

smlambert commented Oct 16, 2024

x86-64_alpine-linux ✔️

extended.openjdk
1 testcase failing TestJcmdDump, passes on rerun

# Timestamp: Wed Oct 16 15:04:44 2024 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: 35981
  ...

@smlambert
Copy link
Contributor Author

smlambert commented Oct 16, 2024

ppc64le_linux ✔️

sanity.openjdk - child job fails because it is sent to node test-osuosl-ubuntu1604-ppc64le-1 and hits issue

19:11:40  stdout: 
19:11:40  stderr: /usr/local/libexec/git-core/git-remote-https: /usr/lib/powerpc64le-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/local/libexec/git-core/git-remote-https)
19:11:40  

Machine now marked offline (though several test jobs affected before being marked offline) rerun child job at:
https://ci.adoptium.net/job/Test_openjdk21_hs_sanity.openjdk_ppc64le_linux_testList_0/16/ passes
Test_openjdk21_hs_sanity.openjdk_ppc64le_linux_testList_0.tap.txt

extended.openjdk - child job fails as above with CURL_OPENSSL_3 not found, rerun in https://ci.adoptium.net/job/Test_openjdk21_hs_extended.openjdk_ppc64le_linux_testList_4/11

2 testcases fail (both considered non-blocking)
jdk/jfr/jcmd/TestJcmdDump.java OOM

Execution failed: `main' threw exception: java.lang.OutOfMemoryError: Java heap space  

com/sun/jdi/FinalizerTest.java OOM

15:20:42  STDERR:
15:20:42  [0ms] run args: [FinalizerTarg]
15:20:42  [153ms] Breakpoint at finalize:68 (0)
15:20:42  [158ms] Try a stepOverLine()...
15:20:42  [162ms] Step Complete at finalize:70 (4)
15:20:42  [532ms] Note: Unexpected Debuggee Exception: java.lang.OutOfMemoryError at line 145
15:20:42  [545ms] detailMessage = "Java heap space"
15:20:42  java.lang.RuntimeException: Invalid debuggee exitValue: 1
15:20:42  	at TestScaffold.waitForVMDisconnect(TestScaffold.java:787)
15:20:42  	at TestScaffold.resumeToVMDisconnect(TestScaffold.java:1015)
15:20:42  	at TestScaffold.listenUntilVMDisconnect(TestScaffold.java:743)
15:20:42  	at FinalizerTest.runTests(FinalizerTest.java:186)
15:20:42  	at TestScaffold.startTests(TestScaffold.java:468)
15:20:42  	at FinalizerTest.main(FinalizerTest.java:121)
15:20:42  	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
15:20:42  	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
15:20:42  	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
15:20:42  	at java.base/java.lang.Thread.run(Thread.java:1583)
15:20:42  

@smlambert
Copy link
Contributor Author

smlambert commented Oct 16, 2024

aarch64_windows ✔️

New platform, BUILD FAILURE
https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk21u/job/jdk21u-release-windows-aarch64-temurin/1/ (sign installer failure and sign verification failure). Build will need to be relaunched upon fixing/investigating underlying issues.


Release Summary Report for release-openjdk21-pipeline

Report generated at: Fri, 18 Oct 2024 14:07:26 GMT

TRSS Build and TRSS Grid View
Jenkins Build URL https://ci.adoptium.net/job/build-scripts/job/release-openjdk21-pipeline/38/
Started by upstream project "build-scripts/utils/releaseTrigger_jdk21u" build number 3579 at 10/17/2024, 5:17:10 AM


Test_openjdk21_hs_extended.openjdk_aarch64_windows ⚠️ UNSTABLE ⚠️
Rerun failed

java -version
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode)

jdk_imageio_0 => deep history 0/1 passed | possible issues
jdk_other_0 => deep history 0/1 passed | possible issues
jdk_other_1 => deep history 0/1 passed | possible issues
jdk_jfr_1 => deep history 0/1 passed | possible issues
jdk_instrument_1 => deep history 0/1 passed | possible issues
jdk_beans_0 => deep history 0/1 passed | possible issues
jdk_tools_0 => deep history 0/1 passed | possible issues
jdk_jdi_0 => deep history 0/1 passed | possible issues
jdk_security3_0 => deep history 0/1 passed | possible issues
jdk_tools_1 => deep history 0/1 passed | possible issues
jdk_jfr_0 => deep history 0/1 passed | possible issues
jdk_instrument_0 => deep history 0/1 passed | possible issues
jdk_security3_1 => deep history 0/1 passed | possible issues
jdk_jdi_1 => deep history 0/1 passed | possible issues
jdk_imageio_1 => deep history 0/1 passed | possible issues
jdk_beans_1 => deep history 0/1 passed | possible issues

Test_openjdk21_hs_extended.openjdk_aarch64_windows_rerun ⚠️ UNSTABLE ⚠️
Rerun failed

java -version
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode)

Sophia - rerun build has 44 failures
https://ci.adoptium.net/job/Test_openjdk21_hs_extended.openjdk_aarch64_windows_rerun/21/consoleFull

19:56:51  TESTCASES RESULTS SUMMARY: passed: 5,814; failed: 44; error: 0; skipped: 0

jdk_beans_0(_1) 102 - java.lang.Error: expected editor is not found
jdk_tool_0(_1) 7
2 - light.exe : error LGHT0217 : Error executing ICE action 'ICE02'. The most common cause of this kind of ICE failure is an incorrectly registered scripting engine. See http://wixtoolset.org/documentation/error217/ for details and how to solve this problem. The following string format was not expected by the external UI message logger:
jdk_jfr_0(_1) 32 - Failed: Not a valid Flight Recorder file. File length is only 0 bytes.
jdk_imageio_0(_1) - 1
2 - The application does not have desktop access, headless issue
jdk_security3_0 - javax/net/ssl/SSLSocket/Tls13PacketSize.java - intermittent
jdk_jfr_1 - jdk/jfr/jcmd/TestJcmdDump.java -intermittent

Should be configuration issues. Rerun in TC-grinder - waiting

Test_openjdk21_hs_sanity.openjdk_aarch64_windows ⚠️ UNSTABLE ⚠️
Rerun failed

java -version
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode)

jdk_util_1 => deep history 0/1 passed | possible issues

Test_openjdk21_hs_sanity.openjdk_aarch64_windows_rerun ✅ SUCCESS ✅
Rerun all

java -version
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode)

Rerun the extended.openjdk failed targets in Grinder/11227 - 233 testcase failures, looks like a bunch of them are shell scripts that fail to run (and then give wsl usage output). Presume our machines need to be extra configurion to handle these tests. There also appear to be some testcases failing with HeadlessException (as seen on other Windows platforms).

The many shell script failures in the first run and Grinder/11227 were expected to be a config issue, rerun them in Grinder/11251

Grinder/11252

3 testcase failures remain, in jdk tools, these are currently excluded in the MSFT exclude list for this platform https://github.com/adoptium/aqa-tests/blob/master/openjdk/excludes/vendors/microsoft/ProblemList_openjdk21.txt#L99-L102 - excluded via #4155 - so we will consider them non-blocking and likely move those exclusions to the general exclude list instead of vendor specific.

@smlambert
Copy link
Contributor Author

smlambert commented Oct 16, 2024

aarch64_alpine-linux ✔️

extended.functional
CryptoTests_jtreg_0 target fails (times out) on test-docker-alpine319-armv8-2, appears to pass in Deep History on many other nodes (test-docker-alpine319-armv8-4 and test-docker-alpine319-armv8-1), rerun build passes on test-docker-alpine319-armv8-3

extended.openjdk
5 testcase failures, 1 FinalizerTest still fails in rerun with OOM, consider non-blocking

# Timestamp: Wed Oct 16 10:36:03 2024 UTC 
# CUSTOM_TARGET: sun/security/ec/ed/EdDSATest.java sun/security/ec/ed/EdDSATest.java jdk/jfr/jcmd/TestJcmdDump.java com/sun/net/httpserver/Test1.java com/sun/jdi/FinalizerTest.java java/net/httpclient/ManyRequests2.java 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 0   FAILED: 1   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 4; failed: 1; error: 0; skipped: 0 
1..1
not ok 1 - jdk_custom_0
  ---
    output:
      |
        Failed test cases: 
        TEST: com/sun/jdi/FinalizerTest.java
        Test results: passed: 4; failed: 1
    duration_ms: 200576
  ...

06:33:13  Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
06:33:13  	at java.base/java.lang.ref.Finalizer.runFinalization(Finalizer.java:145)
06:33:13  	at java.base/java.lang.ref.Reference$1.runFinalization(Reference.java:331)
06:33:13  	at java.base/java.lang.Runtime.runFinalization(Runtime.java:788)
06:33:13  	at java.base/java.lang.System.runFinalization(System.java:1982)
06:33:13  	at FinalizerTarg.waitForAFinalizer(FinalizerTest.java:100)
06:33:13  	at FinalizerTarg.main(FinalizerTest.java:111)
06:33:13  
06:33:13  TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Invalid debuggee exitValue: 1

@smlambert
Copy link
Contributor Author

smlambert commented Oct 16, 2024

ppc64_aix ✔️

sanity.openjdk
1 testcase, InfoTest fails in original run and in automated rerun, rerun manually in Grinder/11180 - passes
Grinder_20241016173656_JDK21_ppc64AIX.tap.txt

# Timestamp: Wed Oct 16 08:25:02 2024 UTC 
# CUSTOM_TARGET: java/lang/ProcessHandle/InfoTest.java 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: 50480
  ...

Deep history shows it appears to be very intermittent

[2024-10-16T02:28:39.356Z] STDOUT:
[2024-10-16T02:28:39.356Z] Note: when run in samevm mode the cputime of the test runner is included.
[2024-10-16T02:28:39.356Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_0/j, startTime: Optional[2024-10-16T02:28:12Z], totalTime: Optional[PT0.004222187S]]
[2024-10-16T02:28:39.356Z] test InfoTest.test1(): failure
[2024-10-16T02:28:39.356Z] java.lang.AssertionError: reported cputime less than expected: PT0.2S, actual: Optional[PT0.004222187S]
[2024-10-16T02:28:39.356Z] 	at org.testng.Assert.fail(Assert.java:99)
[2024-10-16T02:28:39.356Z] 	at InfoTest.test1(InfoTest.java:110)
[2024-10-16T02:28:39.356Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2024-10-16T02:28:39.356Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2024-10-16T02:28:39.356Z] 	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
[2024-10-16T02:28:39.356Z] 	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:599)
[2024-10-16T02:28:39.356Z] 	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:174)
[2024-10-16T02:28:39.356Z] 	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
[2024-10-16T02:28:39.356Z] 	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:822)
[2024-10-16T02:28:39.356Z] 	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:147)
[2024-10-16T02:28:39.356Z] 	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
[2024-10-16T02:28:39.356Z] 	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
[2024-10-16T02:28:39.356Z] 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
[2024-10-16T02:28:39.356Z] 	at org.testng.TestRunner.privateRun(TestRunner.java:764)
[2024-10-16T02:28:39.356Z] 	at org.testng.TestRunner.run(TestRunner.java:585)
[2024-10-16T02:28:39.356Z] 	at org.testng.SuiteRunner.runTest(SuiteRunner.java:384)
[2024-10-16T02:28:39.356Z] 	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:378)
[2024-10-16T02:28:39.356Z] 	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:337)
[2024-10-16T02:28:39.356Z] 	at org.testng.SuiteRunner.run(SuiteRunner.java:286)
[2024-10-16T02:28:39.356Z] 	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
[2024-10-16T02:28:39.356Z] 	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
[2024-10-16T02:28:39.356Z] 	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1218)
[2024-10-16T02:28:39.356Z] 	at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
[2024-10-16T02:28:39.356Z] 	at org.testng.TestNG.runSuites(TestNG.java:1069)
[2024-10-16T02:28:39.356Z] 	at org.testng.TestNG.run(TestNG.java:1037)
[2024-10-16T02:28:39.356Z] 	at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:102)
[2024-10-16T02:28:39.356Z] 	at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:58)
[2024-10-16T02:28:39.356Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2024-10-16T02:28:39.356Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2024-10-16T02:28:39.356Z] 	at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
[2024-10-16T02:28:39.356Z] 	at java.base/java.lang.Thread.run(Thread.java:1583)
[2024-10-16T02:28:39.357Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_0/j, startTime: Optional[2024-10-16T02:28:13Z], totalTime: Optional[PT0.338260718S]]
[2024-10-16T02:28:39.357Z]  info.totalCPU: 338260718, childCpuTime: 190000000, diff: -148260718
[2024-10-16T02:28:39.357Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_0/j, startTime: Optional[2024-10-16T02:28:13Z], totalTime: Optional[PT0.435277046S]]
[2024-10-16T02:28:39.357Z]  info.totalCPU: 435277046, childCpuTime: 420000000, diff: -15277046
[2024-10-16T02:28:39.357Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_0/j, startTime: Optional[2024-10-16T02:28:13Z], totalTime: Optional[PT0.532883531S]]
[2024-10-16T02:28:39.357Z]  info.totalCPU: 532883531, childCpuTime: 520000000, diff: -12883531
[2024-10-16T02:28:39.357Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_0/j, startTime: Optional[2024-10-16T02:28:13Z], totalTime: Optional[PT0.621298703S]]
[2024-10-16T02:28:39.357Z]  info.totalCPU: 621298703, childCpuTime: 620000000, diff: -1298703
[2024-10-16T02:28:39.357Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_0/j, startTime: Optional[2024-10-16T02:28:13Z], totalTime: Optional[PT0.726511359S]]
[2024-10-16T02:28:39.357Z]  info.totalCPU: 726511359, childCpuTime: 720000000, diff: -6511359
[2024-10-16T02:28:39.357Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_0/j, startTime: Optional[2024-10-16T02:28:13Z], totalTime: Optional[PT0.826527171S]]
[2024-10-16T02:28:39.357Z]  info.totalCPU: 826527171, childCpuTime: 820000000, diff: -6527171
[2024-10-16T02:28:39.357Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_0/j, startTime: Optional[2024-10-16T02:28:13Z], totalTime: Optional[PT0.925824578S]]
[2024-10-16T02:28:39.357Z]  info.totalCPU: 925824578, childCpuTime: 920000000, diff: -5824578
[2024-10-16T02:28:39.357Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_0/j, startTime: Optional[2024-10-16T02:28:13Z], totalTime: Optional[PT1.023489812S]]
[2024-10-16T02:28:39.357Z]  info.totalCPU: 1023489812, childCpuTime: 1020000000, diff: -3489812
[2024-10-16T02:28:39.357Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_0/j, startTime: Optional[2024-10-16T02:28:13Z], totalTime: Optional[PT1.128493765S]]
[2024-10-16T02:28:39.357Z]  info.totalCPU: 1128493765, childCpuTime: 1120000000, diff: -8493765
[2024-10-16T02:28:39.357Z]  info: [user: Optional[jenkins], cmdLine: /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_ppc64_aix_testList_0/j, startTime: Optional[2024-10-16T02:28:13Z], totalTime: Optional[PT1.224139921S]]
[2024-10-16T02:28:39.357Z]  info.totalCPU: 1224139921, childCpuTime: 1220000000, diff: -4139921
[2024-10-16T02:28:39.357Z] test InfoTest.test2(): success
[2024-10-16T02:28:39.357Z]  info: [user: Optional[jenkins], cmdLine: sleep 240, startTime: Optional[2024-10-16T02:28:27Z], totalTime: Optional[PT0.001235687S]]
[2024-10-16T02:28:39.357Z]  info: [user: Optional[jenkins], cmdLine: sleep 256, startTime: Optional[2024-10-16T02:28:27Z], totalTime: Optional[PT0S]]
[2024-10-16T02:28:39.357Z] test InfoTest.test3(): success
[2024-10-16T02:28:39.357Z]  total1 vs. mbean: PT0.430377062S, getProcessCpuTime: PT0.41S, diff: PT-0.020377062S
[2024-10-16T02:28:39.357Z]  total2 vs. mbean: PT0.430480328S, getProcessCpuTime: PT0.43S, diff: PT-0.000480328S
[2024-10-16T02:28:39.357Z] test InfoTest.test4(): success
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    430000000, diff:      -480328
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    440000000, diff:      9519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    440000000, diff:      9519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    440000000, diff:      9519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    440000000, diff:      9519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    440000000, diff:      9519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    440000000, diff:      9519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    440000000, diff:      9519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    440000000, diff:      9519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    440000000, diff:      9519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z]  infoTotal:    430480328, beanCpu:    450000000, diff:     19519672
[2024-10-16T02:28:39.357Z] test InfoTest.test5(): success
[2024-10-16T02:28:39.357Z] 
[2024-10-16T02:28:39.357Z] ===============================================
[2024-10-16T02:28:39.357Z] java/lang/ProcessHandle/InfoTest.java
[2024-10-16T02:28:39.357Z] Total tests run: 5, Passes: 4, Failures: 1, Skips: 0
[2024-10-16T02:28:39.357Z] ===============================================
[2024-10-16T02:28:39.357Z] 
[2024-10-16T02:28:39.357Z] STDERR:
[2024-10-16T02:28:39.357Z] java.lang.Exception: failures: 1
[2024-10-16T02:28:39.357Z] 	at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:104)
[2024-10-16T02:28:39.357Z] 	at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:58)
[2024-10-16T02:28:39.357Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2024-10-16T02:28:39.357Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2024-10-16T02:28:39.357Z] 	at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
[2024-10-16T02:28:39.357Z] 	at java.base/java.lang.Thread.run(Thread.java:1583)
[2024-10-16T02:28:39.357Z] 
[2024-10-16T02:28:39.357Z] JavaTest Message: Test threw exception: java.lang.Exception: failures: 1

@smlambert
Copy link
Contributor Author

smlambert commented Oct 16, 2024

s390x_linux ✔️

BUILD FAILURE during download & verification of bootJDK, will need to relaunch this build

Rebuilt in release-openjdk21-pipeline/40


Release Summary Report for release-openjdk21-pipeline

Report generated at: Sat, 19 Oct 2024 23:23:33 GMT

TRSS Build and TRSS Grid View
Jenkins Build URL https://ci.adoptium.net/job/build-scripts/job/release-openjdk21-pipeline/40/
Started by upstream project "build-scripts/utils/releaseTrigger_jdk21u" build number 3579 at 10/18/2024, 10:33:46 AM


Test_openjdk21_hs_extended.openjdk_s390x_linux ⚠️ UNSTABLE ⚠️

Test_openjdk21_hs_extended.openjdk_s390x_linux_rerun ⚠️ UNSTABLE ⚠️
Rerun failed

java -version
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode, sharing)

Test_openjdk21_hs_extended.openjdk_s390x_linux_testList_3 ⚠️ UNSTABLE ⚠️
jdk_net_0 => deep history 1/2 passed | possible issues
jdk_jfr_1 => deep history 0/1 passed | possible issues

Test_openjdk21_hs_extended.openjdk_s390x_linux_testList_4 ⚠️ UNSTABLE ⚠️
hotspot_compiler_0 => deep history 0/3 passed | possible issues

Test_openjdk21_hs_extended.openjdk_s390x_linux_testList_6 ⚠️ UNSTABLE ⚠️
jdk_management_1 => deep history 1/2 passed | possible issues

Test_openjdk21_hs_sanity.openjdk_s390x_linux ⚠️ UNSTABLE ⚠️

Test_openjdk21_hs_sanity.openjdk_s390x_linux_rerun ✅ SUCCESS ✅
Rerun all

java -version
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode, sharing)

Test_openjdk21_hs_sanity.openjdk_s390x_linux_testList_1 ⚠️ UNSTABLE ⚠️
jdk_util_1 => deep history 2/3 passed | possible issues

extended.openjdk
2 testcases fail in automatic rerun, known and non-blocking TestJcmdDump and VectorGatherMaskFoldingTest

# Timestamp: Sat Oct 19 05:19:23 2024 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 4   EXECUTED: 4   PASSED: 2   FAILED: 2   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 2,905; failed: 2; error: 0; skipped: 0 
1..4
not ok 1 - hotspot_compiler_0
  ---
    output:
      |
        Failed test cases: 
        TEST: compiler/vectorapi/VectorGatherMaskFoldingTest.java
        Test results: passed: 1,350; failed: 1
    duration_ms: 8274308
  ...
ok 2 - jdk_net_0
  ---
    output:
      |
        Test results: passed: 873
    duration_ms: 3874525
  ...
ok 3 - jdk_management_1
  ---
    output:
      |
        Test results: passed: 133
    duration_ms: 289285
  ...
not ok 4 - jdk_jfr_1
  ---
    output:
      |
        Failed test cases: 
        TEST: jdk/jfr/jcmd/TestJcmdDump.java
        Test results: passed: 549; failed: 1
    duration_ms: 1444410
  ...

@smlambert
Copy link
Contributor Author

smlambert commented Oct 16, 2024

riscv64_linux ✔️

sanity.openjdk
2 testcases failing in original, passes on rerun

# Timestamp: Wed Oct 16 08:23:24 2024 UTC 
# CUSTOM_TARGET: java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessInt.java jdk/internal/jimage/JImageOpenTest.java 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 1   FAILED: 0   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 2; failed: 0; error: 0; skipped: 0 
1..1
ok 1 - jdk_custom_0
  ---
    output:
      |
        Test results: passed: 2
    duration_ms: 131725
  ...

extended.openjdk
2 targets (2400 testcases) rerun, 1 testcase, compiler/vectorapi/VectorGatherMaskFoldingTest.java still fails in automatic rerun https://ci.adoptium.net/job/Test_openjdk21_hs_extended.openjdk_riscv64_linux_rerun/31/testReport/, hotspot_compiler are relatively new test targets, and deep history shows no passing runs on this platform, fails in same way since Aug 7, 2024 8/7/2024. VectorGatherMaskFoldingTest was excluded for JDK23, #5620, but not for JDK21 where it is also now seen to fail.

# Timestamp: Wed Oct 16 17:13:33 2024 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 2   EXECUTED: 2   PASSED: 1   FAILED: 1   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 2,399; failed: 1; error: 0; skipped: 0 
1..2
not ok 1 - hotspot_compiler_0
  ---
    output:
      |
        Failed test cases: 
        TEST: compiler/vectorapi/VectorGatherMaskFoldingTest.java
        Test results: passed: 1,463; failed: 1
    duration_ms: 7415121
  ...
ok 2 - jdk_security3_0
  ---
    output:
      |
        Test results: passed: 936
    duration_ms: 11333439
  ...

many errors in console output for VectorGatherMaskFoldingTest

[2024-10-03T18:50:03.174Z] Error Output
[2024-10-03T18:50:03.174Z] ------------
[2024-10-03T18:50:03.174Z] WARNING: Using incubator modules: jdk.incubator.vector
[2024-10-03T18:50:03.174Z] Exception in thread "main" compiler.lib.ir_framework.shared.TestRunException: 
[2024-10-03T18:50:03.174Z] 
[2024-10-03T18:50:03.174Z] Test Failures (48)
[2024-10-03T18:50:03.174Z] ------------------
[2024-10-03T18:50:03.174Z] Base Test: @Test testOneLongVectorLoadStoreScatter:
[2024-10-03T18:50:03.174Z] compiler.lib.ir_framework.shared.TestRunException: There was an error while invoking @Test method public static void compiler.vectorapi.VectorGatherMaskFoldingTest.testOneLongVectorLoadStoreScatter(). Target: null. Arguments: <void>
[2024-10-03T18:50:03.174Z] 	at compiler.lib.ir_framework.test.BaseTest.invokeTestMethod(BaseTest.java:84)
[2024-10-03T18:50:03.174Z] 	at compiler.lib.ir_framework.test.BaseTest.invokeTest(BaseTest.java:71)
[2024-10-03T18:50:03.174Z] 	at compiler.lib.ir_framework.test.AbstractTest.run(AbstractTest.java:98)
[2024-10-03T18:50:03.174Z] 	at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:861)
[2024-10-03T18:50:03.174Z] 	at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:252)
[2024-10-03T18:50:03.174Z] 	at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:165)
[2024-10-03T18:50:03.174Z] Caused by: java.lang.reflect.InvocationTargetException
[2024-10-03T18:50:03.174Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
[2024-10-03T18:50:03.174Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2024-10-03T18:50:03.174Z] 	at compiler.lib.ir_framework.test.BaseTest.invokeTestMethod(BaseTest.java:80)
[2024-10-03T18:50:03.174Z] 	... 5 more
[2024-10-03T18:50:03.174Z] Caused by: java.lang.RuntimeException: assertFalse: expected false, was true
[2024-10-03T18:50:03.174Z] 	at jdk.test.lib.Asserts.fail(Asserts.java:634)
[2024-10-03T18:50:03.174Z] 	at jdk.test.lib.Asserts.assertFalse(Asserts.java:461)
[2024-10-03T18:50:03.174Z] 	at jdk.test.lib.Asserts.assertFalse(Asserts.java:447)
[2024-10-03T18:50:03.174Z] 	at compiler.vectorapi.VectorGatherMaskFoldingTest.testOneLongVectorLoadStoreScatter(VectorGatherMaskFoldingTest.java:1187)
[2024-10-03T18:50:03.174Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2024-10-03T18:50:03.174Z] 	... 7 more

sanity.system
1 target TestJlmRemoteMemoryAuth_1 fails in original passes in rerun

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

2 participants