Build results for nightly-2024-09-02 target armv7a-kmc-solid_asp3-eabi std

Home
error

Build date: 2025-07-08T05:04:14.617Z

Build duration: 34.833s

Builder does-it-build commit: 87ff3d03

   Compiling compiler_builtins v0.1.123
   Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2024-09-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
   Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2024-09-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
   Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2024-09-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
   Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2024-09-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
   Compiling libc v0.2.158
   Compiling cfg-if v1.0.0
   Compiling memchr v2.5.0
   Compiling unwind v0.0.0 (/root/.rustup/toolchains/nightly-2024-09-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
   Compiling gimli v0.29.0
   Compiling adler v1.0.2
   Compiling std v0.0.0 (/root/.rustup/toolchains/nightly-2024-09-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
   Compiling miniz_oxide v0.7.4
   Compiling addr2line v0.22.0
   Compiling panic_unwind v0.0.0 (/root/.rustup/toolchains/nightly-2024-09-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind)
   Compiling object v0.36.2
   Compiling panic_abort v0.0.0 (/root/.rustup/toolchains/nightly-2024-09-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
   Compiling std_detect v0.1.5 (/root/.rustup/toolchains/nightly-2024-09-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
   Compiling hashbrown v0.14.5
   Compiling rustc-demangle v0.1.24
error[E0382]: use of partially moved value: `result`
   --> /root/.rustup/toolchains/nightly-2024-09-02-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`.
error: could not compile `std` (lib) due to 1 previous error

    

Build history for target armv7a-kmc-solid_asp3-eabi

Build state for nightly 2024-09-02