Build results for nightly-2026-08-29, target powerpc-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-08-29T03:47:46.815Z

Build duration: 53.65s

Builder does-it-build commit: 5518c49d7c6348ba

   Compiling compiler_builtins v0.1.160 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-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-08-29-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-08-29-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-08-29-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-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
   Compiling libc v0.2.189
   Compiling object v0.39.1
   Compiling unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
   Compiling gimli v0.34.0
   Compiling adler2 v2.0.1
   Compiling memchr v2.8.3
   Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
   Compiling miniz_oxide v0.9.1
   Compiling addr2line v0.27.1
   Compiling panic_unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-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-08-29-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-08-29-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-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/alloc/mod.rs:66:1
    |
 66 | / cfg_select! {
 67 | |     any(target_family = "unix", target_os = "wasi", target_os = "teeos", target_os = "trusty") => {
 68 | |         mod unix;
 69 | |         use unix as imp;
...   |
111 | | }
    | |_^

error: none of the predicates in this `cfg_select` evaluated to true
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-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::*;
...  |
38 | | }
   | |_^

error: Using no_threads implementation on a target with threads
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-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-08-29-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-08-29-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-08-29-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-08-29-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-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/alloc/mod.rs:113:9
    |
113 | 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-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/io/mod.rs:54:17
   |
54 | 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-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/alloc/mod.rs:127:17
    |
127 |         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-08-29-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: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:166:35
    |
