Build date: 2025-07-10T07:47:04.844Z
Build duration: 22.783s
Builder does-it-build commit: 87ff3d03
Compiling compiler_builtins v0.1.91 Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2023-05-21-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2023-05-21-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2023-05-21-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc) Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2023-05-21-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling libc v0.2.143 Compiling cfg-if v1.0.0 Compiling cc v1.0.77 Compiling unwind v0.0.0 (/root/.rustup/toolchains/nightly-2023-05-21-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind) Compiling memchr v2.5.0 Compiling gimli v0.27.2 error[E0432]: unresolved import `alloc::sync` --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.27.2/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.27.2/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.27.2/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.27.2/src/read/lazy.rs:6:30 | 6 | use core::sync::atomic::{AtomicPtr, Ordering}; | ^^^^^^^^^ no `AtomicPtr` in `sync::atomic` error[E0282]: type annotations needed --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.27.2/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