Build results for nightly-2024-01-17 target thumbv5te-none-eabi std

Home
error

Build date: 2025-07-09T05:56:08.537Z

Build duration: 20.297s

Builder does-it-build commit: 87ff3d03

   Compiling compiler_builtins v0.1.105
   Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2024-01-17-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-17-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-17-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-17-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-17-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[E0282]: type annotations needed
   --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/read/dwarf.rs:101:18
    |
101 |             sup: None,
    |                  ^^^^ cannot infer type of the type parameter `T` declared on the enum `Option`
    |
help: consider specifying the generic argument
    |
101 |             sup: None::<T>,
    |                      +++++

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: E0282, E0432, E0599.
For more information about an error, try `rustc --explain E0282`.
error: could not compile `gimli` (lib) due to 5 previous errors

    

Build history for target thumbv5te-none-eabi

Build state for nightly 2024-01-17