aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

October 2024 Release Triage: JDK8

Open smlambert opened this issue 1 year ago • 11 comments

https://ci.adoptium.net/job/build-scripts/job/release-openjdk8-pipeline/70/ Grid view: https://trss.adoptium.net/resultSummary?parentId=6710dc6e9e1252006e35430f

Release report is timing out, so do not bother trying to produce it...


✔️ 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
x86-64_alpine-linux ✔️ comment
ppc64le_linux ✔️ comment
ppc64_aix ⏸️ comment Build broken https://bugs.openjdk.org/browse/JDK-8342822
sparcv9_solaris ✔️ comment
x86-64_solaris ✔️ comment
x86-32_windows ✔️ comment

Separate pipeline and branch

Platform Status Results Actions
arm_linux ✔️ comment same failures as July release https://github.com/adoptium/aqa-tests/issues/5441#issuecomment-2245646326, could pass on non-containers, considered as non-blockers. TODO - investigate to report or exclude.

smlambert avatar Oct 16 '24 13:10 smlambert

aarch64_linux ✔️

extended.openjdk 4 targets failing, 2 still fail on rerun (with 2 unique jdk_management testcases, RmiRegistrySslTest and RmiSslBootstrapTest with ConnectIOException), try rerunning on different node in Grinder/11195

# Timestamp: Thu Oct 17 12:46:34 2024 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 4   EXECUTED: 4   PASSED: 2   FAILED: 2   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 1,449; failed: 4; error: 0; skipped: 0 
1..4
ok 1 - hotspot_jre_1
  ---
    output:
      |
        Test results: passed: 780
    duration_ms: 735540
  ...
ok 2 - jdk_net_0
  ---
    output:
      |
        Test results: passed: 453
    duration_ms: 460849
  ...
not ok 3 - jdk_management_0
  ---
    output:
      |
        Failed test cases: 
        TEST: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh
        TEST: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh
        Test results: passed: 108; failed: 2
    duration_ms: 47555
  ...
not ok 4 - jdk_management_1
  ---
    output:
      |
        Failed test cases: 
        TEST: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh
        TEST: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh
        Test results: passed: 108; failed: 2
    duration_ms: 47610
  ...


RmiRegistrySslTest : SSL RMIRegistry - SSL Lookup
08:45:43  -------------------------------------------------------------
08:45:43  RmiRegistry lookup...
08:45:43  KO: Got unexpected exception!
08:45:43  java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: 
08:45:43  	javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
08:45:43  	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:307)
08:45:43  	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
08:45:43  	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:343)
08:45:43  	at sun.rmi.registry.RegistryImpl_Stub.list(RegistryImpl_Stub.java:90)
08:45:43  	at RmiRegistrySslTest.main(RmiRegistrySslTest.java:75)
08:45:43  Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
08:45:43  	at sun.security.ssl.Alert.createSSLException(Alert.java:131)
08:45:43  	at sun.security.ssl.Alert.createSSLException(Alert.java:117)
08:45:43  	at sun.security.ssl.TransportContext.fatal(TransportContext.java:318)
08:45:43  	at sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:293)
08:45:43  	at sun.security.ssl.TransportContext.dispatch(TransportContext.java:185)
08:45:43  	at sun.security.ssl.SSLTransport.decode(SSLTransport.java:152)
08:45:43  	at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1401)
08:45:43  	at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1309)
08:45:43  	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:440)
08:45:43  	at sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:822)
08:45:43  	at sun.security.ssl.SSLSocketImpl.access$200(SSLSocketImpl.java:73)
08:45:43  	at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1184)
08:45:43  	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
08:45:43  	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
08:45:43  	at java.io.DataOutputStream.flush(DataOutputStream.java:123)
08:45:43  	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:229)
08:45:43  	... 4 more
08:45:43  STDERR:
08:45:43  Exception in thread "main" java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: 
08:45:43  	javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
08:45:43  	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:307)
08:45:43  	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
08:45:43  	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:343)
08:45:43  	at sun.rmi.registry.RegistryImpl_Stub.list(RegistryImpl_Stub.java:90)
08:45:43  	at RmiRegistrySslTest.main(RmiRegistrySslTest.java:75)
08:45:43  Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
08:45:43  	at sun.security.ssl.Alert.createSSLException(Alert.java:131)
08:45:43  	at sun.security.ssl.Alert.createSSLException(Alert.java:117)
08:45:43  	at sun.security.ssl.TransportContext.fatal(TransportContext.java:318)
08:45:43  	at sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:293)
08:45:43  	at sun.security.ssl.TransportContext.dispatch(TransportContext.java:185)
08:45:43  	at sun.security.ssl.SSLTransport.decode(SSLTransport.java:152)
08:45:43  	at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1401)
08:45:43  	at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1309)
08:45:43  	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:440)
08:45:43  	at sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:822)
08:45:43  	at sun.security.ssl.SSLSocketImpl.access$200(SSLSocketImpl.java:73)
08:45:43  	at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1184)
08:45:43  	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
08:45:43  	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
08:45:43  	at java.io.DataOutputStream.flush(DataOutputStream.java:123)
08:45:43  	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:229)
08:45:43  	... 4 more

