Build results for nightly-2024-04-19 target thumbv6m-none-eabi std

Home
error

Build date: 2025-07-08T20:08:11.711Z

Build duration: 23.063s

Builder does-it-build commit: 87ff3d03

   Compiling compiler_builtins v0.1.109
   Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2024-04-19-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-19-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-19-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-19-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-19-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-19-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:
            `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`
note: the trait `Sized` must be implemented
   --> /root/.rustup/toolchains/nightly-2024-04-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/marker.rs:145:1
    |
145 | pub trait Sized {
    | ^^^^^^^^^^^^^^^

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-19-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:
            `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`
note: the trait `Sized` must be implemented
   --> /root/.rustup/toolchains/nightly-2024-04-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/marker.rs:145:1
    |
145 | pub trait Sized {
    | ^^^^^^^^^^^^^^^

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

    

Build history for target thumbv6m-none-eabi

Build state for nightly 2024-04-19