Build results for nightly-2023-10-30 target aarch64-unknown-teeos std

Home
error

Build date: 2025-07-09T14:20:50.023Z

Build duration: 28.246s

Builder does-it-build commit: 87ff3d03

    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-30-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-30-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-30-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-30-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

    

Build history for target aarch64-unknown-teeos

Build state for nightly 2023-10-30