Build date: 2025-07-08T18:54:53.886Z
Build duration: 21.867s
Builder does-it-build commit: 87ff3d03
Compiling compiler_builtins v0.1.109 Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2024-04-30-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2024-04-30-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2024-04-30-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc) Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2024-04-30-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling libc v0.2.153 Compiling cfg-if v1.0.0 Compiling memchr v2.5.0 Compiling unwind v0.0.0 (/root/.rustup/toolchains/nightly-2024-04-30-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind) Compiling gimli v0.28.1 error[E0432]: unresolved import `alloc::sync` --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/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.1/src/read/abbrev.rs:4:12 | 4 | use alloc::sync::Arc; | ^^^^ could not find `sync` in `alloc` error[E0599]: the method `map` exists for enum `Result<Dwarf<R>, Error>`, but its trait bounds were not satisfied --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/src/read/dwarf.rs:682:39 | 23 | pub struct Dwarf<R> { | ------------------- doesn't satisfy `Dwarf<R>: Sized` ... 682 | self.cu_sections(row, parent).map(Some) | ^^^ method cannot be called on `Result<Dwarf<R>, Error>` due to unsatisfied trait bounds | ::: /root/.rustup/toolchains/nightly-2024-04-30-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:502:1 | 502 | pub enum Result<T, E> { | --------------------- doesn't satisfy `_: Iterator` | = note: the following trait bounds were not satisfied: `{type error}: Sized` which is required by `Dwarf<R>: Sized` `rustc_std_workspace_core::result::Result<Dwarf<R>, read::Error>: Iterator` which is required by `&mut rustc_std_workspace_core::result::Result<Dwarf<R>, read::Error>: Iterator` error[E0599]: the method `map` exists for enum `Result<Dwarf<R>, Error>`, but its trait bounds were not satisfied --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/src/read/dwarf.rs:696:39 | 23 | pub struct Dwarf<R> { | ------------------- doesn't satisfy `Dwarf<R>: Sized` ... 696 | self.tu_sections(row, parent).map(Some) | ^^^ method cannot be called on `Result<Dwarf<R>, Error>` due to unsatisfied trait bounds | ::: /root/.rustup/toolchains/nightly-2024-04-30-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:502:1 | 502 | pub enum Result<T, E> { | --------------------- doesn't satisfy `_: Iterator` | = note: the following trait bounds were not satisfied: `{type error}: Sized` which is required by `Dwarf<R>: Sized` `rustc_std_workspace_core::result::Result<Dwarf<R>, read::Error>: Iterator` which is required by `&mut rustc_std_workspace_core::result::Result<Dwarf<R>, read::Error>: Iterator` 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