Build results for nightly-2023-09-09 target powerpc-unknown-linux-musl miri-std
error
Preparing a sysroot for Miri (target: powerpc-unknown-linux-musl)...
Compiling compiler_builtins v0.1.100
Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-09-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.147
Compiling cc v1.0.79
Compiling memchr v2.5.0
Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-09-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
Compiling unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-09-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
Checking rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-09-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
error[E0428]: the name `MAP_HUGETLB` is defined multiple times
--> /var/lib/does-it-build/.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
warning: build failed, waiting for other jobs to finish...
fatal error: failed to build sysroot: sysroot build failed