-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cargo test --no-run
sometimes gets SIGKILL out of thin air on MacOS
#10476
Comments
Apparently CI failures are unrelated: <rust-lang/cargo#10476>
Apparently CI failures are unrelated: <rust-lang/cargo#10476>
Can you get the system logs? I don't know offhand how to get those from GitHub Actions. Normally I record them locally using I see |
This also happens to me,
|
I was also able to intermittently reproduce this when using
However, without anything changing on my system to my knowledge (i.e. the same session). It started succeeding without fail. Notably this was after I started trying to capture the system logs via Console.app. M1 Pro, macOS Sonoma 14.5 (23F79) |
Problem
In xshell, my macos builds fail fairly frequently with
See, eg
https://github.com/matklad/xshell/runs/5529460783?check_suite_focus=true#step:4:22
What specifically happens here is that GitHub actions invokes
cargo run --example ci
, and that example recursively invokescargo test --run
, which then gets killed.It seems like this is something we saw previously in #7821 and #10060.
Opening this issue to signal that this doesn't seem to be entirely fixed!
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: