Describe the bug
The last clean build (when all quarkus native integration tests passed) was from December 18, 2025 here:
https://github.com/graalvm/mandrel/actions/runs/20321891451
This is using revision e98bc519e1abd959bd1ffc8cf84b94100eadda0d from quarkus.
Since December 19, 2025 or quarkus revision 614cd6f798646765ab0e1791528c820df4798cf7 all quarkus native integration tests fail:
https://github.com/graalvm/mandrel/actions/runs/20355898577
It doesn't seem GraalVM master revision related as I ran the same local GraalVM master build when verifying #51538. Now with a newer quarkus version it fails.
Steps to reproduce:
- Grab a graal-master build from the passing CI run here
- Build quarkus main, revision
614cd6f798646765ab0e1791528c820df4798cf7 or newer.
- Run any native integration test (e.g.
smallrye-config)
- Observe that the native binary doesn't start.
Expected behavior
Quarkus native integration tests pass.
Actual behavior
Quarkus native integration tests fail.