Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2025-04-03-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling memchr v2.7.4 Compiling adler2 v2.0.0 Compiling object v0.36.7 Compiling std v0.0.0 (/root/.rustup/toolchains/nightly-2025-04-03-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std) Compiling rustc-demangle v0.1.24 Compiling gimli v0.31.1 Compiling std_detect v0.1.5 (/root/.rustup/toolchains/nightly-2025-04-03-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect) Compiling hashbrown v0.15.2 Compiling miniz_oxide v0.8.5error[E0432]: unresolved import `core::sync::atomic::AtomicUsize` --> /root/.rustup/toolchains/nightly-2025-04-03-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/cache.rs:8:5 |8 | use core::sync::atomic::AtomicUsize; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AtomicUsize` in `sync::atomic`For more information about this error, try `rustc --explain E0432`.error: could not compile `std_detect` (lib) due to 1 previous errorwarning: build failed, waiting for other jobs to finish...error[E0432]: unresolved import `alloc::sync` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/read/dwarf.rs:2:12 |2 | use alloc::sync::Arc; | ^^^^ could not find `sync` in `alloc`error[E0432]: unresolved import `alloc::sync` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/read/abbrev.rs:4:12 |4 | use alloc::sync::Arc; | ^^^^ could not find `sync` in `alloc`error: values of the type `[u8; 32768]` are too big for the target architecture --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.5/src/inflate/stream.rs:86:5 |86 | fn default() -> Self { | ^^^^^^^^^^^^^^^^^^^^error: could not compile `miniz_oxide` (lib) due to 1 previous errorerror: could not compile `gimli` (lib) due to 2 previous errors