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: JDK8 #5692

Open
smlambert opened this issue Oct 16, 2024 · 7 comments
Open

October 2024 Release Triage: JDK8 #5692

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

Comments

@smlambert
Copy link
Contributor

smlambert commented Oct 16, 2024

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
sparcv9_solaris ⏸️ comment
x86-64_solaris ⏸️ comment
x86-32_windows comment

Separate pipeline and branch

Platform Status Results Actions
arm_linux ⏸️ comment
@smlambert
Copy link
Contributor Author

smlambert commented Oct 17, 2024

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

@jiekang
Copy link
Contributor

jiekang commented Oct 17, 2024

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: #5703

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

@smlambert
Copy link
Contributor Author

smlambert commented Oct 17, 2024

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 #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
Copy link
Contributor Author

smlambert commented Oct 17, 2024

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 #4256 (comment), 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)

@jiekang
Copy link
Contributor

jiekang commented Oct 17, 2024

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

@smlambert
Copy link
Contributor Author

x86-64_alpine-linux ✔️

extended.openjdk
5 testcases fail, 2 still fail on rerun (known, non-blocking see #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
Copy link
Contributor Author

ppc64le_linux

extended.openjdk
4 targets fail, 3 still fail on rerun

# 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
  ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

2 participants