Build date: 2025-07-09T07:10:14.261Z
Build duration: 20.957s
Builder does-it-build commit: 87ff3d03
Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Compiling compiler_builtins v0.1.103 Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2024-01-05-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2024-01-05-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2024-01-05-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc) Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2024-01-05-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling libc v0.2.150 Compiling cfg-if v1.0.0 Compiling memchr v2.5.0 Compiling unwind v0.0.0 (/root/.rustup/toolchains/nightly-2024-01-05-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind) 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[E0599]: no method named `compare_exchange` found for struct `AtomicPtr` in the current scope --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/read/lazy.rs:50:30 | 50 | match self.value.compare_exchange( | -----------^^^^^^^^^^^^^^^^ method not found in `AtomicPtr<T>` Some errors have detailed explanations: E0432, E0599. For more information about an error, try `rustc --explain E0432`. error: could not compile `gimli` (lib) due to 4 previous errors