🔔 does-it-build supports sending notifications to target maintainers via GitHub issues. You can add yourself with a PR. 🔔
Build date: 2025-07-06T07:13:21.287Z
Build duration: 20.219s
Builder does-it-build commit: 5a6180f8
Compiling compiler_builtins v0.1.151
Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2025-03-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2025-03-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2025-03-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2025-03-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
Compiling libc v0.2.170
Compiling cfg-if v1.0.0
error[E0412]: cannot find type `c_int` in this scope
--> /root/.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
--> /root/.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