🔔 does-it-build supports sending notifications to target maintainers via GitHub issues. You can add yourself with a PR. 🔔
Build date: 2025-07-10T09:55:54.439Z
Build duration: 20.692s
Builder does-it-build commit: 87ff3d03
Compiling compiler_builtins v0.1.91
Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2023-04-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2023-04-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2023-04-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2023-04-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
Compiling libc v0.2.142
error[E0428]: the name `MAP_HUGETLB` is defined multiple times
--> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.142/src/unix/linux_like/linux/musl/b32/powerpc.rs:380:1
|
257 | pub const MAP_HUGETLB: ::c_int = 0x040000;
| ------------------------------------------ previous definition of the value `MAP_HUGETLB` here
...
380 | pub const MAP_HUGETLB: ::c_int = 0x040000;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `MAP_HUGETLB` redefined here
|
= note: `MAP_HUGETLB` must be defined only once in the value namespace of this module
For more information about this error, try `rustc --explain E0428`.
error: could not compile `libc` (lib) due to previous error