Build #2258200 2025-06-24 07:56:14
# rustc version
rustc 1.90.0-nightly (706f244db 2025-06-23)# docs.rs version
docsrs 0.6.0 (0a8149e8 2025-06-15)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/native-timer-0.5.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/native-timer-0.5.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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250623-1.90.0-nightly-706f244db\", \"--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] 13f99699c7453412990644e41e8302b7dcaee3feee0101da80b213cb14189583
[INFO] running `Command { std: "docker" "start" "-a" "13f99699c7453412990644e41e8302b7dcaee3feee0101da80b213cb14189583", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `tracker`
[INFO] [stderr] --> src/common.rs:39:7
[INFO] [stderr] |
[INFO] [stderr] 39 | #[cfg(tracker)]
[INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "tracker"`
[INFO] [stderr] |
[INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracker)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracker)");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `tracker`
[INFO] [stderr] --> src/common.rs:42:7
[INFO] [stderr] |
[INFO] [stderr] 42 | #[cfg(tracker)]
[INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "tracker"`
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracker)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracker)");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `tracker`
[INFO] [stderr] --> src/common.rs:65:11
[INFO] [stderr] |
[INFO] [stderr] 65 | #[cfg(not(tracker))]
[INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "tracker"`
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracker)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracker)");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `tracker`
[INFO] [stderr] --> src/common.rs:68:11
[INFO] [stderr] |
[INFO] [stderr] 68 | #[cfg(not(tracker))]
[INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "tracker"`
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tracker)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracker)");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unused import: `without_tracker::*`
[INFO] [stderr] --> src/common.rs:66:16
[INFO] [stderr] |
[INFO] [stderr] 66 | pub(crate) use without_tracker::*;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: type alias `MutWrapperUnsafeRepr` is never used
[INFO] [stderr] --> src/common.rs:33:17
[INFO] [stderr] |
[INFO] [stderr] 33 | pub(crate) type MutWrapperUnsafeRepr = usize;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(dead_code)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: function `is_mutwrapper_unsafe_repr_valid` is never used
[INFO] [stderr] --> src/common.rs:72:19
[INFO] [stderr] |
[INFO] [stderr] 72 | pub(crate) fn is_mutwrapper_unsafe_repr_valid(_key: MutWrapperUnsafeRepr) -> bool { true }
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: function `save_mutwrapper_unsafe_repr` is never used
[INFO] [stderr] --> src/common.rs:73:19
[INFO] [stderr] |
[INFO] [stderr] 73 | pub(crate) fn save_mutwrapper_unsafe_repr(_key: MutWrapperUnsafeRepr) { }
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: function `remove_mutwrapper_unsafe_repr` is never used
[INFO] [stderr] --> src/common.rs:74:19
[INFO] [stderr] |
[INFO] [stderr] 74 | pub(crate) fn remove_mutwrapper_unsafe_repr(_key: MutWrapperUnsafeRepr) { }
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr] --> src/unix.rs:118:13
[INFO] [stderr] |
[INFO] [stderr] 118 | DEFAULT_QUEUE.as_ref().unwrap()
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `native-timer` (lib) generated 10 warnings (run `cargo fix --lib -p native-timer` to apply 1 suggestion)
[INFO] [stderr] Scraping native-timer v0.5.2 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting native-timer v0.5.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `native-timer` (lib doc) generated 4 warnings (4 duplicates)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/native_timer/index.html
[INFO] running `Command { std: "docker" "inspect" "13f99699c7453412990644e41e8302b7dcaee3feee0101da80b213cb14189583", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13f99699c7453412990644e41e8302b7dcaee3feee0101da80b213cb14189583", kill_on_drop: false }`
[INFO] [stdout] 13f99699c7453412990644e41e8302b7dcaee3feee0101da80b213cb14189583