-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Smoke test failing due to missing library on test-docker-sles12-s390x-1 #3026
Comments
@Haroon-Khel I believe this is the machine that was removed this week under #3022 - it was one of the old machines that were replaced as part of #2673 but was seemingly left live (To be honest I'm amazed it was still there...) |
Are you sure? The one removed in #3022 is test-marist, this is test-docker which is a static docker container hosted on dockerhost-marist-ubuntu2204-s390x-1 |
Yes you're right - ignore me I'm talking nonsense ;-) |
That's going to need the symlink from libffi 4 to 6 that I think we put in place in the playbooks but I guess isn't in the static docker files. |
Made the link, running a smoke test on the machine https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-s390x-temurin_SmokeTests/182/console |
Looks good. Will add the solution to the Sles 12 dockerfile. Thanks |
@Haroon-Khel - Could you please apply the fix to test-docker-sles15-s390x-1? Appears to be the same issue. Link.
|
made the link from libffi.so.6 to libffi.so.7 as 4 is not present |
/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-s390x-temurin_SmokeTests@tmp/durable-9eb8412b/script.sh: line 1: awk: command not found installing awk and rerunning |
Thanks Haroon! 😃 |
Please ensure this is added to the SLES15 dockerstatic image - unusual not to have |
@adamfarley Ref the original problem with |
It was only seen on JDK8, yes. However, I did a search, and it appears that (other than the JDK21 run that failed with the awk issue) no other smoke tests ever ran on test-docker-sles15-s390x-1 (passed or failed). |
Assuming you mean my original issue there. The one on test-docker-sles15-s390x-1. The original problem for which this issue was raised was Haroon's issue on test-docker-sles12-s390x-1, which has had three recent smoke test runs on non-JDK8 Temurin builds, and they all passed. |
Can be closed since #3109 is merged |
JDK8 s390x Linux smoke test is failing on test-docker-sles12-s390x-1 due to a missing library
Latest failure https://ci.adoptium.net/view/Failing%20Temurin%20jobs/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-s390x-temurin/262/console
The text was updated successfully, but these errors were encountered: