Build results for nightly-2022-12-31 target msp430-none-elf std
Home
error
Preparing a sysroot for Miri (target: msp430-none-elf)...
Compiling compiler_builtins v0.1.85
Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2022-12-31-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.138
Compiling cc v1.0.76
Compiling memchr v2.5.0
Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2022-12-31-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
Compiling unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2022-12-31-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-2022-12-31-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-2022-12-31-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-2022-12-31-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-2022-12-31-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-2022-12-31-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
Checking gimli v0.26.1
Checking miniz_oxide v0.5.3
Checking std_detect v0.1.5 (/var/lib/does-it-build/.rustup/toolchains/nightly-2022-12-31-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
Checking hashbrown v0.12.3
error[E0432]: unresolved import `core::sync::atomic::AtomicUsize`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2022-12-31-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` 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/github.com-1ecc6299db9ec823/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/github.com-1ecc6299db9ec823/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/github.com-1ecc6299db9ec823/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/github.com-1ecc6299db9ec823/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/github.com-1ecc6299db9ec823/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: `<GroupWord>`
error[E0080]: evaluation of constant value failed
--> /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/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
note: erroneous constant used
--> /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.5.3/src/deflate/buffer.rs:10:34
|
10 | pub const OUT_BUF_SIZE: usize = (LZ_CODE_BUF_SIZE * 13) / 10;
| ^^^^^^^^^^^^^^^^
note: erroneous constant used
--> /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.5.3/src/deflate/buffer.rs:49:17
|
49 | pub b: [u8; OUT_BUF_SIZE],
| ^^^^^^^^^^^^
note: erroneous constant used
--> /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/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` due to previous error
error[E0308]: mismatched types
--> /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/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; _]`
found array `[u8; _]`
error[E0433]: failed to resolve: use of undeclared type `GroupWord`
--> /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/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/github.com-1ecc6299db9ec823/hashbrown-0.12.3/src/raw/generic.rs:66:9
|
56 | pub const fn static_empty() -> &'static [u8; Group::WIDTH] {
| --------------------------- expected `&'static [u8; _]` because of return type
...
66 | &ALIGNED_BYTES.bytes
| ^^^^^^^^^^^^^^^^^^^^ expected `Group::WIDTH`, found `Group::WIDTH`
|
= note: expected reference `&'static [u8; _]`
found reference `&[u8; _]`
error[E0282]: type annotations needed
--> /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/src/raw/generic.rs:73:39
|
73 | Group(ptr::read_unaligned(ptr.cast()))
| ^^^^ cannot infer type of the type parameter `U` declared on the associated function `cast`
|
help: consider specifying the generic argument
|
73 | Group(ptr::read_unaligned(ptr.cast::<U>()))
| +++++
error[E0282]: type annotations needed
--> /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/src/raw/generic.rs:83:29
|
83 | Group(ptr::read(ptr.cast()))
| ^^^^ cannot infer type of the type parameter `U` declared on the associated function `cast`
|
help: consider specifying the generic argument
|
83 | Group(ptr::read(ptr.cast::<U>()))
| +++++
error[E0432]: unresolved import `alloc::sync`
--> /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.1/src/read/dwarf.rs:2:12
|
2 | use alloc::sync::Arc;
| ^^^^ could not find `sync` in `alloc`
Some errors have detailed explanations: E0282, E0308, E0412, E0433.
For more information about an error, try `rustc --explain E0282`.
error: could not compile `hashbrown` due to 10 previous errors
error[E0283]: type annotations needed
--> /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.1/src/read/dwarf.rs:61:5
|
22 | #[derive(Debug, Default)]
| ------- in this derive macro expansion
...
61 | pub sup: Option<Arc<Dwarf<R>>>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
|
= note: cannot satisfy `_: rustc_std_workspace_core::default::Default`
= note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0282]: type annotations needed
--> /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.1/src/read/dwarf.rs:98:18
|
98 | sup: None,
| ^^^^ cannot infer type of the type parameter `T` declared on the enum `Option`
|
help: consider specifying the generic argument
|
98 | sup: None::<T>,
| +++++
error[E0282]: type annotations needed
--> /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.1/src/read/dwarf.rs:785:18
|
785 | sup: None,
| ^^^^ cannot infer type of the type parameter `T` declared on the enum `Option`
|
help: consider specifying the generic argument
|
785 | sup: None::<T>,
| +++++
Some errors have detailed explanations: E0282, E0283, E0432.
error: could not compile `gimli` due to 4 previous errors
fatal error: failed to build sysroot: sysroot build failed
Build history for target msp430-none-elf
Build state for nightly 2022-12-31