[INFO] cloning repository https://github.com/CraZySacX/aoc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CraZySacX/aoc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCraZySacX%2Faoc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCraZySacX%2Faoc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0b28599753838a6217e163b17db8e57f4438e65b [INFO] checking CraZySacX/aoc against master#a33907a7a5381473eec8bcfa0c56e05a856a911c for pr-151539 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCraZySacX%2Faoc" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/CraZySacX/aoc [INFO] finished tweaking git repo https://github.com/CraZySacX/aoc [INFO] tweaked toml for git repo https://github.com/CraZySacX/aoc written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/CraZySacX/aoc on toolchain a33907a7a5381473eec8bcfa0c56e05a856a911c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a33907a7a5381473eec8bcfa0c56e05a856a911c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/CraZySacX/aoc 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" "+a33907a7a5381473eec8bcfa0c56e05a856a911c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hamming v0.1.3 [INFO] [stderr] Downloaded primal v0.3.3 [INFO] [stderr] Downloaded sliding_windows v3.0.0 [INFO] [stderr] Downloaded primal-sieve v0.3.7 [INFO] [stderr] Downloaded primal-bit v0.3.2 [INFO] [stderr] Downloaded primal-estimate v0.3.3 [INFO] [stderr] Downloaded pathfinding v4.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+a33907a7a5381473eec8bcfa0c56e05a856a911c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cae7729a8aad3bf4a0fdd99facc622cf6a4d28e91265c8cd6c0ec774fe427175 [INFO] running `Command { std: "docker" "start" "-a" "cae7729a8aad3bf4a0fdd99facc622cf6a4d28e91265c8cd6c0ec774fe427175", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cae7729a8aad3bf4a0fdd99facc622cf6a4d28e91265c8cd6c0ec774fe427175", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cae7729a8aad3bf4a0fdd99facc622cf6a4d28e91265c8cd6c0ec774fe427175", kill_on_drop: false }` [INFO] [stdout] cae7729a8aad3bf4a0fdd99facc622cf6a4d28e91265c8cd6c0ec774fe427175 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+a33907a7a5381473eec8bcfa0c56e05a856a911c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 05f8a705e8e6f386a734d46e9e81b69dca6da3aec21c1bc8042580cab9637b3e [INFO] running `Command { std: "docker" "start" "-a" "05f8a705e8e6f386a734d46e9e81b69dca6da3aec21c1bc8042580cab9637b3e", kill_on_drop: false }` [INFO] [stderr] Checking hamming v0.1.3 [INFO] [stderr] Checking primal-estimate v0.3.3 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking deranged v0.5.4 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking integer-sqrt v0.1.5 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking md5 v0.8.0 [INFO] [stderr] Checking sliding_windows v3.0.0 [INFO] [stderr] Checking primal-bit v0.3.2 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking clap_builder v4.5.48 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking primal-sieve v0.3.7 [INFO] [stderr] Checking primal-check v0.3.4 [INFO] [stderr] Checking ndarray v0.16.1 [INFO] [stderr] Checking primal v0.3.3 [INFO] [stderr] Checking regex-automata v0.4.11 [INFO] [stderr] Checking time v0.3.44 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Checking regex v1.11.3 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling deprecate-until v0.1.1 [INFO] [stderr] Compiling getset v0.1.6 [INFO] [stderr] Checking thiserror v2.0.17 [INFO] [stderr] Checking pathfinding v4.14.0 [INFO] [stderr] Checking clap v4.5.48 [INFO] [stderr] Checking aoc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s [INFO] running `Command { std: "docker" "inspect" "05f8a705e8e6f386a734d46e9e81b69dca6da3aec21c1bc8042580cab9637b3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05f8a705e8e6f386a734d46e9e81b69dca6da3aec21c1bc8042580cab9637b3e", kill_on_drop: false }` [INFO] [stdout] 05f8a705e8e6f386a734d46e9e81b69dca6da3aec21c1bc8042580cab9637b3e