Build #1674182 2025-01-26T15:43:18.966512+00:00
# rustc version
rustc 1.86.0-nightly (f7cc13af8 2025-01-25)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/irox-log-0.2.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/irox-log-0.2.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250125-1.86.0-nightly-f7cc13af8\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 8747ae659c15aaa4923f5a8c1e4d088b6cbffe855ca0be1d35e776025fe3bff8
[INFO] running `Command { std: "docker" "start" "-a" "8747ae659c15aaa4923f5a8c1e4d088b6cbffe855ca0be1d35e776025fe3bff8", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting irox-log v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `std`
[INFO] [stderr] --> src/console.rs:14:5
[INFO] [stderr] |
[INFO] [stderr] 14 | use std::io::Write;
[INFO] [stderr] | ^^^ use of unresolved module or unlinked crate `std`
[INFO] [stderr] |
[INFO] [stderr] = help: if you wanted to use a crate named `std`, use `cargo add std` to add it to your `Cargo.toml`
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `format` in this scope
[INFO] [stderr] --> src/console.rs:53:29
[INFO] [stderr] |
[INFO] [stderr] 53 | Level::Error => format!("{}ERROR{}", FORMAT_COLOR_FG_RED, FORMAT_RESET),
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: consider importing one of these macros
[INFO] [stderr] |
[INFO] [stderr] 14 + use alloc::format;
[INFO] [stderr] |
[INFO] [stderr] 14 + use irox_tools::format;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `format` in this scope
[INFO] [stderr] --> src/console.rs:54:28
[INFO] [stderr] |
[INFO] [stderr] 54 | Level::Warn => format!("{}WARN{FORMAT_RESET}", FORMAT_COLOR_FG_YELLOW),
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: consider importing one of these macros
[INFO] [stderr] |
[INFO] [stderr] 14 + use alloc::format;
[INFO] [stderr] |
[INFO] [stderr] 14 + use irox_tools::format;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `format` in this scope
[INFO] [stderr] --> src/console.rs:55:28
[INFO] [stderr] |
[INFO] [stderr] 55 | Level::Info => format!("{}INFO{FORMAT_RESET}", FORMAT_COLOR_FG_BLUE),
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: consider importing one of these macros
[INFO] [stderr] |
[INFO] [stderr] 14 + use alloc::format;
[INFO] [stderr] |
[INFO] [stderr] 14 + use irox_tools::format;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `format` in this scope
[INFO] [stderr] --> src/console.rs:56:29
[INFO] [stderr] |
[INFO] [stderr] 56 | Level::Debug => format!("{}DEBUG{FORMAT_RESET}", FORMAT_COLOR_FG_MAGENTA),
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: consider importing one of these macros
[INFO] [stderr] |
[INFO] [stderr] 14 + use alloc::format;
[INFO] [stderr] |
[INFO] [stderr] 14 + use irox_tools::format;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `format` in this scope
[INFO] [stderr] --> src/console.rs:57:29
[INFO] [stderr] |
[INFO] [stderr] 57 | Level::Trace => format!("{}TRACE{FORMAT_RESET}", FORMAT_COLOR_FG_CYAN),
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: consider importing one of these macros
[INFO] [stderr] |
[INFO] [stderr] 14 + use alloc::format;
[INFO] [stderr] |
[INFO] [stderr] 14 + use irox_tools::format;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `eprintln` in this scope
[INFO] [stderr] --> src/lib.rs:27:17
[INFO] [stderr] |
[INFO] [stderr] 27 | eprintln!("Error setting logger: {e:?}");
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 44 | set_con_logger!(ERROR_LOGGER);
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `set_con_logger` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `eprintln` in this scope
[INFO] [stderr] --> src/lib.rs:27:17
[INFO] [stderr] |
[INFO] [stderr] 27 | eprintln!("Error setting logger: {e:?}");
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 47 | set_con_logger!(WARN_LOGGER);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `set_con_logger` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `eprintln` in this scope
[INFO] [stderr] --> src/lib.rs:27:17
[INFO] [stderr] |
[INFO] [stderr] 27 | eprintln!("Error setting logger: {e:?}");
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 50 | set_con_logger!(INFO_LOGGER);
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `set_con_logger` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `eprintln` in this scope
[INFO] [stderr] --> src/lib.rs:27:17
[INFO] [stderr] |
[INFO] [stderr] 27 | eprintln!("Error setting logger: {e:?}");
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 53 | set_con_logger!(DEBUG_LOGGER);
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `set_con_logger` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `eprintln` in this scope
[INFO] [stderr] --> src/lib.rs:27:17
[INFO] [stderr] |
[INFO] [stderr] 27 | eprintln!("Error setting logger: {e:?}");
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 56 | set_con_logger!(TRACE_LOGGER);
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `set_con_logger` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr] --> src/lib.rs:19:1
[INFO] [stderr] |
[INFO] [stderr] 19 | / cfg_feature_std! {
[INFO] [stderr] 20 | | use core::str::FromStr;
[INFO] [stderr] 21 | | use log::Level;
[INFO] [stderr] 22 | | pub mod console;
[INFO] [stderr] ... |
[INFO] [stderr] 74 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-25; consider upgrading it if it is out of date
[INFO] [stderr] = note: this error originates in the macro `cfg_feature_std` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0433, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not document `irox-log`
[INFO] running `Command { std: "docker" "inspect" "8747ae659c15aaa4923f5a8c1e4d088b6cbffe855ca0be1d35e776025fe3bff8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8747ae659c15aaa4923f5a8c1e4d088b6cbffe855ca0be1d35e776025fe3bff8", kill_on_drop: false }`
[INFO] [stdout] 8747ae659c15aaa4923f5a8c1e4d088b6cbffe855ca0be1d35e776025fe3bff8