[INFO] cloning repository https://github.com/thatmarkenglishguy/advent_of_code_2020_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thatmarkenglishguy/advent_of_code_2020_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthatmarkenglishguy%2Fadvent_of_code_2020_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthatmarkenglishguy%2Fadvent_of_code_2020_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8124efa10d0ca87b2658d1d103c77ff4dc54c753 [INFO] documenting thatmarkenglishguy/advent_of_code_2020_rust against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthatmarkenglishguy%2Fadvent_of_code_2020_rust" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thatmarkenglishguy/advent_of_code_2020_rust on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thatmarkenglishguy/advent_of_code_2020_rust [INFO] finished tweaking git repo https://github.com/thatmarkenglishguy/advent_of_code_2020_rust [INFO] tweaked toml for git repo https://github.com/thatmarkenglishguy/advent_of_code_2020_rust written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/thatmarkenglishguy/advent_of_code_2020_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded compare v0.1.0 [INFO] [stderr] Downloaded syn v1.0.55 [INFO] [stderr] Downloaded parameterized-macro v0.3.0 [INFO] [stderr] Downloaded parameterized v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62fe0751db0a926d4d44374c83ccc830451862ab332d9556546dd4946ae85e03 [INFO] running `Command { std: "docker" "start" "-a" "62fe0751db0a926d4d44374c83ccc830451862ab332d9556546dd4946ae85e03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62fe0751db0a926d4d44374c83ccc830451862ab332d9556546dd4946ae85e03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62fe0751db0a926d4d44374c83ccc830451862ab332d9556546dd4946ae85e03", kill_on_drop: false }` [INFO] [stdout] 62fe0751db0a926d4d44374c83ccc830451862ab332d9556546dd4946ae85e03 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b4bcd869d3d0a7fed36d2dbf2a79d532f33264a4a1731a674a461bd39b240f2 [INFO] running `Command { std: "docker" "start" "-a" "2b4bcd869d3d0a7fed36d2dbf2a79d532f33264a4a1731a674a461bd39b240f2", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.55 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling anyhow v1.0.36 [INFO] [stderr] Compiling argh_shared v0.1.4 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Checking compare v0.1.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling parameterized-macro v0.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling argh_derive v0.1.4 [INFO] [stderr] Checking parameterized v0.3.0 [INFO] [stderr] Checking thiserror v1.0.22 [INFO] [stderr] Checking argh v0.1.4 [INFO] [stderr] Documenting advent-of-code-2020-day-01 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/day01/command_line/parameters.rs:5:36 [INFO] [stdout] | [INFO] [stdout] 5 | /// Day 1 of Advent of Code. https://adventofcode.com/2020/day/1 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.90s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2b4bcd869d3d0a7fed36d2dbf2a79d532f33264a4a1731a674a461bd39b240f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b4bcd869d3d0a7fed36d2dbf2a79d532f33264a4a1731a674a461bd39b240f2", kill_on_drop: false }` [INFO] [stdout] 2b4bcd869d3d0a7fed36d2dbf2a79d532f33264a4a1731a674a461bd39b240f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] b4bd03b01202fce42009be9d220f495809285efc2d81eace227e902d78578a39 [INFO] running `Command { std: "docker" "start" "-a" "b4bd03b01202fce42009be9d220f495809285efc2d81eace227e902d78578a39", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.55 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling anyhow v1.0.36 [INFO] [stderr] Compiling argh_shared v0.1.4 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Checking compare v0.1.0 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling parameterized-macro v0.3.0 [INFO] [stderr] Compiling argh_derive v0.1.4 [INFO] [stderr] Checking thiserror v1.0.22 [INFO] [stderr] Checking parameterized v0.3.0 [INFO] [stderr] Checking argh v0.1.4 [INFO] [stderr] Documenting advent-of-code-2020-day-01 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/day01/command_line/parameters.rs:5:36 [INFO] [stdout] | [INFO] [stdout] 5 | /// Day 1 of Advent of Code. https://adventofcode.com/2020/day/1 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.20s [INFO] running `Command { std: "docker" "inspect" "b4bd03b01202fce42009be9d220f495809285efc2d81eace227e902d78578a39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4bd03b01202fce42009be9d220f495809285efc2d81eace227e902d78578a39", kill_on_drop: false }` [INFO] [stdout] b4bd03b01202fce42009be9d220f495809285efc2d81eace227e902d78578a39