-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed as not planned
Labels
A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
There seems to be a race condition that sometimes triggers this assertion in CI builds:
rust/compiler/rustc_codegen_ssa/src/back/write.rs
Line 1464 in e97c29b
assert_eq!(main_thread_worker_state, MainThreadWorkerState::Codegenning); |
See #86965 (comment) for an example.
Let's start collecting instances of this issue here.
Metadata
Metadata
Assignees
Labels
A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.