Build results for nightly-2026-07-14, target x86_64-unknown-helenos (std)

Home

🔔 does-it-build supports sending notifications to target maintainers via GitHub issues. You can add yourself with a PR. 🔔

error

Build date: 2026-07-14T05:33:05.579Z

Build duration: 75.054s

Builder does-it-build commit: 5518c49d7c6348ba

   Compiling compiler_builtins v0.1.160 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
   Compiling core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
   Compiling rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
   Compiling alloc v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
   Compiling rustc-std-workspace-alloc v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
   Compiling libc v0.2.185
   Compiling object v0.37.3
   Compiling unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
   Compiling gimli v0.32.3
   Compiling memchr v2.7.6
   Compiling adler2 v2.0.1
   Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
   Compiling miniz_oxide v0.8.9
   Compiling addr2line v0.25.1
   Compiling panic_unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind)
   Compiling std_detect v0.1.5 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std_detect)
   Compiling hashbrown v0.17.1
   Compiling panic_abort v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
   Compiling rustc-demangle v0.1.28
   Compiling cfg-if v1.0.4
error: none of the predicates in this `cfg_select` evaluated to true
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/alloc/mod.rs:66:1
    |
 66 | / cfg_select! {
 67 | |     any(
 68 | |         target_family = "unix",
 69 | |         target_os = "wasi",
...   |
116 | | }
    | |_^

error: none of the predicates in this `cfg_select` evaluated to true
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/io/error/mod.rs:1:1
   |
 1 | / cfg_select! {
 2 | |     target_os = "hermit" => {
 3 | |         mod hermit;
 4 | |         pub use hermit::*;
...  |
43 | | }
   | |_^

error: Using no_threads implementation on a target with threads
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/no_threads.rs:6:1
  |
6 | compile_error!("Using no_threads implementation on a target with threads");
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: Using no_threads implementation on a target with threads
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/sync/mutex/no_threads.rs:4:1
  |
4 | compile_error!("Using no_threads implementation on a target with threads");
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: Using no_threads implementation on a target with threads
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/sync/once/no_threads.rs:6:1
  |
6 | compile_error!("Using no_threads implementation on a target with threads");
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: Using no_threads implementation on a target with threads
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/no_threads.rs:4:1
  |
4 | compile_error!("Using no_threads implementation on a target with threads");
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0432]: unresolved imports `crate::sys::io::decode_error_kind`, `crate::sys::io::errno`, `crate::sys::io::error_string`, `crate::sys::io::is_interrupted`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/io/error.rs:10:15
   |
10 |     sys::io::{decode_error_kind, errno, error_string, is_interrupted},
   |               ^^^^^^^^^^^^^^^^^  ^^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^^^^^ no `is_interrupted` in `sys::io`
   |               |                  |      |
   |               |                  |      no `error_string` in `sys::io`
   |               |                  no `errno` in `sys::io`
   |               no `decode_error_kind` in `sys::io`

error[E0432]: unresolved import `imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/alloc/mod.rs:118:9
    |
118 | pub use imp::{alloc, dealloc, realloc};
    |         ^^^ use of unresolved module or unlinked crate `imp`
    |
    = help: if you wanted to use a crate named `imp`, use `cargo add imp` to add it to your `Cargo.toml`

error[E0432]: unresolved imports `error::decode_error_kind`, `error::errno`, `error::error_string`, `error::is_interrupted`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/io/mod.rs:44:17
   |
44 | pub use error::{decode_error_kind, errno, error_string, is_interrupted};
   |                 ^^^^^^^^^^^^^^^^^  ^^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^^^^^ no `is_interrupted` in `sys::io::error`
   |                 |                  |      |
   |                 |                  |      no `error_string` in `sys::io::error`
   |                 |                  no `errno` in `sys::io::error`
   |                 no `decode_error_kind` in `sys::io::error`

error[E0432]: unresolved import `imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/alloc/mod.rs:137:17
    |
137 |         pub use imp::alloc_zeroed;
    |                 ^^^ use of unresolved module or unlinked crate `imp`
    |
    = help: if you wanted to use a crate named `imp`, use `cargo add imp` to add it to your `Cargo.toml`

error[E0432]: unresolved imports `super::key::Key`, `super::key::LazyKey`, `super::key::get`, `super::key::set`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/os.rs:1:18
  |
1 | use super::key::{Key, LazyKey, get, set};
  |                  ^^^  ^^^^^^^  ^^^  ^^^ no `set` in `sys::thread_local::key`
  |                  |    |        |
  |                  |    |        no `get` in `sys::thread_local::key`
  |                  |    no `LazyKey` in `sys::thread_local::key`
  |                  no `Key` in `sys::thread_local::key`
  |
note: module `crate::collections::hash::set` exists but is inaccessible
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/collections/hash/mod.rs:4:1
  |
4 | pub mod set;
  | ^^^^^^^^^^^^ not accessible

error[E0432]: unresolved imports `crate::sys::thread_local::key::LazyKey`, `crate::sys::thread_local::key::set`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/guard/key.rs:6:37
  |
6 | use crate::sys::thread_local::key::{LazyKey, set};
  |                                     ^^^^^^^  ^^^ no `set` in `sys::thread_local::key`
  |                                     |
  |                                     no `LazyKey` in `sys::thread_local::key`
  |
note: module `crate::collections::hash::set` exists but is inaccessible
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/collections/hash/mod.rs:4:1
  |
4 | pub mod set;
  | ^^^^^^^^^^^^ not accessible

error[E0425]: cannot find function `fill_bytes` in module `sys`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/random.rs:70:14
   |
70 |         sys::fill_bytes(bytes)
   |              ^^^^^^^^^^ not found in `sys`

error[E0425]: cannot find function `fill_bytes` in this scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-07-14-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:129:5
    |
129 |     fill_bytes(&mut buf);
    |     ^^^^^^^^^^ not found in this scope

Some errors have detailed explanations: E0425, E0432.
For more information about an error, try `rustc --explain E0425`.
error: could not compile `std` (lib) due to 14 previous errors

    

Build history for target x86_64-unknown-helenos

Build state for nightly 2026-07-14