Build date: 2025-07-06T09:15:14.229Z
Build duration: 23.839s
Builder does-it-build commit: 5a6180f8
Compiling compiler_builtins v0.1.146 Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2025-02-20-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-20-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-20-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-20-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-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind) Compiling std v0.0.0 (/root/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std) Compiling panic_unwind v0.0.0 (/root/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind) Compiling std_detect v0.1.5 (/root/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect) Compiling hashbrown v0.15.2 Compiling panic_abort v0.0.0 (/root/.rustup/toolchains/nightly-2025-02-20-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-20-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-20-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-20-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-20-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-20-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