infrastructure icon indicating copy to clipboard operation
infrastructure copied to clipboard

java/nio/file/DirectoryStream/SecureDS.java fails on newer Alpine OSs

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

java/nio/file/DirectoryStream/SecureDS.java fails for JDK17 x64 on our alpine 319 machines. Appeared in the April 2024 JDK17 aqa triage, https://github.com/adoptium/aqa-tests/issues/5231#issuecomment-2062885416. It passes on a 314 machine https://ci.adoptium.net/job/Grinder/9688/console

java.lang.AssertionError: SecureDirectoryStream not supported.
	at SecureDS.main(SecureDS.java:49)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
	at java.base/java.lang.Thread.run(Thread.java:840)

At the moment we dont know the latest alpine OS on which it passes, only that it fails on 319 and passes on 314

Related failure on arm32 linux https://bugs.openjdk.org/browse/JDK-8214078

Haroon-Khel avatar Apr 18 '24 13:04 Haroon-Khel