Build results for nightly-2024-09-19 target x86_64-unknown-hurd-gnu miri-std
error
Preparing a sysroot for Miri (target: x86_64-unknown-hurd-gnu)...
warning: no edition set: defaulting to the 2015 edition while the latest is 2021
Compiling compiler_builtins v0.1.125
Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.158
Compiling memchr v2.5.0
Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
Checking rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
error[E0412]: cannot find type `__timeval` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/hurd/mod.rs:1061:20
|
53 | pub type __time_t = __slongword_type;
| ------------------------------------- similarly named type alias `__time_t` defined here
...
1061 | pub ut_tv: __timeval,
| ^^^^^^^^^ help: a type alias with a similar name exists: `__time_t`
For more information about this error, try `rustc --explain E0412`.
error: could not compile `libc` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
fatal error: failed to build sysroot: sysroot build failed