🔔 does-it-build supports sending notifications to target maintainers via GitHub issues. You can add yourself with a PR. 🔔
Build date: 2025-07-06T11:49:19.054Z
Build duration: 18.928s
Builder does-it-build commit: 5a6180f8
Compiling compiler_builtins v0.1.143
Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2025-01-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2025-01-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2025-01-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2025-01-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
Compiling libc v0.2.169
error[E0432]: unresolved import `PT_FIRSTMACH`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.169/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.169/src/unix/bsd/netbsdlike/netbsd/riscv64.rs:11:23
|
11 | 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.169/src/macros.rs:160:13
|
160 | 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.169/src/unix/bsd/netbsdlike/netbsd/riscv64.rs:16:22
|
11 | pub type __fregset = [__freg; _NFREG];
| -------------------------------------- similarly named type alias `__fregset` defined here
...
16 | 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.169/src/unix/bsd/netbsdlike/netbsd/riscv64.rs:16:22
|
11 | pub type __fregset = [__freg; _NFREG];
| -------------------------------------- similarly named type alias `__fregset` defined here
...
16 | pub __fregs: __fpregset,
| ^^^^^^^^^^
|
help: a type alias with a similar name exists
|
16 | pub __fregs: __fregset,
| ~~~~~~~~~
help: you might be missing a type parameter
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.169/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