Build #1895602 2025-03-22 03:19:40
# rustc version
rustc 1.87.0-nightly (be73c1f46 2025-03-21)# docs.rs version
docsrs 0.6.0 (004a02c4 2025-03-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/delay_timer-0.11.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/delay_timer-0.11.6/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--no-default-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250321-1.87.0-nightly-be73c1f46\", \"--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] [stdout] 11b6d3a208b423642be45ea88a20b0abe67424d6a32dcb3fcd34a2ff21cb21fd
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "11b6d3a208b423642be45ea88a20b0abe67424d6a32dcb3fcd34a2ff21cb21fd", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: cycle_tokio_task, demo, demo_async_std, demo_async_std_and_tracing, demo_async_tokio, dynamic_cancel, generic, increase, profile_memory, share_tokio_runtime
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting delay_timer v0.11.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition name: `RUSTC_IS_NIGHTLY`
[INFO] [stderr] --> src/lib.rs:238:13
[INFO] [stderr] |
[INFO] [stderr] 238 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(linked_list_cursors))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[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(RUSTC_IS_NIGHTLY)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(RUSTC_IS_NIGHTLY)");` 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 value: `status_report`
[INFO] [stderr] --> src/timer/timer_core.rs:175:11
[INFO] [stderr] |
[INFO] [stderr] 175 | #[cfg(feature = "status_report")]
[INFO] [stderr] | ^^^^^^^^^^---------------
[INFO] [stderr] | |
[INFO] [stderr] | help: there is a expected value with a similar name: `"status-report"`
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `default`, `full`, and `status-report`
[INFO] [stderr] = help: consider adding `status_report` as a feature in `Cargo.toml`
[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: `RUSTC_IS_NIGHTLY`
[INFO] [stderr] --> src/timer/runtime_trace/task_handle.rs:43:11
[INFO] [stderr] |
[INFO] [stderr] 43 | #[cfg(RUSTC_IS_NIGHTLY)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[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(RUSTC_IS_NIGHTLY)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(RUSTC_IS_NIGHTLY)");` 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: `RUSTC_IS_NIGHTLY`
[INFO] [stderr] --> src/timer/runtime_trace/task_handle.rs:86:15
[INFO] [stderr] |
[INFO] [stderr] 86 | #[cfg(not(RUSTC_IS_NIGHTLY))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[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(RUSTC_IS_NIGHTLY)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(RUSTC_IS_NIGHTLY)");` 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: `SPLIT_INCLUSIVE_COMPATIBLE`
[INFO] [stderr] --> src/utils/parse.rs:344:15
[INFO] [stderr] |
[INFO] [stderr] 344 | #[cfg(not(SPLIT_INCLUSIVE_COMPATIBLE))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[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(SPLIT_INCLUSIVE_COMPATIBLE)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(SPLIT_INCLUSIVE_COMPATIBLE)");` 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: `SPLIT_INCLUSIVE_COMPATIBLE`
[INFO] [stderr] --> src/utils/parse.rs:361:11
[INFO] [stderr] |
[INFO] [stderr] 361 | #[cfg(SPLIT_INCLUSIVE_COMPATIBLE)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[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(SPLIT_INCLUSIVE_COMPATIBLE)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(SPLIT_INCLUSIVE_COMPATIBLE)");` 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: unclosed HTML tag `dyn`
[INFO] [stderr] --> src/utils/convenience.rs:112:20
[INFO] [stderr] |
[INFO] [stderr] 112 | ///Create a Box<dyn DelayTaskHandler> illusion.
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `delay_timer` (lib doc) generated 7 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/delay_timer/index.html
[INFO] running `Command { std: "docker" "inspect" "11b6d3a208b423642be45ea88a20b0abe67424d6a32dcb3fcd34a2ff21cb21fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11b6d3a208b423642be45ea88a20b0abe67424d6a32dcb3fcd34a2ff21cb21fd", kill_on_drop: false }`
[INFO] [stdout] 11b6d3a208b423642be45ea88a20b0abe67424d6a32dcb3fcd34a2ff21cb21fd