-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
A-Build-SystemRelated to build systems or continuous integrationRelated to build systems or continuous integrationC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorD-ComplexQuite challenging from either a design or technical perspective. Ask for help!Quite challenging from either a design or technical perspective. Ask for help!D-Domain-ExpertRequires deep knowledge in a given domainRequires deep knowledge in a given domainP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!S-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changes
Description
The build-wasm-atomics
check has started failing CI.
Downloading crates ...
Downloaded cc v1.1.8
Downloaded serde_derive v1.0.205
Downloaded serde v1.0.205
error: "/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/Cargo.lock" does not exist, unable to build with the standard library, try:
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
Error: Process completed with exit code 101.
This is the run that first had this issue. I believe the cause was updating from Rust nightly 60d146580 2024-08-06
to 8b3870784 2024-08-07
.
I'm going to do further investigation to find which Rust commit is responsible.
Metadata
Metadata
Assignees
Labels
A-Build-SystemRelated to build systems or continuous integrationRelated to build systems or continuous integrationC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorD-ComplexQuite challenging from either a design or technical perspective. Ask for help!Quite challenging from either a design or technical perspective. Ask for help!D-Domain-ExpertRequires deep knowledge in a given domainRequires deep knowledge in a given domainP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!S-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changes