Build date: 2025-07-05T21:30:01.261Z
Build duration: 25.801s
Builder does-it-build commit: 5a6180f8
Compiling compiler_builtins v0.1.159 Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2025-05-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2025-05-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2025-05-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc) Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2025-05-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling libc v0.2.172 error[E0412]: cannot find type `fpos_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:647:49 | 647 | pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; | ^^^^^^ help: an enum with a similar name exists: `fpos64_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/hurd/mod.rs:229:1 | 229 | pub enum fpos64_t {} // FIXME(hurd): fill this out with a struct | ----------------- similarly named enum `fpos64_t` defined here error[E0412]: cannot find type `fpos_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/mod.rs:650:51 | 650 | pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; | ^^^^^^ help: an enum with a similar name exists: `fpos64_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/unix/hurd/mod.rs:229:1 | 229 | pub enum fpos64_t {} // FIXME(hurd): fill this out with a struct | ----------------- similarly named enum `fpos64_t` defined here For more information about this error, try `rustc --explain E0412`. error: could not compile `libc` (lib) due to 2 previous errors