-
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
sporadic macOS CI test failures #11334
Labels
A-testing-cargo-itself
Area: cargo's tests
O-macos
OS: macOS
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
Comments
bors
added a commit
that referenced
this issue
Dec 16, 2022
Fix collision_doc_profile test error This fixes the `collision_doc_profile` test which was sporadically failing on CI. My theory is that the first `common` build finishes quickly (or the other job slot is delayed). The proc-macro `pm` starts (likely very quickly due to pipelining), and it can jump ahead before the second `common` build starts (or at least before the `Message::Run` message gets delivered). The order isn't really important or relevant to this test (all that matters is that "common" shows up twice), so this ignores the order of the messages. cc #11334
#12010: https://github.com/rust-lang/cargo/actions/runs/4760024468
|
weihanglo
added
O-macos
OS: macOS
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
labels
Apr 24, 2023
#12298: https://github.com/rust-lang/cargo/actions/runs/5338877249/jobs/9676854240
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-testing-cargo-itself
Area: cargo's tests
O-macos
OS: macOS
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
About 3 days ago it looks like
rust-lang/cargo
has been migrated to the macos-12 CI image. Coincidentally, there have been some unexpected test failures on macOS. This issue is for tracking any future failures and investigating the cause, in case they are related.https://github.com/rust-lang/cargo/actions/runs/3382989341
https://github.com/rust-lang/cargo/actions/runs/3387966256
✅ https://github.com/rust-lang/cargo/actions/runs/3703048561
EDIT:
collision_doc_profile_split
has been fixed via #11489https://github.com/rust-lang/cargo/actions/runs/3917884106
The text was updated successfully, but these errors were encountered: