Build date: 2025-07-10T00:46:13.236Z
Build duration: 21.034s
Builder does-it-build commit: 87ff3d03
Compiling compiler_builtins v0.1.98 Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2023-07-27-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2023-07-27-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2023-07-27-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc) Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2023-07-27-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling libc v0.2.147 error[E0428]: the name `MAP_HUGETLB` is defined multiple times --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/musl/b32/powerpc.rs:383:1 | 257 | pub const MAP_HUGETLB: ::c_int = 0x040000; | ------------------------------------------ previous definition of the value `MAP_HUGETLB` here ... 383 | 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