smlambert avatar Oct 17 '24 16:10 smlambert

x86-32_windows ✔️ https://trss.adoptium.net/allTestsInfo?buildId=67112cf59e1252006e39a16f&limit=1&hasChildren=false

extended.openjdk hotspot_jre_2 - test-azure-win2022-x64-1 1 test failure

Test8009761

[2024-10-17T12:39:14.876Z] STDOUT:
[2024-10-17T12:39:14.876Z] CompilerOracle: exclude Test8009761.m2
[2024-10-17T12:39:14.876Z] WB error: invalid compilation level 4
[2024-10-17T12:39:14.876Z] STDERR:
[2024-10-17T12:39:14.876Z] java.lang.RuntimeException: static java.lang.Object Test8009761.m3(boolean,boolean) not compiled
[2024-10-17T12:39:14.876Z] 	at Test8009761.main(Test8009761.java:263)
[2024-10-17T12:39:14.876Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2024-10-17T12:39:14.876Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2024-10-17T12:39:14.876Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2024-10-17T12:39:14.876Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
[2024-10-17T12:39:14.876Z] 	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
[2024-10-17T12:39:14.876Z] 	at java.lang.Thread.run(Thread.java:750)

Test8009761 failure report: https://github.com/adoptium/aqa-tests/issues/5703 Non-blocking

jdk_management_2 - test-azure-win2022-x64-1 1 test failure

RmiRegistrySslTest

[2024-10-17T14:00:59.220Z] STDERR:
[2024-10-17T14:00:59.220Z] Exception in thread "main" java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: 
[2024-10-17T14:00:59.220Z] 	javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
[2024-10-17T14:00:59.220Z] 	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:307)
[2024-10-17T14:00:59.220Z] 	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
[2024-10-17T14:00:59.220Z] 	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:343)
[2024-10-17T14:00:59.220Z] 	at sun.rmi.registry.RegistryImpl_Stub.list(RegistryImpl_Stub.java:90)
[2024-10-17T14:00:59.220Z] 	at RmiRegistrySslTest.main(RmiRegistrySslTest.java:75)
[2024-10-17T14:00:59.220Z] Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
[2024-10-17T14:00:59.220Z] 	at sun.security.ssl.Alert.createSSLException(Alert.java:131)
[2024-10-17T14:00:59.220Z] 	at sun.security.ssl.Alert.createSSLException(Alert.java:117)
[2024-10-17T14:00:59.220Z] 	at sun.security.ssl.TransportContext.fatal(TransportContext.java:318)
[2024-10-17T14:00:59.220Z] 	at sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:293)
[2024-10-17T14:00:59.220Z] 	at sun.security.ssl.TransportContext.dispatch(TransportContext.java:185)
[2024-10-17T14:00:59.220Z] 	at sun.security.ssl.SSLTransport.decode(SSLTransport.java:152)
[2024-10-17T14:00:59.220Z] 	at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1401)
[2024-10-17T14:00:59.220Z] 	at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1309)
[2024-10-17T14:00:59.220Z] 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:440)
[2024-10-17T14:00:59.220Z] 	at sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:822)
[2024-10-17T14:00:59.220Z] 	at sun.security.ssl.SSLSocketImpl.access$200(SSLSocketImpl.java:73)
[2024-10-17T14:00:59.220Z] 	at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1184)
[2024-10-17T14:00:59.220Z] 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
[2024-10-17T14:00:59.220Z] 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
[2024-10-17T14:00:59.220Z] 	at java.io.DataOutputStream.flush(DataOutputStream.java:123)
[2024-10-17T14:00:59.220Z] 	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:229)
[2024-10-17T14:00:59.220Z] 	... 4 more

