-
Notifications
You must be signed in to change notification settings - Fork 5
UBI10 runtime and builder #386
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
Conversation
4c712fc to
e1caeb2
Compare
|
I noticed the same GDB failure on "jdk-24-ubi - 3.21.4 - ubuntu-22.04" as tracked here: graalvm/mandrel#919 |
Re-running... |
|
Mandrel Builder Image / jdk-21-ubi - 3.21.4 - ubuntu-22.04-arm (pull_request) fails with: |
jerboaa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
I don't think it does. It's an expected message from the previous test, doesn't it? It fails on the JFR...? |
You are right. Fails with: |
|
Cannot reproduce the JFR thing locally:
aarch64 and amd64 CentOS 9 podman, both fine locally. I can see the error now. I've been browsing a wrong GHA tarball. It seems that some GHA aarch64 runs suffer from: i.e. likely a race condition in the JFR perf test container cleanup code. Gonna check that... |
|
These things... |
…tainer name /my-jfr-performance-runner is already in use by container.... You have to remove (or rename) that container to be able to reuse that name.
|
The JFR container name thing seems gone with and there is a new failure: The error comes from Hyperfoil though, occures during our Quarkus java run: Not gonna do anything about it in this PR. |
|
So, the only failure is the gcc one now graalvm/mandrel#919 Merging. |
Inspired by @gsmet 's commit
74d0fbe
from PR #384
This PR:
Why retain an ordered list of those runtime images even if a particular builder image is not compatible?

So as we can pretty print the black square, clearly explaining that a particular combination is deemed incompatible:
Note: It seems that UBI10 built image can run on UBI9 at the moment, it's probably due to the compatible gcc toolchain. I haven't found any promises about it being that way in the future, so I excluded UBI9 anyway.
This test run was made with this very branch:
quarkusio/quarkus-images#313 (comment)