[INFO] cloning repository https://github.com/LarsBollmann/AdventOfCode22 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LarsBollmann/AdventOfCode22" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLarsBollmann%2FAdventOfCode22", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLarsBollmann%2FAdventOfCode22'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4699cb6f10db9a71d66bc52a46fe95f38ce0a60b [INFO] documenting LarsBollmann/AdventOfCode22 against beta-2023-10-21 for beta-1.74-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLarsBollmann%2FAdventOfCode22" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LarsBollmann/AdventOfCode22 on toolchain beta-2023-10-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/LarsBollmann/AdventOfCode22 [INFO] finished tweaking git repo https://github.com/LarsBollmann/AdventOfCode22 [INFO] tweaked toml for git repo https://github.com/LarsBollmann/AdventOfCode22 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/LarsBollmann/AdventOfCode22 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-10-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 550e17dfcb06abaf140f4f9d9250038c0ec17b512d439a8767a0e97708e1f266 [INFO] running `Command { std: "docker" "start" "-a" "550e17dfcb06abaf140f4f9d9250038c0ec17b512d439a8767a0e97708e1f266", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "550e17dfcb06abaf140f4f9d9250038c0ec17b512d439a8767a0e97708e1f266", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "550e17dfcb06abaf140f4f9d9250038c0ec17b512d439a8767a0e97708e1f266", kill_on_drop: false }` [INFO] [stdout] 550e17dfcb06abaf140f4f9d9250038c0ec17b512d439a8767a0e97708e1f266 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-21" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22984f752e53cd4b2c0738771b020b2129305f7e7a54e734b38983e8a45766f4 [INFO] running `Command { std: "docker" "start" "-a" "22984f752e53cd4b2c0738771b020b2129305f7e7a54e734b38983e8a45766f4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Compiling tokio v1.22.0 [INFO] [stderr] Compiling syn v1.0.105 [INFO] [stderr] Compiling openssl v0.10.43 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking num_cpus v1.14.0 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Checking futures-io v0.3.25 [INFO] [stderr] Compiling serde v1.0.148 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Checking ipnet v2.5.1 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling openssl-sys v0.9.78 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking tokio-util v0.7.4 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Checking h2 v0.3.15 [INFO] [stderr] Checking hyper v0.14.23 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.13 [INFO] [stderr] Documenting advent22 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.79s [INFO] running `Command { std: "docker" "inspect" "22984f752e53cd4b2c0738771b020b2129305f7e7a54e734b38983e8a45766f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22984f752e53cd4b2c0738771b020b2129305f7e7a54e734b38983e8a45766f4", kill_on_drop: false }` [INFO] [stdout] 22984f752e53cd4b2c0738771b020b2129305f7e7a54e734b38983e8a45766f4