Build date: 2025-07-09T14:56:23.425Z
Build duration: 21.991s
Builder does-it-build commit: 87ff3d03
Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Compiling compiler_builtins v0.1.101 Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2023-10-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2023-10-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2023-10-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc) Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2023-10-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling libc v0.2.149 error[E0412]: cannot find type `Option` in this scope --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/teeos/mod.rs:1067:15 | 1067 | dtor: Option<unsafe extern "C" fn(*mut c_void)>, | ^^^^^^ not found in this scope | help: consider importing this enum through its public re-export | 9 + use Option; | error[E0412]: cannot find type `Option` in this scope --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/teeos/mod.rs:1128:54 | 1128 | pub fn pthread_once(pot: *mut pthread_once_t, f: Option<once_fn>) -> c_int; | ^^^^^^ not found in this scope | help: consider importing this enum through its public re-export | 9 + use Option; | For more information about this error, try `rustc --explain E0412`. error: could not compile `libc` (lib) due to 2 previous errors