RmiRegistrySslTest test failure report: https://github.com/adoptium/aqa-tests/issues/5701 Non-blocking

jiekang avatar Oct 17 '24 16:10 jiekang

x86-64_linux ✔️

sanity.openjdk 1 testcase InvokeHangTest fails, passes on rerun

# Timestamp: Thu Oct 17 12:41:18 2024 UTC 
# CUSTOM_TARGET: com/sun/jdi/InvokeHangTest.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: 24044
  ...

extended.openjdk 8 targets fail, 4 pass on rerun (3 unique testcases failing, TestTLS12, RmiRegistrySslTest, RmiSslBootstrapTest) - reruns in Grinder/11196 and Grinder/11197 consider non-blocking

# Timestamp: Thu Oct 17 14:08:40 2024 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 8   EXECUTED: 8   PASSED: 4   FAILED: 4   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 3,838; failed: 6; error: 0; skipped: 0 
1..8
ok 1 - hotspot_jre_0
  ---
    output:
      |
        Test results: passed: 764
    duration_ms: 882800
  ...
ok 2 - hotspot_jre_1
  ---
    output:
      |
        Test results: passed: 764
    duration_ms: 901010
  ...
not ok 3 - jdk_security3_0
  ---
    output:
      |
        Failed test cases: 
        TEST: sun/security/pkcs11/fips/TestTLS12.java
        Test results: passed: 616; failed: 1
    duration_ms: 719095
  ...
not ok 4 - jdk_security3_1
  ---
    output:
      |
        Failed test cases: 
        TEST: sun/security/pkcs11/fips/TestTLS12.java
        Test results: passed: 616; failed: 1
    duration_ms: 700206
  ...
not ok 5 - jdk_management_0
  ---
    output:
      |
        Failed test cases: 
        TEST: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh
        TEST: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh
        Test results: passed: 108; failed: 2
    duration_ms: 50212
  ...
not ok 6 - jdk_management_1
  ---
    output:
      |
        Failed test cases: 
        TEST: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh
        TEST: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh
        Test results: passed: 108; failed: 2
    duration_ms: 47156
  ...
ok 7 - jdk_jfr_0
  ---
    output:
      |
        Test results: passed: 431
    duration_ms: 470612
  ...
ok 8 - jdk_jfr_1
  ---
    output:
      |
        Test results: passed: 431
    duration_ms: 471863
  ...

TestTLS12 fails with ProviderException, rerun in Grinder/11216 - fails on ubuntu2404 nodes https://github.com/adoptium/aqa-tests/issues/5420 - run on ubuntu2204 node https://ci.adoptium.net/job/Grinder/11217

java.security.ProviderException: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ARGUMENTS_BAD
	at sun.security.pkcs11.P11KeyPairGenerator.generateKeyPair(P11KeyPairGenerator.java:422)
	at java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:697)
	at sun.security.ssl.DHKeyExchange$DHEPossession.generateDHKeyPair(DHKeyExchange.java:181)
	at sun.security.ssl.DHKeyExchange$DHEPossession.<init>(DHKeyExchange.java:139)
	at sun.security.ssl.DHKeyExchange$DHEPossessionGenerator.createPossession(DHKeyExchange.java:389)
	at sun.security.ssl.SSLKeyExchange$T12KeyAgreement.createPossession(SSLKeyExchange.java:376)
	at sun.security.ssl.SSLKeyExchange.createPossessions(SSLKeyExchange.java:89)
	at sun.security.ssl.ServerHello$T12ServerHelloProducer.chooseCipherSuite(ServerHello.java:433)
	at sun.security.ssl.ServerHello$T12ServerHelloProducer.produce(ServerHello.java:296)
	at sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:421)
	at sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1009)
	at sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:716)
	at sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:682)
	at sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:377)
	at sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)
	at sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:981)
	at sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:968)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:915)
	at TestTLS12$testTLS12SunPKCS11Communication.runDelegatedTasks(TestTLS12.java:363)
	at TestTLS12$testTLS12SunPKCS11Communication.run(TestTLS12.java:312)
	at TestTLS12.main(TestTLS12.java:92)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.lang.Thread.run(Thread.java:750)
Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ARGUMENTS_BAD
	at sun.security.pkcs11.wrapper.PKCS11.C_GenerateKeyPair(Native Method)
	at sun.security.pkcs11.P11KeyPairGenerator.generateKeyPair(P11KeyPairGenerator.java:414)
	... 27 more

