Compiling adler2 v2.0.0 Compiling memchr v2.7.4 Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2025-02-23-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling object v0.36.7 Compiling std v0.0.0 (/root/.rustup/toolchains/nightly-2025-02-23-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std) Compiling rustc-demangle v0.1.24 Compiling gimli v0.31.1 Compiling hashbrown v0.15.2 Compiling miniz_oxide v0.8.3 Compiling std_detect v0.1.5 (/root/.rustup/toolchains/nightly-2025-02-23-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect) Compiling addr2line v0.24.2error[E0308]: mismatched types --> /root/.rustup/toolchains/nightly-2025-02-23-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fs.rs:1038:33 |1038 | unsafe { CStr::from_ptr(self.entry.d_name.as_ptr()) } | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `*const u8`, found `*const i8` | | | arguments to this function are incorrect | = note: expected raw pointer `*const u8` found raw pointer `*const i8`note: associated function defined here --> /root/.rustup/toolchains/nightly-2025-02-23-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ffi/c_str.rs:264:25 |264 | pub const unsafe fn from_ptr<'a>(ptr: *const c_char) -> &'a CStr { | ^^^^^^^^For more information about this error, try `rustc --explain E0308`.error: could not compile `std` (lib) due to 1 previous error