🔔 does-it-build supports sending notifications to target maintainers via GitHub issues. You can add yourself with a PR. 🔔
Build date: 2025-07-07T19:58:31.978Z
Build duration: 24.165s
Builder does-it-build commit: 87ff3d03
Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2024-11-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
warning: MIPS-I support is experimental
Compiling compiler_builtins v0.1.138
Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2024-11-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
warning: MIPS-I support is experimental
warning: MIPS-I support is experimental
Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2024-11-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
warning: MIPS-I support is experimental
Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2024-11-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
warning: MIPS-I support is experimental
Compiling libc v0.2.161
warning: MIPS-I support is experimental
Compiling cfg-if v1.0.0
warning: MIPS-I support is experimental
Compiling unwind v0.0.0 (/root/.rustup/toolchains/nightly-2024-11-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
warning: MIPS-I support is experimental
Compiling gimli v0.29.0
warning: MIPS-I support is experimental
error[E0432]: unresolved import `alloc::sync`
--> /root/.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`
--> /root/.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`
For more information about this error, try `rustc --explain E0432`.
error: could not compile `gimli` (lib) due to 2 previous errors