Compiling gimli v0.29.0 Compiling miniz_oxide v0.7.4 Compiling std_detect v0.1.5 (/root/.rustup/toolchains/nightly-2024-11-23-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)error[E0432]: unresolved import `core::sync::atomic::AtomicUsize` --> /root/.rustup/toolchains/nightly-2024-11-23-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-6f17d22bba15001f/gimli-0.29.0/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-6f17d22bba15001f/gimli-0.29.0/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-6f17d22bba15001f/miniz_oxide-0.7.4/src/inflate/stream.rs:85:5 |85 | 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