quickdash 0.6.1

A modern alternative to QuickSFV using Rust.
Documentation
Build #2580797 2025-10-12 14:40:28

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.92.0-nightly (be0ade2b6 2025-10-11)

# docs.rs version docsrs 0.6.0 (f42173de 2025-09-12)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/quickdash-0.6.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/quickdash-0.6.1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251011-1.92.0-nightly-be0ade2b6\", \"--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] 7fa1904866a7d646e69a59ce7d5e1a8953aeb01124ad6d0bd5cd492160552a8f [INFO] running `Command { std: "docker" "start" "-a" "7fa1904866a7d646e69a59ce7d5e1a8953aeb01124ad6d0bd5cd492160552a8f", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking indicatif v0.16.2 [INFO] [stderr] error[E0432]: unresolved import `console::Term` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.16.2/src/state.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use console::Term; [INFO] [stderr] | ^^^^^^^^^^^^^ no `Term` in the root [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.1/src/lib.rs:92:42 [INFO] [stderr] | [INFO] [stderr] 90 | #[cfg(feature = "std")] [INFO] [stderr] | --------------- the item is gated behind the `std` feature [INFO] [stderr] 91 | pub use crate::term::{ [INFO] [stderr] 92 | user_attended, user_attended_stderr, Term, TermFamily, TermFeatures, TermTarget, [INFO] [stderr] | ^^^^ [INFO] [stderr] help: consider importing this variant instead [INFO] [stderr] | [INFO] [stderr] 10 - use console::Term; [INFO] [stderr] 10 + use crate::state::ProgressDrawTargetKind::Term; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `console::measure_text_width`, `console::Style` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.16.2/src/style.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | use console::{measure_text_width, Style}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ^^^^^ no `Style` in the root [INFO] [stderr] | | [INFO] [stderr] | no `measure_text_width` in the root [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.1/src/lib.rs:96:44 [INFO] [stderr] | [INFO] [stderr] 94 | #[cfg(feature = "std")] [INFO] [stderr] | --------------- the item is gated behind the `std` feature [INFO] [stderr] 95 | pub use crate::utils::{ [INFO] [stderr] 96 | colors_enabled, colors_enabled_stderr, measure_text_width, pad_str, pad_str_with, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.1/src/lib.rs:98:19 [INFO] [stderr] | [INFO] [stderr] 94 | #[cfg(feature = "std")] [INFO] [stderr] | --------------- the item is gated behind the `std` feature [INFO] [stderr] ... [INFO] [stderr] 98 | Color, Emoji, Style, StyledObject, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `console::measure_text_width`, `console::Style` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.16.2/src/utils.rs:7:15 [INFO] [stderr] | [INFO] [stderr] 7 | use console::{measure_text_width, Style}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ^^^^^ no `Style` in the root [INFO] [stderr] | | [INFO] [stderr] | no `measure_text_width` in the root [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.1/src/lib.rs:96:44 [INFO] [stderr] | [INFO] [stderr] 94 | #[cfg(feature = "std")] [INFO] [stderr] | --------------- the item is gated behind the `std` feature [INFO] [stderr] 95 | pub use crate::utils::{ [INFO] [stderr] 96 | colors_enabled, colors_enabled_stderr, measure_text_width, pad_str, pad_str_with, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.1/src/lib.rs:98:19 [INFO] [stderr] | [INFO] [stderr] 94 | #[cfg(feature = "std")] [INFO] [stderr] | --------------- the item is gated behind the `std` feature [INFO] [stderr] ... [INFO] [stderr] 98 | Color, Emoji, Style, StyledObject, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.16.2/src/state.rs:483:13 [INFO] [stderr] | [INFO] [stderr] 483 | term.move_cursor_up(*last_line_count)?; [INFO] [stderr] | ^^^^ cannot infer type [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `indicatif` (lib) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "7fa1904866a7d646e69a59ce7d5e1a8953aeb01124ad6d0bd5cd492160552a8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fa1904866a7d646e69a59ce7d5e1a8953aeb01124ad6d0bd5cd492160552a8f", kill_on_drop: false }` [INFO] [stdout] 7fa1904866a7d646e69a59ce7d5e1a8953aeb01124ad6d0bd5cd492160552a8f