Build results for nightly-2023-03-19 target msp430-none-elf miri-std

error
Preparing a sysroot for Miri (target: msp430-none-elf)...
   Compiling compiler_builtins v0.1.87
    Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-03-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
   Compiling libc v0.2.139
   Compiling cc v1.0.77
   Compiling memchr v2.5.0
   Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-03-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
   Compiling unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-03-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
    Checking rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-03-19-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-2023-03-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
    Checking cfg-if v1.0.0
    Checking adler v1.0.2
    Checking rustc-demangle v0.1.21
    Checking rustc-std-workspace-alloc v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-03-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
    Checking panic_abort v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-03-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
    Checking panic_unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-03-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind)
    Checking gimli v0.26.2
    Checking object v0.29.0
    Checking hashbrown v0.12.3
    Checking std_detect v0.1.5 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-03-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
error[E0432]: unresolved import `core::sync::atomic::AtomicUsize`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-03-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/cache.rs:8:5
  |
8 | use core::sync::atomic::AtomicUsize;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AtomicUsize` in `sync::atomic`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `std_detect` (lib) due to previous error
warning: build failed, waiting for other jobs to finish...
error[E0412]: cannot find type `GroupWord` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/raw/generic.rs:23:24
   |
23 | pub type BitMaskWord = GroupWord;
   |                        ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `GroupWord` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/raw/generic.rs:27:68
   |
27 | pub const BITMASK_MASK: BitMaskWord = 0x8080_8080_8080_8080_u64 as GroupWord;
   |                                                                    ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `GroupWord` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/raw/generic.rs:31:24
   |
31 | fn repeat(byte: u8) -> GroupWord {
   |                        ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `GroupWord` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/raw/generic.rs:40:18
   |
40 | pub struct Group(GroupWord);
   |                  ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `GroupWord` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/raw/generic.rs:40:18
   |
40 | pub struct Group(GroupWord);
   |                  ^^^^^^^^^ not found in this scope
   |
help: you might be missing a type parameter
   |
40 | pub struct Group(GroupWord);
   |                 +++++++++++

error[E0432]: unresolved import `alloc::sync`
 --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.26.2/src/read/dwarf.rs:2:12
  |
2 | use alloc::sync::Arc;
  |            ^^^^ could not find `sync` in `alloc`

error[E0308]: mismatched types
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/raw/generic.rs:64:20
   |
64 |             bytes: [EMPTY; Group::WIDTH],
   |                    ^^^^^^^^^^^^^^^^^^^^^ expected `Group::WIDTH`, found `Group::WIDTH`
   |
   = note: expected array `[u8; Group::WIDTH]`
              found array `[u8; Group::WIDTH]`

error[E0433]: failed to resolve: use of undeclared type `GroupWord`
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/raw/generic.rs:32:5
   |
32 |     GroupWord::from_ne_bytes([byte; Group::WIDTH])
   |     ^^^^^^^^^ use of undeclared type `GroupWord`

error[E0308]: mismatched types
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/raw/generic.rs:66:9
   |
56 |     pub const fn static_empty() -> &'static [u8; Group::WIDTH] {
   |                                    --------------------------- expected `&'static [u8; Group::WIDTH]` because of return type
...
66 |         &ALIGNED_BYTES.bytes
   |         ^^^^^^^^^^^^^^^^^^^^ expected `Group::WIDTH`, found `Group::WIDTH`
   |
   = note: expected reference `&'static [u8; Group::WIDTH]`
              found reference `&[u8; Group::WIDTH]`

Some errors have detailed explanations: E0308, E0412, E0433.
For more information about an error, try `rustc --explain E0308`.
error: could not compile `hashbrown` (lib) due to 8 previous errors
error: could not compile `gimli` (lib) due to previous error
fatal error: failed to build sysroot: sysroot build failed