Build results for nightly-2025-03-07 target riscv32imac-unknown-xous-elf miri-std
Home
error
Preparing a sysroot for Miri (target: riscv32imac-unknown-xous-elf)...
Compiling compiler_builtins v0.1.150
Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-03-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.170
Compiling object v0.36.7
Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-03-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
Checking rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-03-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
error[E0412]: cannot find type `c_int` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/xous.rs:15:20
|
15 | pub const INT_MIN: c_int = -2147483648;
| ^^^^^ not found in this scope
|
help: consider importing one of these type aliases
|
3 + use crate::c_int;
|
3 + use rustc_std_workspace_core::ffi::c_int;
|
error[E0412]: cannot find type `c_int` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/xous.rs:16:20
|
16 | pub const INT_MAX: c_int = 2147483647;
| ^^^^^ not found in this scope
|
help: consider importing one of these type aliases
|
3 + use crate::c_int;
|
3 + use rustc_std_workspace_core::ffi::c_int;
|
For more information about this error, try `rustc --explain E0412`.
error: could not compile `libc` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
fatal error: failed to build sysroot: sysroot build failed
Build history for target riscv32imac-unknown-xous-elf
Build state for nightly 2025-03-07