Build results for nightly-2024-08-26 target armv7a-kmc-solid_asp3-eabi miri-std
error
Preparing a sysroot for Miri (target: armv7a-kmc-solid_asp3-eabi)...
warning: no edition set: defaulting to the 2015 edition while the latest is 2021
Compiling compiler_builtins v0.1.121
Checking core v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.158
Compiling memchr v2.5.0
Compiling std v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
Checking rustc-std-workspace-core v1.99.0 (/home/nora/.rustup/toolchains/nightly-2024-08-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
Checking alloc v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-26-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.24
Checking unwind v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
Checking rustc-std-workspace-alloc v1.99.0 (/home/nora/.rustup/toolchains/nightly-2024-08-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
Checking panic_unwind v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind)
Checking panic_abort v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
Checking gimli v0.29.0
Checking miniz_oxide v0.7.4
Checking object v0.36.2
Checking hashbrown v0.14.5
Checking std_detect v0.1.5 (/home/nora/.rustup/toolchains/nightly-2024-08-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
Checking addr2line v0.22.0
warning: dropping unsupported crate type `dylib` for target `armv7a-kmc-solid_asp3-eabi`
error[E0382]: use of partially moved value: `result`
--> /home/nora/.rustup/toolchains/nightly-2024-08-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/solid/fs.rs:544:20
|
541 | if let Err(err) = result
| --- value partially moved here
...
544 | return result;
| ^^^^^^ value used here after partial move
|
= note: partial move occurs because value has type `io::error::Error`, which does not implement the `Copy` trait
help: borrow this binding in the pattern to avoid moving the value
|
541 | if let Err(ref err) = result
| +++
For more information about this error, try `rustc --explain E0382`.
warning: `std` (lib) generated 1 warning
error: could not compile `std` (lib) due to 1 previous error; 1 warning emitted
fatal error: failed to build sysroot: sysroot build failed