Segmentation fault on GitHub's macos-14
runner
#8858
Labels
bug
This issue is a bug.
p2
This is a standard priority issue
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
Hello there! Rustup maintainer here.
We use AWS S3 to manage our releases, and since recently when running
aws --debug s3 cp --recursive
using GitHub Actions' preinstalledaws
CLI, the command might fail with a segfault.The original Zulip post reporting this issue: https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/Strange.20error.20with.20Rustup's.20release.20process.20on.20macOS.20ARM64.
Expected Behavior
The command runs without issue and exit successfully.
Current Behavior
https://github.com/rust-lang/rustup/actions/runs/10267911140/job/28409617969
Reproduction Steps
Run the command under the
macos-14
environment, and it will fail quite often.Possible Solution
This could also be a problem with https://github.com/actions/runner-images updating to a faulty version of AWS CLI.
Please note that the repo above claims to have installed AWS CLI like so:
https://github.com/actions/runner-images/blob/22143c7c6811f8936d42f49d964007df427788cb/images/macos/scripts/build/install-aws-tools.sh#L9-L11
Additional Information/Context
This doesn't seem to reproduce with other runners in our CI, so it could be ARM64 macOS-specific:
CLI version used
aws-cli/2.17.18 Python/3.11.9 Darwin/23.5.0 exe/x86_64 [sic]
Environment details (OS name and version, etc.)
macOS ARM64 14.5
The text was updated successfully, but these errors were encountered: