prodash 29.0.0

A dashboard for visualizing progress of asynchronous and possibly blocking tasks
Documentation
Build #1306512 2024-07-29T13:53:50.767509+00:00
# rustc version
rustc 1.82.0-nightly (2cbbe8b8b 2024-07-28)# docs.rs version
docsrs 0.6.0 (bd66f012 2024-07-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/prodash-29.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/prodash-29.0.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240728-1.82.0-nightly-2cbbe8b8b\", \"--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-apple-darwin\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-apple-darwin", kill_on_drop: false }`
[INFO] [stdout] b91c700ba61f8eda55a2304a4ccd16b4a6e5b409fd0e8502abda43a6bf54b45e
[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" "b91c700ba61f8eda55a2304a4ccd16b4a6e5b409fd0e8502abda43a6bf54b45e", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting prodash v29.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `atty`
[INFO] [stderr]   --> src/lib.rs:37:7
[INFO] [stderr]    |
[INFO] [stderr] 37 | #[cfg(feature = "atty")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `async-io`, `bytesize`, `crosstermion`, `ctrlc`, `dashmap`, `default`, `futures-core`, `futures-lite`, `human_format`, `humantime`, `is-terminal`, `jiff`, `local-time`, `log`, `parking_lot`, `progress-log`, `progress-tree`, `progress-tree-hp-hashmap`, `progress-tree-log`, `render-line`, `render-line-autoconfigure`, `render-line-crossterm`, `render-tui`, `render-tui-crossterm`, `signal-hook`, `tui`, `tui-react`, `unicode-segmentation`, `unicode-width`, `unit-bytes`, `unit-duration`, and `unit-human`
[INFO] [stderr]    = help: consider adding `atty` 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]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `render-tui-termion`
[INFO] [stderr]   --> src/render/tui/engine.rs:92:49
[INFO] [stderr]    |
[INFO] [stderr] 92 | #[cfg(not(any(feature = "render-tui-crossterm", feature = "render-tui-termion")))]
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `async-io`, `bytesize`, `crosstermion`, `ctrlc`, `dashmap`, `default`, `futures-core`, `futures-lite`, `human_format`, `humantime`, `is-terminal`, `jiff`, `local-time`, `log`, `parking_lot`, `progress-log`, `progress-tree`, `progress-tree-hp-hashmap`, `progress-tree-log`, `render-line`, `render-line-autoconfigure`, `render-line-crossterm`, `render-tui`, `render-tui-crossterm`, `signal-hook`, `tui`, `tui-react`, `unicode-segmentation`, `unicode-width`, `unit-bytes`, `unit-duration`, and `unit-human`
[INFO] [stderr]    = help: consider adding `render-tui-termion` 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 value: `render-line-termion`
[INFO] [stderr]  --> src/render/line/mod.rs:3:48
[INFO] [stderr]   |
[INFO] [stderr] 3 |     not(any(feature = "render-line-crossterm", feature = "render-line-termion"))
[INFO] [stderr]   |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `async-io`, `bytesize`, `crosstermion`, `ctrlc`, `dashmap`, `default`, `futures-core`, `futures-lite`, `human_format`, `humantime`, `is-terminal`, `jiff`, `local-time`, `log`, `parking_lot`, `progress-log`, `progress-tree`, `progress-tree-hp-hashmap`, `progress-tree-log`, `render-line`, `render-line-autoconfigure`, `render-line-crossterm`, `render-tui`, `render-tui-crossterm`, `signal-hook`, `tui`, `tui-react`, `unicode-segmentation`, `unicode-width`, `unit-bytes`, `unit-duration`, and `unit-human`
[INFO] [stderr]   = help: consider adding `render-line-termion` 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: unresolved link to `Progress::add_child`
[INFO] [stderr]  --> src/traits.rs:7:58
[INFO] [stderr]   |
[INFO] [stderr] 7 |     /// The type of progress returned by [`add_child()`][Progress::add_child()].
[INFO] [stderr]   |                                                          ^^^^^^^^^^^^^^^^^^^^^ the trait `Progress` has no function named `add_child`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Progress::add_child_with_id`
[INFO] [stderr]   --> src/traits.rs:14:38
[INFO] [stderr]    |
[INFO] [stderr] 14 |     /// with [`add_child_with_id()`][Progress::add_child_with_id()] if desired.
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Progress` has no function named `add_child_with_id`
[INFO] [stderr] 
[INFO] [stderr] warning: `prodash` (lib doc) generated 5 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-apple-darwin/doc/prodash/index.html
[INFO] running `Command { std: "docker" "inspect" "b91c700ba61f8eda55a2304a4ccd16b4a6e5b409fd0e8502abda43a6bf54b45e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b91c700ba61f8eda55a2304a4ccd16b4a6e5b409fd0e8502abda43a6bf54b45e", kill_on_drop: false }`
[INFO] [stdout] b91c700ba61f8eda55a2304a4ccd16b4a6e5b409fd0e8502abda43a6bf54b45e