adoptium / infrastructure

This repo contains all information about machine maintenance.
Apache License 2.0
84 stars 100 forks source link

JDK8 arm32 tests failed with `fatal error` on three arm32 dockers #2687

Open sophia-guo opened 1 year ago

sophia-guo commented 1 year ago

The failures have been existed for a long time and no issue tracked. https://github.com/adoptium/aqa-tests/issues/3603#issuecomment-1113123584

https://github.com/adoptium/aqa-tests/issues/3880#issuecomment-1192922493

com/sun/net/httpserver/Test9.java.Test9 com/sun/net/httpserver/bugs/B6361557.java.B6361557 com/sun/net/httpserver/Test12.java.Test12 sun/security/ec/TestEC.java sun/security/ssl/SSLContextImpl/MD2InTrustAnchor.java

Some tests passed with re-run, might be machine issue?

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xf3f03320, pid=4171464, tid=0xd14af460
#
# JRE version: OpenJDK Runtime Environment (8.0_342-b07) (build 1.8.0_342-b07)
# Java VM: OpenJDK Client VM (25.342-b07 mixed mode linux-aarch32 )
# Problematic frame:
# j  sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoAbsence.absent(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V+0
#
# Core dump written. Default location: /home/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_arm_linux_testList_0/aqa-tests/TKG/output_16584846518090/jdk_net_2/work/scratch/3/core or core.4171464
#
# An error report file with more information is saved as:
# /home/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_arm_linux_testList_0/aqa-tests/TKG/output_16584846518090/jdk_net_2/work/scratch/3/hs_err_pid4171464.log
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
sophia-guo commented 1 year ago

This fatal error seems an infra issue as it consistently happened to all available three machines test-docker-ubuntu2004-armv7l-1, test-docker-ubuntu2004-armv7l-2, test-docker-ubuntu2004-armv7l-3, under https://ci.adoptopenjdk.net/label/ci.role.test&&sw.os.linux&&hw.arch.aarch32/ and no this issue with https://ci.adoptopenjdk.net/computer/test-sxa-armv7l-ubuntu2004-odroid-2/.

It's a general issue for hotspot_jre, could affect jdk_net, jdk_nio, jdk_io and jdk_jfr. Some tests passed could be labeled failure due to this issue. https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_extended.openjdk_arm_linux_testList_0/47/ https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_extended.openjdk_arm_linux_testList_1/47/

Take compiler/c2/Test8202414.java for example the fatal error will happen on those three machines https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/5334/ https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/5335/ https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/5339/

On test-sxa-armv7l-ubuntu2004-odroid-2 test failed with other issues https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/5333/

sophia-guo commented 1 year ago
sophia-guo commented 1 year ago

https://github.com/adoptium/aqa-tests/issues/3880