infrastructure icon indicating copy to clipboard operation
infrastructure copied to clipboard

sun/security/krb5/auto/rcache_usemd5.sh failing some aarch64 linux machines for JDK8

Open Haroon-Khel opened this issue 10 months ago • 4 comments

First appearing in the April 2024 jdk 8 dry run triage, https://github.com/adoptium/aqa-tests/issues/5213#issuecomment-2051506962,

sun/security/krb5/auto/rcache_usemd5.sh
Nsanity started
Ja started
Jb started
Na started
Nb started
java.lang.Exception
	at ReplayCacheTestProc.main0(ReplayCacheTestProc.java:272)
	at ReplayCacheTestProc.main(ReplayCacheTestProc.java:319)
	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)
java.lang.Exception
	at ReplayCacheTestProc.main0(ReplayCacheTestProc.java:272)
	at ReplayCacheTestProc.main(ReplayCacheTestProc.java:319)
	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)

JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.Exception

Passes on test-docker-ubuntu2004-armv8l-1 https://ci.adoptium.net/job/Grinder/9602/ and other machines such as test-docker-ubuntu1804-armv8l-4 and test-docker-ubuntu2004-armv8l-2.

Fails on test-docker-ubuntu2204-armv8-2, test-docker-ubuntu2310-armv8l-1, test-docker-ubuntu2204-armv8-3, test-docker-fedora39-armv8l-1, test-docker-debain12-armv8l-1

The test belongs to openjdk sanity jdk_security4 target

Haroon-Khel avatar Apr 15 '24 15:04 Haroon-Khel