Open smlambert opened 1 year ago
If im reading the output right, it is expecting to find coreutils
?
In test-docker-centos8-x64-2
[root@6970e9fbf0aa ~]# which coreutils
/usr/bin/coreutils
[root@6970e9fbf0aa ~]# which sleep
/usr/bin/sleep
Taking https://ci.adoptopenjdk.net/computer/test-docker-centos8-x64-2/ offline until after release
Since CentOS8 is no longer supported, the correct action here is to decomission that system in preference for any avaiable UBI/RHEL8 systems
Rerunning on ubi8 machines since
https://ci.adoptium.net/job/Grinder/8749/console test-docker-ubi8-x64-1
https://ci.adoptium.net/job/Grinder/8750/console test-docker-ubi8-x64-2
Noting that CentOS and UBI containers seem to use the small wrapper around coreutils
by default, RHEL and Fedora do not.
@Haroon-Khel Do you recall the result of the two UBI Grinders above?
For any interested parties, an upstream fix with a special case for these environments can be done here:
Adjusted title so I recognise which issue this is ;-)
java/lang/ProcessHandle/InfoTest.java in jdk_lang fails on test-docker-centos8-x64-2 with
java.lang.AssertionError: Command: expected: 'sleep', actual: /usr/bin/coreutils expected [true] but found [false]
Test_
job on https://ci.adoptopenjdk.net which showed the failure https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_sanity.openjdk_x86-64_linux/264/Test Info Test Name: jdk_lang_0 Test Duration: 18 min 30 sec Machine: test-docker-centos8-x64-2 TRSS link for the test output: https://trss.adoptium.net/output/test?id=63c48eb7ed0b30773bb0d66f
Build Info Build Name: Test_openjdk17_hs_sanity.openjdk_x86-64_linux Jenkins Build start time: Jan 15 2023, 12:36 pm Jenkins Build URL: https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_sanity.openjdk_x86-64_linux/264/ TRSS link for the build: https://trss.adoptium.net/allTestsInfo?buildId=63c48defed0b30773bb0d3de
Java Version openjdk version "17.0.6" 2023-01-17 OpenJDK Runtime Environment Temurin-17.0.6+8 (build 17.0.6+8) OpenJDK 64-Bit Server VM Temurin-17.0.6+8 (build 17.0.6+8, mixed mode, sharing)
Rerun in Grinder