153 |           any(
    |  ____________-
154 | |             all(not(target_vendor = "apple"), not(target_family = "wasm"), target_family = "unix"),
155 | |             all(not(target_thread_local), target_vendor = "apple"),
156 | |             target_os = "teeos",
157 | |             all(target_os = "wasi", target_env = "p3"),
158 | |         ) => {
    | |_________- the item is gated here
...
166 |               pub(super) use unix::{Key, set};
    |                                     ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:173:38
    |
169 |         all(not(target_thread_local), target_os = "windows") => {
    |            ------------------------------------------------- the item is gated here
...
173 |             pub(super) use windows::{Key, LazyKey, get, run_dtors, set};
    |                                      ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:181:34
    |
175 |         all(target_vendor = "fortanix", target_env = "sgx") => {
    |            ------------------------------------------------ the item is gated here
...
181 |             pub(super) use sgx::{Key, get, set};
    |                                  ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:191:35
    |
184 |         target_os = "xous" => {
    |         ------------------ the item is gated behind the `xous` feature
...
191 |             pub(super) use xous::{Key, get, set};
    |                                   ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:198:43
    |
194 |         target_os = "motor" => {
    |         ------------------- the item is gated behind the `motor` feature
...
198 |             pub(super) use moto_rt::tls::{Key, get, set};
    |                                           ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:163:34
    |
153 |           any(
    |  ____________-
154 | |             all(not(target_vendor = "apple"), not(target_family = "wasm"), target_family = "unix"),
155 | |             all(not(target_thread_local), target_vendor = "apple"),
156 | |             target_os = "teeos",
157 | |             all(target_os = "wasi", target_env = "p3"),
158 | |         ) => {
    | |_________- the item is gated here
...
163 |               pub(super) use racy::LazyKey;
    |                                    ^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:173:43
    |
169 |         all(not(target_thread_local), target_os = "windows") => {
    |            ------------------------------------------------- the item is gated here
...
173 |             pub(super) use windows::{Key, LazyKey, get, run_dtors, set};
    |                                           ^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:180:34
    |
175 |         all(target_vendor = "fortanix", target_env = "sgx") => {
    |            ------------------------------------------------ the item is gated here
...
180 |             pub(super) use racy::LazyKey;
    |                                  ^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:189:34
    |
184 |         target_os = "xous" => {
    |         ------------------ the item is gated behind the `xous` feature
...
189 |             pub(super) use racy::LazyKey;
    |                                  ^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:200:34
    |
194 |         target_os = "motor" => {
    |         ------------------- the item is gated behind the `motor` feature
...
200 |             pub(super) use racy::LazyKey;
    |                                  ^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:165:34
    |
153 |           any(
    |  ____________-
154 | |             all(not(target_vendor = "apple"), not(target_family = "wasm"), target_family = "unix"),
155 | |             all(not(target_thread_local), target_vendor = "apple"),
156 | |             target_os = "teeos",
157 | |             all(target_os = "wasi", target_env = "p3"),
158 | |         ) => {
    | |_________- the item is gated here
...
165 |               pub(super) use unix::get;
    |                                    ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:173:52
    |
169 |         all(not(target_thread_local), target_os = "windows") => {
    |            ------------------------------------------------- the item is gated here
...
173 |             pub(super) use windows::{Key, LazyKey, get, run_dtors, set};
    |                                                    ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:181:39
    |
175 |         all(target_vendor = "fortanix", target_env = "sgx") => {
    |            ------------------------------------------------ the item is gated here
...
181 |             pub(super) use sgx::{Key, get, set};
    |                                       ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:191:40
    |
184 |         target_os = "xous" => {
    |         ------------------ the item is gated behind the `xous` feature
...
191 |             pub(super) use xous::{Key, get, set};
    |                                        ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:198:48
    |
194 |         target_os = "motor" => {
    |         ------------------- the item is gated behind the `motor` feature
...
198 |             pub(super) use moto_rt::tls::{Key, get, set};
    |                                                ^^^
note: module `crate::collections::hash::set` exists but is inaccessible
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/collections/hash/mod.rs:4:1
    |
  4 | pub mod set;
    | ^^^^^^^^^^^^ not accessible
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:166:40
    |
153 |           any(
    |  ____________-
154 | |             all(not(target_vendor = "apple"), not(target_family = "wasm"), target_family = "unix"),
155 | |             all(not(target_thread_local), target_vendor = "apple"),
156 | |             target_os = "teeos",
157 | |             all(target_os = "wasi", target_env = "p3"),
158 | |         ) => {
    | |_________- the item is gated here
...
166 |               pub(super) use unix::{Key, set};
    |                                          ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:173:68
    |
169 |         all(not(target_thread_local), target_os = "windows") => {
    |            ------------------------------------------------- the item is gated here
...
173 |             pub(super) use windows::{Key, LazyKey, get, run_dtors, set};
    |                                                                    ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:181:44
    |
175 |         all(target_vendor = "fortanix", target_env = "sgx") => {
    |            ------------------------------------------------ the item is gated here
...
181 |             pub(super) use sgx::{Key, get, set};
    |                                            ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:191:45
    |
184 |         target_os = "xous" => {
    |         ------------------ the item is gated behind the `xous` feature
...
191 |             pub(super) use xous::{Key, get, set};
    |                                             ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:198:53
    |
194 |         target_os = "motor" => {
    |         ------------------- the item is gated behind the `motor` feature
...
198 |             pub(super) use moto_rt::tls::{Key, get, set};
    |                                                     ^^^

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-08-29-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: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:163:34
    |
153 |           any(
    |  ____________-
154 | |             all(not(target_vendor = "apple"), not(target_family = "wasm"), target_family = "unix"),
155 | |             all(not(target_thread_local), target_vendor = "apple"),
156 | |             target_os = "teeos",
157 | |             all(target_os = "wasi", target_env = "p3"),
158 | |         ) => {
    | |_________- the item is gated here
...
163 |               pub(super) use racy::LazyKey;
    |                                    ^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:173:43
    |
169 |         all(not(target_thread_local), target_os = "windows") => {
    |            ------------------------------------------------- the item is gated here
...
173 |             pub(super) use windows::{Key, LazyKey, get, run_dtors, set};
    |                                           ^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:180:34
    |
175 |         all(target_vendor = "fortanix", target_env = "sgx") => {
    |            ------------------------------------------------ the item is gated here
...
180 |             pub(super) use racy::LazyKey;
    |                                  ^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:189:34
    |
184 |         target_os = "xous" => {
    |         ------------------ the item is gated behind the `xous` feature
...
189 |             pub(super) use racy::LazyKey;
    |                                  ^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:200:34
    |
194 |         target_os = "motor" => {
    |         ------------------- the item is gated behind the `motor` feature
...
200 |             pub(super) use racy::LazyKey;
    |                                  ^^^^^^^
note: module `crate::collections::hash::set` exists but is inaccessible
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/collections/hash/mod.rs:4:1
    |
  4 | pub mod set;
    | ^^^^^^^^^^^^ not accessible
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:166:40
    |
153 |           any(
    |  ____________-
154 | |             all(not(target_vendor = "apple"), not(target_family = "wasm"), target_family = "unix"),
155 | |             all(not(target_thread_local), target_vendor = "apple"),
156 | |             target_os = "teeos",
157 | |             all(target_os = "wasi", target_env = "p3"),
158 | |         ) => {
    | |_________- the item is gated here
...
166 |               pub(super) use unix::{Key, set};
    |                                          ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:173:68
    |
169 |         all(not(target_thread_local), target_os = "windows") => {
    |            ------------------------------------------------- the item is gated here
...
173 |             pub(super) use windows::{Key, LazyKey, get, run_dtors, set};
    |                                                                    ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:181:44
    |
175 |         all(target_vendor = "fortanix", target_env = "sgx") => {
    |            ------------------------------------------------ the item is gated here
...
181 |             pub(super) use sgx::{Key, get, set};
    |                                            ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:191:45
    |
184 |         target_os = "xous" => {
    |         ------------------ the item is gated behind the `xous` feature
...
191 |             pub(super) use xous::{Key, get, set};
    |                                             ^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/thread_local/mod.rs:198:53
    |
194 |         target_os = "motor" => {
    |         ------------------- the item is gated behind the `motor` feature
...
198 |             pub(super) use moto_rt::tls::{Key, get, set};
    |                                                     ^^^

error[E0425]: cannot find function `fill_bytes` in module `sys`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/random.rs:149:14
    |
149 |         sys::fill_bytes(bytes)
    |              ^^^^^^^^^^ not found in `sys`
    |
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:5:25
    |
  3 |     any(target_os = "linux", target_os = "android") => {
    |        -------------------------------------------- the item is gated here
  4 |         mod linux;
  5 |         pub use linux::{fill_bytes, hashmap_random_keys};
    |                         ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:9:26
    |
  7 |     target_os = "windows" => {
    |     --------------------- the item is gated behind the `windows` feature
  8 |         mod windows;
  9 |         pub use windows::fill_bytes;
    |                          ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:13:24
    |
 11 |     target_vendor = "apple" => {
    |     ----------------------- the item is gated behind the `apple` feature
 12 |         mod apple;
 13 |         pub use apple::fill_bytes;
    |                        ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:29:29
    |
 16 |       any(
    |  ________-
 17 | |         target_os = "dragonfly",
 18 | |         target_os = "freebsd",
 19 | |         target_os = "haiku",
...   |
 26 | |         target_os = "nuttx",
 27 | |     ) => {
    | |_____- the item is gated here
 28 |           mod arc4random;
 29 |           pub use arc4random::fill_bytes;
    |                               ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:33:29
    |
 31 |     target_os = "emscripten" => {
    |     ------------------------ the item is gated behind the `emscripten` feature
 32 |         mod getentropy;
 33 |         pub use getentropy::fill_bytes;
    |                             ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:37:25
    |
 35 |     target_os = "espidf" => {
    |     -------------------- the item is gated behind the `espidf` feature
 36 |         mod espidf;
 37 |         pub use espidf::fill_bytes;
    |                         ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:41:26
    |
 39 |     target_os = "fuchsia" => {
    |     --------------------- the item is gated behind the `fuchsia` feature
 40 |         mod fuchsia;
 41 |         pub use fuchsia::fill_bytes;
    |                          ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:45:25
    |
 43 |     target_os = "hermit" => {
    |     -------------------- the item is gated behind the `hermit` feature
 44 |         mod hermit;
 45 |         pub use hermit::fill_bytes;
    |                         ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:50:28
    |
 47 |     any(target_os = "horizon", target_os = "cygwin") => {
    |        --------------------------------------------- the item is gated here
...
 50 |         pub use getrandom::fill_bytes;
    |                            ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:54:30
    |
 52 |     any(target_os = "aix", target_os = "hurd", target_os = "nto", target_os = "qnx") => {
    |        ----------------------------------------------------------------------------- the item is gated here
 53 |         mod unix_legacy;
 54 |         pub use unix_legacy::fill_bytes;
    |                              ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:58:24
    |
 56 |     target_os = "redox" => {
    |     ------------------- the item is gated behind the `redox` feature
 57 |         mod redox;
 58 |         pub use redox::fill_bytes;
    |                        ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:62:24
    |
 60 |     target_os = "motor" => {
    |     ------------------- the item is gated behind the `motor` feature
 61 |         mod motor;
 62 |         pub use motor::fill_bytes;
    |                        ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:66:22
    |
 64 |     all(target_vendor = "fortanix", target_env = "sgx") => {
    |        ------------------------------------------------ the item is gated here
 65 |         mod sgx;
 66 |         pub use sgx::fill_bytes;
    |                      ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:70:24
    |
 68 |     target_os = "solid_asp3" => {
    |     ------------------------ the item is gated behind the `solid_asp3` feature
 69 |         mod solid;
 70 |         pub use solid::fill_bytes;
    |                        ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:74:24
    |
 72 |     target_os = "teeos" => {
    |     ------------------- the item is gated behind the `teeos` feature
 73 |         mod teeos;
 74 |         pub use teeos::fill_bytes;
    |                        ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:78:25
    |
 76 |     target_os = "trusty" => {
    |     -------------------- the item is gated behind the `trusty` feature
 77 |         mod trusty;
 78 |         pub use trusty::fill_bytes;
    |                         ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:82:23
    |
 80 |     target_os = "uefi" => {
    |     ------------------ the item is gated behind the `uefi` feature
 81 |         mod uefi;
 82 |         pub use uefi::fill_bytes;
    |                       ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:86:26
    |
 84 |     target_os = "vxworks" => {
    |     --------------------- the item is gated behind the `vxworks` feature
 85 |         mod vxworks;
 86 |         pub use vxworks::fill_bytes;
    |                          ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:90:25
    |
 88 |     all(target_os = "wasi", target_env = "p1") => {
    |        --------------------------------------- the item is gated here
 89 |         mod wasip1;
 90 |         pub use wasip1::fill_bytes;
    |                         ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:94:24
    |
 92 |     all(target_os = "wasi", any(target_env = "p2", target_env = "p3")) => {
    |        --------------------------------------------------------------- the item is gated here
 93 |         mod wasi;
 94 |         pub use wasi::{fill_bytes, hashmap_random_keys};
    |                        ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:98:23
    |
 96 |     target_os = "zkvm" => {
    |     ------------------ the item is gated behind the `zkvm` feature
 97 |         mod zkvm;
 98 |         pub use zkvm::fill_bytes;
    |                       ^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:109:31
    |
100 |       any(
    |  ________-
101 | |         all(target_family = "wasm", target_os = "unknown"),
102 | |         target_os = "xous",
103 | |         target_os = "vexos",
104 | |         target_os = "l4re",
105 | |     ) => {
    | |_____- the item is gated here
...
109 |           pub use unsupported::{fill_bytes, hashmap_random_keys};
    |                                 ^^^^^^^^^^

error[E0425]: cannot find function `fill_bytes` in this scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-08-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/random/mod.rs:125:5
    |
125 |     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 powerpc-unknown-helenos

Build state for nightly 2026-08-29