Build results for nightly-2024-02-09 target avr-unknown-gnu-atmega328 miri-std
Home
error
Preparing a sysroot for Miri (target: avr-unknown-gnu-atmega328)...
Compiling compiler_builtins v0.1.105
Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-02-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.153
Compiling memchr v2.5.0
Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-02-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
Checking rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-02-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
Checking alloc v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-02-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
Checking cfg-if v1.0.0
Checking adler v1.0.2
Checking unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-02-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
Checking rustc-demangle v0.1.23
Checking rustc-std-workspace-alloc v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-02-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
Checking panic_unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-02-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind)
Checking panic_abort v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-02-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
Checking gimli v0.28.0
Checking object v0.32.2
Checking hashbrown v0.14.3
Checking miniz_oxide v0.7.1
error[E0432]: unresolved import `alloc::sync`
--> /var/lib/does-it-build/.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`
--> /var/lib/does-it-build/.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`
--> /var/lib/does-it-build/.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`
Checking std_detect v0.1.5 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-02-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
error[E0282]: type annotations needed
--> /var/lib/does-it-build/.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 `rustc_std_workspace_core::sync::atomic::AtomicPtr` in the current scope
--> /var/lib/does-it-build/.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
warning: build failed, waiting for other jobs to finish...
fatal error: failed to build sysroot: sysroot build failed
Build history for target avr-unknown-gnu-atmega328
Build state for nightly 2024-02-09