Compiling std v0.0.0 (/root/.rustup/toolchains/nightly-2025-07-05-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)error[E0308]: mismatched types --> /root/.rustup/toolchains/nightly-2025-07-05-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread.rs:225:42 |225 | let mut name = truncate_cstr::<{ libc::VX_TASK_RENAME_LENGTH - 1 }>(name); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `i32`error[E0425]: cannot find function `to_timespec` in this scope --> /root/.rustup/toolchains/nightly-2025-07-05-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/fs/unix.rs:1581:30 |1581 | let times = [to_timespec(times.accessed)?, to_timespec(times.modified)?]; | ^^^^^^^^^^^ not found in this scopeerror[E0425]: cannot find function `to_timespec` in this scope --> /root/.rustup/toolchains/nightly-2025-07-05-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/fs/unix.rs:1581:60 |1581 | let times = [to_timespec(times.accessed)?, to_timespec(times.modified)?]; | ^^^^^^^^^^^ not found in this scopeSome errors have detailed explanations: E0308, E0425.For more information about an error, try `rustc --explain E0308`.error: could not compile `std` (lib) due to 3 previous errors