JavaTest Message: Test threw exception: java.security.ProviderException: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ARGUMENTS_BAD
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.security.ProviderException: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ARGUMENTS_BAD
    

smlambert avatar Oct 17 '24 16:10 smlambert

x86-64_mac ✔️

sanity.openjdk 1 testcase PrivateTransportTest fails in original and rerun

# Timestamp: Thu Oct 17 13:11:01 2024 UTC 
# CUSTOM_TARGET: com/sun/jdi/PrivateTransportTest.sh com/sun/jdi/PrivateTransportTest.sh 
# 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: com/sun/jdi/PrivateTransportTest.sh
        Test results: failed: 1
    duration_ms: 7731
  ...

initially failed with JDWP Transport private_dt_socket failed to initialize on test-macincloud-macos1201-x64-1

09:10:55  FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_LOAD(196)
09:10:55  test status for  was: 134
09:10:55  The test failed :-(
09:10:55  exit status was 134
09:10:55  STDERR:
09:10:55  ERROR: transport library not found: private_dt_socket
09:10:55  ERROR: JDWP Transport private_dt_socket failed to initialize, TRANSPORT_LOAD(509)
09:10:55  JDWP exit error AGENT_ERROR_TRANSPORT_LOAD(196): No transports initialized [debugInit.c:750]
09:10:55  /Users/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_x86-64_mac_rerun/aqa-tests/openjdk/openjdk-jdk/jdk/test/com/sun/jdi/PrivateTransportTest.sh: line 203:  1170 Abort trap: 6           /Users/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_x86-64_mac_rerun/jdkbinary/j2sdk-image/Contents/Home/bin/../bin/java -agentlib:jdwp=transport=private_dt_socket,server=y,suspend=n -classpath "/Users/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_17291706539616/jdk_custom_0/work/classes/0/com/sun/jdi" HelloWorld
09:10:55  unspecified test failure

extended.openjdk 5 unique testcases fail, 2 still fail on rerun (SSLHandshakeException's, check if these are some of the new tests added into this top-level target, as they appear to be failing on multiple platforms with handshake issues, if new, consider non-blocking, appears not new, as failing in January on other platform https://github.com/adoptium/aqa-tests/issues/4256#issuecomment-1396282810, check if test code or machine config changed, recent changes to tests via https://bugs.openjdk.org/browse/JDK-8338325) - try rerunning on macincloud vs macstadium node in Grinder/11198 and Grinder/11200

# Timestamp: Thu Oct 17 12:09:33 2024 UTC 
# CUSTOM_TARGET: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh java/beans/XMLEncoder/Test6570354.java jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 0   FAILED: 1   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 3; failed: 2; error: 0; skipped: 0 
1..1
not ok 1 - jdk_custom_0
  ---
    output:
      |
        Failed test cases: 
        TEST: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh
        TEST: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh
        Test results: passed: 3; failed: 2
    duration_ms: 18419
  ...


08:09:23  Launching test for RmiSslBootstrapTest
08:09:23  -------------------------------------------------------------
08:09:23  /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/jdkbinary/j2sdk-image/Contents/Home/bin/../bin/java -ea -esa -Xmx512m -Dtest.src=/Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap -classpath /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap RmiBootstrapTest /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/management_ssltest06_ok.properties /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/management_ssltest07_ok.properties /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/management_ssltest08_ko.properties /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/management_ssltest09_ko.properties /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/management_ssltest10_ok.properties /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/management_ssltest11_ok.properties /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/management_ssltest12_ko.properties /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/management_ssltest13_ko.properties /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/management_ssltest14_ko.properties
08:09:23  ***
08:09:23  *** Testing configuration (port=61685): /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/management_ssltest06_ok.properties
08:09:23  ***
08:09:23  ***
08:09:23  *** Testing configuration (port=61686): /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/management_ssltest06_ok.properties
08:09:23  ***
08:09:23  PasswordFileName: /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/jmxremote_ssltest06_ok.password
08:09:23  accessFileName: /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/jmxremote_ssltest06_ok.access
08:09:23  Connection failed for {measure, QED}: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: 
08:09:23  	javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
08:09:23  Connection failed for {modify, R&D}: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: 
08:09:23  	javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
08:09:23  Connection failed as expected for {bad.user, R&D}: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: 
08:09:23  	javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
08:09:23  Connection failed as expected for {measure, bad.password}: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: 
08:09:23  	javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
08:09:23  Test Failed: Failed to connect to agent {url=service:jmx:rmi://test-macstadium-macos1014-x64-1.adoptopenjdk.net/jndi/rmi://localhost:61686/jmxrmi}: java.lang.RuntimeException: Test /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_rerun/aqa-tests/TKG/output_1729166954664/jdk_custom_0/work/classes/4/sun/management/jmxremote/bootstrap/management_ssltest06_ok.properties failed with 2 error(s)

smlambert avatar Oct 17 '24 17:10 smlambert

x86-64_windows ✔️

extended.openjdk https://trss.adoptium.net/allTestsInfo?buildId=671120429e1252006e38dcdd&limit=1&hasChildren=true

jdk_management_0 test-azure-win2022-x64-3 jdk_management_1 test-azure-win2022-x64-3 jdk_custom_0 build-azure-win2022-x64-3 1 test failure

RmiRegistrySslTest

[2024-10-17T13:42:55.931Z] STDERR:
[2024-10-17T13:42:55.931Z] Exception in thread "main" java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: 
[2024-10-17T13:42:55.931Z] 	javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
[2024-10-17T13:42:55.932Z] 	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:307)
[2024-10-17T13:42:55.932Z] 	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
[2024-10-17T13:42:55.932Z] 	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:343)
[2024-10-17T13:42:55.932Z] 	at sun.rmi.registry.RegistryImpl_Stub.list(RegistryImpl_Stub.java:90)
[2024-10-17T13:42:55.932Z] 	at RmiRegistrySslTest.main(RmiRegistrySslTest.java:75)
[2024-10-17T13:42:55.932Z] Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
[2024-10-17T13:42:55.932Z] 	at sun.security.ssl.Alert.createSSLException(Alert.java:131)
[2024-10-17T13:42:55.932Z] 	at sun.security.ssl.Alert.createSSLException(Alert.java:117)
[2024-10-17T13:42:55.932Z] 	at sun.security.ssl.TransportContext.fatal(TransportContext.java:318)
[2024-10-17T13:42:55.932Z] 	at sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:293)
[2024-10-17T13:42:55.932Z] 	at sun.security.ssl.TransportContext.dispatch(TransportContext.java:185)
[2024-10-17T13:42:55.932Z] 	at sun.security.ssl.SSLTransport.decode(SSLTransport.java:152)
[2024-10-17T13:42:55.932Z] 	at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1401)
[2024-10-17T13:42:55.932Z] 	at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1309)
[2024-10-17T13:42:55.932Z] 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:440)
[2024-10-17T13:42:55.932Z] 	at sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:822)
[2024-10-17T13:42:55.932Z] 	at sun.security.ssl.SSLSocketImpl.access$200(SSLSocketImpl.java:73)
[2024-10-17T13:42:55.932Z] 	at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1184)
[2024-10-17T13:42:55.932Z] 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
[2024-10-17T13:42:55.932Z] 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
[2024-10-17T13:42:55.932Z] 	at java.io.DataOutputStream.flush(DataOutputStream.java:123)
[2024-10-17T13:42:55.932Z] 	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:229)
[2024-10-17T13:42:55.932Z] 	... 4 more

