-
Notifications
You must be signed in to change notification settings - Fork 643
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
ci-npd-build is flaky #1012
Comments
The latest test infra change is on 12/30/2024: https://github.com/kubernetes/test-infra/commits/master/config/jobs/kubernetes/node-problem-detector/node-problem-detector-ci.yaml The latest NPD change is on 1/7/2025: https://github.com/kubernetes/node-problem-detector/commits/master/ It does not look like related to any change. |
@BenTheElder Do you know if anything could cause this? |
cc @DigitalVeer |
looks pretty clear that the compiler is segfaulting under emulation (it fails when building arm64, which is running under qemu in buildkit) it could be the version of qemu in the image FWIW I highly recommend not compiling under emulation for performance and reliability reasons, instead you can cross-compile on the host architecture to the target architecture then copy that output to an image for the target architecture using a multi-stage build see for example: https://github.com/kubernetes-sigs/kind/blob/78cdad26107b27f0b0bc5ad5a878ef41ecab2705/images/local-path-provisioner/Dockerfile#L16-L22 (NOTE use of $TARGETARCH, $BUILDPLATFORM for the build step versus the final step) |
ci-npd-build has been flaky since 1/8/2025, with only 40% passing rate.
The text was updated successfully, but these errors were encountered: