acick-atcoder 0.2.0

Tools for acick crate to interact with AtCoder
Documentation
Build #2474320 2025-09-04 00:12:50

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.91.0-nightly (51ff89506 2025-09-02)# docs.rs version
docsrs 0.6.0 (8bbaf878 2025-08-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/acick-atcoder-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/acick-atcoder-0.2.0/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250902-1.91.0-nightly-51ff89506\", \"--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] d171c364d2e7538be9d0de90ff4c119cd28e7f80f133c08728118a017f41d7b5
[INFO] running `Command { std: "docker" "start" "-a" "d171c364d2e7538be9d0de90ff4c119cd28e7f80f133c08728118a017f41d7b5", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking acick-util v0.2.0
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/acick-util-0.2.0/src/console.rs:179:62
[INFO] [stderr]     |
[INFO] [stderr] 179 |             Inner::Term(term) => ProgressDrawTarget::to_term(term.clone(), None),
[INFO] [stderr]     |                                  --------------------------- ^^^^^^^^^^^^ expected `console::term::Term`, found `Term`
[INFO] [stderr]     |                                  |
[INFO] [stderr]     |                                  arguments to this function are incorrect
[INFO] [stderr]     |
[INFO] [stderr] note: two different versions of crate `console` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.0/src/term.rs:129:1
[INFO] [stderr]     |
[INFO] [stderr] 129 | pub struct Term {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^ this is the expected type `console::term::Term`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.11/src/term.rs:129:1
[INFO] [stderr]     |
[INFO] [stderr] 129 | pub struct Term {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^ this is the found type `Term`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/acick-util-0.2.0/src/console.rs:5:5
[INFO] [stderr]     |
[INFO] [stderr]   5 | use console::Term;
[INFO] [stderr]     |     ------- one version of crate `console` used here, as a direct dependency of the current crate
[INFO] [stderr]   6 | use indicatif::{ProgressBar, ProgressDrawTarget, ProgressStyle};
[INFO] [stderr]     |     --------- one version of crate `console` used here, as a dependency of crate `indicatif`
[INFO] [stderr]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: associated function defined here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.15.0/src/progress.rs:112:12
[INFO] [stderr]     |
[INFO] [stderr] 112 |     pub fn to_term(term: Term, refresh_rate: impl Into<Option<u64>>) -> ProgressDrawTarget {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `acick-util` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "d171c364d2e7538be9d0de90ff4c119cd28e7f80f133c08728118a017f41d7b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d171c364d2e7538be9d0de90ff4c119cd28e7f80f133c08728118a017f41d7b5", kill_on_drop: false }`
[INFO] [stdout] d171c364d2e7538be9d0de90ff4c119cd28e7f80f133c08728118a017f41d7b5