[INFO] cloning repository https://github.com/thomas-hugon/rust-advent-of-code-2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thomas-hugon/rust-advent-of-code-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomas-hugon%2Frust-advent-of-code-2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomas-hugon%2Frust-advent-of-code-2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5269117999c8b056a8fa844b00423872742576c0 [INFO] documenting thomas-hugon/rust-advent-of-code-2021 against beta-2023-01-01 for beta-1.67-rustdoc-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomas-hugon%2Frust-advent-of-code-2021" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thomas-hugon/rust-advent-of-code-2021 on toolchain beta-2023-01-01 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-01-01" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thomas-hugon/rust-advent-of-code-2021 [INFO] finished tweaking git repo https://github.com/thomas-hugon/rust-advent-of-code-2021 [INFO] tweaked toml for git repo https://github.com/thomas-hugon/rust-advent-of-code-2021 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/thomas-hugon/rust-advent-of-code-2021 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-01-01" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:9042d5c95763f71f7b0904716b98ccadf9fc47b0f382ee962aaaed2ac70c9b8d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f99997029402b31ccb16f7886699f49297d380f188e51b5712f20bbc5da963e8 [INFO] running `Command { std: "docker" "start" "-a" "f99997029402b31ccb16f7886699f49297d380f188e51b5712f20bbc5da963e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f99997029402b31ccb16f7886699f49297d380f188e51b5712f20bbc5da963e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f99997029402b31ccb16f7886699f49297d380f188e51b5712f20bbc5da963e8", kill_on_drop: false }` [INFO] [stdout] f99997029402b31ccb16f7886699f49297d380f188e51b5712f20bbc5da963e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "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:9042d5c95763f71f7b0904716b98ccadf9fc47b0f382ee962aaaed2ac70c9b8d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-01-01" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cea1dec9522263eb9809567e65ca0b9a1e55d7e43296f786fee2eb8b0f6967df [INFO] running `Command { std: "docker" "start" "-a" "cea1dec9522263eb9809567e65ca0b9a1e55d7e43296f786fee2eb8b0f6967df", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking fixedbitset v0.4.0 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking nom v7.1.2 [INFO] [stderr] Checking integer-sqrt v0.1.5 [INFO] [stderr] Checking pathfinding v3.0.5 [INFO] [stderr] Documenting rust-advent-of-code-2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.67s [INFO] running `Command { std: "docker" "inspect" "cea1dec9522263eb9809567e65ca0b9a1e55d7e43296f786fee2eb8b0f6967df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cea1dec9522263eb9809567e65ca0b9a1e55d7e43296f786fee2eb8b0f6967df", kill_on_drop: false }` [INFO] [stdout] cea1dec9522263eb9809567e65ca0b9a1e55d7e43296f786fee2eb8b0f6967df