🔔 does-it-build supports sending notifications to target maintainers via GitHub issues. You can add yourself with a PR. 🔔
Build date: 2025-07-10T01:18:56.509Z
Build duration: 23.7s
Builder does-it-build commit: 87ff3d03
Compiling compiler_builtins v0.1.95
Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2023-07-22-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2023-07-22-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2023-07-22-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2023-07-22-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
Compiling libc v0.2.147
Compiling cfg-if v1.0.0
Compiling cc v1.0.79
Compiling unwind v0.0.0 (/root/.rustup/toolchains/nightly-2023-07-22-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
Compiling memchr v2.5.0
Compiling gimli v0.27.3
error[E0432]: unresolved import `alloc::sync`
--> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.27.3/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.3/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.3/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.27.3/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