🔔 does-it-build supports sending notifications to target maintainers via GitHub issues. You can add yourself with a PR. 🔔
Build date: 2025-07-06T09:39:59.643Z
Build duration: 28.893s
Builder does-it-build commit: 5a6180f8
Compiling compiler_builtins v0.1.146
Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
Compiling cfg-if v1.0.0
Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
Compiling unwind v0.0.0 (/root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
Compiling std v0.0.0 (/root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
Compiling panic_unwind v0.0.0 (/root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind)
Compiling hashbrown v0.15.2
Compiling std_detect v0.1.5 (/root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
Compiling panic_abort v0.0.0 (/root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
Compiling rustc-demangle v0.1.24
Compiling windows-targets v0.0.0 (/root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/windows_targets)
error[E0412]: cannot find type `BOOLEAN` in this scope
--> /root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c.rs:207:20
|
207 | Alertable: BOOLEAN,
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `BOOLEAN` in this scope
--> /root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c.rs:216:20
|
216 | Alertable: BOOLEAN,
| ^^^^^^^ not found in this scope
error[E0308]: mismatched types
--> /root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/windows.rs:17:9
|
17 | assert_ne!(ret, 0, "failed to generate random data");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| expected `bool`, found integer
| expected because this is `bool`
|
= note: this error originates in the macro `assert_ne` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0308]: mismatched types
--> /root/.rustup/toolchains/nightly-2025-02-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/windows7.rs:47:62
|
47 | unsafe { c::TryAcquireSRWLockExclusive(raw(self)) != 0 }
| ---------------------------------------- ^ expected `bool`, found integer
| |
| expected because this is `bool`
Some errors have detailed explanations: E0308, E0412.
For more information about an error, try `rustc --explain E0308`.
error: could not compile `std` (lib) due to 4 previous errors