Build results for nightly-2024-08-18 target riscv32imac-unknown-xous-elf miri-std

Home
pass
Preparing a sysroot for Miri (target: riscv32imac-unknown-xous-elf)...
warning: no edition set: defaulting to the 2015 edition while the latest is 2021
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
   Compiling compiler_builtins v0.1.118
    Checking core v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
   Compiling libc v0.2.155
   Compiling memchr v2.5.0
   Compiling dlmalloc v0.2.6
   Compiling std v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-18-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-18-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-18-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 rustc-std-workspace-alloc v1.99.0 (/home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
    Checking panic_abort v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
    Checking gimli v0.28.1
    Checking gimli v0.29.0
    Checking object v0.36.2
    Checking miniz_oxide v0.7.4
    Checking hashbrown v0.14.5
    Checking std_detect v0.1.5 (/home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
    Checking addr2line v0.22.0
    Checking unwinding v0.2.1
    Checking unwind v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
    Checking panic_unwind v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind)
warning: dropping unsupported crate type `dylib` for target `riscv32imac-unknown-xous-elf`

warning: creating a shared reference to mutable static is discouraged
  --> /home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/xous/os.rs:48:48
   |
48 |             unwind::set_custom_eh_frame_finder(&super::eh_unwinding::EH_FRAME_SETTINGS).ok();
   |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
   |
   = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
   = note: this will be a hard error in the 2024 edition
   = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
   = note: `#[warn(static_mut_refs)]` on by default
help: use `addr_of!` instead to create a raw pointer
   |
48 |             unwind::set_custom_eh_frame_finder(addr_of!(super::eh_unwinding::EH_FRAME_SETTINGS)).ok();
   |                                                ~~~~~~~~~                                      +

warning: field `code` is never read
 --> /home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/dns.rs:9:9
  |
8 | pub struct DnsError {
  |            -------- field in this struct
9 |     pub code: u8,
  |         ^^^^
  |
  = note: `#[warn(dead_code)]` on by default

warning: field `sin_family` is never read
  --> /home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/mod.rs:63:13
   |
62 |     pub struct sockaddr_in {
   |                ----------- field in this struct
63 |         pub sin_family: sa_family_t,
   |             ^^^^^^^^^^
   |
   = note: `sockaddr_in` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis

warning: field `sin6_family` is never read
  --> /home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/mod.rs:75:13
   |
74 |     pub struct sockaddr_in6 {
   |                ------------ field in this struct
75 |         pub sin6_family: sa_family_t,
   |             ^^^^^^^^^^^
   |
   = note: `sockaddr_in6` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis

warning: `std` (lib) generated 5 warnings
    Checking rustc-std-workspace-std v1.99.0 (/home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-std)
    Checking proc_macro v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/proc_macro)
    Checking unicode-width v0.1.13
    Checking getopts v0.2.21
    Checking test v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/test)
    Checking sysroot v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-08-18-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/sysroot)
    Checking custom-local-sysroot v0.0.0 (/tmp/.tmpoQqAGQ)
    Finished `custom_sysroot` profile [optimized] target(s) in 37.19s
A sysroot for Miri is now available in `/tmp/.tmp6kFuaz`.

    

Build history for target riscv32imac-unknown-xous-elf

Build state for nightly 2024-08-18