I am seeing a new CI failure with the latest nightly rust version 1.86.0-nightly (43ca9d18e 2025-02-08):
+ cargo check -p libm --no-default-features
error: process didn't exit successfully: `C:\Users\runneradmin\.rustup\toolchains\nightly-i686-pc-windows-gnu\bin\rustc.exe -vV` (exit code: 0xc000007b)
rust version 1.86.0-nightly (43ca9d18e 2025-02-08) works correctly.
This happened attempting to build the libm crate; however, it looks like this is just failing to run rustc.exe -vV so it doesn't seem crate-specific. I am still investigating, some work at rust-lang/libm#506.
I am seeing a new CI failure with the latest nightly
rust version 1.86.0-nightly (43ca9d18e 2025-02-08):rust version 1.86.0-nightly (43ca9d18e 2025-02-08)works correctly.This happened attempting to build the
libmcrate; however, it looks like this is just failing to runrustc.exe -vVso it doesn't seem crate-specific. I am still investigating, some work at rust-lang/libm#506.