Build date: 2025-07-09T14:08:49.259Z
Build duration: 23.472s
Builder does-it-build commit: 87ff3d03
Compiling compiler_builtins v0.1.101 Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2023-11-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2023-11-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2023-11-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc) Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2023-11-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling libc v0.2.149 Compiling cfg-if v1.0.0 Compiling cc v1.0.79 Compiling unwind v0.0.0 (/root/.rustup/toolchains/nightly-2023-11-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind) Compiling memchr v2.5.0 Compiling gimli v0.28.0 error[E0432]: unresolved import `alloc::sync` --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/read/dwarf.rs:2:12 | 2 | use alloc::sync::Arc; | ^^^^ could not find `sync` in `alloc` error[E0432]: unresolved import `alloc::sync` --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/read/abbrev.rs:4:12 | 4 | use alloc::sync::Arc; | ^^^^ could not find `sync` in `alloc` error[E0432]: unresolved import `alloc::sync` --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/read/lazy.rs:5:16 | 5 | use alloc::sync::Arc; | ^^^^ could not find `sync` in `alloc` error[E0432]: unresolved import `core::sync::atomic::AtomicPtr` --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/read/lazy.rs:6:30 | 6 | use core::sync::atomic::{AtomicPtr, Ordering}; | ^^^^^^^^^ no `AtomicPtr` in `sync::atomic` | note: found an item that was configured out --> /root/.rustup/toolchains/nightly-2023-11-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/sync/atomic.rs:220:12 | 220 | pub struct AtomicPtr<T> { | ^^^^^^^^^ = note: the item is gated behind the `ptr` feature error[E0282]: type annotations needed --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/read/lazy.rs:9:21 | 9 | #[derive(Debug, Default)] | ^ cannot infer type | = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) Some errors have detailed explanations: E0282, E0432. For more information about an error, try `rustc --explain E0282`. error: could not compile `gimli` (lib) due to 5 previous errors