Build date: 2025-07-07T03:09:10.484Z
Build duration: 20.297s
Builder does-it-build commit: 5a6180f8
Blocking waiting for file lock on package cache Compiling compiler_builtins v0.1.160 (/root/.rustup/toolchains/nightly-2025-07-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2025-07-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2025-07-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2025-07-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc) Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2025-07-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling libc v0.2.174 error[E0432]: unresolved import `PT_FIRSTMACH` --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/riscv64.rs:1:5 | 1 | use PT_FIRSTMACH; | ^^^^^^^^^^^^ no external crate `PT_FIRSTMACH` error[E0412]: cannot find type `__freg` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/riscv64.rs:8:23 | 8 | pub type __fregset = [__freg; _NFREG]; | ^^^^^^ help: a union with a similar name exists: `__fpreg` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:161:13 | 161 | pub union $i { $($field)* } | ------------ similarly named union `__fpreg` defined here error[E0412]: cannot find type `__fpregset` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/riscv64.rs:13:22 | 8 | pub type __fregset = [__freg; _NFREG]; | -------------------------------------- similarly named type alias `__fregset` defined here ... 13 | pub __fregs: __fpregset, | ^^^^^^^^^^ help: a type alias with a similar name exists: `__fregset` error[E0412]: cannot find type `__fpregset` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/riscv64.rs:13:22 | 8 | pub type __fregset = [__freg; _NFREG]; | -------------------------------------- similarly named type alias `__fregset` defined here ... 13 | pub __fregs: __fpregset, | ^^^^^^^^^^ | help: a type alias with a similar name exists | 13 - pub __fregs: __fpregset, 13 + pub __fregs: __fregset, | help: you might be missing a type parameter --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26 | 118| pub struct $i<__fpregset> { $($field)* } | ++++++++++++ Some errors have detailed explanations: E0412, E0432. For more information about an error, try `rustc --explain E0412`. error: could not compile `libc` (lib) due to 4 previous errors