Build results for nightly-2023-04-10 target msp430-none-elf miri-std
error
Preparing a sysroot for Miri (target: msp430-none-elf)...
Compiling compiler_builtins v0.1.91
Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-04-10-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.140
Compiling cc v1.0.77
Compiling memchr v2.5.0
Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-04-10-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-04-10-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-04-10-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-04-10-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-04-10-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-2023-04-10-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-2023-04-10-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
Checking gimli v0.26.2
Checking miniz_oxide v0.5.3
Checking hashbrown v0.12.3
Checking object v0.29.0
error[E0080]: evaluation of constant value failed
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.5.3/src/deflate/buffer.rs:8:37
|
8 | pub const LZ_CODE_BUF_SIZE: usize = 64 * 1024;
| ^^^^^^^^^ attempt to compute `64_usize * 1024_usize`, which would overflow
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
note: erroneous constant used
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.5.3/src/deflate/buffer.rs:10:34
|
10 | pub const OUT_BUF_SIZE: usize = (LZ_CODE_BUF_SIZE * 13) / 10;
| ^^^^^^^^^^^^^^^^
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
note: erroneous constant used
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.5.3/src/deflate/buffer.rs:49:17
|
49 | pub b: [u8; OUT_BUF_SIZE],
| ^^^^^^^^^^^^
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);
| +++++++++++
note: erroneous constant used
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.5.3/src/deflate/core.rs:1463:21
|
1463 | pub codes: [u8; LZ_CODE_BUF_SIZE],
| ^^^^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0080`.
error: could not compile `miniz_oxide` (lib) due to previous error
warning: build failed, waiting for other jobs to finish...
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]`
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`
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
For more information about this error, try `rustc --explain E0432`.
error: could not compile `gimli` (lib) due to previous error
fatal error: failed to build sysroot: sysroot build failed