only 1 testcase failing on rerun, consider non-blocking https://github.com/adoptium/aqa-tests/issues/5701

# Timestamp: Thu Oct 17 13:45:16 2024 UTC 
# CUSTOM_TARGET: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh 
# 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: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh
        Test results: failed: 1
    duration_ms: 148048
  ...

jiekang avatar Oct 17 '24 17:10 jiekang

x86-64_alpine-linux ✔️

extended.openjdk 5 testcases fail, 2 still fail on rerun (known, non-blocking see https://github.com/adoptium/aqa-tests/issues/5701)

# CUSTOM_TARGET: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh java/net/Inet6Address/B6206527.java java/net/ipv6tests/B6521014.java jdk/jfr/event/runtime/TestThreadCpuTimeEvent.java 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 0   FAILED: 1   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 3; failed: 2; error: 0; skipped: 0 
1..1
not ok 1 - jdk_custom_0
  ---
    output:
      |
        Failed test cases: 
        TEST: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh
        TEST: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh
        Test results: passed: 3; failed: 2
    duration_ms: 19686
  ...

smlambert avatar Oct 18 '24 04:10 smlambert

ppc64le_linux ✔️

extended.openjdk 4 targets fail, 3 still fail on rerun - rerun hotspot_jre in Grinder/11219 - passes Grinder_20241018043824_JDK8_ppc64leLinux.tap.txt

# Timestamp: Thu Oct 17 15:51:37 2024 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 4   EXECUTED: 4   PASSED: 1   FAILED: 3   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 1,430; failed: 9; error: 0; skipped: 0 
1..4
not ok 1 - hotspot_jre_1
  ---
    output:
      |
        Failed test cases: 
        TEST: runtime/containers/docker/DockerBasicTest.java
        TEST: runtime/containers/docker/TestCPUSets.java
        TEST: runtime/containers/docker/TestCPUAwareness.java
        TEST: runtime/containers/docker/TestMemoryAwareness.java
        TEST: runtime/containers/docker/TestMisc.java
        Test results: passed: 762; failed: 5
    duration_ms: 893877
  ...
ok 2 - jdk_net_0
  ---
    output:
      |
        Test results: passed: 452
    duration_ms: 487155
  ...
not ok 3 - jdk_management_0
  ---
    output:
      |
        Failed test cases: 
        TEST: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh
        TEST: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh
        Test results: passed: 108; failed: 2
    duration_ms: 59232
  ...
not ok 4 - jdk_management_1
  ---
    output:
      |
        Failed test cases: 
        TEST: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh
        TEST: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh
        Test results: passed: 108; failed: 2
    duration_ms: 57523
  ...
11:38:33          DockerBasicTest
11:38:33  STDERR:
11:38:33   stdout: [];
11:38:33   stderr: [#1 [internal] load .dockerignore
11:38:33  #1 transferring context: 0.1s
11:38:33  #1 transferring context: 2B 0.1s done
11:38:33  #1 DONE 0.5s
11:38:33  
11:38:33  #2 [internal] load build definition from Dockerfile
11:38:33  #2 transferring dockerfile: 116B done
11:38:33  #2 DONE 0.5s
11:38:33  
11:38:33  #3 [internal] load metadata for docker.io/ppc64le/ubuntu:latest
11:38:33  #3 DONE 0.0s
11:38:33  
11:38:33  #4 [1/2] FROM docker.io/ppc64le/ubuntu:latest
11:38:33  #4 DONE 0.0s
11:38:33  
11:38:33  #5 [internal] load build context
11:38:33  #5 transferring context: 403.02MB 4.5s
11:38:33  #5 transferring context: 530.24MB 5.8s done
11:38:33  #5 DONE 6.3s
11:38:33  
11:38:33  #6 [2/2] COPY /jdk /jdk
11:38:33  #6 ERROR: failed to prepare sha256:0700f356d7032b9d1b2f4464c07f4dd32eb13cce54b847aeb14b904060dcde8f as 7y6d96f291il88eq64wiy6f8z: open /var/lib/docker/overlay2/c0d0633770d6f96870091aceba7042d4781ddf1a4a934df57cb64814a1f7575a/committed: no such file or directory

smlambert avatar Oct 18 '24 04:10 smlambert

x86-64_solaris ✔️

extended.openjdk 4 testcases failing, 2 are known and non-blocking, run the other 2 in Grinder/11218 - known failures tracked under https://github.com/adoptium/aqa-tests/issues/5127 (blocked port causing failures, machine config issue, non-blocking)

# Timestamp: Thu Oct 17 16:58:50 2024 UTC 
# CUSTOM_TARGET: javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java javax/net/ssl/SSLEngine/LargePacket.java sun/security/ec/TestEC.java sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.sh 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 0   FAILED: 1   DISABLED: 0   SKIPPED: 0
# TESTCASES RESULTS SUMMARY: passed: 2; failed: 4; error: 0; skipped: 0 
1..1
not ok 1 - jdk_custom_0
  ---
    output:
      |
        Failed test cases: 
        TEST: javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java
        TEST: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.sh
        TEST: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh
        TEST: sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.sh
        Test results: passed: 2; failed: 4
    duration_ms: 68324
  ...

SSLEngineExplorerMatchedSNI

06:34:42  STDERR:
06:34:42  javax.net.ssl.SSLProtocolException: Input record too big: max = 16709 len = 20288
06:34:42  	at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:508)
06:34:42  	at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
06:34:42  	at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
06:34:42  	at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:626)
06:34:42  	at SSLEngineService.receive(SSLEngineService.java:167)
06:34:42  	at SSLEngineExplorerMatchedSNI.doServerSide(SSLEngineExplorerMatchedSNI.java:160)
06:34:42  	at SSLEngineExplorerMatchedSNI.startServer(SSLEngineExplorerMatchedSNI.java:369)
06:34:42  	at SSLEngineExplorerMatchedSNI.<init>(SSLEngineExplorerMatchedSNI.java:319)
06:34:42  	at SSLEngineExplorerMatchedSNI.main(SSLEngineExplorerMatchedSNI.java:300)
06:34:42  	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:34:42  	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:34:42  	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:34:42  	at java.lang.reflect.Method.invoke(Method.java:498)
06:34:42  	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
06:34:42  	at java.lang.Thread.run(Thread.java:750)
06:34:42  
06:34:42  JavaTest Message: Test threw exception: javax.net.ssl.SSLProtocolException: Input record too big: max = 16709 len = 20288
06:34:42  JavaTest Message: shutting down test
06:34:42  
06:34:42  STATUS:Failed.`main' threw exception: javax.net.ssl.SSLProtocolException: Input record too big: max = 16709 len = 20288
06:34:42  rerun:

extended.system 1 target OAuthTest_0 fails and passes on rerun

# Timestamp: Thu Oct 17 14:02:22 2024 UTC 
# TEST TARGETS RESULTS SUMMARY: TOTAL: 1   EXECUTED: 1   PASSED: 1   FAILED: 0   DISABLED: 0   SKIPPED: 0
1..1
ok 1 - OAuthTest_0
  ---
    duration_ms: 33958
  ...

smlambert avatar Oct 18 '24 04:10 smlambert

ppc64_aix - Build broken

BUILD FAILURE - rebuild at ~~https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-aix-ppc64-temurin/476/~~ check where this build was rebuilt, it can not be 476 as that was launched via an EA trigger, not a GA triggered build.

smlambert avatar Oct 18 '24 04:10 smlambert

sparcv9_solaris

All test jobs fail, need investigation and then rerun via AQA_Test_Pipeline Check recent changes to /scripts/testenv/testenvSettings.sh

07:41:30  downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
07:41:30  Running tests...
[Pipeline] sh
07:41:32  + /usr/X11/bin/Xvfb :2 -screen 0 1024x768x24 
07:41:32  Error in setting egid to 0: Not owner
[Pipeline] echo
07:41:32  env.DISPLAY is :2
[Pipeline] echo
07:41:32  ITERATION: 1/1
[Pipeline] sh
07:41:33  + uname 
07:41:33  + [ SunOS = AIX ] 
07:41:33  + uname 
07:41:33  + [ SunOS = SunOS ] 
07:41:33  MAKE=gmake
07:41:33  + gmake -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown 
07:41:33  gmake: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
07:41:35  + uname 
07:41:35  + [ SunOS = AIX ] 
07:41:35  + uname 
07:41:35  + [ SunOS = SunOS ] 
07:41:35  MAKE=gmake
07:41:35  + cd ./aqa-tests 
07:41:35  + . ./scripts/testenv/testenvSettings.sh 
07:41:35  + set +x 
07:41:35  /export/home/jenkins/workspace/Test_openjdk8_hs_special.functional_sparcv9_solaris@tmp/durable-fe76701c/script.sh.copy: TKG_REPO=https://github.com/adoptium/TKG.git: is not an identifier
[Pipeline] sh
07:41:37  + uname 
07:41:37  + [ SunOS = AIX ] 
07:41:37  + uname 
07:41:37  + [ SunOS = SunOS ] 
07:41:37  MAKE=gmake
07:41:37  + gmake -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown 
07:41:37  gmake: Nothing to be done for 'testEnvTeardown'.
[Pipeline] echo
07:41:37  Could not find test result, set build result to FAILURE.
[Pipeline] }

Sophia - No changes after May, July release has similar , but not exactly issue https://github.com/adoptium/aqa-tests/issues/5441#issuecomment-2237247970. Just rerun https://ci.adoptium.net/view/Test_grinder/job/AQA_Test_Pipeline/380/ to see archive.zip extended.openjdk rerun https://ci.adoptium.net/job/Grinder/11253/ - passed Grinder_20241023124208.tap.txt

extended.perf rebuild https:/ Test_openjdk8_hs_extended.perf_sparcv9_solaris.tap.txt /ci.adoptium.net/job/Test_openjdk8_hs_extended.perf_sparcv9_solaris/147/ - passed

smlambert avatar Oct 18 '24 04:10 smlambert

arm-linux - same failures as July release https://github.com/adoptium/aqa-tests/issues/5441#issuecomment-2245646326, considered as non-blockers. TODO - investigate to report or exclude.

sanity.openjdk https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/657/ rerun build https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux_rerun/15/console

rerun TCgrinder 4594 - consistently failed. - same issues with July release https://github.com/adoptium/aqa-tests/issues/5441#issuecomment-2245646326 , intermittent failed before https://github.com/adoptium/aqa-tests/issues/3880#issuecomment-1192922081

rerun https://ci.adoptium.net/job/Grinder/11246/ consistently failed with similar error message

PAR_STREAM_FOR_EACH: java.lang.AssertionError: Maps do not have the same size:993 != 1000 java.lang.AssertionError: Maps do not have the same size:998 != 1000 java.lang.Error: PAR_STREAM_FOR_EACH_CLEAR_SIZED: java.lang.AssertionError: Maps do not have the same size:497 != 500 java.lang.Error: PAR_STREAM_FOR_EACH_CLEAR_SIZED: java.lang.AssertionError: Maps do not have the same size:9 != 10 java.lang.Error: PAR_STREAM_FOR_EACH_CLEAR_SIZED: java.lang.AssertionError: Maps do not have the same size:991 != 1000 java.lang.Error: PAR_STREAM_FOR_EACH_CLEAR_SIZED: java.lang.AssertionError: Maps do not have the same size:2046 != 2047

Those tests passed on Hostname: odroid-2 before, believe that's test-sxa-armv7l-ubuntu2004-odroid-2. We don't have this agent available, now only dockerhoset ones, not sure if that makes difference. rerun on https://ci.adoptium.net/job/Grinder/11248/ test-docker-debian12-armv7l-1 - failed. Feels similar issue , not exactly ones https://github.com/adoptium/aqa-tests/issues/2263

04:53:45  FAILED test targets:
04:53:45  	jdk_custom_0 - Test results: passed: 2; failed: 6 
04:53:45  		Failed test cases: 
04:53:45  			TEST: java/util/stream/boottest/java/util/stream/FlagOpTest.java
04:53:45          TEST: java/util/stream/boottest/java/util/stream/NodeTest.java
04:53:45          TEST: java/util/stream/test/org/openjdk/tests/java/util/stream/FilterOpTest.java
04:53:45          TEST: java/util/stream/test/org/openjdk/tests/java/util/stream/IntSliceOpTest.java
04:53:45          TEST: java/util/stream/test/org/openjdk/tests/java/util/stream/SequentialOpTest.java
04:53:45          TEST: java/util/stream/test/org/openjdk/tests/java/util/stream/StreamBuilderTest.java
04:53:45          
04:53:45  
04:53:45  TOTAL: 1   EXECUTED: 1   PASSED: 0   FAILED: 1   DISABLED: 0   SKIPPED: 0
04:53:45  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
04:53:45  
04:53:45  TESTCASES RESULTS SUMMARY: passed: 2; failed: 6; error: 0; skipped: 0
04:53:45  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

extended.openjdk https://ci.adoptium.net/job/Test_openjdk8_hs_extended.openjdk_arm_linux/133/

rerun build https://ci.adoptium.net/job/Test_openjdk8_hs_extended.openjdk_arm_linux_rerun/9/console

Based on comment of July release https://github.com/adoptium/aqa-tests/issues/5441#issuecomment-2245646326 rerun https://ci.adoptium.net/job/Grinder/11245/

08:54:34  TOTAL: 9   EXECUTED: 9   PASSED: 4   FAILED: 5   DISABLED: 0   SKIPPED: 0
08:54:34  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
08:54:34  
08:54:34  TESTCASES RESULTS SUMMARY: passed: 3,031; failed: 327; error: 0; skipped: 0
08:54:34  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

sanity.system https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_arm_linux/452/ rerun https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_arm_linux_rerun/11/ - passed

sophia-guo avatar Oct 22 '24 16:10 sophia-guo